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

Problem Syncing #788

Open
bitcoincapitalcorp opened this issue Oct 1, 2018 · 9 comments
Open

Problem Syncing #788

bitcoincapitalcorp opened this issue Oct 1, 2018 · 9 comments

Comments

@bitcoincapitalcorp
Copy link

I'm running Ubuntu 18.04.1 LTS

I moved computers and am trying to sync to a custom data directory. I installed and everything ran fine for an hour while syncing then it threw

N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9gregorian8bad_yearEEEEE 
year is out of valid range: 1400..10000
bitcoin in AppInit()

I'm just wondering what i can do to clear this.

@achamely
Copy link

achamely commented Oct 4, 2018

@bitcoincapitalcorp
The issue is due to the version of boost shipped by Ubuntu 18 which causes this issue.
If possible, try downgrading to boost 1.58 (though you may need to jump through hoops and compile it yourself).
The other option which is known to have worked for others is to switch back to Ubuntu 16.04 in the interim

@dexX7
Copy link
Member

dexX7 commented Oct 5, 2018

Hi @bitcoincapitalcorp, can you please clarify which version you are running?

@myishuohuo
Copy link

You need to rebuild the database using -reindex-chainstate to change -txindex.

@myishuohuo
Copy link

You need to rebuild the database using -reindex-chainstate to change -txindex.
Please restart with -reindex or -reindex-chainstate to recover. This problem occurred after I downloaded the entire packet

@bitcoincapitalcorp
Copy link
Author

Thanks for the help! I am going to try what myishuohuo said first if that doesn't work i'll downgrade to 16.04 i'll report back. thanks.

@zhanghuahua0708
Copy link

You need to rebuild the database using -reindex-chainstate to change -txindex.

how to do it? I have the same problem.

@zhanghuahua0708
Copy link

You need to rebuild the database using -reindex-chainstate to change -txindex.

how to do it? I have the same problem.

I get it ,use "omnicored -reindex"

@zhanghuahua0708
Copy link

You need to rebuild the database using -reindex-chainstate to change -txindex.

how to do it? I have the same problem.

I get it ,use "omnicored -reindex"

It dosen't work, I reinstalled new OS

@dgpv
Copy link

dgpv commented Jan 27, 2019

the workaround is to set msc_debug_packets to 0 in

bool msc_debug_packets = 1;
(Edit: this workaround is not enough. It would prevent this particular exception, but there will be others. The fix is in #874)

but the problem is deeper, as described in #872

@dexX7 the problem is present in develop branch.

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