btcpayserver-docker icon indicating copy to clipboard operation
btcpayserver-docker copied to clipboard

Integrate shesek/bwt as docker fragment (lightweight HD wallet indexer)

Open maltokyo opened this issue 4 years ago • 5 comments

Integration of https://github.com/shesek/bwt into BTCPay Server as requested.

maltokyo avatar Jun 21 '20 09:06 maltokyo

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.

maltokyo avatar Jun 21 '20 09:06 maltokyo

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.

shesek avatar Jun 24 '20 17:06 shesek

Ok

myminty avatar Oct 03 '20 23:10 myminty

@Kukks Yes! :-) https://github.com/btcpayserver/btcpayserver-docker/pull/432

shesek avatar Jan 20 '21 22:01 shesek

Sorry guys, yes was distracted for some time, getting back into it now. but @shesek please take over, I will work on something else.

maltokyo avatar Apr 30 '21 13:04 maltokyo