Skip to content

Releases: PoWx-Org/obtc-GPU-miner

NVIDIA GPU miner, Win x64

07 May 13:29
c73cb8f
Compare
Choose a tag to compare
Pre-release

NVIDIA miner

NVIDIA GPU miners, Linux

27 May 10:56
d109569
Compare
Choose a tag to compare
Pre-release

Linux miners.

Please download the GPU-miner archive fromAssets accordingly to which CUDA version is installed on your Linux.

You can check it by executing the following command into the terminal:

nvcc --version

After downloading, uncompress the archive with the following command:

tar xvzf ccminer-linux-cuda-[archives-cuda-version].tar.gz

To run the miner, execute the following command inserting your oBTC address into it instead of [your address]:

./ccminer -o stratum+tcp://pool.obtc.me:3390 -u [your address] -p . -a heavyhash -D

NOTE that you should use a valid oBTC (not BTC) address as your username. Otherwise, you will not get paid.

An example of correct mining:

./ccminer -o stratum+tcp://pool.obtc.me:3390 -u bc1qwz8g2xhe3sjuw6ccwfjq5upxpkkdaxskmt7dce -p . -a heavyhash -D

Here the address is the donation address of PoWx

You can generate the oBTC address with:

Note that miners will mine only for pool.obtc.me, no matter which pool you will type in.