From 7b7e6e4b9d99ab99b207664304e846bb09e0a680 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Tue, 5 Jan 2021 00:52:58 -0600 Subject: [PATCH] Create 59.md --- docs/forum/bitcoin-forum/59.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/forum/bitcoin-forum/59.md diff --git a/docs/forum/bitcoin-forum/59.md b/docs/forum/bitcoin-forum/59.md new file mode 100644 index 0000000..fcd34c1 --- /dev/null +++ b/docs/forum/bitcoin-forum/59.md @@ -0,0 +1,28 @@ +--- +layout: forum +title: 'Re: Number of connections' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 59 +date: 2010-02-21 03:43:48 UTC +original: https://bitcointalk.org/index.php?topic=58.msg413#msg413 +--- + +# Re: Number of connections + +--- + +``` +Re: Number of connections +February 21, 2010, 03:43:48 AM + +Nodes stop trying to initiate connections once they have 15. If you can accept incoming connections, then you can get well above that from nodes connecting to you, otherwise you max out at 15. + +I don't know if there's any reason to have 15 connections. Maybe it should be 10. + +Since nodes that can only connect out are probably at or near 15 most of the time now, you should level off to an equilibrium. 45 suggests a ratio of 3 out-only nodes to every 1 in-accepting node. + +The number of connections won't be a good gauge of the size of the network any more. Someone should periodically IRC to the bitcoin channel on chat.freenode.net and count the number of users. That gives you the total count of network nodes (except TOR nodes). + +Block generation is again running ahead of pace. We're in for another big step up in difficulty at the next adjustment in about 5 days. +```