1 2015-11-09T00:00:45 <wangchun> Lightsword: okay, got it: [2015-11-09T00:00:16.713501Z] receive version message: /RelayNetworkClient:42/: version 70000, blocks=0, us=[::]:0, peer=26, peeraddr=...
2 2015-11-09T00:00:54 <wangchun> Lightsword: should be ok now
3 2015-11-09T00:01:39 <Lightsword> wangchun, which relay server are you connecting to?
4 2015-11-09T00:02:10 *** rodkeys has joined #bitcoin-dev
5 2015-11-09T00:02:12 <wangchun> Lightsword: The server in Beijing
6 2015-11-09T00:02:34 <Lightsword> wangchun, do you run relayclient on all your nodes with bitcoind?
7 2015-11-09T00:03:10 <wangchun> Lightsword: We have our own block distribution network among our own servers
8 2015-11-09T00:04:04 <Lightsword> wangchun, do you use a GBT relay or just connect the bitcoind nodes together with addpeer?
9 2015-11-09T00:04:11 <phantomcircuit> Lightsword, he shouldn't specify the server, it'll find the best one automatically now
10 2015-11-09T00:04:34 <Lightsword> phantomcircuit, oh, was that pretty recent?
11 2015-11-09T00:04:54 <wangchun> Lightsword: You may watch if the lag getting improved from now on
12 2015-11-09T00:04:56 <phantomcircuit> more than 2 months ago
13 2015-11-09T00:05:09 <phantomcircuit> it connects to them all in a loop and selects the one that had the lowest latency in connecting
14 2015-11-09T00:06:04 <wangchun> Lightsword: No, we pre-broadcast stratum jobs from mining processes to propagation servers
15 2015-11-09T00:06:44 <Lightsword> wangchun, any idea why bw.com is so slow? they are using ckpool right? I know they are at least using ckproxy to some extent due to the connect message.
16 2015-11-09T00:07:36 <wangchun> Lightsword: bw.com does not have a good technical team, I believe
17 2015-11-09T00:08:47 <Lightsword> wangchun, adding these two options to bitcoin.conf make a huge difference for pools reliant on bitcoindâs GBT minrelaytxfee=0.0001 limitfreerelay=0
18 2015-11-09T00:09:06 <wangchun> hmm I cannot believe the relay network was not in effect in the past few months
19 2015-11-09T00:09:11 <Lightsword> I run ckpool and was getting massive GBT delays of up to 10 seconds
20 2015-11-09T00:09:51 <Lightsword> but those two options brought it down to under a second
21 2015-11-09T00:10:20 <wangchun> Because In August we only got one block orphaned, that is 0.1%, without the relay network
22 2015-11-09T00:10:54 <Lightsword> wangchun, you get template updates over stratum from western pools right?
23 2015-11-09T00:12:55 <Lightsword> wangchun, I know I orphaned one of your blocks recently https://blockchain.info/block-height/381905
24 2015-11-09T00:13:05 <wangchun> Lightsword: We watch stratum updates from bitfury, slush, eligius, btcguild, antpool, bw, btcchina, wemineltc, coinotron and ltc1btc
25 2015-11-09T00:13:23 <wangchun> Lightsword: http://www.f2pool.com/bitcoin-blocks last month we orphaned 4
26 2015-11-09T00:14:24 <wangchun> Lightsword: ghash.io blocked the ip addresses of my stratum clients
27 2015-11-09T00:14:26 <Lightsword> wangchun, you should add the ckpool based pools as well
28 2015-11-09T00:14:34 <Lightsword> ghash.io is very slow
29 2015-11-09T00:14:57 <Lightsword> they are at the bottom of my poolbench tool
30 2015-11-09T00:14:57 *** mollison has quit IRC
31 2015-11-09T00:15:25 <Lightsword> you should add pool.bitclubpool.com:3333 stratum.kano.is:3333 and solo.ckpool.org:3333
32 2015-11-09T00:16:14 <Lightsword> wangchun, does btcchina use the same SPV mining system you do?
33 2015-11-09T00:16:52 <wangchun> Lightsword: I don't like the name "SPV mining", if that means mining on stratum updates, in fact everyone is doing that
34 2015-11-09T00:17:14 <wangchun> Lightsword: I believe it is a in-stock feature of lukejr's eloipool
35 2015-11-09T00:17:35 <Lightsword> wangchun, it is not in eloipool, they grab block headers over p2p but only after full validation
36 2015-11-09T00:18:04 <Lightsword> wangchun, eloipool stock is immune to the BIP66 fork issue you had
37 2015-11-09T00:18:12 <Lightsword> since it waits for full validation
38 2015-11-09T00:18:15 <wangchun> Lightsword: No, eloipool doesn't do full validation
39 2015-11-09T00:18:39 <wangchun> it simply add 1 to the current block height and issue a "clearmerkleroot"
40 2015-11-09T00:18:40 <Lightsword> wangchun, Iâm going off of what I was told by Luke-Jr
41 2015-11-09T00:19:17 <Lightsword> wangchun, the way he told me it works is that it waits for the notify before grabbing the block header over the p2p network to bypass GBT
42 2015-11-09T00:19:41 * midnightmagic pokes Luke-Jr
43 2015-11-09T00:20:10 <Lightsword> wangchun, Iâm pretty sure only the chinese pools do stratum based SPV mining, and bw.com does not from the looks of it
44 2015-11-09T00:20:13 <Luke-Jr> wangchun: Eloipool doesn't do that until the previous block is fully checked
45 2015-11-09T00:21:02 <wangchun> Luke-Jr: you changed it? When I cloned it in 2013, it was not like that.
46 2015-11-09T00:21:09 <Luke-Jr> wangchun: that's the most it has ever done
47 2015-11-09T00:22:13 <wangchun> 72 def updateBlock(self, newBlock, height=None, bits=None, _HBH=None):
48 2015-11-09T00:22:45 <wangchun> If height=None, the new height is set to current height + 1
49 2015-11-09T00:22:51 <Lightsword> wangchun, were you the first to develop the stratum based SPV mining or do you know of anyone else to do it?
50 2015-11-09T00:23:00 <Lightsword> before you
51 2015-11-09T00:23:21 <wangchun> Again, I don't like the name "SPV mining"
52 2015-11-09T00:23:28 <Luke-Jr> "SPV mining" is a bad name, agreed
53 2015-11-09T00:23:33 <Lightsword> wangchun, what do you prefer?
54 2015-11-09T00:23:40 <wangchun> We developed mining upon other pools' stratum header
55 2015-11-09T00:23:43 <Luke-Jr> wangchun: height+1 is not a problem, since it's obviously always right
56 2015-11-09T00:24:42 <wangchun> but eloipool, at least in my 2013 fork, have a feature to mine on bitcoin p2p block inv command, which does not even have bits and height params
57 2015-11-09T00:24:54 <Lightsword> wangchun, what sort of sanity checks are you able to do to prevent bad data?
58 2015-11-09T00:25:13 <Luke-Jr> wangchun: yes, that inv never gets sent until it is checked
59 2015-11-09T00:25:28 <wangchun> so when new block inv is received from a "trusted" bitcoind, height is set to height + 1, bits is set to the bits of the last block
60 2015-11-09T00:25:47 <wangchun> ok, "trusted bitcoind" should verify the block hmm...
61 2015-11-09T00:26:13 <Lightsword> wangchun, thatâs why you forked during BIP66 but eligius did not
62 2015-11-09T00:26:19 <wangchun> ok i admit this is my invention haha
63 2015-11-09T00:26:36 <midnightmagic> :-/
64 2015-11-09T00:26:49 <Luke-Jr> (note BTCChina also did HO mining, but only submitted blocks via bitcoind, which served as a protective layer)
65 2015-11-09T00:26:50 *** xiangfu has joined #bitcoin-dev
66 2015-11-09T00:26:57 <wangchun> Lightsword: because we disable the timeout due to a bug in the watchdog
67 2015-11-09T00:27:13 <Luke-Jr> wangchun: the timeout wouldn't have worked anyway, I think
68 2015-11-09T00:27:24 <Luke-Jr> wangchun: both *gminer refuse to backtrack to work on old blocks
69 2015-11-09T00:27:35 <wangchun> Luke-Jr: If there is a timeout, the incident should be avoidable.
70 2015-11-09T00:27:56 <Lightsword> would sending a stratum reconnect get them to backtrack?
71 2015-11-09T00:28:00 <Luke-Jr> the miners would have gone idle instead of finding a bad block, and people would complain
72 2015-11-09T00:28:01 <Luke-Jr> Lightsword: no
73 2015-11-09T00:28:11 <Luke-Jr> with cgminer, it's miner-wide across all pools
74 2015-11-09T00:28:19 <Luke-Jr> with BFGMiner, it's across all pools working on the same "goal"
75 2015-11-09T00:28:40 <Lightsword> so what happens during an orphan race?
76 2015-11-09T00:29:06 <Luke-Jr> Lightsword: the side seen last gets all the work, IIRC
77 2015-11-09T00:29:07 <Lightsword> that requires a backtrack right?
78 2015-11-09T00:29:20 <Luke-Jr> no
79 2015-11-09T00:29:22 *** btc_panhandler has joined #bitcoin-dev
80 2015-11-09T00:29:28 <Luke-Jr> it would go A->B->B'
81 2015-11-09T00:29:36 <Luke-Jr> then refuse to work on A or B
82 2015-11-09T00:29:53 <Lightsword> oh, ok
83 2015-11-09T00:30:14 <wangchun> Luke-Jr: You mean cgminer refuse to change previousblockhash for the same height?
84 2015-11-09T00:30:25 <Luke-Jr> wangchun: it refuses to go back to an older prevblockhash
85 2015-11-09T00:30:34 <Luke-Jr> so if it sees A then B, it will refuse to work on A anymore
86 2015-11-09T00:30:46 <Lightsword> but can switch to a different B
87 2015-11-09T00:30:52 <Luke-Jr> yes
88 2015-11-09T00:31:59 <Luke-Jr> I wonder if I should figure out a way to detect all pools that did B, going back to A
89 2015-11-09T00:32:10 *** alex__ has quit IRC
90 2015-11-09T00:32:55 <Lightsword> wangchun, so if you get into a BIP66 situation again where you get a bad header over stratum looks like you would have to wait for a valid block before the miners could mine again
91 2015-11-09T00:33:46 <wangchun> Lightsword: we have timeout set to 75 seconds, if bitcoind cannot catch up within 75 seconds, the stratum job is dropped
92 2015-11-09T00:34:06 <Lightsword> wangchun, the problem is the miners will not return the the previous header
93 2015-11-09T00:34:26 <wangchun> Lightsword: then let them go idle
94 2015-11-09T00:34:38 <Lightsword> yeah, thatâs the only option it looks like
95 2015-11-09T00:34:53 <Lightsword> wangchun, do you run any bitcoind nodes outside of china?
96 2015-11-09T00:35:20 <wangchun> Lightsword: In fact I haven't found major hashrate drop by going back to previous header
97 2015-11-09T00:36:29 <Lightsword> wangchun, are your stats detailed enough to notice?
98 2015-11-09T00:38:31 <wangchun> Lightsword: If they go idle, reorg chain for double spend will be impossible :)
99 2015-11-09T00:38:34 <phantomcircuit> Luke-Jr, that seems potentially dangerous
100 2015-11-09T00:38:52 <Luke-Jr> phantomcircuit: yes, it is
101 2015-11-09T00:39:06 <Luke-Jr> phantomcircuit: both ways are dangerous, but this works best in ordinary situations
102 2015-11-09T00:39:28 *** netg has joined #bitcoin-dev
103 2015-11-09T00:39:53 <Lightsword> wangchun, do you have contacts with btcchina antpool and bw pool admins? would you be able to see if they are using relayclient correctly?
104 2015-11-09T00:40:18 <wangchun> Lightsword: I don't know. I think bluematt is in the wechat group
105 2015-11-09T00:40:27 <gmaxwell> We should probably specific a flag that lets miners say they haven't verified the work, which could be used to gate this willness to reorg as well as cause SPV clients to ignore confirmations flagged that way. If used correctly it would prevent the massive security loss for spv clients that comes from non-verifying mining.
106 2015-11-09T00:40:43 <gmaxwell> er, s/willness/willingness/
107 2015-11-09T00:42:32 <Lightsword> wangchun, do you think you could message them about it? itâs esepcially important for bw pool since they seem to only mine on full GBT
108 2015-11-09T00:43:31 <wangchun> Lightsword: if you have wechat, i can add you to the group, where all pools' operators are there
109 2015-11-09T00:44:29 *** Keefe has quit IRC
110 2015-11-09T00:44:31 <Lightsword> wangchun, I could download it, one sec
111 2015-11-09T00:44:57 <midnightmagic> wechat provides no privacy capabilities.
112 2015-11-09T00:45:00 <phantomcircuit> Lightsword, hint: wechat is probably backdoored
113 2015-11-09T00:45:05 <BlueMatt> wangchun: almost everyone except btcchina ignores my wechat messages :/
114 2015-11-09T00:45:25 <wangchun> midnightmagic phantomcircuit: here no privacy either
115 2015-11-09T00:45:59 <Lightsword> phantomcircuit, backdoored as in can be monitored or backdoored as is will keylog me and steal my wallets?
116 2015-11-09T00:45:59 <midnightmagic> wangchun: incorrect, unless you mean #bitcoin-dev
117 2015-11-09T00:45:59 <wangchun> ircbot is watching us and recording every line we say
118 2015-11-09T00:46:32 <wangchun> midnightmagic: yes, this channel is logged, i think
119 2015-11-09T00:46:42 <midnightmagic> This channel states it is logged in the /topic.
120 2015-11-09T00:47:06 <midnightmagic> wechat does not tell everyone that all comms are monitored and if you type the word "democracy" in your message it is silently dropped
121 2015-11-09T00:47:37 <wangchun> midnightmagic: you read too much cnn or what?
122 2015-11-09T00:47:57 <wangchun> midnightmagic: download and type "democrazy" see it is dropped or otherwise?
123 2015-11-09T00:47:59 <midnightmagic> no, I have chinese friends who use it and I am on it.
124 2015-11-09T00:48:04 *** spinza has joined #bitcoin-dev
125 2015-11-09T00:48:16 *** kadoban has joined #bitcoin-dev
126 2015-11-09T00:48:39 <BlueMatt> wangchun: fyi: I doubt the lack of relay network client mattered here, I have p2p peers with a bunch of miner ips, so it probably dont matter much
127 2015-11-09T00:49:05 <midnightmagic> wangchun: Also, I'm Canadian. CNN is a corporate propaganda mouth that lies to Americans.
128 2015-11-09T00:50:05 <wangchun> midnightmagic: I read too much propaganda everyday, it's enough. i think there is big misunderstanding between china and the west
129 2015-11-09T00:50:54 *** CodeShark has joined #bitcoin-dev
130 2015-11-09T00:51:08 *** CodeShark has quit IRC
131 2015-11-09T00:51:29 *** CodeShark has joined #bitcoin-dev
132 2015-11-09T00:51:30 <wangchun> BlueMatt: I just recognized the relay network was not working properly in the past few months
133 2015-11-09T00:51:57 <jtoomim> it was still working
134 2015-11-09T00:51:59 <BlueMatt> wangchun: yes, but i think you're benefiting rather significant from the relay network whether you're using the client or not
135 2015-11-09T00:52:02 <jtoomim> just not the way you wanted it to
136 2015-11-09T00:52:07 <phantomcircuit> BlueMatt, it might actually because of the bandwidth limits
137 2015-11-09T00:52:11 <BlueMatt> wangchun: because there is good peering within china
138 2015-11-09T00:52:26 <BlueMatt> phantomcircuit: its all in the same fucking dc
139 2015-11-09T00:52:44 <phantomcircuit> BlueMatt, depends on how the bandwidth limiting is setup :|
140 2015-11-09T00:52:46 <BlueMatt> phantomcircuit/wangchun: the relay network would improve your block relay in and out of china, and then you'd just rely on relay to your peers within china
141 2015-11-09T00:53:30 *** xiangfu has quit IRC
142 2015-11-09T00:54:22 <BlueMatt> phantomcircuit: meh, low rtt means even with high packet loss its fine
143 2015-11-09T00:55:00 *** bedeho has quit IRC
144 2015-11-09T00:55:47 *** xiangfu has joined #bitcoin-dev
145 2015-11-09T00:57:35 <wangchun> BlueMatt: There was no error message on the relay network client
146 2015-11-09T00:57:52 <wangchun> BlueMatt: It should say something if it cannot connect to the bitcoind
147 2015-11-09T00:58:36 *** mollison has joined #bitcoin-dev
148 2015-11-09T00:59:13 *** btc_panhandler has quit IRC
149 2015-11-09T01:02:20 <BlueMatt> wangchun: are you sure? it should say something, but it may be like...a long time between when it says things
150 2015-11-09T01:02:33 <BlueMatt> (it'll tell you when the connection times out, which, on default linux, may be upwards of an hour)
151 2015-11-09T01:03:05 <wangchun> BlueMatt: It keeps printing a huge number of lines of tx send/receive
152 2015-11-09T01:03:11 <BlueMatt> yea
153 2015-11-09T01:03:42 <wangchun> BlueMatt: No error message..
154 2015-11-09T01:04:00 <Lightsword> wangchun, I hink the error is at the top of all the tx send/receive
155 2015-11-09T01:04:03 <Lightsword> it goes by pretty fast
156 2015-11-09T01:04:07 <wangchun> $ RelayNode/c++/relaynetworkclient 1.2.3.4 8333 123.56.6.255
157 2015-11-09T01:04:07 <wangchun> Using server 123.56.6.255
158 2015-11-09T01:04:07 <wangchun> Connected to relay node with protocol version sponsor printer
159 2015-11-09T01:04:08 <wangchun> Received transaction of size 226 from relay server
160 2015-11-09T01:04:19 <wangchun> 1.2.3.4 is a random ip
161 2015-11-09T01:04:24 <BlueMatt> Lightsword: no, its in the middle
162 2015-11-09T01:04:28 <Lightsword> oh
163 2015-11-09T01:04:30 <BlueMatt> it should be randomly halfway through
164 2015-11-09T01:04:30 <Lightsword> hmm
165 2015-11-09T01:04:40 <Lightsword> maybe Iâm thinking of the success message
166 2015-11-09T01:05:17 <Lightsword> BlueMatt, maybe it would be a good idea for it to wait for bitcoind connection to be successful before printing tx send/receive
167 2015-11-09T01:05:25 <wangchun> Yes, there is a success message "Finished connect handshake with bitcoind"
168 2015-11-09T01:05:29 <Lightsword> and just have it print waiting for bitcoind or something like that
169 2015-11-09T01:06:00 <Lightsword> wangchun, you are on the latest version as well right?
170 2015-11-09T01:06:00 <wangchun> But if it failed, nothing is printed, and Send/receive transaction messages are printed as normal
171 2015-11-09T01:06:13 <wangchun> Lightsword: I think it is recent enough
172 2015-11-09T01:06:20 <Lightsword> you should git pull just to be sure
173 2015-11-09T01:06:27 <midnightmagic> wangchun: There is a great misunderstanding of *Chinese people* in the west. They unfortunately believe that every person is a representative of xenophobic Chinese foreign policy. Obviously this is false: people are people. I don't believe I've ever met a Chinese person I didn't like, in person. But government interference, you have to admit, is a fact of daily life. I also believe the careful m
174 2015-11-09T01:06:32 <wangchun> I checked out on August 24
175 2015-11-09T01:06:33 <midnightmagic> anagement of Chinese media takes its toll on our understanding of Chinese history. Ignoring *uniquely American* propaganda, it is possible to build an accurate picture of government censorship in China and it includes direct manipulation of social media including WeChat. Here is a Canadian group I trust describing the active censorship on WeChat: https://citizenlab.org/2015/07/tracking-censorshi
176 2015-11-09T01:06:36 <BlueMatt> Lightsword: probably
177 2015-11-09T01:06:39 <midnightmagic> p-on-wechat-public-accounts-platform/
178 2015-11-09T01:06:42 <midnightmagic> woops, that was longer than I meant. Sorry.
179 2015-11-09T01:07:02 <Lightsword> wangchun, yeah, you should update
180 2015-11-09T01:07:15 <Lightsword> wangchun, latest is oct 27th
181 2015-11-09T01:07:33 <wangchun> midnightmagic: This is #bitcoin-dev not for politics.
182 2015-11-09T01:08:20 <Lightsword> no idea why but wechatâs phone number validation is broken for me
183 2015-11-09T01:08:38 <midnightmagic> :-( Well why did you bring it up
184 2015-11-09T01:09:14 <midnightmagic> And if Bitcoin *pool ops* are using WeChat, then explicit discussion about Chinese censorship *of WeChat* is IMO *on topic*.
185 2015-11-09T01:10:09 <phantomcircuit> midnightmagic, i wasn't even talking about that; i was talking about how you have to install it on a phone with an active phone number to use it...
186 2015-11-09T01:10:42 <phantomcircuit> anyways
187 2015-11-09T01:10:45 <Lightsword> in the US a lot of bitcoin people use telegram
188 2015-11-09T01:10:49 <Lightsword> which does the same thing
189 2015-11-09T01:10:57 *** prosodyvVerreabC has quit IRC
190 2015-11-09T01:10:58 <phantomcircuit> BlueMatt, yes it should probably complain more and louder about not being connected to a bitcoind
191 2015-11-09T01:12:03 *** CodeShark has quit IRC
192 2015-11-09T01:12:08 <midnightmagic> phantomcircuit: No, he implied I watch too much CNN and that westerners have a misunderstanding of China.
193 2015-11-09T01:12:23 *** CodeShark has joined #bitcoin-dev
194 2015-11-09T01:12:31 * phantomcircuit doubts midnightmagic watches any cnn
195 2015-11-09T01:12:39 <midnightmagic> Which downplays the risk of using wechat to coordinate majority bitcoin hashrate
196 2015-11-09T01:12:49 <phantomcircuit> Lightsword, yes and i wouldn't suggest running that either
197 2015-11-09T01:12:59 <Lightsword> I think the client is open source at least
198 2015-11-09T01:13:08 <wangchun> midnightmagic: democrazy, like communist or christianism, are religions. you follow it, it is your freedom, but if you think anyone else who do not follow the same is evil, you are no different from the western missionaries a few hundreds years ago
199 2015-11-09T01:13:30 *** CodeShark_ has joined #bitcoin-dev
200 2015-11-09T01:13:49 <phantomcircuit> Lightsword, yes it's encrypted and the client is open source
201 2015-11-09T01:14:08 <midnightmagic> wangchun: I do not follow democracy. Nor do I think the Chinese oligarchy currently in power is evil just because they are undemocratic. Many English monarchs in the past were benign, for example.
202 2015-11-09T01:14:28 *** CodeShark is now known as Guest88917
203 2015-11-09T01:14:36 *** CodeShark_ has quit IRC
204 2015-11-09T01:14:40 *** Guest88917 has quit IRC
205 2015-11-09T01:16:16 <wangchun> midnightmagic: OK. That is fine. This is dev channcel, if you want to talk philosophy or religions, maybe we can find somewhere else.
206 2015-11-09T01:16:18 *** essof has quit IRC
207 2015-11-09T01:16:49 <Lightsword> wangchun, do the other chinese pool operators speak english and/or ever get on IRC?
208 2015-11-09T01:17:53 <wangchun> Lightsword: I think they do speak some level of English, but I haven't seen any of them get on IRC.
209 2015-11-09T01:17:57 *** snthsnth has joined #bitcoin-dev
210 2015-11-09T01:21:04 <Lightsword> wangchun, oh, and just to check that your node isnât rejecting relaynode due to the client version string do you see it when you do âbitcoin-cli getpeerinfo | grep "RelayNetworkClientââ?
211 2015-11-09T01:22:04 <wangchun> Lightsword: no, the relay client is from whitelisted ip
212 2015-11-09T01:22:15 <midnightmagic> eh. the channel's been gutted anyway for quite some time.
213 2015-11-09T01:24:37 <Lightsword> hmm, latest f2pool block here http://poolbench.antminer.link/ looks like it might be a little better
214 2015-11-09T01:25:04 <Lightsword> wangchun, when you find a block do you do a submitblock to all of your bitcoind nodes at the same time over the RPC interface?
215 2015-11-09T01:25:46 *** brson has joined #bitcoin-dev
216 2015-11-09T01:26:49 <wangchun> Lightsword: yes, some by submitblock, some by block command over p2p port 8333
217 2015-11-09T01:27:27 <midnightmagic> also, for what it's worth..
218 2015-11-09T01:27:34 *** ChanServ sets mode: +o midnightmagic
219 2015-11-09T01:27:39 *** ChanServ sets mode: -o midnightmagic
220 2015-11-09T01:27:42 <Lightsword> wangchun, so your stratum servers directly connect to the p2p network?
221 2015-11-09T01:28:35 *** p15 has joined #bitcoin-dev
222 2015-11-09T01:30:35 *** Yoghur114 has quit IRC
223 2015-11-09T01:30:51 <wangchun> Lightsword: The mining servers do not run on stratum protocols, there are frontend proxies translate stratum to customzied binary protocol for mining servers on the backend, which have local bitcoind running, but local bitcoind has very limited number of peers only serves as a fall back.
224 2015-11-09T01:31:20 <wangchun> This prevents the ip address of backend from leaked to bad ddos guys
225 2015-11-09T01:31:31 <jtoomim> wangchun slightly off topic. i want to do some tests soon with relaying large blocks into china, but i'm èå¤ and am having trouble getting a VPS in the mainland. do you have any ideas that might help me?
226 2015-11-09T01:32:00 <wangchun> the real block propagation is not by local bitcoind
227 2015-11-09T01:33:52 <phantomcircuit> wangchun, that is the "correct" design btw
228 2015-11-09T01:33:54 <phantomcircuit> bravo :)
229 2015-11-09T01:34:05 <Lightsword> wangchun, that sounds in some way to be similar to ckpoolâs passthrough ddos mitigaion methods(which I use) but ckpool uses a modified stratum protocol for the frontend proxies with a single primary backend with database(the backend also supports regular stratum)
230 2015-11-09T01:34:33 <wangchun> jtoomim: i'm not sure. i think aliyun do accept foreign customers, given you do not operate a web site on port 80 with under a domain name.
231 2015-11-09T01:34:54 <wangchun> jtoomim: you may also search server hostings on taobao
232 2015-11-09T01:34:55 <jtoomim> ok
233 2015-11-09T01:35:22 <jtoomim> i think bluematt mentioned aliyun too, but i didn't realize he didn't have help getting it
234 2015-11-09T01:35:25 <jtoomim> i'll take a look
235 2015-11-09T01:35:34 <jtoomim> taobao is hard to use without alipay
236 2015-11-09T01:35:52 <jtoomim> alipay is hard to use without a citizen id card
237 2015-11-09T01:36:18 <jtoomim> but i might be able to get a friend to da that for me
238 2015-11-09T01:36:37 <wangchun> jtoomim: http://www.qcloud.com is from tencent
239 2015-11-09T01:36:42 <wangchun> but i thin aliyun is better
240 2015-11-09T01:37:03 <midnightmagic> jtoomim: Don't humiliate yourself with such terminology. It's not doing you any favours.
241 2015-11-09T01:43:37 *** CheckDavid has quit IRC
242 2015-11-09T01:44:24 *** Ylbam has quit IRC
243 2015-11-09T01:59:13 *** prosodyvVerreabC has joined #bitcoin-dev
244 2015-11-09T01:59:42 *** one_zero has joined #bitcoin-dev
245 2015-11-09T02:02:10 *** alb12_ has joined #bitcoin-dev
246 2015-11-09T02:05:28 *** alb12 has quit IRC
247 2015-11-09T02:08:01 *** frank1e_ has joined #bitcoin-dev
248 2015-11-09T02:08:02 *** digitalmagus has joined #bitcoin-dev
249 2015-11-09T02:09:00 *** digitalmagus8 has quit IRC
250 2015-11-09T02:10:59 *** frank1e has quit IRC
251 2015-11-09T02:12:00 *** Guest23423 has joined #bitcoin-dev
252 2015-11-09T02:14:44 *** Guest23423 has quit IRC
253 2015-11-09T02:14:44 *** Arnavion has quit IRC
254 2015-11-09T02:15:01 *** Arnavion has joined #bitcoin-dev
255 2015-11-09T02:19:56 *** digitalmagus8 has joined #bitcoin-dev
256 2015-11-09T02:21:39 *** digitalmagus has quit IRC
257 2015-11-09T02:22:46 *** kgk has joined #bitcoin-dev
258 2015-11-09T02:23:34 *** SwedFTP has joined #bitcoin-dev
259 2015-11-09T02:27:15 *** kgk has quit IRC
260 2015-11-09T02:30:56 *** heloisadiias has joined #bitcoin-dev
261 2015-11-09T02:31:43 *** heloisadiias has quit IRC
262 2015-11-09T02:33:04 *** Belxjander has quit IRC
263 2015-11-09T02:38:14 *** Arnavion has quit IRC
264 2015-11-09T02:38:31 *** Arnavion has joined #bitcoin-dev
265 2015-11-09T02:40:11 *** Belxjander has joined #bitcoin-dev
266 2015-11-09T02:44:13 *** brson has quit IRC
267 2015-11-09T02:59:54 *** Belxjander has quit IRC
268 2015-11-09T03:04:57 *** Delta_ has joined #bitcoin-dev
269 2015-11-09T03:04:59 *** Belxjander has joined #bitcoin-dev
270 2015-11-09T03:07:26 *** Subo1977 has quit IRC
271 2015-11-09T03:08:39 *** rodkeys has quit IRC
272 2015-11-09T03:20:41 *** xiangfu has quit IRC
273 2015-11-09T03:27:20 *** rnvk has joined #bitcoin-dev
274 2015-11-09T03:34:41 *** dcousens has joined #bitcoin-dev
275 2015-11-09T03:34:51 *** alb12_ has quit IRC
276 2015-11-09T03:40:07 *** fireduck has quit IRC
277 2015-11-09T03:41:18 *** roxtrongo has joined #bitcoin-dev
278 2015-11-09T03:42:25 *** alb12_ has joined #bitcoin-dev
279 2015-11-09T03:57:01 *** rodkeys has joined #bitcoin-dev
280 2015-11-09T03:59:03 *** fireduck has joined #bitcoin-dev
281 2015-11-09T04:02:21 *** JackH has quit IRC
282 2015-11-09T04:09:47 *** jgarzik has quit IRC
283 2015-11-09T04:24:12 *** kgk has joined #bitcoin-dev
284 2015-11-09T04:24:54 *** TheSeven has quit IRC
285 2015-11-09T04:25:06 *** [7] has joined #bitcoin-dev
286 2015-11-09T04:28:53 *** kgk has quit IRC
287 2015-11-09T04:28:55 *** roxtrongo has quit IRC
288 2015-11-09T04:33:50 *** Lightsword has quit IRC
289 2015-11-09T04:35:25 *** frank1e_ is now known as frank1e
290 2015-11-09T04:43:59 *** ak__ has quit IRC
291 2015-11-09T04:51:14 *** roxtrongo has joined #bitcoin-dev
292 2015-11-09T05:00:46 *** gribble has quit IRC
293 2015-11-09T05:01:38 *** sparetire_ has quit IRC
294 2015-11-09T05:02:16 *** bedeho has joined #bitcoin-dev
295 2015-11-09T05:08:22 *** alb12_ has quit IRC
296 2015-11-09T05:12:47 *** p15 has quit IRC
297 2015-11-09T05:13:16 *** gribble has joined #bitcoin-dev
298 2015-11-09T05:13:17 *** ChanServ sets mode: +o gribble
299 2015-11-09T05:15:17 *** Giszmo has quit IRC
300 2015-11-09T05:20:33 *** noamh has quit IRC
301 2015-11-09T05:21:55 *** exeq has left #bitcoin-dev
302 2015-11-09T05:25:33 *** Lightsword has joined #bitcoin-dev
303 2015-11-09T05:33:44 *** lnostdal_ has joined #bitcoin-dev
304 2015-11-09T05:37:30 *** lnostdal has quit IRC
305 2015-11-09T05:41:17 *** shurnormal_ has joined #bitcoin-dev
306 2015-11-09T05:43:06 *** shurnormal has quit IRC
307 2015-11-09T05:46:48 *** CodeShark has joined #bitcoin-dev
308 2015-11-09T06:00:36 *** rodkeys has quit IRC
309 2015-11-09T06:03:25 *** digitalmagus has joined #bitcoin-dev
310 2015-11-09T06:03:34 *** digitalmagus has joined #bitcoin-dev
311 2015-11-09T06:04:39 *** xiangfu has joined #bitcoin-dev
312 2015-11-09T06:05:52 *** digitalmagus8 has quit IRC
313 2015-11-09T06:10:07 *** Keefe has joined #bitcoin-dev
314 2015-11-09T06:11:56 *** neozaru has joined #bitcoin-dev
315 2015-11-09T06:14:41 <frank1e> damn
316 2015-11-09T06:14:56 <frank1e> why does #bitcoin-dev not work with autojoin, but all other channels work with that.
317 2015-11-09T06:15:02 * frank1e puts on tinfoil hat
318 2015-11-09T06:16:15 *** alb12_ has joined #bitcoin-dev
319 2015-11-09T06:18:34 <Lightsword> works for me
320 2015-11-09T06:20:26 *** xiangfu has quit IRC
321 2015-11-09T06:22:42 *** kyuupichan has quit IRC
322 2015-11-09T06:24:14 *** chmod755 has joined #bitcoin-dev
323 2015-11-09T06:30:37 *** ParadoxSpiral has joined #bitcoin-dev
324 2015-11-09T06:33:24 *** shurnormal_ has quit IRC
325 2015-11-09T06:34:12 *** xiangfu has joined #bitcoin-dev
326 2015-11-09T06:35:29 *** p15 has joined #bitcoin-dev
327 2015-11-09T06:35:39 *** drazisil has quit IRC
328 2015-11-09T06:38:10 <frank1e> mh
329 2015-11-09T06:38:21 <frank1e> my irc client must be drunk
330 2015-11-09T06:44:10 *** missmogg has quit IRC
331 2015-11-09T06:44:26 *** romonster has quit IRC
332 2015-11-09T06:44:26 *** lewellyn has quit IRC
333 2015-11-09T06:45:41 *** lewellyn has joined #bitcoin-dev
334 2015-11-09T06:46:47 *** ParadoxSpiral has quit IRC
335 2015-11-09T06:49:27 *** shurnormal_ has joined #bitcoin-dev
336 2015-11-09T06:52:20 *** romonster has joined #bitcoin-dev
337 2015-11-09T06:52:38 *** missmogg has joined #bitcoin-dev
338 2015-11-09T06:56:18 *** Ylbam has joined #bitcoin-dev
339 2015-11-09T06:58:35 *** fireduck has quit IRC
340 2015-11-09T06:58:36 *** snthsnth has quit IRC
341 2015-11-09T07:00:14 *** fireduck has joined #bitcoin-dev
342 2015-11-09T07:02:07 *** rodkeys has joined #bitcoin-dev
343 2015-11-09T07:06:59 <Luke-Jr> so right now, I'm searching N paths for bitcoin.conf and adding every single one as a solo pool in BFGMiner.. if I add cookie support, there won't necessarily be a bitcoin.conf - anything else I can look for reasonably that isn't likely to disappear in the future and won't accidentally false positive on /etc ? XD
344 2015-11-09T07:07:06 <Luke-Jr> maybe chainstate
345 2015-11-09T07:09:58 <gmaxwell> just look for the cookie file(s) in the same directories.
346 2015-11-09T07:10:18 <Luke-Jr> gmaxwell: it might not exist when BFGMiner is starting
347 2015-11-09T07:11:06 <gmaxwell> what will really screw you is when there is a stale one in another directory.
348 2015-11-09T07:11:39 <Luke-Jr> gmaxwell: that's why I'm adding all the directories that match, not just the first one ;)
349 2015-11-09T07:12:33 *** NLNico has joined #bitcoin-dev
350 2015-11-09T07:20:12 <Luke-Jr> actually, apparently I'm not. oh well
351 2015-11-09T07:22:13 *** rolandnsharp has quit IRC
352 2015-11-09T07:22:24 *** rolandnsharp has joined #bitcoin-dev
353 2015-11-09T07:25:02 *** venzen has quit IRC
354 2015-11-09T07:27:52 *** supasonic has quit IRC
355 2015-11-09T07:28:49 *** neozaru has quit IRC
356 2015-11-09T07:29:56 *** fireduck has quit IRC
357 2015-11-09T07:30:13 *** venzen has joined #bitcoin-dev
358 2015-11-09T07:30:28 *** noamh has joined #bitcoin-dev
359 2015-11-09T07:31:56 *** fireduck has joined #bitcoin-dev
360 2015-11-09T07:32:39 *** YoY has quit IRC
361 2015-11-09T07:40:16 *** alb12_ has quit IRC
362 2015-11-09T07:41:42 *** bertlebbert has left #bitcoin-dev
363 2015-11-09T07:43:36 *** fireduck has quit IRC
364 2015-11-09T07:45:21 *** fireduck has joined #bitcoin-dev
365 2015-11-09T07:46:34 *** mjerr has joined #bitcoin-dev
366 2015-11-09T07:46:44 *** drazisil has joined #bitcoin-dev
367 2015-11-09T07:51:27 *** matsjj has joined #bitcoin-dev
368 2015-11-09T07:52:54 <Luke-Jr> ⦠nm, I am
369 2015-11-09T07:56:51 *** won9 has quit IRC
370 2015-11-09T07:58:41 *** DougieBot5000 has quit IRC
371 2015-11-09T07:59:15 *** fireduck has quit IRC
372 2015-11-09T08:00:47 *** fireduck has joined #bitcoin-dev
373 2015-11-09T08:04:45 *** digitalmagus has quit IRC
374 2015-11-09T08:06:49 <Luke-Jr> bah, this is too messy
375 2015-11-09T08:07:19 *** ThomasV has joined #bitcoin-dev
376 2015-11-09T08:08:44 *** kadoban has quit IRC
377 2015-11-09T08:11:17 *** kyuupichan has joined #bitcoin-dev
378 2015-11-09T08:12:12 *** alferz has joined #bitcoin-dev
379 2015-11-09T08:14:24 *** guest234234 has joined #bitcoin-dev
380 2015-11-09T08:16:18 *** guest234234 has joined #bitcoin-dev
381 2015-11-09T08:16:58 *** guest234234 has quit IRC
382 2015-11-09T08:17:49 *** guest234234 has joined #bitcoin-dev
383 2015-11-09T08:19:07 *** guest234234 has quit IRC
384 2015-11-09T08:19:46 *** ThomasV has quit IRC
385 2015-11-09T08:20:26 *** guest234234 has joined #bitcoin-dev
386 2015-11-09T08:20:50 *** pepesza_ has joined #bitcoin-dev
387 2015-11-09T08:23:40 *** rodkeys has quit IRC
388 2015-11-09T08:23:46 *** damethos has joined #bitcoin-dev
389 2015-11-09T08:25:10 *** fireduck has quit IRC
390 2015-11-09T08:25:50 *** tawar has joined #bitcoin-dev
391 2015-11-09T08:26:26 *** kgk has joined #bitcoin-dev
392 2015-11-09T08:27:17 *** alferz has quit IRC
393 2015-11-09T08:27:24 *** fireduck has joined #bitcoin-dev
394 2015-11-09T08:29:03 *** won9 has joined #bitcoin-dev
395 2015-11-09T08:31:23 *** kgk has quit IRC
396 2015-11-09T08:34:04 *** JackH has joined #bitcoin-dev
397 2015-11-09T08:35:30 *** Grouver has joined #bitcoin-dev
398 2015-11-09T08:43:49 *** _yoy_ has joined #bitcoin-dev
399 2015-11-09T08:57:20 *** BashCo has quit IRC
400 2015-11-09T08:59:15 *** xiangfu has quit IRC
401 2015-11-09T08:59:25 *** Elglobo has quit IRC
402 2015-11-09T08:59:29 *** Elglobonoob has quit IRC
403 2015-11-09T09:00:05 *** tarantillo_ has quit IRC
404 2015-11-09T09:00:25 *** tarantillo_ has joined #bitcoin-dev
405 2015-11-09T09:01:11 *** joss-c has quit IRC
406 2015-11-09T09:03:39 *** Elglobo has joined #bitcoin-dev
407 2015-11-09T09:03:48 *** twistedline_ has quit IRC
408 2015-11-09T09:06:17 *** CoinMuncher has joined #bitcoin-dev
409 2015-11-09T09:11:35 *** c0rw1n has quit IRC
410 2015-11-09T09:13:43 *** ThomasV has joined #bitcoin-dev
411 2015-11-09T09:15:38 *** BashCo has joined #bitcoin-dev
412 2015-11-09T09:17:24 *** xiangfu has joined #bitcoin-dev
413 2015-11-09T09:17:37 *** twistedline_ has joined #bitcoin-dev
414 2015-11-09T09:17:40 *** NLNico has quit IRC
415 2015-11-09T09:19:16 *** won9 has quit IRC
416 2015-11-09T09:22:27 *** one_zero has quit IRC
417 2015-11-09T09:25:15 *** alferz has joined #bitcoin-dev
418 2015-11-09T09:28:39 *** c0rw1n has joined #bitcoin-dev
419 2015-11-09T09:33:30 *** nivah has joined #bitcoin-dev
420 2015-11-09T09:37:46 *** graingert has joined #bitcoin-dev
421 2015-11-09T09:37:49 *** antizionist__ has quit IRC
422 2015-11-09T09:40:26 *** Palsson has joined #bitcoin-dev
423 2015-11-09T09:44:24 *** mikmcf has joined #bitcoin-dev
424 2015-11-09T09:45:18 *** alferz has quit IRC
425 2015-11-09T09:50:21 *** won9 has joined #bitcoin-dev
426 2015-11-09T09:53:08 *** guest234234 has quit IRC
427 2015-11-09T09:55:29 *** flyingkiwi has quit IRC
428 2015-11-09T09:59:28 *** flyingkiwi has joined #bitcoin-dev
429 2015-11-09T10:01:18 *** StormDev has joined #bitcoin-dev
430 2015-11-09T10:05:23 *** bedeho has quit IRC
431 2015-11-09T10:07:28 *** ThomasV has quit IRC
432 2015-11-09T10:09:18 *** sparetire_ has joined #bitcoin-dev
433 2015-11-09T10:12:52 *** melvster has quit IRC
434 2015-11-09T10:13:02 *** rubensayshi has joined #bitcoin-dev
435 2015-11-09T10:13:33 <btcdrak> jtoomim: saw your comments about block explorers. An easier path may be https://github.com/bitpay/insight
436 2015-11-09T10:14:04 <jtoomim> thanks, my brother is working on setting that up
437 2015-11-09T10:14:09 <jtoomim> or was, i think he's asleep now
438 2015-11-09T10:18:21 *** frank1e has quit IRC
439 2015-11-09T10:20:03 *** IAmNotDorian has joined #bitcoin-dev
440 2015-11-09T10:21:30 *** M-mistake has quit IRC
441 2015-11-09T10:23:38 *** antizionist__ has joined #bitcoin-dev
442 2015-11-09T10:24:35 *** alferz has joined #bitcoin-dev
443 2015-11-09T10:25:24 *** melvster has joined #bitcoin-dev
444 2015-11-09T10:25:25 *** jtimon has quit IRC
445 2015-11-09T10:28:26 *** kgk has joined #bitcoin-dev
446 2015-11-09T10:32:18 *** kanzure has quit IRC
447 2015-11-09T10:32:25 *** AaronvanW has joined #bitcoin-dev
448 2015-11-09T10:32:25 *** AaronvanW has quit IRC
449 2015-11-09T10:32:25 *** AaronvanW has joined #bitcoin-dev
450 2015-11-09T10:32:50 *** kgk has quit IRC
451 2015-11-09T10:37:29 *** alferz has quit IRC
452 2015-11-09T10:50:47 *** GAit has joined #bitcoin-dev
453 2015-11-09T10:57:31 *** melvster has quit IRC
454 2015-11-09T10:59:31 *** AtashiCon has quit IRC
455 2015-11-09T11:00:45 *** noamh has quit IRC
456 2015-11-09T11:02:14 *** noamh has joined #bitcoin-dev
457 2015-11-09T11:03:09 *** AtashiCon has joined #bitcoin-dev
458 2015-11-09T11:04:41 *** spinza has quit IRC
459 2015-11-09T11:08:18 *** CheckDavid has joined #bitcoin-dev
460 2015-11-09T11:10:14 *** melvster has joined #bitcoin-dev
461 2015-11-09T11:11:53 *** spinza has joined #bitcoin-dev
462 2015-11-09T11:15:14 *** alb12 has joined #bitcoin-dev
463 2015-11-09T11:16:11 *** Guest6276 has quit IRC
464 2015-11-09T11:17:13 <sturles> I have confirmed a new mempool trimming bug I reported here the other day, and finally made myself a github user to report it: https://github.com/bitcoin/bitcoin/issues/6972
465 2015-11-09T11:26:58 *** melvster has quit IRC
466 2015-11-09T11:31:22 *** atgreen has quit IRC
467 2015-11-09T11:39:27 *** ThomasV has joined #bitcoin-dev
468 2015-11-09T11:40:06 *** melvster has joined #bitcoin-dev
469 2015-11-09T11:41:18 *** kanzure has joined #bitcoin-dev
470 2015-11-09T11:41:19 *** metalcamp has joined #bitcoin-dev
471 2015-11-09T11:44:25 *** atgreen has joined #bitcoin-dev
472 2015-11-09T11:45:04 *** kyuupichan has quit IRC
473 2015-11-09T11:51:52 *** kgk has joined #bitcoin-dev
474 2015-11-09T11:56:00 *** kgk has quit IRC
475 2015-11-09T12:04:59 *** noamh has quit IRC
476 2015-11-09T12:05:41 *** guest234234 has joined #bitcoin-dev
477 2015-11-09T12:07:10 *** noamh has joined #bitcoin-dev
478 2015-11-09T12:07:33 *** kyuupichan has joined #bitcoin-dev
479 2015-11-09T12:13:35 *** melvster has quit IRC
480 2015-11-09T12:17:17 *** noamh has quit IRC
481 2015-11-09T12:19:21 *** akrmn1 has quit IRC
482 2015-11-09T12:19:34 *** akrmn has joined #bitcoin-dev
483 2015-11-09T12:19:50 *** noamh has joined #bitcoin-dev
484 2015-11-09T12:20:32 <akrmn> Can someone at least point me to documentation on how to read the blkxxxxx.dat files?
485 2015-11-09T12:22:00 *** GAit has quit IRC
486 2015-11-09T12:22:49 <jonasschnelli> akrmn: IMO there is no documentation... expect from the source code.
487 2015-11-09T12:23:53 <akrmn> ok will try
488 2015-11-09T12:23:58 <jonasschnelli> But the files are relatively trivial (if you are familiar with the p2p serialization format).
489 2015-11-09T12:24:22 <akrmn> I can read one block, just I can't find the block right after it
490 2015-11-09T12:24:30 <akrmn> I am using hexdump just to get a feel
491 2015-11-09T12:24:43 <jonasschnelli> each blocks start with a index-header
492 2015-11-09T12:25:12 <jonasschnelli> check: https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L1080
493 2015-11-09T12:25:45 <jonasschnelli> message start for mainnet: https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L86
494 2015-11-09T12:26:47 <jonasschnelli> <message-start> 4bytes, <block size> (32bit int), <block>
495 2015-11-09T12:27:43 *** melvster has joined #bitcoin-dev
496 2015-11-09T12:28:19 <akrmn> not sure what the index header is
497 2015-11-09T12:28:24 <akrmn> how large is it in size?
498 2015-11-09T12:29:41 <akrmn> I know the message-start is the magic number, then the block size, is that what you mean by index header?
499 2015-11-09T12:30:40 <akrmn> because I tried to use the block size to determine how many bytes to skip to get to the next block, but I didn't see the next magic number
500 2015-11-09T12:34:31 <jonasschnelli> message-start = index-header (4 bytes)
501 2015-11-09T12:35:03 <jonasschnelli> skip? just read 4 bytes, a 32bit int, skip amount of bytes from the just read 32bit int.
502 2015-11-09T12:35:18 <jonasschnelli> Wait! it's maybe not a 32bit int
503 2015-11-09T12:35:25 <jonasschnelli> it could be a Varint. Not sure on that.
504 2015-11-09T12:35:32 <jonasschnelli> Do you know how to handle satoshis varint?
505 2015-11-09T12:35:56 * jonasschnelli fires up a hexeditor
506 2015-11-09T12:37:16 <jonasschnelli> Yes. Looks like a Varint.
507 2015-11-09T12:37:50 <jonasschnelli> Check this if you need infos in how to deal with a Varint: https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer
508 2015-11-09T12:41:05 *** shurnormal_ has quit IRC
509 2015-11-09T12:44:26 <akrmn> I have one block with block size a6 71 00 00, so converting to int is 29094. The block number is 136948 and blockchain.info says it has 28.412109375 KB. So I should see the next block about 29000 bytes after...
510 2015-11-09T12:44:35 <akrmn> I will read more about the varint, thanks
511 2015-11-09T12:45:27 <jonasschnelli> akrmn: yes. And mind: each block start with the 4byte header (not only the file): F9BEB4D9 (mainnet)
512 2015-11-09T12:45:57 <jonasschnelli> So after you have skipped or read your 29094 bytes, you need to read another 4bytes of F9BEB4D9
513 2015-11-09T12:46:26 <akrmn> ok will try again
514 2015-11-09T12:51:43 *** GAit has joined #bitcoin-dev
515 2015-11-09T12:53:30 *** tawar has quit IRC
516 2015-11-09T12:53:32 *** Guyver2 has joined #bitcoin-dev
517 2015-11-09T12:55:28 *** metalcamp has quit IRC
518 2015-11-09T12:59:46 *** atgreen has quit IRC
519 2015-11-09T13:01:04 *** metalcamp has joined #bitcoin-dev
520 2015-11-09T13:03:10 *** roxtrongo has quit IRC
521 2015-11-09T13:13:04 *** atgreen has joined #bitcoin-dev
522 2015-11-09T13:15:10 *** Grouver has quit IRC
523 2015-11-09T13:17:02 *** ParadoxSpiral has joined #bitcoin-dev
524 2015-11-09T13:22:59 *** Giszmo has joined #bitcoin-dev
525 2015-11-09T13:23:01 *** won9 has quit IRC
526 2015-11-09T13:26:52 *** ThomasKeller has quit IRC
527 2015-11-09T13:30:06 *** StormDev has quit IRC
528 2015-11-09T13:30:27 *** StormDev has joined #bitcoin-dev
529 2015-11-09T13:33:39 *** atgreen has quit IRC
530 2015-11-09T13:42:24 *** mollison has quit IRC
531 2015-11-09T13:43:18 *** mollison has joined #bitcoin-dev
532 2015-11-09T13:43:38 *** CheckDavid has quit IRC
533 2015-11-09T13:44:06 *** dcousens has quit IRC
534 2015-11-09T13:45:04 *** damethos has quit IRC
535 2015-11-09T13:48:05 *** grs has joined #bitcoin-dev
536 2015-11-09T13:48:43 *** grs is now known as Guest64341
537 2015-11-09T13:49:12 *** ThomasKeller has joined #bitcoin-dev
538 2015-11-09T13:51:34 *** noamh has quit IRC
539 2015-11-09T13:51:38 *** kadoban has joined #bitcoin-dev
540 2015-11-09T13:53:27 *** kgk has joined #bitcoin-dev
541 2015-11-09T13:54:00 *** noamh has joined #bitcoin-dev
542 2015-11-09T13:55:23 *** Tykling has quit IRC
543 2015-11-09T13:55:53 *** p15 has quit IRC
544 2015-11-09T13:58:19 *** noamh has quit IRC
545 2015-11-09T13:58:42 *** kgk has quit IRC
546 2015-11-09T14:00:25 *** damethos has joined #bitcoin-dev
547 2015-11-09T14:00:59 *** Tykling has joined #bitcoin-dev
548 2015-11-09T14:01:30 *** noamh has joined #bitcoin-dev
549 2015-11-09T14:02:10 *** bit2017 has joined #bitcoin-dev
550 2015-11-09T14:03:47 *** roxtrongo has joined #bitcoin-dev
551 2015-11-09T14:04:10 *** xiangfu has quit IRC
552 2015-11-09T14:05:28 *** GAit has quit IRC
553 2015-11-09T14:05:35 *** nivah has quit IRC
554 2015-11-09T14:06:22 *** Internet13 has quit IRC
555 2015-11-09T14:07:27 *** Guest91590 has quit IRC
556 2015-11-09T14:07:47 *** bit2017 has quit IRC
557 2015-11-09T14:08:14 *** GAit has joined #bitcoin-dev
558 2015-11-09T14:08:29 *** JohnKenney has joined #bitcoin-dev
559 2015-11-09T14:08:48 *** roxtrongo has quit IRC
560 2015-11-09T14:09:51 *** Internet13 has joined #bitcoin-dev
561 2015-11-09T14:13:25 *** pigeons has joined #bitcoin-dev
562 2015-11-09T14:13:49 *** pigeons is now known as Guest51134
563 2015-11-09T14:20:23 *** noamh has quit IRC
564 2015-11-09T14:22:14 *** Amnez777 has quit IRC
565 2015-11-09T14:22:14 *** Amnez777 has joined #bitcoin-dev
566 2015-11-09T14:27:43 *** agricocb has quit IRC
567 2015-11-09T14:28:58 *** nowan_ is now known as nowan
568 2015-11-09T14:29:30 *** Guest47571 has quit IRC
569 2015-11-09T14:29:57 *** tantalum has joined #bitcoin-dev
570 2015-11-09T14:32:12 *** ratbanebo has joined #bitcoin-dev
571 2015-11-09T14:35:23 *** ParadoxSpiral_ has joined #bitcoin-dev
572 2015-11-09T14:36:36 <jtoomim> testnet has been forked (BIP101).
573 2015-11-09T14:37:08 <jtoomim> {
574 2015-11-09T14:37:08 <jtoomim> "hash" : "0000000000000169b59ac09e7d1bb1db5287a4a0567f80a7e0b1477fc67eb9c5",
575 2015-11-09T14:37:08 <jtoomim> "confirmations" : 1,
576 2015-11-09T14:37:10 <jtoomim> "size" : 1109130,
577 2015-11-09T14:37:12 <jtoomim> "height" : 584265,
578 2015-11-09T14:37:14 <jtoomim> "version" : 536870919,
579 2015-11-09T14:37:16 <jtoomim> "merkleroot" : "f6005da73a7ab6bc6c6bb03e70dad1fa432c8305cd96c32b555d00c0558c3288",
580 2015-11-09T14:38:05 *** kadoban has quit IRC
581 2015-11-09T14:38:34 *** ratbanebo has quit IRC
582 2015-11-09T14:38:52 *** ParadoxSpiral has quit IRC
583 2015-11-09T14:39:21 *** ratbanebo has joined #bitcoin-dev
584 2015-11-09T14:40:25 *** atgreen has joined #bitcoin-dev
585 2015-11-09T14:41:43 *** tawar has joined #bitcoin-dev
586 2015-11-09T14:42:32 <jonasschnelli> [15:36:36] <jtoomim> testnet has been forked (BIP101)., ... phantomcircuit: ramp up :)
587 2015-11-09T14:42:47 <paveljanik> $ btctest getblock 0000000000000169b59ac09e7d1bb1db5287a4a0567f80a7e0b1477fc67eb9c5
588 2015-11-09T14:42:48 <paveljanik> error code: -32603
589 2015-11-09T14:42:48 <paveljanik> error message:
590 2015-11-09T14:42:48 <paveljanik> Can't read block from disk
591 2015-11-09T14:42:54 *** treehug88 has joined #bitcoin-dev
592 2015-11-09T14:43:07 *** agricocb has joined #bitcoin-dev
593 2015-11-09T14:43:20 <jtoomim> paveljanik, you're using core, right?
594 2015-11-09T14:43:28 <paveljanik> yes
595 2015-11-09T14:43:47 <jtoomim> we're up to 584266 on BIP101/XT
596 2015-11-09T14:44:15 <jtoomim> i'm going to mine a few more BIP101 blocks, then switch over to mining with core and cause a reorg
597 2015-11-09T14:44:29 <jtoomim> and merger
598 2015-11-09T14:45:12 *** lclc has quit IRC
599 2015-11-09T14:47:50 *** mikmcf has quit IRC
600 2015-11-09T14:47:59 *** agricocb has quit IRC
601 2015-11-09T14:49:27 *** Meeh has quit IRC
602 2015-11-09T14:51:07 *** Meeh has joined #bitcoin-dev
603 2015-11-09T14:51:50 *** benrcole has joined #bitcoin-dev
604 2015-11-09T14:52:23 *** agricocb has joined #bitcoin-dev
605 2015-11-09T14:53:24 *** lclc has joined #bitcoin-dev
606 2015-11-09T14:54:46 <paveljanik> blockexplorers stuck...
607 2015-11-09T14:55:23 *** kgk has joined #bitcoin-dev
608 2015-11-09T14:55:28 <jtoomim> https://live.blockcypher.com/btc-testnet/block/0000000000000169b59ac09e7d1bb1db5287a4a0567f80a7e0b1477fc67eb9c5/
609 2015-11-09T14:55:43 <jtoomim> paveljanik, most of the discussion is happening in #bitcoinxt
610 2015-11-09T14:56:05 <jtoomim> most of the block explorers use Core and are on the short fork of the chain
611 2015-11-09T14:56:17 <jtoomim> they're not stuck, the chain is stuck
612 2015-11-09T14:56:27 <jtoomim> because nobody is mining on it
613 2015-11-09T14:56:40 <paveljanik> I understand...
614 2015-11-09T14:57:07 <jtoomim> the 20 minute diff reset will probably take 2 hours 15 minutes in this case, since i was mining with an advanced system clock
615 2015-11-09T14:57:20 <jtoomim> to fight another node that was mining with an adjustable system clock
616 2015-11-09T14:57:52 *** waxwing has quit IRC
617 2015-11-09T14:59:50 *** kgk has quit IRC
618 2015-11-09T15:00:36 *** waxwing has joined #bitcoin-dev
619 2015-11-09T15:02:41 *** mission712 has joined #bitcoin-dev
620 2015-11-09T15:06:24 *** GAit has quit IRC
621 2015-11-09T15:08:46 *** damethos has quit IRC
622 2015-11-09T15:09:50 *** Soligor has quit IRC
623 2015-11-09T15:10:52 *** GAit has joined #bitcoin-dev
624 2015-11-09T15:14:06 *** lclc has quit IRC
625 2015-11-09T15:14:10 *** bsm1175321 has quit IRC
626 2015-11-09T15:16:09 *** Soligor has joined #bitcoin-dev
627 2015-11-09T15:16:43 *** rolandnsharp56 has joined #bitcoin-dev
628 2015-11-09T15:18:47 *** kadoban has joined #bitcoin-dev
629 2015-11-09T15:19:10 *** bsm1175321 has joined #bitcoin-dev
630 2015-11-09T15:19:54 *** tawar has quit IRC
631 2015-11-09T15:20:08 *** btc_panhandler has joined #bitcoin-dev
632 2015-11-09T15:20:26 *** rolandnsharp has quit IRC
633 2015-11-09T15:21:03 *** lclc has joined #bitcoin-dev
634 2015-11-09T15:21:13 *** StormDev has quit IRC
635 2015-11-09T15:21:21 *** noamh has joined #bitcoin-dev
636 2015-11-09T15:21:40 *** StormDev has joined #bitcoin-dev
637 2015-11-09T15:23:31 *** DougieBot5000 has joined #bitcoin-dev
638 2015-11-09T15:25:23 <jouke> testnet forked? D'oh
639 2015-11-09T15:26:01 * jouke starts small amount of miners on "normal" fork
640 2015-11-09T15:26:36 <jtoomim> jouke, i'm going to switch back over to testnet soon to merge them
641 2015-11-09T15:28:18 *** lclc has quit IRC
642 2015-11-09T15:29:03 *** lclc has joined #bitcoin-dev
643 2015-11-09T15:30:15 *** wraithm has joined #bitcoin-dev
644 2015-11-09T15:35:11 *** roxtrongo has joined #bitcoin-dev
645 2015-11-09T15:36:41 *** Palsson has quit IRC
646 2015-11-09T15:37:23 *** pepesza has joined #bitcoin-dev
647 2015-11-09T15:37:44 *** Palsson has joined #bitcoin-dev
648 2015-11-09T15:38:10 *** Palsson has quit IRC
649 2015-11-09T15:39:39 *** roxtrongo has quit IRC
650 2015-11-09T15:40:24 *** pepesza_ has quit IRC
651 2015-11-09T15:41:50 <jtoomim> hashrate on Core now
652 2015-11-09T15:44:06 *** mollison has quit IRC
653 2015-11-09T15:46:28 *** alb12_ has joined #bitcoin-dev
654 2015-11-09T15:48:12 *** kyuupichan has quit IRC
655 2015-11-09T15:48:31 *** alb12 has quit IRC
656 2015-11-09T15:51:11 *** matsjj has quit IRC
657 2015-11-09T15:52:12 *** roxtrongo has joined #bitcoin-dev
658 2015-11-09T15:53:10 *** alb12_ has quit IRC
659 2015-11-09T15:56:34 *** kgk has joined #bitcoin-dev
660 2015-11-09T15:57:39 *** nwilcox has joined #bitcoin-dev
661 2015-11-09T15:59:14 *** Ahmed90 has joined #bitcoin-dev
662 2015-11-09T15:59:39 *** damethos has joined #bitcoin-dev
663 2015-11-09T16:01:50 *** kgk has quit IRC
664 2015-11-09T16:02:35 *** guest234234 has quit IRC
665 2015-11-09T16:03:37 *** wraithm has quit IRC
666 2015-11-09T16:07:38 *** gribble has quit IRC
667 2015-11-09T16:10:36 *** damethos has quit IRC
668 2015-11-09T16:11:53 <jtoomim> ok, i'm starting to bring Core back up
669 2015-11-09T16:12:00 <jtoomim> block 584265 found
670 2015-11-09T16:12:28 <bsm1175321> From my reading of the core code, a block will be rejected if it contains a transaction that was seen in a previous block. This isn't a double-spend (it has the same txid). I'd like to accept such blocks because if the transaction/block rate goes up (related to proposals to turn the block-chain into a block-DAG), duplicates will be a fact of life. Is there any good reason to reject such a block?
671 2015-11-09T16:14:23 *** matsjj has joined #bitcoin-dev
672 2015-11-09T16:17:23 <bsm1175321> Accepting it could also mean getting rid of orphans entirely, as long as the orphan doesn't contain a double-spend.
673 2015-11-09T16:19:26 *** MoALTz has joined #bitcoin-dev
674 2015-11-09T16:19:34 <adam3us> bsm117532: the accidental probability of that is so low to be basically impossible for practical purposes.
675 2015-11-09T16:23:18 *** IAmNotDorian has quit IRC
676 2015-11-09T16:23:23 *** gribble has joined #bitcoin-dev
677 2015-11-09T16:23:23 *** ChanServ sets mode: +o gribble
678 2015-11-09T16:23:31 *** tawar has joined #bitcoin-dev
679 2015-11-09T16:23:42 *** supasonic has joined #bitcoin-dev
680 2015-11-09T16:24:21 <bsm1175321> adam3us: currently, yes. I'm looking to the future.
681 2015-11-09T16:26:06 *** noamh has quit IRC
682 2015-11-09T16:28:08 *** kenrestivo has quit IRC
683 2015-11-09T16:30:39 *** kenrestivo has joined #bitcoin-dev
684 2015-11-09T16:31:21 *** btc_panhandler has quit IRC
685 2015-11-09T16:31:27 *** supasonic has quit IRC
686 2015-11-09T16:31:57 *** supasonic has joined #bitcoin-dev
687 2015-11-09T16:32:47 *** btc_panhandler has joined #bitcoin-dev
688 2015-11-09T16:33:58 *** damethos has joined #bitcoin-dev
689 2015-11-09T16:35:19 *** tawar has quit IRC
690 2015-11-09T16:37:57 *** tawar has joined #bitcoin-dev
691 2015-11-09T16:38:26 *** StephenM347 has joined #bitcoin-dev
692 2015-11-09T16:41:12 *** GAit has quit IRC
693 2015-11-09T16:43:32 *** GAit has joined #bitcoin-dev
694 2015-11-09T16:45:30 *** tawar has quit IRC
695 2015-11-09T16:46:57 *** Elglobo has quit IRC
696 2015-11-09T16:48:42 *** Elglobo has joined #bitcoin-dev
697 2015-11-09T16:48:53 *** Elglobonoob has joined #bitcoin-dev
698 2015-11-09T16:49:12 *** StormDev has quit IRC
699 2015-11-09T16:49:40 *** StormDev has joined #bitcoin-dev
700 2015-11-09T16:50:53 *** benrcole has quit IRC
701 2015-11-09T16:51:19 *** alb12 has joined #bitcoin-dev
702 2015-11-09T16:54:44 *** GAit has quit IRC
703 2015-11-09T16:58:15 *** ThomasV has quit IRC
704 2015-11-09T16:58:43 *** tawar has joined #bitcoin-dev
705 2015-11-09T17:01:53 <Luke-Jr> harding: libblkmaker with BIP65 support will be 0.4.3 and 0.5.2
706 2015-11-09T17:02:00 *** IAmNotDorian has joined #bitcoin-dev
707 2015-11-09T17:02:00 *** IAmNotDorian has joined #bitcoin-dev
708 2015-11-09T17:03:36 *** venzen has quit IRC
709 2015-11-09T17:04:25 *** StormDev has quit IRC
710 2015-11-09T17:05:42 *** brson has joined #bitcoin-dev
711 2015-11-09T17:09:04 *** Dizzle has joined #bitcoin-dev
712 2015-11-09T17:16:10 *** pepesza has quit IRC
713 2015-11-09T17:18:02 *** roxtrongo has quit IRC
714 2015-11-09T17:23:57 *** alb12 has quit IRC
715 2015-11-09T17:27:42 *** aschildbach has joined #bitcoin-dev
716 2015-11-09T17:32:05 *** BashCo has quit IRC
717 2015-11-09T17:42:11 *** IAmNotDorian has quit IRC
718 2015-11-09T17:44:46 *** brson has quit IRC
719 2015-11-09T17:48:21 *** zooko has joined #bitcoin-dev
720 2015-11-09T17:48:28 *** kyuupichan has joined #bitcoin-dev
721 2015-11-09T17:48:29 *** jgarzik has joined #bitcoin-dev
722 2015-11-09T17:48:34 *** jgarzik has quit IRC
723 2015-11-09T17:48:35 *** jgarzik has joined #bitcoin-dev
724 2015-11-09T17:49:03 *** t7 has joined #bitcoin-dev
725 2015-11-09T17:52:33 *** brson has joined #bitcoin-dev
726 2015-11-09T17:52:34 *** tawar has quit IRC
727 2015-11-09T17:54:51 *** nwilcox has quit IRC
728 2015-11-09T17:56:12 *** CoinMuncher has left #bitcoin-dev
729 2015-11-09T17:57:30 *** lewellyn has quit IRC
730 2015-11-09T17:57:38 *** TheAwer has joined #bitcoin-dev
731 2015-11-09T17:57:55 *** romonster has quit IRC
732 2015-11-09T17:57:56 *** kgk has joined #bitcoin-dev
733 2015-11-09T17:58:08 *** missmogg has quit IRC
734 2015-11-09T17:58:23 *** neozaru has joined #bitcoin-dev
735 2015-11-09T18:00:12 *** spinza has quit IRC
736 2015-11-09T18:02:15 *** kgk has quit IRC
737 2015-11-09T18:04:22 *** GAit has joined #bitcoin-dev
738 2015-11-09T18:06:01 *** matsjj has quit IRC
739 2015-11-09T18:07:06 *** BashCo has joined #bitcoin-dev
740 2015-11-09T18:09:06 *** mjerr has quit IRC
741 2015-11-09T18:10:08 *** spinza has joined #bitcoin-dev
742 2015-11-09T18:11:02 *** rubensayshi has quit IRC
743 2015-11-09T18:14:13 *** graingert has quit IRC
744 2015-11-09T18:18:34 *** roxtrongo has joined #bitcoin-dev
745 2015-11-09T18:19:23 <harding> Luke-Jr: cool. I'll update my open PR. Thanks!
746 2015-11-09T18:20:13 <jtoomim> is there anyone here working on the v4 testnet fork?
747 2015-11-09T18:20:34 *** GAit has quit IRC
748 2015-11-09T18:20:58 *** GAit has joined #bitcoin-dev
749 2015-11-09T18:21:53 *** zooko has quit IRC
750 2015-11-09T18:23:02 *** Guest64341 has quit IRC
751 2015-11-09T18:23:11 *** zooko has joined #bitcoin-dev
752 2015-11-09T18:23:30 *** roxtrongo has quit IRC
753 2015-11-09T18:23:35 *** grs has joined #bitcoin-dev
754 2015-11-09T18:23:58 *** grs is now known as Guest98914
755 2015-11-09T18:27:55 *** Guest98914 has quit IRC
756 2015-11-09T18:30:06 *** brson has quit IRC
757 2015-11-09T18:33:41 *** brson has joined #bitcoin-dev
758 2015-11-09T18:35:30 *** pepesza has joined #bitcoin-dev
759 2015-11-09T18:37:55 *** BashCo has quit IRC
760 2015-11-09T18:38:20 *** BashCo has joined #bitcoin-dev
761 2015-11-09T18:48:28 <btcdrak> jtoomim have you generated a >1MB block yet?
762 2015-11-09T18:48:40 <jtoomim> yes, a few
763 2015-11-09T18:48:58 <jtoomim> we made one, went on for about 8 blocks, then i shut off the hashpower and went back to core
764 2015-11-09T18:49:03 <jtoomim> let it reorg
765 2015-11-09T18:49:14 <jtoomim> crashed a few block explorers during the reorg
766 2015-11-09T18:49:17 <btcdrak> ok so there are two chains now then. Will take a while for the original chain to adjust diff I suppose :-P
767 2015-11-09T18:49:25 <jtoomim> and then switched back to bip101
768 2015-11-09T18:49:35 <jtoomim> uh, it's testnet
769 2015-11-09T18:49:38 <jtoomim> it takes 20 minutes
770 2015-11-09T18:49:56 <jtoomim> http://23.253.174.52/xttestnetblocks.html
771 2015-11-09T18:50:10 <jtoomim> someone hacked that together, don't know who
772 2015-11-09T18:50:30 <jtoomim> the first big block isn't shown there because of the reorg
773 2015-11-09T18:58:31 *** grs has joined #bitcoin-dev
774 2015-11-09T18:58:54 *** grs is now known as Guest65080
775 2015-11-09T18:59:07 *** pepesza has quit IRC
776 2015-11-09T18:59:10 *** zooko has quit IRC
777 2015-11-09T18:59:24 *** mrkent has joined #bitcoin-dev
778 2015-11-09T18:59:45 *** pepesza has joined #bitcoin-dev
779 2015-11-09T19:00:15 *** matsjj has joined #bitcoin-dev
780 2015-11-09T19:04:18 *** TZander has joined #bitcoin-dev
781 2015-11-09T19:04:59 *** erasmospunk has joined #bitcoin-dev
782 2015-11-09T19:05:43 *** TZander has left #bitcoin-dev
783 2015-11-09T19:05:43 *** CheckDavid has joined #bitcoin-dev
784 2015-11-09T19:07:32 *** atgreen has quit IRC
785 2015-11-09T19:11:37 *** gribble has quit IRC
786 2015-11-09T19:13:48 *** fireduck has quit IRC
787 2015-11-09T19:15:11 <jgarzik> 2015-11-09 19:14:37 Rescanning last 263999 blocks (from block 318269)...
788 2015-11-09T19:15:20 <jgarzik> I <heart> testnet + Bitcoin Core :)
789 2015-11-09T19:15:36 * jgarzik made the mistake of sync'ing, and then stopping at 99% sync'd
790 2015-11-09T19:22:00 *** TheAwer has quit IRC
791 2015-11-09T19:22:30 *** Yoghur114 has joined #bitcoin-dev
792 2015-11-09T19:25:42 *** gribble has joined #bitcoin-dev
793 2015-11-09T19:25:42 *** ChanServ sets mode: +o gribble
794 2015-11-09T19:27:39 *** brson has quit IRC
795 2015-11-09T19:31:34 *** graingert has joined #bitcoin-dev
796 2015-11-09T19:31:34 *** damethos has quit IRC
797 2015-11-09T19:32:52 *** btc_panhandler has quit IRC
798 2015-11-09T19:37:11 *** skyraider has joined #bitcoin-dev
799 2015-11-09T19:37:44 *** aschildbach has quit IRC
800 2015-11-09T19:40:22 *** romonster has joined #bitcoin-dev
801 2015-11-09T19:42:37 *** matsjj has quit IRC
802 2015-11-09T19:42:40 *** wraithm has joined #bitcoin-dev
803 2015-11-09T19:44:39 *** romonster has quit IRC
804 2015-11-09T19:47:45 *** lewellyn has joined #bitcoin-dev
805 2015-11-09T19:49:38 *** B0g4r7 has quit IRC
806 2015-11-09T19:52:50 *** lewellyn has quit IRC
807 2015-11-09T19:55:01 *** Tilax has joined #bitcoin-dev
808 2015-11-09T19:59:17 *** kgk has joined #bitcoin-dev
809 2015-11-09T20:02:18 *** pepesza has quit IRC
810 2015-11-09T20:03:11 *** pepesza has joined #bitcoin-dev
811 2015-11-09T20:03:26 *** kgk has quit IRC
812 2015-11-09T20:03:41 *** btc_panhandler has joined #bitcoin-dev
813 2015-11-09T20:07:03 *** AaronvanW has quit IRC
814 2015-11-09T20:10:43 *** agricocb1 has joined #bitcoin-dev
815 2015-11-09T20:11:10 *** agricocb has quit IRC
816 2015-11-09T20:12:39 *** zooko has joined #bitcoin-dev
817 2015-11-09T20:16:06 *** brson has joined #bitcoin-dev
818 2015-11-09T20:18:54 *** tulip has joined #bitcoin-dev
819 2015-11-09T20:22:29 *** Klumben has quit IRC
820 2015-11-09T20:26:23 <erasmospunk> Trying to debug this signature 308500000000450221009802e19f86a3d348218a180599cd4488da687c250b850788b43427d277e4981002202a52418c497dd9ba9e5b97f1cb4de8b683e2ad9efe9f95f763022b23d2c5ee4e01
821 2015-11-09T20:28:34 *** nowan has quit IRC
822 2015-11-09T20:28:36 <erasmospunk> if I am not mistaken the length is decoded as 0x85 & 0x7f == 0x05
823 2015-11-09T20:29:01 <erasmospunk> is a length of 5 valid?
824 2015-11-09T20:29:31 <erasmospunk> as a DER signature
825 2015-11-09T20:29:32 *** TheAwer has joined #bitcoin-dev
826 2015-11-09T20:30:29 <erasmospunk> it fails with bitcoinj
827 2015-11-09T20:31:09 <tulip> where did you encounter it?
828 2015-11-09T20:31:14 <erasmospunk> actually the error is in bouncycastle
829 2015-11-09T20:32:26 *** damethos has joined #bitcoin-dev
830 2015-11-09T20:32:49 *** JohnKenney has quit IRC
831 2015-11-09T20:32:49 *** nowan has joined #bitcoin-dev
832 2015-11-09T20:32:53 *** zooko has quit IRC
833 2015-11-09T20:33:02 <erasmospunk> tulip: this sig? On the peercoin chain that forked because of it
834 2015-11-09T20:33:27 <erasmospunk> I am not a peercoin dev but got curious
835 2015-11-09T20:35:06 *** lnostdal_ has quit IRC
836 2015-11-09T20:41:39 <tulip> erasmospunk: it's a BER signature, not DER, so it would be invalid in the Bitcoin block chain. 0x45 == 69 which is the correct length of the two integers, it's just encoded a bit weirdly that's all.
837 2015-11-09T20:42:25 <erasmospunk> thanks tulip, you pointed me to the right direction :)
838 2015-11-09T20:43:14 *** matsjj has joined #bitcoin-dev
839 2015-11-09T20:43:27 *** Tilax has quit IRC
840 2015-11-09T20:43:35 *** chmod755 has quit IRC
841 2015-11-09T20:47:10 <tulip> erasmospunk: ASN.1 is a pretty poor choice for ECDSA signatures, ideally they should have been just two 256 bit integers and nothing more. here the integers are signed, for example, which is utterly pointless.
842 2015-11-09T20:47:39 *** matsjj has quit IRC
843 2015-11-09T20:48:02 <erasmospunk> is this related to BIP66?
844 2015-11-09T20:48:12 *** ratbaneb_ has joined #bitcoin-dev
845 2015-11-09T20:48:34 <erasmospunk> I remember there was an issue with OpenSSL's signatures
846 2015-11-09T20:49:05 *** Eliel_ is now known as Eliel
847 2015-11-09T20:50:39 *** ratbanebo has quit IRC
848 2015-11-09T20:55:21 *** nwilcox has joined #bitcoin-dev
849 2015-11-09T20:57:21 *** romonster has joined #bitcoin-dev
850 2015-11-09T20:57:23 *** lewellyn has joined #bitcoin-dev
851 2015-11-09T20:57:58 *** missmogg has joined #bitcoin-dev
852 2015-11-09T21:00:06 *** AaronvanW has joined #bitcoin-dev
853 2015-11-09T21:00:21 *** TheAwer has quit IRC
854 2015-11-09T21:03:10 *** missmogg has quit IRC
855 2015-11-09T21:03:14 *** romonster has quit IRC
856 2015-11-09T21:03:14 *** lewellyn has quit IRC
857 2015-11-09T21:03:14 *** pepesza has quit IRC
858 2015-11-09T21:03:15 *** evoskuil has quit IRC
859 2015-11-09T21:03:41 *** pepesza has joined #bitcoin-dev
860 2015-11-09T21:09:35 *** evoskuil has joined #bitcoin-dev
861 2015-11-09T21:09:48 *** roxtrongo has joined #bitcoin-dev
862 2015-11-09T21:11:21 *** paveljanik has quit IRC
863 2015-11-09T21:12:36 *** snthsnth has joined #bitcoin-dev
864 2015-11-09T21:16:38 *** Klumben has joined #bitcoin-dev
865 2015-11-09T21:20:31 *** Emzy_ has joined #bitcoin-dev
866 2015-11-09T21:21:18 *** zooko has joined #bitcoin-dev
867 2015-11-09T21:21:26 *** rodkeys has joined #bitcoin-dev
868 2015-11-09T21:22:40 *** damethos has quit IRC
869 2015-11-09T21:24:52 *** damethos has joined #bitcoin-dev
870 2015-11-09T21:31:48 *** erasmospunk has quit IRC
871 2015-11-09T21:32:06 *** zooko has quit IRC
872 2015-11-09T21:35:08 *** ParadoxSpiral_ has quit IRC
873 2015-11-09T21:39:06 *** AaronvanW has quit IRC
874 2015-11-09T21:39:18 <jgarzik> w00t. finally got a build of bitcoind going on OSX native here locally. Way too much time fighting with homebrew.
875 2015-11-09T21:39:34 <jgarzik> Linux dev environment - so much nicer
876 2015-11-09T21:39:53 <tulip> where did you run into trouble?
877 2015-11-09T21:40:32 *** wraithm has quit IRC
878 2015-11-09T21:41:20 <jgarzik> tulip, homebrew and I disagree with how programs should be installed
879 2015-11-09T21:41:34 * jgarzik refuses to chown any /usr/local/ to his own user account
880 2015-11-09T21:43:04 *** mpmcsweeney has joined #bitcoin-dev
881 2015-11-09T21:44:06 *** mpmcsweeney has quit IRC
882 2015-11-09T21:45:07 <bsm1175321> Join us tomorrow in NYC for BitDevs, presentations by Peter Todd - The good, bad, and ugly of proof-of-work, and Joseph Poon & Thaddeus Dryja - Lightning Network http://www.meetup.com/BitDevsNYC/events/226351844/
883 2015-11-09T21:45:12 *** ValicekB has joined #bitcoin-dev
884 2015-11-09T21:52:03 <jgarzik> Cool. I'm in NYC this week.
885 2015-11-09T21:52:35 *** hamdi369 has joined #bitcoin-dev
886 2015-11-09T21:52:46 <hamdi369> Hi
887 2015-11-09T21:54:32 <hamdi369> I have a remote VPS UBUNTU server running bitcoind deamon, with appache and php5... how could I now make request via URL ?
888 2015-11-09T21:56:26 *** hamdi369 has quit IRC
889 2015-11-09T21:57:22 <morcos> jgarzik: sdaftuar and i will be there as well
890 2015-11-09T21:58:27 *** jgarzik has quit IRC
891 2015-11-09T22:00:08 *** snthsnth has quit IRC
892 2015-11-09T22:03:16 *** romonster has joined #bitcoin-dev
893 2015-11-09T22:03:16 *** lewellyn has joined #bitcoin-dev
894 2015-11-09T22:03:33 *** dcousens has joined #bitcoin-dev
895 2015-11-09T22:04:12 *** missmogg has joined #bitcoin-dev
896 2015-11-09T22:04:46 *** rodkeys has quit IRC
897 2015-11-09T22:05:25 *** hashtag has joined #bitcoin-dev
898 2015-11-09T22:07:25 *** neozaru has quit IRC
899 2015-11-09T22:08:10 *** Dizzle has quit IRC
900 2015-11-09T22:08:26 *** rodkeys has joined #bitcoin-dev
901 2015-11-09T22:08:48 *** kgk has joined #bitcoin-dev
902 2015-11-09T22:10:20 *** metalcamp has quit IRC
903 2015-11-09T22:11:32 *** malte- is now known as malte
904 2015-11-09T22:13:17 *** AaronvanW has joined #bitcoin-dev
905 2015-11-09T22:13:54 *** won9 has joined #bitcoin-dev
906 2015-11-09T22:20:10 *** erasmospunk has joined #bitcoin-dev
907 2015-11-09T22:25:17 *** tantalum has quit IRC
908 2015-11-09T22:27:29 *** zooko has joined #bitcoin-dev
909 2015-11-09T22:35:55 <lclc> what are the rules used in Bitcoin Core to pick the UTXOs for a new transactions? oldest coins first?
910 2015-11-09T22:36:01 *** zooko` has joined #bitcoin-dev
911 2015-11-09T22:37:10 *** zooko has quit IRC
912 2015-11-09T22:38:48 *** StephenM347 has quit IRC
913 2015-11-09T22:42:24 *** davec has quit IRC
914 2015-11-09T22:42:54 *** devrandom has quit IRC
915 2015-11-09T22:43:03 *** devrandom has joined #bitcoin-dev
916 2015-11-09T22:43:12 *** zooko` is now known as zooko
917 2015-11-09T22:43:20 *** develCuy has quit IRC
918 2015-11-09T22:43:36 *** develCuy has joined #bitcoin-dev
919 2015-11-09T22:48:00 *** davec has joined #bitcoin-dev
920 2015-11-09T22:48:38 *** ThomasV has joined #bitcoin-dev
921 2015-11-09T22:50:24 *** sinetek has joined #bitcoin-dev
922 2015-11-09T22:57:01 *** Lightsword has quit IRC
923 2015-11-09T22:57:27 *** Lightsword has joined #bitcoin-dev
924 2015-11-09T22:58:25 *** dixson3 has quit IRC
925 2015-11-09T23:04:26 *** cryptapus_ has joined #bitcoin-dev
926 2015-11-09T23:08:09 *** GAit has quit IRC
927 2015-11-09T23:09:42 *** cryptapus_ has quit IRC
928 2015-11-09T23:09:42 *** pepesza has quit IRC
929 2015-11-09T23:10:50 *** erasmospunk has quit IRC
930 2015-11-09T23:10:56 *** pepesza has joined #bitcoin-dev
931 2015-11-09T23:12:28 *** erasmospunk has joined #bitcoin-dev
932 2015-11-09T23:16:05 *** neilf has joined #bitcoin-dev
933 2015-11-09T23:17:11 *** rodkeys has quit IRC
934 2015-11-09T23:17:48 *** AaronvanW has quit IRC
935 2015-11-09T23:18:26 *** Guyver2 has quit IRC
936 2015-11-09T23:21:02 *** pepesza has quit IRC
937 2015-11-09T23:22:46 *** ThomasV has quit IRC
938 2015-11-09T23:28:34 *** ratbanebo has joined #bitcoin-dev
939 2015-11-09T23:29:26 *** ratbaneb_ has quit IRC
940 2015-11-09T23:33:49 *** damethos has quit IRC
941 2015-11-09T23:33:51 *** neilf has quit IRC
942 2015-11-09T23:39:41 *** GAit has joined #bitcoin-dev
943 2015-11-09T23:39:51 *** Newyorkadam has joined #bitcoin-dev
944 2015-11-09T23:40:08 *** neilf has joined #bitcoin-dev
945 2015-11-09T23:41:06 *** GAit has quit IRC
946 2015-11-09T23:41:58 *** GAit has joined #bitcoin-dev
947 2015-11-09T23:43:11 *** atgreen has joined #bitcoin-dev
948 2015-11-09T23:43:51 *** benrcole has joined #bitcoin-dev
949 2015-11-09T23:50:07 *** h3xc0d3r has joined #bitcoin-dev
950 2015-11-09T23:50:09 *** JohnKenney has joined #bitcoin-dev
951 2015-11-09T23:50:29 *** GAit has quit IRC
952 2015-11-09T23:51:04 *** Newyorkadam has quit IRC
953 2015-11-09T23:54:23 *** btc_panhandler has quit IRC
954 2015-11-09T23:54:54 *** ratbanebo has quit IRC
955 2015-11-09T23:55:30 *** c-cex-yuriy has quit IRC
956 2015-11-09T23:55:48 *** ratbanebo has joined #bitcoin-dev
957 2015-11-09T23:56:27 *** sdfgsdfg has joined #bitcoin-dev
958 2015-11-09T23:57:09 *** Newyorkadam has joined #bitcoin-dev