Author

Topic: Few incoming Connections in Tor Node (Read 188 times)

member
Activity: 84
Merit: 28
April 13, 2022, 07:50:12 AM
#15
Facing the same problem. Differences are that I am running a pruned node.
Were you able to move forward with the inbound connections?

In my case i was behind a CG-NAT, it was only possible to use a pure TOR node to receive inbound (other solutions are VPN or dinamic DNS). The final test is ask to some one connect to you, if connects then any node who want can connect to you.
newbie
Activity: 17
Merit: 17
April 13, 2022, 06:42:41 AM
#14
Facing the same problem. Differences are that I am running a pruned node.
Were you able to move forward with the inbound connections?
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
March 19, 2022, 02:07:16 PM
#13
Added you to another node I have up:



So yes, you can be connected to from other nodes that want to initiate the connection.

And the obligatory...since you have opened your machine to the outside world make sure you have all your security up to date, only open the ports you need opened and that all connected applications are configured properly.

-Dave
member
Activity: 84
Merit: 28
March 19, 2022, 01:24:26 PM
#12
Bitcoin Wiki lists two methods to make Bitcoin Core discover peers over Tor: https://en.bitcoin.it/wiki/Setting_up_a_Tor_hidden_service

Both methods require you edit the /etc/tor/torrc file on your computer to create a hidden service for your node.

I was using the method 1, tried the method 2 just for test.

https://bitnodes.io was reporting the node DOWN but can reach the address, and after few minutes no inbound connection.

 I returned to old configuration.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
March 19, 2022, 12:26:51 PM
#11
Unfortunately my ISP do not support IPV6, neither i am considering ask for a external IP.

I though were possible to troubleshoot using tor. Are you sure it wont work with pure tor node?

edit: https://bitnodes.io can reach my node over tor

It is possible to use Tor and VPNs as a method to provide inbound connections to CGNAT computers, but it would've been far more easier to use IPv6 since Bitcoin Core auto-detects your IP addresses.

Anyway, it looks like you have successfully connected to DaveF's onion node, which makes me think that the problem is not that incoming connections are getting blocked, but your particular node can't discover any other nodes.

The way Bitcoin core works, is that it will query connected nodes for their peer lists so that it has a list of extra nodes to connect to.

Bitcoin Wiki lists two methods to make Bitcoin Core discover peers over Tor: https://en.bitcoin.it/wiki/Setting_up_a_Tor_hidden_service

Both methods require you edit the /etc/tor/torrc file on your computer to create a hidden service for your node.
member
Activity: 84
Merit: 28
March 19, 2022, 11:40:04 AM
#10
Can you addnode f24lztslxyro7zrbhhe7lm366rgwbabqqfv2o5zcfz2brjccd2zyhmad.onion:8333 and see if it connects?
If you want you can PM me yours and I can try to add it.
I am leaving where that node is but I can remote in and check it later to see if there is anything in the logs.

-Dave




I added your node and it connect:

Code:
"id": 555,
    "addr": "f24lztslxyro7zrbhhe7lm366rgwbabqqfv2o5zcfz2brjccd2zyhmad.onion:8333",
    "addrbind": "127.0.0.1:42784",
    "network": "onion",
.
.
.

No need to DM, my address is qzammbp7nxhxynikgusg7pau2dgnejgeqwpq5crk6utec5zogaipwxyd.onion:8333

Take the time you want, i appreciate if you ,or anyone who can, try to connect and feedback me. Thanks.

I was reading this and maybe, the local inbound connections are legitimate tor connections coming through the proxy:
https://bitcoin.stackexchange.com/questions/98960/ip-addresses-of-inbound-connections-in-bitcoin-full-node-tor-looking-as-a-loca
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
March 19, 2022, 11:23:00 AM
#9
Can you addnode f24lztslxyro7zrbhhe7lm366rgwbabqqfv2o5zcfz2brjccd2zyhmad.onion:8333 and see if it connects?
If you want you can PM me yours and I can try to add it.
I am leaving where that node is but I can remote in and check it later to see if there is anything in the logs.

-Dave


member
Activity: 84
Merit: 28
March 19, 2022, 10:15:36 AM
#8
Unfortunately my ISP do not support IPV6, neither i am considering ask for a external IP.

I though were possible to troubleshoot using tor. Are you sure it wont work with pure tor node?

edit: https://bitnodes.io can reach my node over tor
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
March 19, 2022, 10:10:33 AM
#7
An important information: i am under CGNAT by my ISP, that means i am not reachable in any port without tor or other solutions like VPN.

This is definitely the cause of the problem.

