-
Notifications
You must be signed in to change notification settings - Fork 770
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
Can't sync node with version 0.24.5 #445
Comments
+1 |
Fixed in v0.24.6 |
Thank you! |
update 0.24.7 |
These errors are not an issue, as long as the node eventually finds a Bitcoin ABC peer and manages to synchronize. They just tell you that the node met a Bitcoin Cash node and disagreed about blocks headers from the wrong chain. So the two nodes end up banning each other. You should check that your current chain tip is the same as the latest block on https://explorer.bitcoinabc.org/ or any other up to date block explorer. |
Upgrade9 (May 2023) - Everything plus fixups Closes Bitcoin-ABC#445 See merge request bitcoin-cash-node/bitcoin-cash-node!1600
[test] Added verbose printing if script_flags fuzzer fails Closes Bitcoin-ABC#445 See merge request bitcoin-cash-node/bitcoin-cash-node!1634
Node Version: Bitcoin ABC for Windows; 0.24.5
Acompletely new installation (initial installation) on a currently updated Windows 10 operating system.
Error Log:
2021-11-05T23:42:47Z msghand thread start
2021-11-05T23:42:47Z GUI: Platform customization: "windows"
2021-11-05T23:42:48Z GUI: PaymentServer::LoadRootCAs: Loaded 21 root certificates
2021-11-05T23:42:53Z New outbound peer connected: version: 70015, blocks=712779, peer=0 (full-relay)
2021-11-05T23:42:53Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:42:53Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:42:53Z Disconnecting and discouraging peer 0!
2021-11-05T23:43:05Z New outbound peer connected: version: 70015, blocks=712779, peer=1 (full-relay)
2021-11-05T23:43:06Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:06Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:06Z Disconnecting and discouraging peer 1!
2021-11-05T23:43:11Z New outbound peer connected: version: 70015, blocks=712779, peer=2 (full-relay)
2021-11-05T23:43:11Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:11Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:11Z Disconnecting and discouraging peer 2!
2021-11-05T23:43:17Z New outbound peer connected: version: 70015, blocks=712779, peer=3 (full-relay)
2021-11-05T23:43:18Z New outbound peer connected: version: 70015, blocks=712779, peer=4 (full-relay)
2021-11-05T23:43:18Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:18Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:18Z Disconnecting and discouraging peer 3!
2021-11-05T23:43:19Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:19Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:19Z Disconnecting and discouraging peer 4!
2021-11-05T23:43:24Z New outbound peer connected: version: 70015, blocks=712779, peer=5 (full-relay)
2021-11-05T23:43:24Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:24Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:24Z Disconnecting and discouraging peer 5!
2021-11-05T23:43:24Z New outbound peer connected: version: 70015, blocks=712779, peer=6 (full-relay)
2021-11-05T23:43:25Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:25Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:25Z Disconnecting and discouraging peer 6!
2021-11-05T23:43:25Z New outbound peer connected: version: 70015, blocks=712779, peer=7 (full-relay)
2021-11-05T23:43:25Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:25Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:25Z Disconnecting and discouraging peer 7!
2021-11-05T23:43:25Z New outbound peer connected: version: 70015, blocks=712779, peer=8 (full-relay)
2021-11-05T23:43:26Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:43:26Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:43:26Z Disconnecting and discouraging peer 8!
2021-11-05T23:47:11Z New outbound peer connected: version: 70015, blocks=712779, peer=15 (full-relay)
2021-11-05T23:47:11Z ERROR: ContextualCheckBlockHeader: rejected by checkpoint lock-in at 661648
2021-11-05T23:47:11Z ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce, checkpoint mismatch
2021-11-05T23:47:11Z Disconnecting and discouraging peer 15!
2021-11-05T23:47:47Z Loading addresses from DNS seed seed.bitcoinabc.org
2021-11-05T23:47:47Z Loading addresses from DNS seed seeder.fabien.cash
2021-11-05T23:47:47Z Loading addresses from DNS seed seeder.status.cash
2021-11-05T23:47:47Z Waiting 300 seconds before querying DNS seeds.
The node no longer continues its work.
The text was updated successfully, but these errors were encountered: