[bisq-network/bisq] Version string is missing in bitcoin P2P protocol on Bisq 1.7.4 (#5757)

Christoph Atteneder notifications at github.com
Wed Nov 10 10:51:14 CET 2021


Looking at Bisq nodes connecting to a Tor v2 address vs. Tor v3 address shows following output in the peerinfo:

Connecting over v2 address:
```
"id": 180791,
    "addr": "127.0.0.1:52060",
    "addrbind": "127.0.0.1:8333",
    "addrlocal": "lgkvbvro67jomosw.onion:8333",
    "network": "unroutable",
    "services": "0000000000000000",
    "servicesnames": [
    ],
    "relaytxes": true,
    "lastsend": 1636537252,
    "lastrecv": 1636537252,
    "last_transaction": 0,
    "last_block": 0,
    "bytessent": 1236904,
    "bytesrecv": 1138613,
    "conntime": 1636468501,
    "timeoffset": -6,
    "pingtime": 1.493385,
    "minping": 1.033113,
    "version": 70012,
    "subver": "/bitcoinj:0.15.8.bisq.13/Bisq:1.5.6/",
    "inbound": true,
    "startingheight": 708932,
    "synced_headers": -1,
    "synced_blocks": -1,
    "inflight": [
    ],
    "permissions": [
    ],
    "minfeefilter": 0.00000000,
    "bytessent_per_msg": {
      "addr": 7590,
      "alert": 192,
      "inv": 8357,
      "merkleblock": 23412,
      "ping": 18336,
      "pong": 1103808,
      "sendheaders": 24,
      "tx": 75035,
      "verack": 24,
      "version": 126
    },
    "bytesrecv_per_msg": {
      "filterload": 5601,
      "getblocks": 3293,
      "getdata": 7381,
      "mempool": 24,
      "ping": 1103808,
      "pong": 18336,
      "verack": 24,
      "version": 146
    },   "connection_type": "inbound"
```
    
Connection over v3 address
```
"id": 181433,
    "addr": "127.0.0.1:52450",
    "addrbind": "127.0.0.1:8333",
    "addrlocal": "[::1026:b6a9:e367:3bc2:9a6:54f0]:61031",
    "network": "unroutable",
    "services": "0000000000000000",
    "servicesnames": [
    ],
    "relaytxes": true,
    "lastsend": 1636537253,
    "lastrecv": 1636537253,
    "last_transaction": 0,
    "last_block": 0,
    "bytessent": 1164011,
    "bytesrecv": 1076189,
    "conntime": 1636471541,
    "timeoffset": -7,
    "pingtime": 1.002296,
    "minping": 0.573238,
    "version": 70013,
    "subver": "",
    "inbound": true,
    "startingheight": -16777216,
    "synced_headers": -1,
    "synced_blocks": -1,
    "inflight": [
    ],
    "permissions": [
    ],
    "minfeefilter": 0.00000000,
    "bytessent_per_msg": {
      "addrv2": 6678,
      "feefilter": 32,
      "inv": 7295,
      "ping": 17536,
      "pong": 1051328,
      "sendheaders": 24,
      "tx": 80968,
      "verack": 24,
      "version": 126
    },
    "bytesrecv_per_msg": {
      "filterload": 6868,
      "getdata": 219,
      "mempool": 24,
      "ping": 1051328,
      "pong": 17536,
      "sendaddrv2": 24,
      "verack": 24,
      "version": 166
    },
    "connection_type": "inbound"
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5757#issuecomment-964958164
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211110/dec4ccb5/attachment-0001.htm>


More information about the bisq-github mailing list