Skip to content

custom ZMQ port #1

@web3dopamine

Description

@web3dopamine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions