Kixunil / btc-rpc-proxy

Finer-grained permission management for bitcoind.
MIT License
63 stars 18 forks source link

Project inactive? Alternative pyBTCProxy #28

Open ghost opened 6 months ago

ghost commented 6 months ago

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

Kixunil commented 6 months ago

You could've just asked. :)

What exactly doesn't work with 25.0? I didn't have time to upgrade Core for a while so I didn't have the chance to test it.

ghost commented 6 months ago

You could've just asked. :)

Didn't expect any life here tbh. :)

What exactly doesn't work with 25.0?

Actually I didn't try to run it. I looked into the issues which told me it's broken.