No inbound connections on my bitcoin full node with TOR

0
66


Can somebody hook up with my working node? u3ob433qu3ebkmsu.onion:8333

I am behind a CG-NAT so I’ve thought utilizing TOR would resolve my downside.

I had my node working for hours however no inbound connections.

grep debug.log -e inbound returns nothing.

$ bitcoin-cli getnetworkinfo

{
  "model": 180000,
  "subversion": "/Satoshi:0.18.0/",
  "protocolversion": 70015,
  "localservices": "000000000000040c",
  "localrelay": true,
  "timeoffset": 0,
  "networkactive": true,
  "connections": 10,
  "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
    }
  ],
  "relayfee": 0.00001000,
  "incrementalfee": 0.00001000,
  "localaddresses": [
    {
      "address": "u3ob433qu3ebkmsu.onion",
      "port": 8333,
      "score": 4
    }
  ],
  "warnings": ""
}

bitcoin.conf

server=1
daemon=1

# RPC
rpcuser=*****
rpcpassword=*******

# TOR
onlynet=onion
proxy=127.0.0.1:9050
bind=127.0.0.1
dnsseed=0
dns=0
addnode=nkf5e6b7pl4jfd4a.onion
addnode=yu7sezmixhmyljn4.onion

# Raspberry Pi optimizations
dbcache=100
maxorphantx=10
maxmempool=50
maxconnections=40
maxuploadtarget=5000
prune=6000

LEAVE A REPLY

Please enter your comment!
Please enter your name here