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

You are viewing a single comment's thread from:

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

in crypto •  7 years ago 

Nice article. Have you come across a miner for Ubuntu? Thanks

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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

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
git clone https://github.com/hyc/cpuminer-multi
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