spruned icon indicating copy to clipboard operation
spruned copied to clipboard

Update the RPC API to the latest bitcoin version.

Open kiwiidb opened this issue 4 years ago • 3 comments

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 avatar Feb 13 '21 22:02 kiwiidb

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.

kiwiidb avatar Feb 13 '21 22:02 kiwiidb

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

gdassori avatar May 13 '21 08:05 gdassori

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?

suchdatums avatar May 14 '22 18:05 suchdatums