forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
123 stars 185 forks source link

Why all blocks mined are orphaned ? #76

Closed miningapps closed 6 years ago

miningapps commented 6 years ago

I am testing this software and I sent some hash power to give it a try and it looks like all 3 blocks it found were orphaned? That doesn't sound right...

http://bcn.jedipool.com/#pool_blocks

Thanks!

pmitchev commented 6 years ago

https://github.com/forknote/forknote-pool/issues/48

pmitchev commented 6 years ago

Soon this issue will be fixed

miningapps commented 6 years ago

Fixed using the resolution from #48

blockUnlocker.js from apiInterfaces.rpcDaemon('getblockheaderbyheight', {height: block.height}, function(error, result){ to apiInterfaces.rpcDaemon('getblockheaderbyheight', {height: block.height + 1}, function(error, result){