Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from <alexy.kot.all@gmail.com>) id 1WlLck-0005UN-8p for bitcoin-development@lists.sourceforge.net; Fri, 16 May 2014 17:08:46 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.220.180 as permitted sender) client-ip=209.85.220.180; envelope-from=alexy.kot.all@gmail.com; helo=mail-vc0-f180.google.com; Received: from mail-vc0-f180.google.com ([209.85.220.180]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1WlLci-00027A-7f for bitcoin-development@lists.sourceforge.net; Fri, 16 May 2014 17:08:46 +0000 Received: by mail-vc0-f180.google.com with SMTP id hy4so6431037vcb.25 for <bitcoin-development@lists.sourceforge.net>; Fri, 16 May 2014 10:08:38 -0700 (PDT) X-Received: by 10.58.30.1 with SMTP id o1mr1794256veh.37.1400260118210; Fri, 16 May 2014 10:08:38 -0700 (PDT) MIME-Version: 1.0 Sender: alexy.kot.all@gmail.com Received: by 10.58.211.135 with HTTP; Fri, 16 May 2014 10:07:57 -0700 (PDT) In-Reply-To: <09E70F88-DA1C-4E3F-9342-547FB8794EAB@heliacal.net> References: <ll29m5$r6c$1@ger.gmane.org> <ll5ems$6pt$1@ger.gmane.org> <09E70F88-DA1C-4E3F-9342-547FB8794EAB@heliacal.net> From: Alex Kotenko <alexykot@gmail.com> Date: Fri, 16 May 2014 18:07:57 +0100 X-Google-Sender-Auth: 1wzI36Rlh-mIii6AoPqXgsrjNyc Message-ID: <CALDj+BZrn6TBjdVjGkc293SLAAcqzni+-7daFpZAq5gSaL1cKw@mail.gmail.com> To: Laszlo Hanyecz <laszlo@heliacal.net> Content-Type: multipart/alternative; boundary=089e013cbe5ef06fb204f98776f9 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: 1WlLci-00027A-7f 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: Fri, 16 May 2014 17:08:46 -0000 --089e013cbe5ef06fb204f98776f9 Content-Type: text/plain; charset=UTF-8 Hi guys Just wanted to let you know that Andreas' testnet Bitcoin Wallet doesn't work because of fail in the peer discovery, and this caused us problems as we cannot properly demonstrate my XBTerminal POS on the Bitcoin Conference. Right now I'm booting up an own full node that I will set as trusted peer in the Wallet settings, hopefully this will work. However this DNS discovery problem is really a problem, even for testnet. Btw, I had problems firing up the full bitcoind node also, of the same reason - discovery failed. I had to ask Andreas to paste me his node list to manually seed the nodelist. So I've set up and will run a well connected testnet node, as we need it for the XBTerminal. Please let me know if I can somehow help to fix the DNS discovery issue also. Best regards, Alex Kotenko 2014-05-16 17:46 GMT+01:00 Laszlo Hanyecz <laszlo@heliacal.net>: > It looks like it might be firewalled, probably just need to fix the ACL in > EC2. > > -Laszlo > > On May 16, 2014, at 4:34 PM, Andreas Schildbach <andreas@schildbach.de> > wrote: > > > Apparently British Telecom also cannot speak to Peter Todd's server. > > > > That another very large ISP in Europe. > > > > > > On 05/15/2014 01:50 PM, Andreas Schildbach wrote: > >> I'm bringing this issue up again. The current Bitcoin DNS seed > >> infrastructure is unstable. I assume this is because of we're using a > >> custom DNS implementation which is not 100% compatible. There have been > >> bugs in the past, like a case sensitive match for the domain name. > >> > >> Current state (seeds taken from bitcoinj): > >> > >> mainnet: > >> > >> seed.bitcoin.sipa.be OK > >> dnsseed.bluematt.me OK > >> dnsseed.bitcoin.dashjr.org SERVFAIL, tried multiple ISPs > >> seed.bitcoinstats.com OK > >> > >> testnet: > >> > >> testnet-seed.bitcoin.petertodd.org SERVFAIL, just from Telefonica > >> testnet-seed.bluematt.me OK (but only returns one node) > >> > >> Note: Telefonica is one of Europe's largest ISPs. > >> > >> I would try to improve DNS myself, but I'm not capable of writing C. My > >> "fix" would be to reimplement everything in Java -- I doubt you guys > >> would be happy with that. > >> > >> > >> > ------------------------------------------------------------------------------ > >> "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 > >> > > > > > > > > > ------------------------------------------------------------------------------ > > "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 > > > > ------------------------------------------------------------------------------ > "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 > --089e013cbe5ef06fb204f98776f9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:'cou= rier new',monospace;color:rgb(0,51,0)"><div class=3D"gmail_default">Hi = guys</div><div class=3D"gmail_default"><br></div><div class=3D"gmail_defaul= t"><br></div> <div class=3D"gmail_default">Just wanted to let you know that Andreas' = testnet Bitcoin Wallet doesn't work because of fail in the peer discove= ry, and this caused us problems as we cannot properly demonstrate my XBTerm= inal POS on the Bitcoin Conference.=C2=A0</div> <div class=3D"gmail_default"><br></div><div class=3D"gmail_default">Right n= ow I'm booting up an own full node that I will set as trusted peer in t= he Wallet settings, hopefully this will work. However this DNS discovery pr= oblem is really a problem, even for testnet. Btw, I had problems firing up = the full bitcoind node also, of the same reason - discovery failed. I had t= o ask Andreas to paste me his node list to manually seed the nodelist.</div= > <div class=3D"gmail_default"><br></div><div class=3D"gmail_default">So I= 9;ve set up and will run a well connected testnet node, as we need it for t= he XBTerminal.</div><div class=3D"gmail_default">Please let me know if I ca= n somehow help to fix the DNS discovery issue also.</div> <div><br></div><div><br></div></div><div class=3D"gmail_extra"><div><div di= r=3D"ltr"><span style=3D"color:rgb(0,51,0);font-family:'courier new'= ;,monospace">Best regards,=C2=A0</span><div><div><div style=3D"text-align:l= eft"><font color=3D"#003300" face=3D"'courier new', monospace" styl= e=3D"text-align:-webkit-auto">Alex Kotenko</font></div> </div></div></div></div> <br><br><div class=3D"gmail_quote">2014-05-16 17:46 GMT+01:00 Laszlo Hanyec= z <span dir=3D"ltr"><<a href=3D"mailto:laszlo@heliacal.net" target=3D"_b= lank">laszlo@heliacal.net</a>></span>:<br><blockquote class=3D"gmail_quo= te" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"= > It looks like it might be firewalled, probably just need to fix the ACL in = EC2.<br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> -Laszlo<br> </font></span><div class=3D"HOEnZb"><div class=3D"h5"><br> On May 16, 2014, at 4:34 PM, Andreas Schildbach <<a href=3D"mailto:andre= as@schildbach.de">andreas@schildbach.de</a>> wrote:<br> <br> > Apparently British Telecom also cannot speak to Peter Todd's serve= r.<br> ><br> > That another very large ISP in Europe.<br> ><br> ><br> > On 05/15/2014 01:50 PM, Andreas Schildbach wrote:<br> >> I'm bringing this issue up again. The current Bitcoin DNS seed= <br> >> infrastructure is unstable. I assume this is because of we're = using a<br> >> custom DNS implementation which is not 100% compatible. There have= been<br> >> bugs in the past, like a case sensitive match for the domain name.= <br> >><br> >> Current state (seeds taken from bitcoinj):<br> >><br> >> mainnet:<br> >><br> >> <a href=3D"http://seed.bitcoin.sipa.be" target=3D"_blank">seed.bit= coin.sipa.be</a> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 OK= <br> >> <a href=3D"http://dnsseed.bluematt.me" target=3D"_blank">dnsseed.b= luematt.me</a> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0OK<br> >> <a href=3D"http://dnsseed.bitcoin.dashjr.org" target=3D"_blank">dn= sseed.bitcoin.dashjr.org</a> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 SERVFAIL, t= ried multiple ISPs<br> >> <a href=3D"http://seed.bitcoinstats.com" target=3D"_blank">seed.bi= tcoinstats.com</a> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0OK<br> >><br> >> testnet:<br> >><br> >> <a href=3D"http://testnet-seed.bitcoin.petertodd.org" target=3D"_b= lank">testnet-seed.bitcoin.petertodd.org</a> =C2=A0 SERVFAIL, just from Tel= efonica<br> >> <a href=3D"http://testnet-seed.bluematt.me" target=3D"_blank">test= net-seed.bluematt.me</a> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 OK (but = only returns one node)<br> >><br> >> Note: Telefonica is one of Europe's largest ISPs.<br> >><br> >> I would try to improve DNS myself, but I'm not capable of writ= ing C. My<br> >> "fix" would be to reimplement everything in Java -- I do= ubt you guys<br> >> would be happy with that.<br> >><br> >><br> >> ------------------------------------------------------------------= ------------<br> >> "Accelerate Dev Cycles with Automated Cross-Browser Testing -= For FREE<br> >> Instantly run your Selenium tests across 300+ browser/OS combos.<b= r> >> Get unparalleled scalability from the best Selenium testing platfo= rm available<br> >> Simple to use. Nothing to install. Get started now for free."= <br> >> <a href=3D"http://p.sf.net/sfu/SauceLabs" target=3D"_blank">http:/= /p.sf.net/sfu/SauceLabs</a><br> >><br> ><br> ><br> ><br> > ----------------------------------------------------------------------= --------<br> > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For= FREE<br> > Instantly run your Selenium tests across 300+ browser/OS combos.<br> > Get unparalleled scalability from the best Selenium testing platform a= vailable<br> > Simple to use. Nothing to install. Get started now for free."<br> > <a href=3D"http://p.sf.net/sfu/SauceLabs" target=3D"_blank">http://p.s= f.net/sfu/SauceLabs</a><br> > _______________________________________________<br> > Bitcoin-development mailing list<br> > <a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-d= evelopment@lists.sourceforge.net</a><br> > <a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-develo= pment" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitco= in-development</a><br> <br> <br> ---------------------------------------------------------------------------= ---<br> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE= <br> Instantly run your Selenium tests across 300+ browser/OS combos.<br> Get unparalleled scalability from the best Selenium testing platform availa= ble<br> Simple to use. Nothing to install. Get started now for free."<br> <a href=3D"http://p.sf.net/sfu/SauceLabs" target=3D"_blank">http://p.sf.net= /sfu/SauceLabs</a><br> _______________________________________________<br> Bitcoin-development mailing list<br> <a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo= pment@lists.sourceforge.net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development= " target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de= velopment</a><br> </div></div></blockquote></div><br></div></div> --089e013cbe5ef06fb204f98776f9--