I just pushed an update that will provide better logging and querying of transaction / block validation exceptions. Updating to the latest source will help us gain greater insight into the kinds of errors that are occurring.
It seems that after I close down and re-open my client the number of connections is stuck at around 1 even though it use to have 3-4.
Updates we have coming (hopefully today)...
1) better reporting of why a node disconnects us (and/or why we disconnect the node)
2) better reporting on the status of our peer database (peers we know about but are not connected to.
There are currently 28 connections to my seed node, many of which are not behind a fire wall, and yet my own local node only has 1 connection.
--- there are now 28 active connections to the p2p network
default (unlocked) >>> get_info
{
"blockchain_head_block_num": 3898,
"blockchain_head_block_time": "20140614T145145",
"blockchain_confirmation_requirement": 291,
"blockchain_average_delegate_participation": 48.019801980198018,
"network_num_connections": 28,
"wallet_unlocked_seconds_remaining": 2892209773,
"wallet_next_block_production_time": "20140614T150215",
"wallet_seconds_until_next_block_production": 613,
"wallet_local_time": "20140614T145202",
"blockchain_random_seed": "cfd4e110d8db2115d0d771cf568f47ac7cfda7e4",
"blockchain_shares": 10000013351559,
"network_num_connections_max": 100,
"network_protocol_version": 101,
"wallet_open": true,
"wallet_unlocked_until": "19691231T235959",
"wallet_version": 100
}
default (unlocked) >>> network_get_peer_info
[{
"addr": "58.62.197.41:19706",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757525,
"lastrecv": 1402757525,
"bytessent": 127280,
"bytesrecv": 8896,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "24.127.42.17:51579",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 16640,
"bytesrecv": 2336,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "053c20c062473e4a0f04701fbea17be1943ada2d (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T144535",
"bitshares_git_revision_age": "7 minutes ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "osx"
},{
"addr": "70.114.143.108:53499",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757507,
"lastrecv": 1402757507,
"bytessent": 988832,
"bytesrecv": 188256,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "4b1f9a837e96b4ae467dc86db8d53191c7908664 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T125642",
"bitshares_git_revision_age": "2 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "82.75.19.219:58018",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 776592,
"bytesrecv": 150816,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "4b1f9a837e96b4ae467dc86db8d53191c7908664 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T125642",
"bitshares_git_revision_age": "2 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "osx"
},{
"addr": "128.199.180.112:56438",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757471,
"bytessent": 271488,
"bytesrecv": 69504,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "8160735f2e1d157621db1d28ad365a9c7e7195c2 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T204717",
"bitshares_git_revision_age": "18 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "116.249.255.187:50992",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 981360,
"bytesrecv": 186240,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "209.141.177.195:37957",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 180944,
"bytesrecv": 45504,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "a095342f655c39279bc381b8dd86ed9ac34e030e (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T041808",
"bitshares_git_revision_age": "35 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "107.170.211.129:48199",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 692928,
"bytesrecv": 235584,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "137.189.91.69:62591",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 576880,
"bytesrecv": 112464,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "37f48f649735660bc89355f8d1f91c3a059b0243 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T140711",
"bitshares_git_revision_age": "25 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "137.117.246.253:1024",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 94096,
"bytesrecv": 24256,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "529290cb19b9b9f3172f46612021452c1ab2a1e4 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T072258",
"bitshares_git_revision_age": "7 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "win32"
},{
"addr": "23.239.5.30:57466",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757430,
"bytessent": 155792,
"bytesrecv": 33264,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "207.12.89.119:37918",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757470,
"lastrecv": 1402757506,
"bytessent": 138128,
"bytesrecv": 53488,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "a095342f655c39279bc381b8dd86ed9ac34e030e (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T041808",
"bitshares_git_revision_age": "35 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "188.138.107.159:37306",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757431,
"lastrecv": 1402757506,
"bytessent": 11712,
"bytesrecv": 1776,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "529290cb19b9b9f3172f46612021452c1ab2a1e4 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T072258",
"bitshares_git_revision_age": "7 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "84.238.140.192:50546",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757431,
"lastrecv": 1402757506,
"bytessent": 507072,
"bytesrecv": 201680,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "106.185.26.162:54061",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757431,
"bytessent": 113008,
"bytesrecv": 35728,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "107.170.172.14:60662",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402756466,
"lastrecv": 1402757506,
"bytessent": 74688,
"bytesrecv": 24208,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "50.174.230.86:57712",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 875600,
"bytesrecv": 173856,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "168.63.59.67:1177",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 254624,
"bytesrecv": 44784,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "5517b4ca8d1b2383bbe3cc0b66d8ef7ee9480d5c (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T204157",
"bitshares_git_revision_age": "18 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "54.76.159.139:41180",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 222720,
"bytesrecv": 39168,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "529290cb19b9b9f3172f46612021452c1ab2a1e4 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T072258",
"bitshares_git_revision_age": "7 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "107.170.170.214:45848",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 881136,
"bytesrecv": 187712,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "46.252.21.49:48681",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757470,
"bytessent": 981632,
"bytesrecv": 183488,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "8160735f2e1d157621db1d28ad365a9c7e7195c2 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T204717",
"bitshares_git_revision_age": "18 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "72.194.213.59:53851",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 901792,
"bytesrecv": 171472,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "a095342f655c39279bc381b8dd86ed9ac34e030e (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T041808",
"bitshares_git_revision_age": "35 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "95.85.33.16:8764",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757431,
"lastrecv": 1402757506,
"bytessent": 458384,
"bytesrecv": 109216,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "4f008f9abfe382a224d28d419cbdf311cb50afeb (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140612T235516",
"bitshares_git_revision_age": "39 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "180.153.142.120:8764",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757431,
"bytessent": 452480,
"bytesrecv": 79712,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "529290cb19b9b9f3172f46612021452c1ab2a1e4 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T072258",
"bitshares_git_revision_age": "7 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "176.9.234.167:51469",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757431,
"lastrecv": 1402757506,
"bytessent": 558464,
"bytesrecv": 122272,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "529290cb19b9b9f3172f46612021452c1ab2a1e4 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T072258",
"bitshares_git_revision_age": "7 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "88.204.169.242:2682",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757465,
"bytessent": 697104,
"bytesrecv": 125600,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "529290cb19b9b9f3172f46612021452c1ab2a1e4 (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T072258",
"bitshares_git_revision_age": "7 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "win32"
},{
"addr": "79.173.81.171:8764",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 61216,
"bytesrecv": 92144,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "not behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "dbeaf650cb56b92abc24954bfa8417a60c4b464b (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140614T025700",
"bitshares_git_revision_age": "12 hours ago (newer than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
},{
"addr": "209.141.177.195:37754",
"addrlocal": "107.170.30.182:8764",
"services": "00000001",
"lastsend": 1402757506,
"lastrecv": 1402757506,
"bytessent": 317728,
"bytesrecv": 62288,
"conntime": "",
"pingtime": "",
"pingwait": "",
"version": "",
"subver": "bts::net::node",
"inbound": true,
"firewall_status": "behind a firewall",
"startingheight": "",
"banscore": "",
"syncnode": "",
"bitshares_git_revision_sha": "a095342f655c39279bc381b8dd86ed9ac34e030e (different from ours)",
"bitshares_git_revision_unix_timestamp": "20140613T041808",
"bitshares_git_revision_age": "35 hours ago (older than ours)",
"fc_git_revision_sha": "eab346121d1e6a2f52246e84b503907d8ec705f1 (different from ours)",
"fc_git_revision_unix_timestamp": "20140612T224012",
"fc_git_revision_age": "40 hours ago (newer than ours)",
"platform": "linux"
}
]