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
I was searching for a solution similar to btc-rpc-proxy to operate a pruned Bitcoin node alongside CLN.
Unfortunately, it seems that it no longer functions with the latest version of bitcoind (e.g. v25.0).
Since I'm not familiar with Rust, I opted to develop a Python script that accomplishes a similar task (although it lacks user permission management) and leverages the getblockfrompeer function to retrieve missing blocks.
I was searching for a solution similar to btc-rpc-proxy to operate a pruned Bitcoin node alongside CLN.
Unfortunately, it seems that it no longer functions with the latest version of bitcoind (e.g. v25.0).
Since I'm not familiar with Rust, I opted to develop a Python script that accomplishes a similar task (although it lacks user permission management) and leverages the getblockfrompeer function to retrieve missing blocks.
You can find it here on github: pyBTCProxy
The text was updated successfully, but these errors were encountered: