From da60d38918791febb858cb705abf50e1aa1f6284 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 7 Jan 2021 21:39:10 -0600 Subject: [PATCH] Create 88.md --- docs/forum/bitcoin-forum/88.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/forum/bitcoin-forum/88.md diff --git a/docs/forum/bitcoin-forum/88.md b/docs/forum/bitcoin-forum/88.md new file mode 100644 index 0000000..dee584f --- /dev/null +++ b/docs/forum/bitcoin-forum/88.md @@ -0,0 +1,30 @@ +--- +layout: forum +title: 'Re: On IRC bootstrapping' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 88 +date: 2010-03-16 19:48:47 UTC +original: https://bitcointalk.org/index.php?topic=84.msg729#msg729 +--- + +# Re: On IRC bootstrapping + +--- + +``` +Re: On IRC bootstrapping +March 16, 2010, 07:48:47 PM + +Thanks soultcer for talking with the Freenode staffer. Good to know it's OK at the current size, and now they know who we are. They're supportive of projects like TOR so I hope they would probably be friendly to us. We don't want to overstay our welcome. If we get too big, then by the same token, we're big enough that we don't need IRC anymore and we'll get off. + +We only needed IRC because nobody had a static IP. In the early days there were some steady supporters, but they all had pool-allocated IPs that change every few days. IRC was only intended as a temporary solution. Bitcoin's built-in addr system is the main solution. + +Bitcoin can get the list of IPs from any bitcoin node. In that sense, every node serves as a directory server. + +When there are enough static IP nodes to have a good chance that at least one will still be running by the time the current version goes out of use, we can preprogram a seed list. + +How do you think we should compile the seed list? Would it be OK to create it from the currently connected IPs that have been static for a while? + +BTW, if we want to supplement by deploying separate directory server software, may I suggest IRC? IRC is a good directory server (I've heard it has other uses too), and there are mature IRC server implementations available that anyone can run. :) Bitcoin's IRC client implementation is already thoroughly tested. +```