Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <mw@osfda.org>) id 1WmULD-0002OB-Hn
	for bitcoin-development@lists.sourceforge.net;
	Mon, 19 May 2014 20:39:23 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of osfda.org
	designates 217.23.13.216 as permitted sender)
	client-ip=217.23.13.216; envelope-from=mw@osfda.org;
	helo=smtp.osfda.org; 
Received: from smtp.osfda.org ([217.23.13.216])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtp (Exim 4.76)
	id 1WmULC-0008OJ-AE for bitcoin-development@lists.sourceforge.net;
	Mon, 19 May 2014 20:39:23 +0000
Received: from [192.168.1.117]
	(207-38-214-214.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com [207.38.214.214])
	(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.osfda.org (Postfix) with ESMTPSA id 0BF7513A0434;
	Mon, 19 May 2014 22:21:16 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Michael Wozniak <mw@osfda.org>
In-Reply-To: <CALDj+BamyawuTgDhzM0AyB5LWNPb_xY_BQeDHqs9t9WLPibiCQ@mail.gmail.com>
Date: Mon, 19 May 2014 16:22:46 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <8E95FB7C-CFC5-410D-B8AF-8F227BA852F6@osfda.org>
References: <ll29m5$r6c$1@ger.gmane.org> <ll5ems$6pt$1@ger.gmane.org>
	<09E70F88-DA1C-4E3F-9342-547FB8794EAB@heliacal.net>
	<CALDj+BZrn6TBjdVjGkc293SLAAcqzni+-7daFpZAq5gSaL1cKw@mail.gmail.com>
	<CAJHLa0OaAKTLR2hL6kReBFcD6FoXYV9AoqMbn0WwqYgtTNtQKw@mail.gmail.com>
	<CALDj+BY2jEL6-NwGdrh3wdcmjW_7tEDDxmyiP6woOxCg8bMQKw@mail.gmail.com>
	<ll7hps$8gs$1@ger.gmane.org>
	<CALDj+BYqMDxv+YYcrEzaZH+qFqUsme3UYuYh5Es7C6FbMZCtpg@mail.gmail.com>
	<ll7l9t$m82$1@ger.gmane.org>
	<CALDj+BamyawuTgDhzM0AyB5LWNPb_xY_BQeDHqs9t9WLPibiCQ@mail.gmail.com>
To: Alex Kotenko <alexykot@gmail.com>
X-Mailer: Apple Mail (2.1874)
X-Spam-Score: -2.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 SPF_PASS               SPF: sender matches SPF record
	-0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay
	domain
	-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: 1WmULC-0008OJ-AE
Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>,
	Andreas Schildbach <andreas@schildbach.de>
Subject: Re: [Bitcoin-development] DNS seeds unstable
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Mon, 19 May 2014 20:39:23 -0000

I=E2=80=99m not familiar with how the daemon works, however could you =
set up two daemons listening local on different ports and with a =
separate daemon or normal dns server that proxies incoming queries to =
either domain? I don=E2=80=99t know if standard DNS servers would =
support that, or if you would need a custom proxy application.

-
Michael Wozniak


On May 19, 2014, at 4:14 PM, Alex Kotenko <alexykot@gmail.com> wrote:

> 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.=20
> 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.=20
>=20
> =E2=80=8BCan anybody help with this? I cannot into C++ to fix that =
myself.   =E2=80=8B
>=20
>=20
> Best regards,=20
> Alex Kotenko
>=20
>=20
> 2014-05-17 13:39 GMT+01:00 Andreas Schildbach <andreas@schildbach.de>:
> On 05/17/2014 02:02 PM, Alex Kotenko wrote:
>=20
> > 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.
>=20
> Yes, that's my understanding too.
>=20
> > If I'll start a DNS seed of my own and make sure it works well, will
> > this help?
>=20
> Yes, definately.
>=20
> > 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.
>=20
> Afaik this is what most of the other seeds are using, yes.
>=20
> > So if my understanding is correct, I'll setup a DNS seeds for =
mainnet
> > 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?
>=20
> Sound great! Let me know if you've got something to test.
>=20
>=20
>=20
> =
--------------------------------------------------------------------------=
----
> "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
>=20
> =
--------------------------------------------------------------------------=
----
> "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