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

ecash (XEC) reject blocks with bad-cb-minerfund error #515

Open
seoseo29 opened this issue Jan 18, 2023 · 0 comments
Open

ecash (XEC) reject blocks with bad-cb-minerfund error #515

seoseo29 opened this issue Jan 18, 2023 · 0 comments

Comments

@seoseo29
Copy link

ERROR: ConnectTip: ConnectBlock 0000000000000000097c03ca368bc4efbc271a1ba308877befdf69d62cdb3a5c failed, bad-cb-minerfund
ecash node config:

rpcuser=rpcuser
rpcpassword=rpcpassword
prune=550
deprecatedrpc=accounts
usecashaddr=0
zmqpubhashblock=tcp://127.0.0.1:15101

emergent-reasons pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this issue Mar 31, 2024
Co-authored-by: Calin Culianu <calin.culianu@gmail.com>

This addresses issue Bitcoin-ABC#515, a problem where nodes are appearing in the seeder list that are on the wrong chain.

## Changes

* Introduce an additional checkpoint verification flag
* Fix test nodes finishing too early before they could handle the headers message required to verify checkpoints
* Request headers more often. Originally it would happen at most once a day
* Remove a needless rate-limiting node-ignore mechanism that never worked properly
* Make the code that handles node reliability more clear and consistent
* Various general code improvements and tidying
emergent-reasons pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this issue Mar 31, 2024
Fix seeder checkpoint check

Closes Bitcoin-ABC#515

See merge request bitcoin-cash-node/bitcoin-cash-node!1820
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant