Skip to content

SentemovMP/amd-miner

 
 

Repository files navigation

amd-miner

AMD capable PoW miner for Alephium base on OpenCL.

Please make sure that you have installed AMD pro for you GPU.

Ubuntu miner from source code

  1. Build the miner by running curl -L https://github.com/alephium/amd-miner/raw/master/get-miner.sh | bash
  2. Run amd-miner/run-miner.sh to start the miner

You could specify the miner api with -a broker parameters.

Windows miner from source code

  1. Install Visual Studio Build Tools, Recommend VS 2019

  2. Install CUDA Toolkits

  3. Build amd-miner:

    1. Clone amd-miner to local
    git clone --recurse-submodules https://github.com/alephium/amd-miner.git
    1. Open x64 Native Tools Command Prompt and execute:
    cd your-gpu-miner-dir
    make gpu

Executable file will be generated in your-gpu-miner-dir/bin/ directory.

If you have any questions, please reach out to us on Discord.

Pre-built miner

You could also download and run the pre-built miner from Github release page. Note that your anti-virus might warn about the pre-built miner.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.8%
  • C++ 26.1%
  • Cuda 11.4%
  • Shell 2.9%
  • CMake 2.5%
  • PowerShell 0.3%