Post
Topic
Board Mining (Altcoins)
Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only)
by
nemesis88
on 21/07/2017, 23:42:41 UTC
Guys, I´m runing a cpu doge mining with pool miner downloaded from the indicated link from AikaPools website)

following the .bat file as suggested:

Code:
minerd -a --scrypt -t 6 -s 4 -o stratum+tcp://stratum.aikapool.com:7915 -u UserName.WorkerName -p WorkerPassword

It didn´t work because:

Code:
unknow algorithm -- '--scrypt' pooler miner
So I change it for:

Code:
minerd -o stratum+tcp://stratum.aikapool.com:7915 -u nemesysteste.wdoge1 -p 1
pause

Now the .bat initiate the .exe and it runs like this:

Code:
[2017-07... the date] Stratum request work restart
[2017-07... the date] thread 1: 300 hashes, 0.02 khash/s
[2017-07... the date] thread 0: 200 hashes, 0.02 khash/s
[2017-07... the date] thread 1: 1128 hashes, 0.04 khash/s
[2017-07... the date] thread 0: 1004 hashes, 0.03 khash/s

(...) so on...


Is it mining - and it takes time to refresh on AikaPools dashboard (the worker doesn´t appears activate in Aikas dashboard)?
Or it isn´t and I am missing something?

Thanks you Smiley !