Diff32 shares support disabled temporarily. It will be back soon.
x32 shares are supported now.
Hi Balthazar,
I have problems with Ztex BTCMiner and Diff > 1 Shares on your pool. Sometimes I get "target-miss" rejects although I think the result does meet a difficulty 2. Here are two examples (n=nonce, t=target, h=hash):
Share 1 is OK:getWork returned: {"id":32,"error":null,"result":{"data":"0000000224e76af2491330933b0b2e5e18264aec605511569d617ec600000192000000003507bfe81a4b4f3c1392a52fe273697b969a5b10f1907b249ae4c2580592e0a9508a7f5b1a0575ef00000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000","midstate":"60c2079c7cc947f6384e757fab265275065fd1769fc104a07777287acc15903f","target":"0000000000000000000000000000000000000000000000000000008000000000","hash1":"00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000"}}
n=41a6bdf8 t=0000000000000000000000000000000000000000000000000000008000000000
n=41a6bdf8 h=4e8f2c860dbc3360a4c713ade53f9201d2aeee01bedd874762d7180f00000000 -> OK
Submitting new nonce 41a6bdf8
submitWork returned: {"id":34,"error":null,"result":true}
Share 2 got a reject:getWork returned: {"id":38,"error":null,"result":{"data":"0000000224e76af2491330933b0b2e5e18264aec605511569d617ec600000192000000007fc90eb7f3d4641f85af60bf96013f1caa9ef87d306141684a6b848594a6d469508a7f6d1a0575ef00000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000","midstate":"86a8f934763a4882f0eeb386aa8d781234540f7b5d57492b7be8a54cb9e8de38","target":"0000000000000000000000000000000000000000000000000000008000000000","hash1":"00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000"}}
n=31f34b5e t=0000000000000000000000000000000000000000000000000000008000000000
n=31f34b5e h=751f9c3b7fb7cc7e11587c09b9649cfc5bf5d7362db603ceffaff51f00000000 -> OK
Submitting new nonce 31f34b5e
submitWork returned: {"id":40,"error":null,"result":false}
Warning: Rejected block: target-miss
Why do you reject the second one? As I understand it, 0x1f is lower than 0x80 and therefore the hash should be a valid Diff2 share. Or do I understand something wrong with the target?
With BTCGuild (Stratum) I don't have such issues.
Thanks