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
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:7232
port=7432
rpcallowip=0.0.0.0/0
txindex=1
disablewallet=1
rpcuser=user
rpcpassword=pass
rpcworkqueue=512
rpcthreads=4
dbcache=2500
zmqpubrawtx=tcp://0.0.0.0:58332
zmqpubrawblock=tcp://0.0.0.0:58332
zmqpubhashtx=tcp://0.0.0.0:58332
zmqpubhashblock=tcp://0.0.0.0:58332
whatever i do, by default it takes 28332 port, i am already running BTC which is taking 28332 port and that is why i need another port for litecoin
also is there a way to check on which port ZMQ is running for litecoin?
The text was updated successfully, but these errors were encountered:
hi
I have been trying a lot to get a custom port for litecoin but not able to
this is my docker-compose
this is my litecoin.conf
whatever i do, by default it takes 28332 port, i am already running BTC which is taking 28332 port and that is why i need another port for litecoin
also is there a way to check on which port ZMQ is running for litecoin?
The text was updated successfully, but these errors were encountered: