summaryrefslogtreecommitdiff
path: root/3c/3c1c1a183f701a9b33bcfd91fb82a274df40e2
blob: b18766717f2bb928bb26b34075e54974a1d0756b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
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">&lt;<a href=
=3D"mailto:ronald.hoffman6@gmail.com" target=3D"_blank">ronald.hoffman6@gma=
il.com</a>&gt;</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 &#39;services&#39; 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 &#39;version&#39; 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 &quot;addr&quot; : &quot=
;<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 &quot;services&quot; : &quot;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 &quot;164x&quot;?</div>
<div><br></div><div>I just tried getpeerinfo locally and all my peers show =
as: &quot;<span style=3D"font-family:monospace;font-size:12px">&quot;servic=
es&quot; : &quot;00000001&quot;=C2=A0</span>as expected.</div>
<div><br></div><div>Wladimir</div><div><br></div></div></div></div>

--f46d041c611640579204f2fa3fad--