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 run fulcrum inside a BTCPay Server stack and would also make use of the zmqpubhashblock setting. This is enabled by default when you enable lnd in BTCPay Server, but it binds to a seperate port:
zmqpubhashblock=tcp://0.0.0.0:28334
I start fulcrum with this command in docker:
command: "Fulcrum -b bitcoind:43782 -t 0.0.0.0:50001 -s 0.0.0.0:50002 -u electrumx -p XXX"
43782 is the RPC port: rpcbind=0.0.0.0:43782
I've searched in the docs and couldn't find a startup option to specificy the above port. Is it possible to use zmq in this context or is there a change required on your end so I can specifiy the zmq host:port.
Thanks
The text was updated successfully, but these errors were encountered:
I would like to run fulcrum inside a BTCPay Server stack and would also make use of the zmqpubhashblock setting. This is enabled by default when you enable lnd in BTCPay Server, but it binds to a seperate port:
zmqpubhashblock=tcp://0.0.0.0:28334
I start fulcrum with this command in docker:
command: "Fulcrum -b bitcoind:43782 -t 0.0.0.0:50001 -s 0.0.0.0:50002 -u electrumx -p XXX"
43782 is the RPC port: rpcbind=0.0.0.0:43782
I've searched in the docs and couldn't find a startup option to specificy the above port. Is it possible to use zmq in this context or is there a change required on your end so I can specifiy the zmq host:port.
Thanks
The text was updated successfully, but these errors were encountered: