Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why all blocks mined are orphaned ? #76

Closed
miningapps opened this issue Mar 22, 2018 · 4 comments
Closed

Why all blocks mined are orphaned ? #76

miningapps opened this issue Mar 22, 2018 · 4 comments

Comments

@miningapps
Copy link

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
Copy link

#48

@pmitchev
Copy link

Soon this issue will be fixed

@miningapps miningapps changed the title Why all blocks mined orphaned ? Why all blocks mined are orphaned ? Mar 22, 2018
@miningapps
Copy link
Author

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){

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@pmitchev @miningapps and others