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

Update the RPC API to the latest bitcoin version. #109

Open
kiwiidb opened this issue Feb 13, 2021 · 3 comments
Open

Update the RPC API to the latest bitcoin version. #109

kiwiidb opened this issue Feb 13, 2021 · 3 comments
Assignees
Labels
development Normal development life cycle \ cleanups

Comments

@kiwiidb
Copy link

kiwiidb commented Feb 13, 2021

Hey there,

I am trying to connect C-lightning to spruned, however C-lightning can't connect because:

bcli: Unsupported bitcoind version 150100, at least 160000 required.

@kiwiidb
Copy link
Author

kiwiidb commented Feb 13, 2021

Update: I have manually updated the hard-coded version in jsonrpc_server.py. Now lightningd fails with:
bcli: The 'blocksonly' mode of bitcoind, or any option deactivating transaction relay is not supported.

@gdassori gdassori added the development Normal development life cycle \ cleanups label May 13, 2021
@gdassori gdassori self-assigned this May 13, 2021
@gdassori
Copy link
Member

Hello, the RPC API needs to be updated and compliant with the latest bitcoin version.
I'll work on this.

@gdassori gdassori changed the title C-lightning connection issue Update the RPC API to the latest bitcoin version. May 13, 2021
@suchdatums
Copy link

Any progress on this update? I fell off my chair when I discovered this repo - this node software can power some useful projects! But, it's based on bitcoin 0.16 (?) Otherwise, does anyone know of other 'lightweight' node emulators that simply query other nodes when RPC is used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Normal development life cycle \ cleanups
Projects
None yet
Development

No branches or pull requests

3 participants