Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.46 KB | None | 0 0
  1. aayan@MainLinux:~$ screen -r
  2. There are several suitable screens on:
  3.     12233.node2 (10/17/2017 06:08:34 PM)    (Detached)
  4.     12020.node1 (10/17/2017 06:07:08 PM)    (Detached)
  5. Type "screen [-d] -r [pid.]tty.host" to resume one of them.
  6. aayan@MainLinux:~$ zen-cli -datadir=/home/aayan/reg1 getpeerinfo
  7. [
  8.   {
  9.     "id": 1,
  10.     "addr": "127.0.0.1:40490",
  11.     "services": "0000000000000001",
  12.     "tls_established": true,
  13.     "tls_verified": false,
  14.     "lastsend": 1508278120,
  15.     "lastrecv": 1508278114,
  16.     "bytessent": 383,
  17.     "bytesrecv": 407,
  18.     "conntime": 1508278114,
  19.     "timeoffset": 0,
  20.     "pingtime": 0.08931,
  21.     "version": 170002,
  22.     "subver": "/zen:2.0.10/",
  23.     "inbound": true,
  24.     "startingheight": 0,
  25.     "banscore": 0,
  26.     "synced_headers": -1,
  27.     "synced_blocks": -1,
  28.     "inflight": [
  29.     ],
  30.     "whitelisted": false
  31.   }
  32. ]
  33. aayan@MainLinux:~$ zen-cli -datadir=/home/aayan/reg2 getpeerinfo
  34. [
  35.   {
  36.     "id": 1,
  37.     "addr": "127.0.0.1:16000",
  38.     "services": "0000000000000001",
  39.     "tls_established": true,
  40.     "tls_verified": false,
  41.     "lastsend": 1508278114,
  42.     "lastrecv": 1508278120,
  43.     "bytessent": 407,
  44.     "bytesrecv": 383,
  45.     "conntime": 1508278114,
  46.     "timeoffset": 0,
  47.     "pingtime": 6.59329,
  48.     "version": 170002,
  49.     "subver": "/zen:2.0.10/",
  50.     "inbound": false,
  51.     "startingheight": 0,
  52.     "banscore": 0,
  53.     "synced_headers": -1,
  54.     "synced_blocks": -1,
  55.     "inflight": [
  56.     ],
  57.     "whitelisted": false
  58.   }
  59. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement