We currently support following algos:
ethash
eaglesong
Blake2B + SHA3
I mean can I use such params structure for other algos?
Like that:
./damominer -A ckb -P stratum+tcp://wallet.worker:[email protected]:1234/mail%40gmail.com
./damominer -P stratum1+tcp://0x43E5f72D6Ab08fB8034F0dFb34a480B9d256e53C.workname:[email protected]:9999/mail%40gmail.com -A eth
Plz do note that @ has to be replaced by %40
Let us know if you got any other probs
What am I doing wrong?
./damominer -A eth --api-bind 127.0.0.1:-22444 -P stratum1+tcp://0x43E5f72D6Ab08fB8034F0dFb34a480B9d256e53C.RIG-2:[email protected]:9999/a.trump%40gmail.com
Incorrect miner name:
https://eth.nanopool.org/account/0x43E5f72D6Ab08fB8034F0dFb34a480B9d256e53C
./damominer -A eth --api-bind 127.0.0.1:-22444 -P stratum1+tcp://0x43E5f72D6Ab08fB8034F0dFb34a480B9d256e53C:[email protected]:9999/workname/mail%40gmail.com \
Follow the above template and the params structure will work for other algos.