I found a bug in the new cpuminer 1.2 with the new algorithm lyre2REv2.
It does not detect the address of payment even if the configuration is correct. How do you think can solve? I'm not the only one to have these problems
Same problem with vertcoin and similar!
under linux:
root@vps179585:~/cpuminer-multi# ./cpuminer -a lyra2rev2 -o stratum+tcp://localhost:4401 -u vuser -p MMKMju9ybRpHPe37n8GLWWGZ3hjKS1cv6R -t 1
** cpuminer-multi 1.2-dev by Tanguy Pruvot (tpruvot@github) **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd
[2015-09-24 16:02:08] 1 miner threads started, using 'lyra2rev2' algorithm.
[2015-09-24 16:02:08] Starting Stratum on stratum+tcp://localhost:4401
[2015-09-24 16:02:08] Stratum difficulty set to 0.1
[2015-09-24 16:02:08] localhost:4401 lyra2rev2 block 373317
[2015-09-24 16:02:10] CPU #0: 62.21 kH/s
[2015-09-24 16:02:16] CPU #0: 63.28 kH/s
[2015-09-24 16:02:16] accepted: 0/1 (0.00%), 63.28 kH/s nooooo
[2015-09-24 16:02:16] reject reason: DB_None instance has no attribute 'update_worker_diff'
[2015-09-24 16:02:38] CPU #0: 63.01 kH/s
[2015-09-24 16:02:38] accepted: 1/2 (50.00%), 63.01 kH/s yes!
[2015-09-24 16:02:39] CPU #0: 64.68 kH/s
[2015-09-24 16:02:39] accepted: 2/3 (66.67%), 64.68 kH/s yes!
could you try to use such syntax :
-o stratum+tcp://localhost:4401 -u vuser -p M...
no, it does not work, I've tried!