Version 0.9.5 of Ariocppminer (C++ CPU miner) is available !
Performance is equivalent to Java Miner and can be a bit faster on some systems
(ex: 4% faster on my i7-4960X, Windows10 64bits, AVX version)
- Changes for 0.9.5:
* Fixed crash on windows when mining for long periods
* Easy setup: on first launch, miner will ask for your address, pool etc. then save it to a config file (compatible with java miner)
* Relax mode: if enabled, this mode will cause the miner to freeze less your computer (but you may lose 1 to 2% hash rate)
* Improved messages when submitting nonce, now showing the share DL
- Windows / Linux / MacOS ready to run binaries:
https://bitbucket.org/cryptogone/ariocppminer/downloads/Please take the time to take a look at the readme file included with binaries, especially the "Installation / Basic usage" part !
- Sources / build instructions:
https://bitbucket.org/cryptogone/ariocppminer- How to use (basic)
Just launch the binary and it will start the configuration process
IMPORTANT, Linux users, you need to install some packages before launching:
* sudo apt-get install libssl-dev libcurl3
- How to use (advanced)
You can pass CLI parameters, for example:
* ./arioCppMiner -a wallet_address -p pool_url (use -h to see more options)
Note that when you use CLI parameters, the miner will skip the configuration process,
this is useful if you use custom scripts to auto install / run the miner
Happy mining !