We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running Bitcoin Core version v22.0.0 (release build), I can see that the max number of outgoing connections is 10.
Bitcoin Core version v22.0.0 (release build)
$ 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.
The text was updated successfully, but these errors were encountered:
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).
0.19.0.1
Sorry, something went wrong.
"{+''
Very good
No branches or pull requests
Running
Bitcoin Core version v22.0.0 (release build)
, I can see that the max number of outgoing connections is 10.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.
The text was updated successfully, but these errors were encountered: