I'm starting to wonder whether my Bitcoin node accepts incoming connections. It works perfectly when sending, but I'd like to contribute actively to the network.
Here is my bitcoin.conf (tor is my docker Tor service name, so bitcoin core resolve "tor" with good IP.
listen=1
proxy=tor:9050
allproxy=tor:9050
torcontrol=tor:9051
torpassword=<Confidential>
onion=tor:9050
onlynet=onion
bind=0.0.0.0:8333
discover=0
Bitcoin create hidden service with port control :
2025-10-20T08:12:19Z [tor] Successfully connected!
2025-10-20T08:12:19Z [tor] Connected to Tor version 0.4.8.19
2025-10-20T08:12:19Z [tor] Supported authentication method: HASHEDPASSWORD
2025-10-20T08:12:19Z [tor] Using HASHEDPASSWORD authentication
2025-10-20T08:12:19Z [tor] Authentication successful
2025-10-20T08:12:19Z [tor] ADD_ONION successful
2025-10-20T08:12:19Z Got tor service ID < anonymized>, advertising service < anonymized.onion:8333
2025-10-20T08:12:19Z [tor] Cached service private key to /home/bitcoin/.bitcoin/onion_v3_private_key
And
"localaddresses": [
{
"address": "anonymized.onion",
"port": 8333,
"score": 4
}
]
i never see inbound connection.
Is that just the propagation delay? Or am I missing something?
I can provide my onion URL to test its reachability.