Does your ISP support IPv6 connections (using some technology such as 6rd)? You might be able to inquire about it and listen on your personal IPv6 address which should not be subject to NAT restrictions.
member
Activity: 84
Merit: 28
March 19, 2022, 09:44:33 AM
#6
I got getpeerinfo in a moment i had 2 incoming connections and both were myself, so i realized that i not having any in connection.
member
Activity: 84
Merit: 28
March 19, 2022, 09:15:38 AM
#5
Please run a "bitcoin-cli getpeerinfo" so we can ensure that your node isn't just connecting to itself on the loopback IP address which would mean that your Tor config is preventing you from getting new connections.

And also, have you checked that TOR is working in general? Can you get to other onion addresses?
Someone else here was having an issue a while back getting TOR connections and after much digging around restarting just TOR fixed it.

-Dave

also checked

Code:
$curl --socks5 localhost:9050 --socks5-hostname localhost:9050 -s https://check.torproject.org/api/ip
${"IsTor":true,"IP":""}
member
Activity: 84
Merit: 28
March 19, 2022, 08:59:32 AM
#4
I remembered that my firewall was blocking ping, so i unblocked but until now no effects.

Please run a "bitcoin-cli getpeerinfo" so we can ensure that your node isn't just connecting to itself on the loopback IP address which would mean that your Tor config is preventing you from getting new connections.

You are right, i am connected with myself. But occasionally, for short periods of time, i get two incoming connections, i believe i am not unreachable.

