aquacppminer 1.3_nofee
Fee was getting in the way of testing
Enjoy
Note: this version has a minor bug! see latest release: https://github.com/aquachain/aquacppminer/releases/
33c3d4fe8c84b39f9db843e36b643b85058a01e832448d1e3f4543e8c2fbd2a7 aquacppminer_v1.3_linux64.tar.gz
Example solo mining and testnet mining commands:
Open aquachain daemon with -rpc
flag, such as aquachain -rpc -testnet
(public testnet) or aquachain -rpc -testnet2
(private faster testnet)
Block Version 2
aquacppminer --solo -F http://localhost:8543 --argon 1,1,1 -t 1 --submit
Testnet Block Version 3
aquacppminer --solo -F http://localhost:8543 --argon 1,16,1 -t 1 --submit
Testnet Block Version 4
aquacppminer --solo -F http://localhost:8543 --argon 1,32,1 -t 1 --submit
All credit for this miner goes to cryptogone (https://bitbucket.org/cryptogone/aquacppminer)