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
Hi
I am trying to add custom zmq port to by BCH node but it is still giving me this
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
The text was updated successfully, but these errors were encountered:
Hi
I am trying to add custom zmq port to by BCH node but it is still giving me this
this is my client.conf file
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
The text was updated successfully, but these errors were encountered: