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

"Missing fork features" error: Vertcoin-Core RPC call changed from getblockchaininfo to getdeploymentinfo #57

Open
vertiond opened this issue Oct 7, 2023 · 0 comments

Comments

@vertiond
Copy link
Member

vertiond commented Oct 7, 2023

Running p2pool with Vertcoin-Core v22.1 or older will return this error:

Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229137 You are running a coin daemon that does not support all of the
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229194 forking features that have been activated on this blockchain.
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229218 Consequently, your node may mine invalid blocks or may mine blocks that
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229236 are not part of the Nakamoto consensus blockchain.
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229254
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229277 Missing fork features: bip66, csv, taproot, bip65, segwit, bip34
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229295
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229310 If you know what you're doing, this error may be overridden by running p2pool
Oct 03 13:41:59 jevo run_p2pool.py[335366]: 2023-10-03 13:41:59.229326 with the '--allow-obsolete-bitcoind' command-line option.

Fixed in #56
Solution is to upgrade to Vertcoin-Core v23.2

Alternatively, you can run the getblockchaininfo branch with Vertcoin-Core v22.1 and older

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

1 participant