eXtremal-ik7 / pool_frontend_zcash

ZCash mining pool/solo mining suite
50 stars 46 forks source link

Found Block Not Accepted #7

Closed nobody-steem closed 7 years ago

nobody-steem commented 7 years ago

Hi eXtremal,

Thanks for the pool software. I found a block while running a test with your pool software but the block was not accepted by zcashd version 1.0.2, please see below and any help will be appreciated.

2016-11-12 08:48:28 UpdateTip: new best=000000024b71793a9bd0e4c74664ba1ae66aa9603fc16e0aa66136c7706c24ff height=8948 log2_work=43.032864 tx=76737 date=2016-11-12 08:47:35 progress=0.999947 cache=13.1MiB(1381tx) 2016-11-12 08:48:28 CreateNewBlock(): total size 1000 2016-11-12 08:48:33 CBlock(hash=600d0d07b0ad02e158e723ebee0daba10fd932d2b24f73201a58fe31d9885ff7, ver=4, hashPrevBlock=000000024b71793a9bd0e4c74664ba1ae66aa9603fc16e0aa66136c7706c24ff, hashMerkleRoot=6b6c9c6358f5435dca1f83f58932ef4fabf2ca5c215983efab4c7202ce6b9fc8, hashReserved=0000000000000000000000000000000000000000000000000000000000000000, nTime=1478940508, nBits=1d0289d8, nNonce=0000000000000000000000004b55fc94f2083d913a530ba510e5a5a200000000, vtx=1) CTransaction(hash=6b6c9c6358, ver=1, vin.size=1, vout.size=2, nLockTime=0) CTxIn(COutPoint(0000000000, 4294967295), coinbase 02f522010a) CTxOut(nValue=4.47450000, scriptPubKey=02f1b7f6bc240f5a815482e4c3ced4) CTxOut(nValue=1.11862500, scriptPubKey=OP_HASH160 7d46a730d31f97b1930)

vMerkleTree: 6b6c9c6358f5435dca1f83f58932ef4fabf2ca5c215983efab4c7202ce6b9fc8

2016-11-12 08:48:33 generated 4.4745 2016-11-12 08:48:33 keypool keep 2 2016-11-12 08:48:33 ERROR: CheckEquihashSolution(): invalid solution 2016-11-12 08:48:33 ERROR: CheckBlockHeader(): Equihash solution invalid 2016-11-12 08:48:33 ERROR: ProcessNewBlock: CheckBlock FAILED 2016-11-12 08:48:33 ERROR: ZcashMiner: ProcessNewBlock, block not accepted

nobody-steem commented 7 years ago

More info:

found block 00000000e9b7677114b4fa3078a047667c14908afd7299d507cdf7274b078c30

eXtremal-ik7 commented 7 years ago

What miner you use? It can be some incompatibility with pool.

nobody-steem commented 7 years ago

SILENTARMY v5

eXtremal-ik7 commented 7 years ago

Thanks, v5 not tested. Problem can be on miner side (stratum implementation) or on pool side, I'll try find it in 24 hours.

nobody-steem commented 7 years ago

OK, thanks

eXtremal-ik7 commented 7 years ago

Fixed in 4f6eede67640ba80024a39ca00be00e423be7477 ! (Also this fix reduces rejected shares amount).

nobody-steem commented 7 years ago

Thanks for the quick response.