Code:
[
  {
    "id": 438,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42154",
    "network": "onion",
    "services": "000000000000040d",
    "servicesnames": [
      "NETWORK",
      "BLOOM",
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694537,
    "lastrecv": 1647694536,
    "last_transaction": 1647694410,
    "last_block": 1647694062,
    "bytessent": 64621,
    "bytesrecv": 132715,
    "conntime": 1647693915,
    "timeoffset": -4,
    "pingtime": 0.967846,
    "minping": 0.50178,
    "version": 70016,
    "subver": "/Satoshi:22.0.0/",
    "inbound": false,
    "bip152_hb_to": true,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 1004,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 148,
      "feefilter": 32,
      "getaddr": 24,
      "getblocktxn": 115,
      "getdata": 2701,
      "getheaders": 1053,
      "headers": 106,
      "inv": 59307,
      "ping": 192,
      "pong": 192,
      "sendaddrv2": 24,
      "sendcmpct": 99,
      "sendheaders": 24,
      "tx": 430,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 43243,
      "blocktxn": 18086,
      "cmpctblock": 15001,
      "feefilter": 32,
      "getdata": 61,
      "getheaders": 1053,
      "headers": 212,
      "inv": 27237,
      "ping": 192,
      "pong": 192,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 27118,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  },
  {
    "id": 439,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42170",
    "network": "onion",
    "services": "0000000000000409",
    "servicesnames": [
      "NETWORK",
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694540,
    "lastrecv": 1647694161,
    "last_transaction": 1647694146,
    "last_block": 0,
    "bytessent": 76172,
    "bytesrecv": 129162,
    "conntime": 1647693930,
    "timeoffset": -5,
    "pingtime": 1.410911,
    "minping": 1.410911,
    "pingwait": 368.052899,
    "version": 70016,
    "subver": "/Satoshi:22.0.0/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728044,
    "synced_blocks": 728044,
    "inflight": [
    ],
    "addr_processed": 1001,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 256,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 6219,
      "getheaders": 1053,
      "headers": 212,
      "inv": 58294,
      "ping": 96,
      "pong": 64,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 9634,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 43095,
      "feefilter": 32,
      "getdata": 1142,
      "getheaders": 1053,
      "headers": 106,
      "inv": 39284,
      "ping": 64,
      "pong": 64,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 44034,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  },
  {
    "id": 441,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42180",
    "network": "onion",
    "services": "0000000000000408",
    "servicesnames": [
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694538,
    "lastrecv": 1647694539,
    "last_transaction": 1647694539,
    "last_block": 0,
    "bytessent": 78719,
    "bytesrecv": 742167,
    "conntime": 1647693948,
    "timeoffset": -5,
    "pingtime": 0.722893,
    "minping": 0.578308,
    "version": 70016,
    "subver": "/Satoshi:0.21.1/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 1003,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 176,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 73499,
      "getheaders": 1053,
      "headers": 106,
      "inv": 2974,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 247,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 22735,
      "feefilter": 32,
      "getdata": 61,
      "getheaders": 1053,
      "headers": 212,
      "inv": 112971,
      "notfound": 133,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 604362,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  },
  {
    "id": 442,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42198",
    "network": "onion",
    "services": "000000000000040d",
    "servicesnames": [
      "NETWORK",
      "BLOOM",
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694538,
    "lastrecv": 1647694529,
    "last_transaction": 1647694528,
    "last_block": 0,
    "bytessent": 50162,
    "bytesrecv": 165517,
    "conntime": 1647693983,
    "timeoffset": -6,
    "pingtime": 0.740791,
    "minping": 0.700531,
    "version": 70016,
    "subver": "/Satoshi:22.0.0/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 1005,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 283,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 6498,
      "getheaders": 1053,
      "headers": 106,
      "inv": 41558,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 43260,
      "feefilter": 32,
      "getheaders": 1053,
      "headers": 212,
      "inv": 35590,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 84762,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  },
  {
    "id": 445,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42208",
    "network": "onion",
    "services": "000000000000040d",
    "servicesnames": [
      "NETWORK",
      "BLOOM",
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694539,
    "lastrecv": 1647694538,
    "last_transaction": 1647694510,
    "last_block": 0,
    "bytessent": 55235,
    "bytesrecv": 69603,
    "conntime": 1647694005,
    "timeoffset": -5,
    "pingtime": 1.562744,
    "minping": 0.788236,
    "version": 70016,
    "subver": "/Satoshi:22.0.0/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 1005,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 233,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 535,
      "getheaders": 1053,
      "headers": 106,
      "inv": 52644,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 43323,
      "feefilter": 32,
      "getheaders": 1053,
      "headers": 212,
      "inv": 20770,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 3605,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  },
  {
    "id": 447,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42212",
    "network": "onion",
    "services": "0000000000000409",
    "servicesnames": [
      "NETWORK",
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694540,
    "lastrecv": 1647694540,
    "last_transaction": 1647694511,
    "last_block": 0,
    "bytessent": 55162,
    "bytesrecv": 52827,
    "conntime": 1647694025,
    "timeoffset": -3,
    "pingtime": 0.938511,
    "minping": 0.886025,
    "version": 70016,
    "subver": "/Satoshi:22.0.0/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 1006,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 176,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 865,
      "getheaders": 1053,
      "headers": 106,
      "inv": 51990,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 308,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 22475,
      "feefilter": 32,
      "getdata": 61,
      "getheaders": 1053,
      "headers": 212,
      "inv": 20366,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 8020,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  },
  {
    "id": 448,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42214",
    "network": "onion",
    "services": "0000000000000408",
    "servicesnames": [
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": false,
    "lastsend": 1647694513,
    "lastrecv": 1647694513,
    "last_transaction": 0,
    "last_block": 0,
    "bytessent": 1767,
    "bytesrecv": 2148,
    "conntime": 1647694031,
    "timeoffset": -5,
    "pingtime": 1.166178,
    "minping": 0.765703,
    "version": 70016,
    "subver": "/Satoshi:0.21.1/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 0,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00000000,
    "bytessent_per_msg": {
      "getheaders": 1053,
      "headers": 106,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 243,
      "feefilter": 32,
      "getheaders": 1053,
      "headers": 212,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "block-relay-only"
  },
  {
    "id": 449,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42216",
    "network": "onion",
    "services": "000000000000040d",
    "servicesnames": [
      "NETWORK",
      "BLOOM",
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": false,
    "lastsend": 1647694524,
    "lastrecv": 1647694524,
    "last_transaction": 0,
    "last_block": 0,
    "bytessent": 1767,
    "bytesrecv": 2053,
    "conntime": 1647694042,
    "timeoffset": -4,
    "pingtime": 0.714125,
    "minping": 0.481026,
    "version": 70016,
    "subver": "/Satoshi:0.21.1/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728044,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 0,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00000000,
    "bytessent_per_msg": {
      "getheaders": 1053,
      "headers": 106,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 148,
      "feefilter": 32,
      "getheaders": 1053,
      "headers": 212,
      "ping": 160,
      "pong": 160,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "block-relay-only"
  },
  {
    "id": 451,
    "addr": "",
    "addrbind": "127.0.0.1:42222",
    "network": "onion",
    "services": "0000000000000409",
    "servicesnames": [
      "NETWORK",
      "WITNESS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694539,
    "lastrecv": 1647694540,
    "last_transaction": 1647694540,
    "last_block": 0,
    "bytessent": 39470,
    "bytesrecv": 322047,
    "conntime": 1647694078,
    "timeoffset": -4,
    "pingtime": 0.714655,
    "minping": 0.542999,
    "version": 70016,
    "subver": "/Satoshi:22.0.0/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728045,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 1004,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 336,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 24801,
      "getheaders": 1053,
      "headers": 106,
      "inv": 7563,
      "ping": 128,
      "pong": 128,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 5011,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 43240,
      "feefilter": 32,
      "getdata": 1048,
      "getheaders": 1053,
      "headers": 106,
      "inv": 84321,
      "ping": 128,
      "pong": 128,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 191703,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  },
  {
    "id": 454,
    "addr": "127.0.0.1:35142",
    "addrbind": "127.0.0.1:8334",
    "network": "onion",
    "services": "0000000000000000",
    "servicesnames": [
    ],
    "relaytxes": false,
    "lastsend": 1647694470,
    "lastrecv": 1647694471,
    "last_transaction": 0,
    "last_block": 0,
    "bytessent": 608,
    "bytesrecv": 328,
    "conntime": 1647694228,
    "timeoffset": -1,
    "pingtime": 0.768421,
    "minping": 0.497919,
    "version": 70016,
    "subver": "",
    "inbound": true,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 0,
    "synced_headers": -1,
    "synced_blocks": -1,
    "inflight": [
    ],
    "addr_processed": 0,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00000000,
    "bytessent_per_msg": {
      "addrv2": 160,
      "feefilter": 32,
      "ping": 96,
      "pong": 32,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "ping": 32,
      "pong": 96,
      "sendaddrv2": 24,
      "verack": 24,
      "version": 152
    },
    "connection_type": "inbound"
  },
  {
    "id": 455,
    "addr": ":8333",
    "addrbind": "127.0.0.1:42250",
    "network": "onion",
    "services": "000000000000044d",
    "servicesnames": [
      "NETWORK",
      "BLOOM",
      "WITNESS",
      "COMPACT_FILTERS",
      "NETWORK_LIMITED"
    ],
    "relaytxes": true,
    "lastsend": 1647694540,
    "lastrecv": 1647694528,
    "last_transaction": 1647694525,
    "last_block": 0,
    "bytessent": 29171,
    "bytesrecv": 45542,
    "conntime": 1647694241,
    "timeoffset": -4,
    "pingtime": 1.795073,
    "minping": 0.630392,
    "version": 70016,
    "subver": "/Satoshi:22.0.0/Knots:20211108/",
    "inbound": false,
    "bip152_hb_to": false,
    "bip152_hb_from": false,
    "startingheight": 728045,
    "synced_headers": 728045,
    "synced_blocks": 728045,
    "inflight": [
    ],
    "addr_processed": 1002,
    "addr_rate_limited": 0,
    "permissions": [
    ],
    "minfeefilter": 0.00001000,
    "bytessent_per_msg": {
      "addrv2": 160,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 876,
      "getheaders": 1053,
      "headers": 106,
      "inv": 26225,
      "ping": 96,
      "pong": 96,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 215,
      "verack": 24,
      "version": 126,
      "wtxidrelay": 24
    },
    "bytesrecv_per_msg": {
      "addrv2": 22981,
      "feefilter": 32,
      "getdata": 61,
      "getheaders": 1053,
      "headers": 106,
      "inv": 14584,
      "ping": 96,
      "pong": 96,
      "sendaddrv2": 24,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 6230,
      "verack": 24,
      "version": 141,
      "wtxidrelay": 24
    },
    "connection_type": "outbound-full-relay"
  }
]

Quote

And also, have you checked that TOR is working in general? Can you get to other onion addresses?
Someone else here was having an issue a while back getting TOR connections and after much digging around restarting just TOR fixed it.

-Dave

Occasionally, for short periods of time, i get two incoming connections. I restarted tor with commands an nothing changed:

Code:
sudo systemctl restart [email protected]
sudo systemctl restart tor.service


An important information: i am under CGNAT by my ISP, that means i am not reachable in any port without tor or other solutions like VPN.
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
March 19, 2022, 08:36:03 AM
#3
Please run a "bitcoin-cli getpeerinfo" so we can ensure that your node isn't just connecting to itself on the loopback IP address which would mean that your Tor config is preventing you from getting new connections.

And also, have you checked that TOR is working in general? Can you get to other onion addresses?
Someone else here was having an issue a while back getting TOR connections and after much digging around restarting just TOR fixed it.

-Dave
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
March 19, 2022, 04:14:39 AM
#2
Please run a "bitcoin-cli getpeerinfo" so we can ensure that your node isn't just connecting to itself on the loopback IP address which would mean that your Tor config is preventing you from getting new connections.
member
Activity: 84
Merit: 28
March 18, 2022, 10:59:20 PM
#1
Hello everyone.

I am running a full node for about 4 hours with the configuration:

Code:
bitcoind -onlynet=onion -bind=127.0.0.1 -proxy=127.0.0.1:9050 -externalip= -listen -debug=tor -disablewallet -txindex=1 -daemon -datadir= -rpcuser= -rpcpassword=

My node is visible according with https://bitnodes.io/ but until now i only received 1 in connection, is it normal?

Code:
Bitcoin Core v22.0.0 - 70016/Satoshi:22.0.0/

        ipv4    ipv6   onion   total   block
in         0       0       1       1
out        0       0      10      10       2
total      0       0      11      11

Local addresses
    port   8333    score      5

EDIT: it is already syncronized
Jump to: