You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have blockchain.address.dsproof.subscribe, blockchain.scripthash.dsproof.subscribe and blockchain.mempool.dsproof.subscribe.
The address/scripthash level would monitor for DSP on transactions relating to that specific address/scripthash. I can use this to resolve an edge-case while doing clustering of multiple servers and potentially also to reduce the number of subscriptions I would be tracking.
The mempool level would monitor for all DSPs, regardless of what transaction/address etc, and would be useful for tools that present information about the blockchain or bitcoin cash network, rather than working with specific addresses or wallets.
The text was updated successfully, but these errors were encountered:
I would like to have
blockchain.address.dsproof.subscribe
,blockchain.scripthash.dsproof.subscribe
andblockchain.mempool.dsproof.subscribe
.The address/scripthash level would monitor for DSP on transactions relating to that specific address/scripthash. I can use this to resolve an edge-case while doing clustering of multiple servers and potentially also to reduce the number of subscriptions I would be tracking.
The mempool level would monitor for all DSPs, regardless of what transaction/address etc, and would be useful for tools that present information about the blockchain or bitcoin cash network, rather than working with specific addresses or wallets.
The text was updated successfully, but these errors were encountered: