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

Genesis block failed to add #33

Open
petalyaa opened this issue Mar 26, 2018 · 7 comments
Open

Genesis block failed to add #33

petalyaa opened this issue Mar 26, 2018 · 7 comments

Comments

@petalyaa
Copy link

Hi, I manage to compile bytecoin binary. So then I want to run the bytecoind, I got genesis error as per subject.

root@ubuntu-node-2:~/bgi/workspace/bytecoin/build# ../bin/bytecoind
lmdb libversion=LMDB 0.9.70: (December 19, 2015)
Data format changed, old version= current version=1, deleting bytecoind cache...
Found 0 blocks from main chain
Deleted 0 records, skipped 0 records
BlockChain::db_commit started... tip_height=4294967295
BlockChain::db_commit finished...
Starting multicore ring checker using 2/1 cpus
Exception in main() - Genesis block failed to add
terminate called after throwing an instance of 'std::logic_error'
  what():  Genesis block failed to add
Aborted (core dumped)

Can someone help explaining what is going on in here?

@exploshot
Copy link

same here, I thinks its because the hardcoded the GTx. You have to adapt manually the Generate Genesis function from the old version.

@mike2lab
Copy link

how to do that? just copy & paste ?

@exploshot
Copy link

Thats the question, but i think that wont work. I hope for a little update from the devs or an explanation for this tiny thing.

@ShiroYutha
Copy link

same here the problem this one. any follow updates?

@SoraKohaku
Copy link

bugged we need hardcode that genesis self xD

@m-primo
Copy link

m-primo commented Feb 14, 2024

I know this is a long issue, but here we go.

You have to adapt manually the Generate Genesis function from the old version.

Yes!! That's the way.

But frankly, I don't know if it worked correctly or not! The daemon started okay without any issues but the simplewallet bugged and froze the entire system over and over again, so idk.

@ShiroYutha
Copy link

ShiroYutha commented Feb 22, 2024 via email

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

6 participants