Hi, I recently updated to Bitcoin Core v29.1 on my new windows 11, but I’m now having a problem setting it up with Tor.
The problem is that my node isn’t connected to any Tor peers even though I set onlynet=onion,
correctly?
I holds this data in the networkinfo, you please check those details.
{
"version": 290100,
"subversion": "/Satoshi:29.1.0/",
"protocolversion": 70016,
"localservices": "0000000000000c08",
"localservicesnames": [
"WITNESS",
"NETWORK_LIMITED",
"P2P_V2"
],
"localrelay": true,
"timeoffset": 0,
"networkactive": true,
"connections": 0,
"connections_in": 0,
"connections_out": 0,
"networks": [
{
"name": "ipv4",
"limited": true,
"reachable": false,
"proxy": "127.0.0.1:9050",
"proxy_randomize_credentials": true
},
{
"name": "ipv6",
"limited": true,
"reachable": false,
"proxy": "127.0.0.1:9050",
"proxy_randomize_credentials": true
},
{
"name": "onion",
"limited": false,
"reachable": true,
"proxy": "127.0.0.1:9050",
"proxy_randomize_credentials": true
},
{
"name": "i2p",
"limited": true,
"reachable": false,
"proxy": "",
"proxy_randomize_credentials": false
},
{
"name": "cjdns",
"limited": true,
"reachable": false,
"proxy": "127.0.0.1:9050",
"proxy_randomize_credentials": true
}
],
"relayfee": 0.00000100,
"incrementalfee": 0.00000100,
"localaddresses": [
],
"warnings": [
]
} now
Both inbound and outbound connections showing 0, its been nearly an hour and getpeerinfo shows almost no data which I was expecting some outbound connections to sync my bitcoin core node over the tor network, but unfortunately, the sync has been paused for the past hour.
Any clue how can I solve this issues right now?