lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
640 stars 1.5k forks source link

does this support the new moneroV? #92

Open zifootball opened 6 years ago

zifootball commented 6 years ago

does this support the new moneroV? monero hard fork

mtl1979 commented 6 years ago

Nope... Hasn't been updated in about 3 years... Would love to see cpuminer to support CryptoNight, CryptoHeavy and CryptoLight variants... cpuminer-multi works a lot better than xmr-stak or xmrig on low-end machines.

SeppPenner commented 6 years ago

No. But you can use https://github.com/hyc/cpuminer-multi/. It works properly, I've tested it with minergate.com on an Ubuntu system.

Install:

sudo apt-get install wget
wget https://github.com/hyc/cpuminer-multi/archive/daemon.zip
unzip daemon.zip
cd daemon
./autogen.sh
./configure
make

Run:

./minerd --help

Example:

./minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u my@email.com -p x -t 1

Please see also: http://franzhuber23.blogspot.de/2018/04/mining-monero-v7-aka-monerov7-on-ubuntu.html