diff options
author | Wladimir <laanwj@gmail.com> | 2014-02-22 09:08:43 +0100 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2014-02-22 08:08:51 +0000 |
commit | 2ef9998093f221fd5e278e63e23ae00cce932c6e (patch) | |
tree | 83a586bf05eacc7af8fe804eda33086e7f40579d | |
parent | 077da64fedfe86a91041c1f40fc75644be37e530 (diff) | |
download | pi-bitcoindev-2ef9998093f221fd5e278e63e23ae00cce932c6e.tar.gz pi-bitcoindev-2ef9998093f221fd5e278e63e23ae00cce932c6e.zip |
Re: [Bitcoin-development] getpeerinfo results
-rw-r--r-- | 3c/3c1c1a183f701a9b33bcfd91fb82a274df40e2 | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/3c/3c1c1a183f701a9b33bcfd91fb82a274df40e2 b/3c/3c1c1a183f701a9b33bcfd91fb82a274df40e2 new file mode 100644 index 000000000..b18766717 --- /dev/null +++ b/3c/3c1c1a183f701a9b33bcfd91fb82a274df40e2 @@ -0,0 +1,138 @@ +Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] + helo=mx.sourceforge.net) + by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <laanwj@gmail.com>) id 1WH7dj-0002yz-0H + for bitcoin-development@lists.sourceforge.net; + Sat, 22 Feb 2014 08:08:51 +0000 +Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com + designates 209.85.214.44 as permitted sender) + client-ip=209.85.214.44; envelope-from=laanwj@gmail.com; + helo=mail-bk0-f44.google.com; +Received: from mail-bk0-f44.google.com ([209.85.214.44]) + by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) + (Exim 4.76) id 1WH7di-0000gd-2E + for bitcoin-development@lists.sourceforge.net; + Sat, 22 Feb 2014 08:08:50 +0000 +Received: by mail-bk0-f44.google.com with SMTP id r7so1297317bkg.31 + for <bitcoin-development@lists.sourceforge.net>; + Sat, 22 Feb 2014 00:08:43 -0800 (PST) +MIME-Version: 1.0 +X-Received: by 10.205.101.5 with SMTP id cy5mr2551727bkc.151.1393056523756; + Sat, 22 Feb 2014 00:08:43 -0800 (PST) +Received: by 10.205.75.72 with HTTP; Sat, 22 Feb 2014 00:08:43 -0800 (PST) +In-Reply-To: <CAARg+Ed-bWCSHYQqSu=UqU3WscpjF1ewQYArSB4wdM7dWUW-=A@mail.gmail.com> +References: <CAARg+Ed-bWCSHYQqSu=UqU3WscpjF1ewQYArSB4wdM7dWUW-=A@mail.gmail.com> +Date: Sat, 22 Feb 2014 09:08:43 +0100 +Message-ID: <CA+s+GJA=bgC60N-RUhiPBt36XVfpWghQp-uzQozACWMwxJbNRg@mail.gmail.com> +From: Wladimir <laanwj@gmail.com> +To: Ronald Hoffman <ronald.hoffman6@gmail.com> +Content-Type: multipart/alternative; boundary=f46d041c611640579204f2fa3fad +X-Spam-Score: -0.6 (/) +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 + (laanwj[at]gmail.com) + -0.0 SPF_PASS SPF: sender matches SPF record + 0.0 NORMAL_HTTP_TO_IP URI: Uses a dotted-decimal IP address in URL + 0.0 WEIRD_PORT URI: Uses non-standard port number for HTTP + 1.0 HTML_MESSAGE BODY: HTML included in message + -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: 1WH7di-0000gd-2E +Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> +Subject: Re: [Bitcoin-development] getpeerinfo results +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: Sat, 22 Feb 2014 08:08:51 -0000 + +--f46d041c611640579204f2fa3fad +Content-Type: text/plain; charset=UTF-8 + +On Sat, Feb 22, 2014 at 3:56 AM, Ronald Hoffman +<ronald.hoffman6@gmail.com>wrote: + +> I noticed that the 'services' field appears to be garbled in the latest +> source code level from github. Bitcoind is connected to my Java node +> server at 127.0.0.1:8333. I thought I was sending a bad 'version' +> message but I get the correct results using 0.8.6. So it appears that +> something changed in 0.9.0. +> + +This warrants an issue on github: +https://github.com/bitcoin/bitcoin/issues/new + + +> Here is bitcoin-cli talking to bitcoind (0.9.0) +> +> $ bitcoin-cli getpeerinfo +> [ +> { +> "addr" : "127.0.0.1:8333", +> "services" : "0000000164x", +> + +What git revision are you testing with? Built with what compiler on which +platform? + +Do all peers in getpeerinfo show up garbled, or just yours? Does it +literally show as "164x"? + +I just tried getpeerinfo locally and all my peers show as: ""services" : +"00000001" as expected. + +Wladimir + +--f46d041c611640579204f2fa3fad +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +<div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_quote">On S= +at, Feb 22, 2014 at 3:56 AM, Ronald Hoffman <span dir=3D"ltr"><<a href= +=3D"mailto:ronald.hoffman6@gmail.com" target=3D"_blank">ronald.hoffman6@gma= +il.com</a>></span> wrote:<br> +<blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-= +left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;p= +adding-left:1ex"><div dir=3D"ltr">I noticed that the 'services' fie= +ld appears to be garbled in the latest source code level from github. =C2= +=A0Bitcoind is connected to my Java node server at <a href=3D"http://127.0.= +0.1:8333" target=3D"_blank">127.0.0.1:8333</a>. =C2=A0I thought I was sendi= +ng a bad 'version' message but I get the correct results using 0.8.= +6. =C2=A0So it appears that something changed in 0.9.0.</div> +</blockquote><div><br></div><div>This warrants an issue on github:=C2=A0<a = +href=3D"https://github.com/bitcoin/bitcoin/issues/new">https://github.com/b= +itcoin/bitcoin/issues/new</a></div><div>=C2=A0</div><blockquote class=3D"gm= +ail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;border-l= +eft-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> +<div dir=3D"ltr"><div>Here is bitcoin-cli talking to bitcoind (0.9.0)<br></= +div><div><br></div><div>$ bitcoin-cli getpeerinfo</div><div>[</div><div>=C2= +=A0 =C2=A0 {</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 "addr" : "= +;<a href=3D"http://127.0.0.1:8333" target=3D"_blank">127.0.0.1:8333</a>&quo= +t;,</div> + +<div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 "services" : "0000000164x&q= +uot;,</div></div></blockquote><div><br></div><div>What git revision are you= + testing with? Built with what compiler on which platform?</div><div><br></= +div><div>Do all peers in getpeerinfo show up garbled, or just yours? Does i= +t literally show as "164x"?</div> +<div><br></div><div>I just tried getpeerinfo locally and all my peers show = +as: "<span style=3D"font-family:monospace;font-size:12px">"servic= +es" : "00000001"=C2=A0</span>as expected.</div> +<div><br></div><div>Wladimir</div><div><br></div></div></div></div> + +--f46d041c611640579204f2fa3fad-- + + |