You are viewing a single comment's thread from:

RE: How to mine Graft [GRF Coin] [ CPU and GPU mineable coin]

in #crypto7 years ago (edited)


orthank you, https://github.com/nanopool/Claymore-XMR-Miner/releases

Mining on Ubuntu 14 and above
Remember to replace WALLET_ADDRESS_HERE with your own wallet's public address. The "-t 3" option determines how many of your CPU threads will be used for mining.
sudo apt-get install git libcurl4-openssl-dev build-essential libjansson-dev autotools-dev automake

cd cpuminer-multi
./autogen.sh
CFLAGS="-march=native" ./configure
make
sudo ./minerd -a cryptonight -o stratum+tcp://pool.minexmr.com:4444 -u WALLET_ADDRESS_HERE -p x -t 3 git clone https://github.com/hyc/cpuminer-multi