Hi, I am running bitcoin signet node v22.0 with below parameters. I am unable to get any response on websocket port.
- '-chain=signet'
- >-
-addnode=178.63.103.48,135.181.75.145,71.80.46.121,195.201.164.54,65.21.171.164,135.180.99.74,188.34.165.181,185.148.37.152
- '-rest'
- '-txindex'
- '-disablewallet'
- '-server'
- '-rpcbind=0.0.0.0'
- '-rpcport=38332'
- '-rpcallowip=0.0.0.0/0'
- '-rpcthreads=512'
- '-rpcworkqueue=4096'
- '-rpcuser=example'
- '-rpcpassword=example'
- '-dbcache=2048'
- '-zmqpubrawtx=tcp://*:38333'
- '-deprecatedrpc=addresses'
- '-printtoconsole'
Any idea what can be the reason?