-
Notifications
You must be signed in to change notification settings - Fork 475
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
How to get right genesis hash if block reward is not 50 #50
Comments
I had the same problem. So I just leave the genesis block reward at 50, it's not spendable anyways. |
Ow oof i will still search i let you know when i found it. |
I think it's the best we use debugging and not tools likethis. |
thx percussionpc :) |
The number you given is commented, so I think it 's not true. For -v you need to determine the coin reward value and multiply it with * 100000000. For example, if you have a block reward of 50 it would be -v 5000000000. |
Everything worked fine in my code until i changed my block reward to 80, than he says the Genesis hash is wrong. So i think i need to specify somewhere in this script its for 80 coins per block and not 50
The text was updated successfully, but these errors were encountered: