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

custom ZMQ port #1

Open
web3dopamine opened this issue Feb 5, 2024 · 0 comments
Open

custom ZMQ port #1

web3dopamine opened this issue Feb 5, 2024 · 0 comments

Comments

@web3dopamine
Copy link

web3dopamine commented Feb 5, 2024

Hi
I am trying to add custom zmq port to by BCH node but it is still giving me this

telegram-cloud-photo-size-5-6197494657324267245-x

this is my client.conf file

server=1
# By default, only RPC connections from localhost are allowed.
# Specify as many rpcallowip= settings as you like to allow connections from other hosts,
# either as a single IPv4/IPv6 or with a subnet specification.
rpcbind=0.0.0.0:7332
port=7333
rpcallowip=0.0.0.0/0
txindex=1
disablewallet=1
listen=0
rpcuser=user
rpcpassword=pass
rpcworkqueue=512
rpcthreads=4
dbcache=2500

zmqpubrawtx=tcp://0.0.0.0:38332
zmqpubrawblock=tcp://0.0.0.0:38332
zmqpubhashtx=tcp://0.0.0.0:38332
zmqpubhashblock=tcp://0.0.0.0:38332

also do i have to name client.conf to bitcoin.conf?? i dont think so but correct me if i am wrong

The reason i am doing this as i am already running btc node at the same machine i like to run bch node

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