Nice article. Have you come across a miner for Ubuntu? Thanks
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]
How to mine Graft [GRF Coin] [ CPU and GPU mineable coin]
Nice article. Have you come across a miner for Ubuntu? Thanks
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit