Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max number of outgoing connections is now 10, instead of 8 #3852

Closed
nodet opened this issue Mar 23, 2022 · 3 comments
Closed

Max number of outgoing connections is now 10, instead of 8 #3852

nodet opened this issue Mar 23, 2022 · 3 comments

Comments

@nodet
Copy link
Contributor

nodet commented Mar 23, 2022

Running Bitcoin Core version v22.0.0 (release build), I can see that the max number of outgoing connections is 10.

$ cat ~/.bitcoin/bitcoin.conf
datadir=/mnt/disk/blockchain
blocksonly=1
$ bitcoin-cli -getinfo
{
  "version": 220000,
  "blocks": 728655,
  "headers": 728655,
  "verificationprogress": 0.9999964627698886,
  "timeoffset": 0,
  "connections": {
    "in": 5,
    "out": 10,
    "total": 15
  },
  "proxy": "",
  "difficulty": 27452707696466.39,
  "chain": "main",
  "relayfee": 0.00001000,
  "warnings": ""
}

The full node page at https://bitcoin.org/en/full-node has a number of references to this number being 8. I'll submit a PR shortly.

@nodet
Copy link
Contributor Author

nodet commented Mar 26, 2022

The change seems to come from bitcoin/bitcoin#15759, that was incorporated into 0.19.0.1(https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.19.0.1.md).

@Saedx01x01iiiio
Copy link

"{+''

@amimahd
Copy link

amimahd commented Jun 30, 2023

Very good

@nodet nodet closed this as completed Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants