As of today, when running as a node, chainhook node knows that a bitcoin block was mined thanks to the signaling coming from a stacks-node.
We want to support bitcoind signaling as well (leveraging the bitcoind baked-in zeromq integration), to simplify the stack when a team is only working with bitcoin.
As of today, when running as a node, chainhook node knows that a bitcoin block was mined thanks to the signaling coming from a
stacks-node
. We want to support bitcoind signaling as well (leveraging the bitcoind baked-inzeromq
integration), to simplify the stack when a team is only working with bitcoin.