Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WmTxv-0002zu-S7 for bitcoin-development@lists.sourceforge.net; Mon, 19 May 2014 20:15:19 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.128.170 as permitted sender) client-ip=209.85.128.170; envelope-from=alexy.kot.all@gmail.com; helo=mail-ve0-f170.google.com; Received: from mail-ve0-f170.google.com ([209.85.128.170]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1WmTxu-0007r4-Mu for bitcoin-development@lists.sourceforge.net; Mon, 19 May 2014 20:15:19 +0000 Received: by mail-ve0-f170.google.com with SMTP id db11so7187780veb.1 for ; Mon, 19 May 2014 13:15:13 -0700 (PDT) X-Received: by 10.52.14.130 with SMTP id p2mr37296vdc.39.1400530512941; Mon, 19 May 2014 13:15:12 -0700 (PDT) MIME-Version: 1.0 Sender: alexy.kot.all@gmail.com Received: by 10.58.211.135 with HTTP; Mon, 19 May 2014 13:14:32 -0700 (PDT) In-Reply-To: References: <09E70F88-DA1C-4E3F-9342-547FB8794EAB@heliacal.net> From: Alex Kotenko Date: Mon, 19 May 2014 21:14:32 +0100 X-Google-Sender-Auth: XN7JDgV-DrWO5fvJNjLT086s3bU Message-ID: To: Andreas Schildbach Content-Type: multipart/alternative; boundary=20cf302d4fc6b8985b04f9c66b9d X-Spam-Score: -0.3 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (alexy.kot.all[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message 0.3 HTML_FONT_FACE_BAD BODY: HTML font face is not a word -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1WmTxu-0007r4-Mu Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] DNS seeds unstable X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 20:15:20 -0000 --20cf302d4fc6b8985b04f9c66b9d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hmm, I've mostly setup what's promised, testing DNS seeds now. There is one problem I see that I can't really solve myself. This dnsseed daemon cannot serve more than one name at once, which means that I cannot serve testnet and mainnet seeds off one daemon instance which means I need to buy two IP addresses for it. That's unfortunate as it needs much more spendings from me to operate, second IP address will cost nearly as much as the server itself. =E2=80=8BCan anybody help with this? I cannot into C++ to fix that myself. = =E2=80=8B Best regards, Alex Kotenko 2014-05-17 13:39 GMT+01:00 Andreas Schildbach : > On 05/17/2014 02:02 PM, Alex Kotenko wrote: > > > So, my understanding is that atm we have no working DNS seeds at the > > testnet3, right? There are two DNS seeds known, of which one is > > unreachable atm, and another one is giving just one IP address, which i= s > > also a dead node. > > Yes, that's my understanding too. > > > If I'll start a DNS seed of my own and make sure it works well, will > > this help? > > Yes, definately. > > > I've found this DNS seeder daemon > > , and it seems to be exactly > > what I need to run a DNS seeder myself. > > Afaik this is what most of the other seeds are using, yes. > > > So if my understanding is correct, I'll setup a DNS seeds for mainnet > > and for testnet at bitcoin-seed.alexykot.me > > and testnet-seed.alexykot.me > > , and also a well connected nodes for > > mainnet and testnet on the same server. > > Is this a good plan? Will this all help? > > Sound great! Let me know if you've got something to test. > > > > > -------------------------------------------------------------------------= ----- > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > --20cf302d4fc6b8985b04f9c66b9d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hmm, I've mostly setup what's promised= , testing DNS seeds now. There is one problem I see that I can't really= solve myself.=C2=A0
This dnsseed daemon cannot serve more than one name at once, wh= ich means that I cannot serve testnet and mainnet seeds off one daemon inst= ance which means I need to buy two IP addresses for it. That's unfortun= ate as it needs much more spendings from me to operate, second IP address w= ill cost nearly as much as the server itself.=C2=A0

=E2=80=8BCan anybody help with this? I cannot into C++ to f= ix that myself. =C2=A0 =E2=80=8B


Best regards,=C2=A0
Alex Kotenko


2014-05-17 13:39 GMT+01:00 Andreas Schil= dbach <andreas@schildbach.de>:
On 05/17/2014 02:02 PM, Alex Kotenko wrote:

> So, my understanding is that atm we have no working DNS seeds at the > testnet3, right? There are two DNS seeds known, of which one is
> unreachable atm, and another one is giving just one IP address, which = is
> also a dead node.

Yes, that's my understanding too.

> If I'll start a DNS seed of my own and make sure it works well, wi= ll
> this help?

Yes, definately.

> I've found this DNS seeder daemon
> <https://github.com/sipa/bitcoin-seeder>, and it seems to be= exactly
> what I need to run a DNS seeder myself.

Afaik this is what most of the other seeds are using, yes.

> So if my understanding is correct, I'll setup a DNS seeds for main= net
> and for testnet at bitcoin-seed.alexykot.me
> <http://bitcoin-seed.alexykot.me> and testnet-seed.alexykot.me
> <http= ://testnet-seed.alexykot.me>, and also a well connected nodes for
> mainnet and testnet on the same server.
> Is this a good plan? Will this all help?

Sound great! Let me know if you've got something to test.



---------------------------------------------------------------------------= ---
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE=
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform availa= ble
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net= /sfu/SauceLabs
_______________________________________________
Bitcoin-development mailing list
Bitcoin-develo= pment@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-de= velopment

--20cf302d4fc6b8985b04f9c66b9d--