Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zmqpubhashblock setting for seperate port #241

Open
petzsch opened this issue Apr 16, 2024 · 0 comments
Open

zmqpubhashblock setting for seperate port #241

petzsch opened this issue Apr 16, 2024 · 0 comments

Comments

@petzsch
Copy link

petzsch commented Apr 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant