Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: btctousd81 on September 05, 2017, 11:58:30 AM



Title: To How many nodes you bitcoind is connected to ?
Post by: btctousd81 on September 05, 2017, 11:58:30 AM
hi all.,

i just wanted to know is it just me or everybody else,

before august 1st i was connected to 60+ nodes but after 1st august, i can't get more than 23 nodes to connect to my client.

here is how mine is showing. its been up and running from last 24 hours.


Code:
[root@btc]# bitcoin-cli getinfo
{
  "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
  "version": 149900,
  "protocolversion": 70015,
  "walletversion": 139900,
  "balance": 0.00000000,
  "blocks": 483638,
  "timeoffset": 0,
  "connections": 23,     <====== THIS IS WHAT I AM LOOKING AT
  "proxy": "",
  "difficulty": 888171856257.3206,
  "testnet": false,
  "keypoololdest": 1502287213,
  "keypoolsize": 1999,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

i think i have screwed something up, while moving from one server to another, while compiling bitcoin.

it would be great if you guys could share yours node connected count. and tell me for how long your bitcoin-core is running.

thanks



Title: Re: To How many nodes you bitcoind is connected to ?
Post by: ScripterRon on September 05, 2017, 02:11:47 PM
hi all.,

i just wanted to know is it just me or everybody else,

before august 1st i was connected to 60+ nodes but after 1st august, i can't get more than 23 nodes to connect to my client.

here is how mine is showing. its been up and running from last 24 hours.


Code:
[root@btc]# bitcoin-cli getinfo
{
  "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
  "version": 149900,
  "protocolversion": 70015,
  "walletversion": 139900,
  "balance": 0.00000000,
  "blocks": 483638,
  "timeoffset": 0,
  "connections": 23,     <====== THIS IS WHAT I AM LOOKING AT
  "proxy": "",
  "difficulty": 888171856257.3206,
  "testnet": false,
  "keypoololdest": 1502287213,
  "keypoolsize": 1999,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

i think i have screwed something up, while moving from one server to another, while compiling bitcoin.

it would be great if you guys could share yours node connected count. and tell me for how long your bitcoin-core is running.

thanks


I don't think it is just your node.  My VPS node (which is up 24/7) used to have around 95 connections but now has around 55.


Title: Re: To How many nodes you bitcoind is connected to ?
Post by: btctousd81 on September 05, 2017, 02:24:38 PM
hi all.,

i just wanted to know is it just me or everybody else,

before august 1st i was connected to 60+ nodes but after 1st august, i can't get more than 23 nodes to connect to my client.

here is how mine is showing. its been up and running from last 24 hours.


Code:
[root@btc]# bitcoin-cli getinfo
{
  "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
  "version": 149900,
  "protocolversion": 70015,
  "walletversion": 139900,
  "balance": 0.00000000,
  "blocks": 483638,
  "timeoffset": 0,
  "connections": 23,     <====== THIS IS WHAT I AM LOOKING AT
  "proxy": "",
  "difficulty": 888171856257.3206,
  "testnet": false,
  "keypoololdest": 1502287213,
  "keypoolsize": 1999,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

i think i have screwed something up, while moving from one server to another, while compiling bitcoin.

it would be great if you guys could share yours node connected count. and tell me for how long your bitcoin-core is running.

thanks


I don't think it is just your node.  My VPS node (which is up 24/7) used to have around 95 connections but now has around 55.

idk what went wrong., i am trying older builds to find if its restricted in newr builds.
thanks