janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.52k stars 1.13k forks source link

Support for btcd #388

Open sushi30 opened 2 years ago

sushi30 commented 2 years ago

Describe the new feature or enhancement

Btcd is a lightweight go-based bitcoin node that supports a subset of the Bitcoin Core commands. Those that are supported are claimed to be compliant with Bitcoin Core. the only thing its lacking (according to docks) is wallet functionality. Since this app is only supposed to be a blockchain explorer, it should be "considerably" simple to tweak it to support btcd.

Additional context

Btcd has some minor differences in its interface when creating rpc calls. On top of that some call which are not supported by btcd but are not critical to btc-rpc-explorer's functionality can be omitted.

I have started working on a PR for this. Hope to submit it in about 2 weeks.

3rror404 commented 1 year ago

Did you make any progress with this?