From ef80cce08928b8c99694c06286ba77c9ecc41179 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Mon, 4 Jan 2021 20:34:35 -0600 Subject: [PATCH] Create 26.md --- docs/forum/bitcoin-forum/26.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/forum/bitcoin-forum/26.md diff --git a/docs/forum/bitcoin-forum/26.md b/docs/forum/bitcoin-forum/26.md new file mode 100644 index 0000000..cc36017 --- /dev/null +++ b/docs/forum/bitcoin-forum/26.md @@ -0,0 +1,22 @@ +--- +layout: forum +title: 'Re: Number of connections?' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 26 +date: 2010-01-20 20:07:15 UTC +original: https://bitcointalk.org/index.php?topic=18.msg97#msg97 +--- + +# Re: Number of connections? + +--- + +``` +Re: Number of connections? +January 20, 2010, 08:07:15 PM + +Coins generate at the same speed with any number of connections >= 1. + +More connections just add redundancy. If you only had one connection, what if that node is slow or busy, or only connected to you? Having several connections increases the certainty that you're well connected to the network. That hasn't been a problem in practice, the network is very thoroughly connected. If you have 2 or 3 connections, you're fine. +```