You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: Calin Culianu <[email protected]>
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
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
The text was updated successfully, but these errors were encountered: