btcpayserver-docker
btcpayserver-docker copied to clipboard
Integrate shesek/bwt as docker fragment (lightweight HD wallet indexer)
Integration of https://github.com/shesek/bwt into BTCPay Server as requested.
Thank you @Kukks appreciated! I just am drafting it for now, and will work on it. Will move PR out of draft when I get it working, and intend to work on your points.
bwt supports real time indexing using bitcoind's blocknotify
feature, which needs to be configured to send a POST
request to the HTTP API, or to open a connection to bwt's unix socket.
It would be cool if btcpay enabled this out-of-the-box, but I can see how this could add some complexity to the setup...
Edit: If btcpay is already doing real-time processing of blocks by some means (zmq?), it could also send the real-time sync request to bwt itself instead of via blocknotify
.
Ok
@Kukks Yes! :-) https://github.com/btcpayserver/btcpayserver-docker/pull/432
Sorry guys, yes was distracted for some time, getting back into it now. but @shesek please take over, I will work on something else.