Hi, I am trying to run bitcoin signet node with below configurations:-
Bitcore release:-
v22.0.0Parameters:-
- '-chain=signet'
- '-rest'
- '-txindex'
- '-disablewallet'
- '-server'
- '-rpcbind=0.0.0.0'
- '-rpcport=38332'
- '-rpcallowip=0.0.0.0/0'
- '-rpcthreads=512'
- '-rpcworkqueue=4096'
- '-rpcuser=xxxxxxxxxx'
- '-rpcpassword=xxxxxxxxxx'
- '-dbcache=2048'
- '-zmqpubrawtx=tcp://*:38333'
- '-deprecatedrpc=addresses'
- '-printtoconsole'
My node is stuck with below logs:-
2025-06-16T12:52:18Z init message: Loading P2P addresses…
2025-06-16T12:52:18Z Imported mempool transactions from disk: 0 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
2025-06-16T12:52:18Z loadblk thread exit
2025-06-16T12:52:18Z Loaded 0 addresses from peers.dat 1ms
2025-06-16T12:52:18Z Loaded 0 addresses from "anchors.dat"
2025-06-16T12:52:18Z 0 block-relay-only anchors will be tried for connections.
2025-06-16T12:52:18Z init message: Starting network threads…
2025-06-16T12:52:18Z net thread start
2025-06-16T12:52:18Z dnsseed thread start
2025-06-16T12:52:18Z addcon thread start
2025-06-16T12:52:18Z init message: Done loading
2025-06-16T12:52:18Z msghand thread start
2025-06-16T12:52:18Z Loading addresses from DNS seed v7ajjeirttkbnt32wpy3c6w3emwnfr3fkla7hpxcfokr3ysd3kqtzmqd.onion:38333
2025-06-16T12:52:18Z opencon thread start
2025-06-16T12:52:18Z Loading addresses from DNS seed 178.128.221.177
2025-06-16T12:52:18Z Loading addresses from DNS seed 2a01:7c8:d005:390::5
2025-06-16T12:52:18Z 0 addresses found from DNS seeds
2025-06-16T12:52:18Z dnsseed thread exit
2025-06-16T12:52:19Z Cannot create socket for v7ajjeirttkbnt32wpy3c6w3emwnfr3fkla7hpxcfokr3ysd3kqtzmqd.onion:38333: unsupported network
2025-06-16T12:53:19Z Adding fixed seeds as 60 seconds have passed and addrman is empty
Any idea how to resolve it?