Hello everybody and thanks a lot to Luke for this awesome miner.
I have some trouble with bfgminer on bitminter pool.
I have a very low shares production compare to bfgminer on other pools:
- bitminter : 656 Work Request, 4 Shares -> 6‰
- 50btc : 761 Work Request, 20 Shares -> 26‰
- bitcoin.cz : 1513 Work Request, 43 Shares -> 28‰
On log, I see a lot of « Stratum from pool 0 requested work restart » for bitminter, and no such trace on other pools:
[2013-02-23 20:22:04] Stratum from pool 0 requested work restart
[2013-02-23 20:22:36] Stratum from pool 0 requested work restart
[2013-02-23 20:23:07] Stratum from pool 0 requested work restart
[2013-02-23 20:23:38] Stratum from pool 0 requested work restart
[2013-02-23 20:24:09] Stratum from pool 0 requested work restart
[2013-02-23 20:24:40] Stratum from pool 0 requested work restart
[2013-02-23 20:25:11] Stratum from pool 0 requested work restart
[2013-02-23 20:25:43] Stratum from pool 0 requested work restart
[2013-02-23 20:26:14] Stratum from pool 0 requested work restart
[2013-02-23 20:26:45] Stratum from pool 0 requested work restart
[2013-02-23 20:27:16] Stratum from pool 0 requested work restart
After activate debug, seems each work restart occurs just after a get_transactions, which is an unknown method on bitminter :
[2013-02-23 20:31:57] Unknown stratum msg: {"error": [-3, "Method 'get_transactions' not found for service 'mining'", null], "id": "txlist19ea", "result": null}
[2013-02-23 20:31:58] Work stale due to work restart (32 != 33)
[2013-02-23 20:31:58] Popping work from get queue to get work
So, am I good if I believe that this missing method is the source of bad performance ?
What I can do to regain perf on this pool ?