Supported miners
EWBF Cuda Miner BTG
You can choose EWBF miner for Bitcoin Gold CUDA mining on Windows and Linux.
Windows (win 64)
- Download the latest release here: https://bitcointalk.org/index.php?topic=4466962.0.
- Unpack the arhive, open the folder and right-click on start.bat, then choose "Edit"
- Edit the string as
miner --algo 144_5 --pers BgoldPoW --server btg.pool.minergate.com --port 3257 --user YOUR_EMAIL
Double-click on start.bat to start mining.
You will begin mining. To stop the process, enter
Ctrl + C
Linux
- Download the latest release here: https://bitcointalk.org/index.php?topic=4466962.0.
- Open the console and go to the folder with downloaded ewbf-miner.
- 3. Open the start.sh file in preferable editor, e.g.
nano start.sh
- Edit the string as
miner --algo 144_5 --pers BgoldPoW --server btg.pool.minergate.com --port 3257 --user YOUR_EMAIL
Enter command to start mining.
./start.sh
You will begin mining. To stop the process, enter
Ctrl + C