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

Incompatible with bitcoincore-22.0 because getpeerinfo rpc was changed #20

Open
btweenthebars opened this issue Nov 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@btweenthebars
Copy link

I have to temporarily downgrade to 0.21.2 and run with -deprecatedrpc=getpeerinfo_addnode -deprecatedrpc=whitelisted -deprecatedrpc=banscore , otherwise when btc-rpc-proxy receives json from getpeerinfo, it will fail to parse and won't be able to connect to peers to fetch missing blocks. There are many other fields added on rpc as well, but the missing ones cause it to fail.

@Kixunil Kixunil added the bug Something isn't working label Nov 15, 2021
@Kixunil
Copy link
Owner

Kixunil commented Nov 15, 2021

Thanks for report! This is very useful to know.

@kroese kroese mentioned this issue Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants