1 2016-01-05T00:00:29  *** CubicEarth has joined #bitcoin-dev
  2 2016-01-05T00:01:50  *** tjader has quit IRC
  3 2016-01-05T00:06:34  *** tjader has joined #bitcoin-dev
  4 2016-01-05T00:09:15  *** AtnevRed has joined #bitcoin-dev
  5 2016-01-05T00:09:19  *** haltingstate has quit IRC
  6 2016-01-05T00:10:43  *** sanders_ has quit IRC
  7 2016-01-05T00:11:44  *** c-cex-yuriy has joined #bitcoin-dev
  8 2016-01-05T00:14:07  *** AtnevRed has quit IRC
  9 2016-01-05T00:19:27  *** jcorgan|torture is now known as jcorgan
 10 2016-01-05T00:23:00  *** agricocb has quit IRC
 11 2016-01-05T00:25:38  *** Palsson has joined #bitcoin-dev
 12 2016-01-05T00:31:16  *** astj has joined #bitcoin-dev
 13 2016-01-05T00:31:25  *** brg444 has joined #bitcoin-dev
 14 2016-01-05T00:40:40  *** AaronvanW has quit IRC
 15 2016-01-05T00:44:08  *** metalcamp has quit IRC
 16 2016-01-05T00:59:51  *** wraithm has quit IRC
 17 2016-01-05T01:00:37  <rusty> Hmm, can anyone shed light for me on the claim that due to the minrelay increase "The core wallet itself issued double spends using inputs from  semi-propagated tx’s that never confirmed due to the min realy fee  increase. It was an issue for all wallets."
 18 2016-01-05T01:01:51  <rusty> I was under the impression that the core wallet would not, by default, produce a tx lowfee enough to hit a 5000 satoshi relay limit.
 19 2016-01-05T01:02:15  <sipa> and if it did, it would not get relayed at all
 20 2016-01-05T01:02:22  <sipa> i think
 21 2016-01-05T01:02:30  <pigeons> where is that claim from? it won't spend unconfirmed inputs either unless 1) they are yours and 2) you specifically change the default
 22 2016-01-05T01:03:31  *** Palsson has quit IRC
 23 2016-01-05T01:03:36  <rusty> pigeons: conspiracy theorist commenting on my blog post http://rusty.ozlabs.org/?p=573
 24 2016-01-05T01:04:34  *** Ylbam has quit IRC
 25 2016-01-05T01:07:49  *** Ahmed90 has quit IRC
 26 2016-01-05T01:09:04  *** astj has quit IRC
 27 2016-01-05T01:09:19  *** CheckDavid has quit IRC
 28 2016-01-05T01:11:48  <Luke-Jr> sounds pretty bogus to me
 29 2016-01-05T01:12:07  <Luke-Jr> the only time Core has ever issued double spends was due to a bug in master, but that was never in any release
 30 2016-01-05T01:12:48  <sipa> indeed, master before 0.12 did for a while
 31 2016-01-05T01:13:33  *** justice has joined #bitcoin-dev
 32 2016-01-05T01:15:46  *** mrkent_ has joined #bitcoin-dev
 33 2016-01-05T01:18:39  *** mrkent has quit IRC
 34 2016-01-05T01:19:00  *** chjj has quit IRC
 35 2016-01-05T01:27:04  *** CheckDavid has joined #bitcoin-dev
 36 2016-01-05T01:32:32  *** jtimon has quit IRC
 37 2016-01-05T01:33:00  *** chjj has joined #bitcoin-dev
 38 2016-01-05T01:34:14  *** CubicEarth has quit IRC
 39 2016-01-05T01:34:50  *** CubicEarth has joined #bitcoin-dev
 40 2016-01-05T01:42:49  *** afk11 has joined #bitcoin-dev
 41 2016-01-05T01:43:41  *** CubicEarth has quit IRC
 42 2016-01-05T01:43:53  *** CubicEarth has joined #bitcoin-dev
 43 2016-01-05T01:49:18  *** afk11 has quit IRC
 44 2016-01-05T01:49:25  *** IAmNotDorian has joined #bitcoin-dev
 45 2016-01-05T01:49:26  *** IAmNotDorian has joined #bitcoin-dev
 46 2016-01-05T01:54:04  *** CubicEarth has quit IRC
 47 2016-01-05T01:54:57  *** CubicEarth has joined #bitcoin-dev
 48 2016-01-05T01:57:53  *** CubicEarth has quit IRC
 49 2016-01-05T01:58:09  *** CubicEarth has joined #bitcoin-dev
 50 2016-01-05T02:02:56  *** bi_fa_fu has joined #bitcoin-dev
 51 2016-01-05T02:06:20  *** jarkinox has joined #bitcoin-dev
 52 2016-01-05T02:10:00  *** AtnevRed has joined #bitcoin-dev
 53 2016-01-05T02:14:00  <morcos> rusty: by default core might produce a tx with a very low fee rate for sure
 54 2016-01-05T02:14:29  <morcos> The GUI defaults to estimatefee 25, which for a long period of time was returning a feerate of 1000 sat/kB
 55 2016-01-05T02:14:59  *** AtnevRed has quit IRC
 56 2016-01-05T02:15:49  <morcos> Also rather annoyingly if it couldn't get an estimate for 1 confirmation then it would default to the minimum fee rate.
 57 2016-01-05T02:16:13  *** afk11 has joined #bitcoin-dev
 58 2016-01-05T02:16:18  <morcos> For 0.12 it is more conservative on the rate it returs and the only time it'll default to a low rate is if there just isn't enough data at all to give any estimate
 59 2016-01-05T02:16:41  <morcos> Perhaps it would make sense to default to a different number other than the relay minimum in that case though
 60 2016-01-05T02:17:35  <rusty> morcos: interesting... well, min fee rate was still 10,000, but using a feerate of 1000 if more than half the nodes won't relay it sounds like a trainwreck.
 61 2016-01-05T02:18:33  *** bi_fa_fu has quit IRC
 62 2016-01-05T02:18:50  <rusty> morcos: I'm not sure how fast the increase to 5000 spread (the advice was to adjust manually IIRC), but it seems that core could have easily had stuck transactions.
 63 2016-01-05T02:19:38  <morcos> ok, so i just looked at the code, and it looks to me like there is a separate default min feerate, but right now that is 1000 sat/kb
 64 2016-01-05T02:19:55  *** GGuyZ_ has joined #bitcoin-dev
 65 2016-01-05T02:19:56  *** GGuyZ has quit IRC
 66 2016-01-05T02:19:56  *** GGuyZ_ is now known as GGuyZ
 67 2016-01-05T02:20:27  <morcos> core could definitely have had stuck txs...  and will still have that possibility in the future, although we should do all we can to lessen the liklihood
 68 2016-01-05T02:20:56  <morcos> if one of us is willing to risk wumpus ostracizing us, we could suggest changing DEFAULT_TRANSACTION_MINFEE
 69 2016-01-05T02:21:11  <rusty> morcos: hmm, do we have any idea how many nodes will propagate 1000 sat fees?
 70 2016-01-05T02:21:23  <morcos> in 0.12 the relay minimum is back to 1000
 71 2016-01-05T02:21:25  <morcos> btw
 72 2016-01-05T02:21:43  <rusty> morcos: interesting, so it was really a transitory issue.
 73 2016-01-05T02:21:58  <morcos> so if you have a fee estimate you can go below the default min tx fee, but you can not go below the default min relay fee regardless of whether you have an estimate
 74 2016-01-05T02:22:31  <morcos> but the default min tx fee serves as what you pay if your estimates aren't working
 75 2016-01-05T02:23:24  <morcos> rusty: no not necessarily .  the issue doesn't go away b/c the hard coded relay min is 1000, b/c there can be an effectively higher required rate to relay based on full mempools
 76 2016-01-05T02:24:06  <morcos> when are you saying min fee rate was 10,000, and which rate are you talking about?
 77 2016-01-05T02:25:00  * rusty digs into the sources too....
 78 2016-01-05T02:25:47  <sipa> rusty: the raise to 5000 is only in 0.11.2 as a temporary measure to reduce mempools exploding
 79 2016-01-05T02:26:18  <sipa> rusty: 0.12 has 1000 again, though the effective relay fee rate is there determined by mempool evictions
 80 2016-01-05T02:26:24  <morcos> sipa: i thikn rusty has a point though, the fall back to 1000 doesn't make sense.
 81 2016-01-05T02:26:26  <rusty> sipa: ... combined with the advice to increase manually, the claim is that it's causing the "stuck txs" people are complaining about.
 82 2016-01-05T02:27:12  <rusty> aj: have you shared your graphs yet, mind if I do?
 83 2016-01-05T02:27:55  <morcos> given that we only fall back if we don't have estiamtes, its fine if the fall back is a bit too high a fee on average...  we can always pay less than that with estimates
 84 2016-01-05T02:28:18  *** DigiByteDev has joined #bitcoin-dev
 85 2016-01-05T02:32:23  <rusty> morcos: sorry, the 10k number came from the default behaviour of other wallets, AFAICT.  It's the most common fee level, looking at the blockchain.
 86 2016-01-05T02:34:07  *** ThomasV has quit IRC
 87 2016-01-05T02:34:39  <morcos> rusty: you are talking not about a feerate but a fee right.  from what i remember it used to be the case that a fee of 10k sat was very common which typicall led to a fee rate around 44000 sat/KB
 88 2016-01-05T02:35:37  <rusty> morcos: both cases: I can get numbers if you want. Things like trezor do 10k fee *fixed*.
 89 2016-01-05T02:36:02  <morcos> thats ok, i've seen enough fee numbers for one lifetime
 90 2016-01-05T02:41:26  <rusty> morcos: the lack of transparency as to what's actually happening is pretty horrifying :(  I know that the 5000 bump was kind of an emergency fix, but it's not clear how many wallets may be effected.
 91 2016-01-05T02:41:57  <morcos> rusty: not following exactly what you mean
 92 2016-01-05T02:42:15  <morcos> i think the problem is that Core like every other wallet wasn't super prepared to handle a fee market
 93 2016-01-05T02:42:36  <morcos> so several improvements are in place for 0.12
 94 2016-01-05T02:43:00  <morcos> but the bump to 5000 didn't really have that bad effect i think you're imagining
 95 2016-01-05T02:43:09  <rusty> morcos: it's worse than that, I think.  Even with fee estimation, which was supposed to fix fee issues, you can go below the 5000 satoshi relay floor.
 96 2016-01-05T02:43:15  <rusty> morcos: how would we know?
 97 2016-01-05T02:43:52  <morcos> rusty: the badness was there b/c we all of a sudden started being in a position where fees mattered, b/c there were more txs than block space
 98 2016-01-05T02:44:10  <morcos> fee estimation was just v0.1 of how to handle that
 99 2016-01-05T02:44:17  <morcos> now its maybe at v0.2
100 2016-01-05T02:44:17  <gijensen> I sent a TX with 2000 sat/KB about a month ago and it confirmed in about 18 hours IIRC. Not so bad IMO
101 2016-01-05T02:44:55  <morcos> so if your own node had a min relay fee of 5000 sat per kb then you would not ever send a tx with a lower feerate
102 2016-01-05T02:45:08  <rusty> morcos: sure, but the last one to upgrade loses, right?
103 2016-01-05T02:45:09  <morcos> however if your own node still had a 1000 sat per kb feerate then sure you might
104 2016-01-05T02:45:36  <morcos> but to the extent fee esitmation is working, its not going to give you an answer less than that, b/c those txs are clearly not getting included in blocks if no one is relaying them
105 2016-01-05T02:45:42  <morcos> now fee estimation is far from perfect
106 2016-01-05T02:46:07  <morcos> and thats one of the areas in which it is particularly bad, it takes a while to recognize that something that used to be getting confirmed is now no longer
107 2016-01-05T02:46:18  <morcos> but this is an evolution
108 2016-01-05T02:46:29  <morcos> and jeez, it sure would help if people would review this stuff
109 2016-01-05T02:46:33  <rusty> morcos: sure, but what if your 8 connections are all insisiting on 5000, but there are others which aren;t?  Estimation will fail you htere.
110 2016-01-05T02:47:11  <morcos> rusty: no, b/c your fee estimation will stop seeing <5000 feerate txs and eventually stop saying those are good enough
111 2016-01-05T02:47:14  *** CubicEarth has quit IRC
112 2016-01-05T02:47:19  <morcos> if you don't see it in your mempool its not a data point
113 2016-01-05T02:47:28  <morcos> you dont' care about txs in blocks that you didn't see
114 2016-01-05T02:47:33  <rusty> morcos: even if it's in blocks?  Interesting....
115 2016-01-05T02:47:47  *** CubicEarth has joined #bitcoin-dev
116 2016-01-05T02:47:49  <morcos> i had v0.2 of fee estimation written 6 months ago and no one reviewed it
117 2016-01-05T02:48:01  <morcos> v0.3 also written, but i never even bothered with a PR
118 2016-01-05T02:48:11  <sipa> rusty: see it this way: miners choose which transactions to include, and may be payed through various means
119 2016-01-05T02:48:22  <morcos> sipa: HA!
120 2016-01-05T02:48:25  <morcos> thats not helpful
121 2016-01-05T02:48:36  <morcos> that screws up fee esitmation even more, bc you may have seen those txs
122 2016-01-05T02:48:46  <sipa> rusty: the p2p network, the mempool, and tx fees together form one means of distributing transactions
123 2016-01-05T02:48:57  <sipa> and fee estimation only applies to thay
124 2016-01-05T02:49:28  <rusty> sipa: Or, see it this way: user spends bitcoin, it doesn't work, doesn't know why.
125 2016-01-05T02:49:29  <sipa> so anything that wasn't in the mempool before confirmationz from your point of view, was distributed through another means
126 2016-01-05T02:50:10  *** brson has quit IRC
127 2016-01-05T02:50:11  <rusty> sipa: yes, that makes some degree of sense.
128 2016-01-05T02:50:17  <sipa> rusty: i'm aware that's a problem; i'm not talking about that - just explaining why txn not seen in the mempool are not estimation data points
129 2016-01-05T02:50:25  <morcos> rusty: for sure, its not perfect at all.  And you raise a great point that we need increase the default minimum.  (And turns out that breaks some other UI stuff, b/c its not really clear what that number is supposed to be for)
130 2016-01-05T02:50:37  *** Yoghur114 has quit IRC
131 2016-01-05T02:50:42  <morcos> Damn priority is making things complicated again, so its not trivial to just raise it without confusing people
132 2016-01-05T02:50:58  <rusty> sipa: one might argue for the minimum of the two estima.  You might be seeing a crapload of spam, which miners are ignoring.  But maybe it already does that, I should read the code :)
133 2016-01-05T02:51:08  *** CubicEarth has quit IRC
134 2016-01-05T02:51:15  <morcos> sipa: they are also not estimation data points b/c you don't know how long it took them to make it into a block
135 2016-01-05T02:51:23  *** CubicEarth has joined #bitcoin-dev
136 2016-01-05T02:51:30  <morcos> rusty: maximum
137 2016-01-05T02:51:48  <rusty> morcos: .... err, yeah.
138 2016-01-05T02:51:50  <sipa> morcos: right
139 2016-01-05T02:52:10  <dgenr8> morcos: why did you write those features?  wasn't there somebody who wanted them who would review them?
140 2016-01-05T02:52:27  <morcos> the clear improvement that needs to happen now is to see how many blocks deep the tx would be just based on your mempool, and use that as another lower/upper/whatever bound
141 2016-01-05T02:52:53  <morcos> dgenr8: like all of bitcoin development, everybody wants it and about a dozen people are wiling to review it
142 2016-01-05T02:53:10  <dgenr8> they must not want it that much if they won't try it
143 2016-01-05T02:53:36  <rusty> On a slightly-related note, is full-RBF privacy compromising if you use it naively to just bump the fee?  So either you need to ask the vendor for a new address, or add another input and output?
144 2016-01-05T02:54:23  <morcos> privacy compromising b/c it gives away which is your change?
145 2016-01-05T02:55:18  <rusty> morcos: yeah... seems like you you need to use if in FSS mode, or get a new address.
146 2016-01-05T02:56:32  *** Dr-G2 has joined #bitcoin-dev
147 2016-01-05T02:56:32  *** Dr-G has quit IRC
148 2016-01-05T02:57:15  *** tawar has quit IRC
149 2016-01-05T03:01:14  *** tjader has quit IRC
150 2016-01-05T03:05:48  *** tjader has joined #bitcoin-dev
151 2016-01-05T03:18:01  *** afk11 has quit IRC
152 2016-01-05T03:18:16  *** doppo has quit IRC
153 2016-01-05T03:18:17  *** darvon has quit IRC
154 2016-01-05T03:25:09  *** DougieBot5000 has joined #bitcoin-dev
155 2016-01-05T03:30:06  *** Chris_Stewart_5 has quit IRC
156 2016-01-05T03:31:24  *** IAmNotDorian has quit IRC
157 2016-01-05T03:32:49  *** p15 has joined #bitcoin-dev
158 2016-01-05T03:38:38  *** CubicEarth has quit IRC
159 2016-01-05T03:40:52  *** CubicEar_ has joined #bitcoin-dev
160 2016-01-05T03:42:26  *** GGuyZ has quit IRC
161 2016-01-05T03:44:34  *** Cory has quit IRC
162 2016-01-05T03:44:41  *** Pasha has joined #bitcoin-dev
163 2016-01-05T03:53:43  *** Pasha is now known as Cory
164 2016-01-05T03:55:00  *** Subo1977 has joined #bitcoin-dev
165 2016-01-05T03:56:28  *** Raccoon has quit IRC
166 2016-01-05T03:56:43  *** Delta_ has quit IRC
167 2016-01-05T04:10:15  *** xss has quit IRC
168 2016-01-05T04:11:07  *** AtnevRed has joined #bitcoin-dev
169 2016-01-05T04:15:23  *** AtnevRed has quit IRC
170 2016-01-05T04:21:10  *** mrkent_ has quit IRC
171 2016-01-05T04:21:48  *** DevSauce has joined #bitcoin-dev
172 2016-01-05T04:22:25  *** brg444 has quit IRC
173 2016-01-05T04:23:19  *** DevSauce has quit IRC
174 2016-01-05T04:25:38  *** DevSauce has joined #bitcoin-dev
175 2016-01-05T04:26:39  *** CubicEar_ has quit IRC
176 2016-01-05T04:26:43  *** DevSauce_ has joined #bitcoin-dev
177 2016-01-05T04:26:52  *** CubicEarth has joined #bitcoin-dev
178 2016-01-05T04:26:55  *** DevSauce_ has quit IRC
179 2016-01-05T04:28:10  *** TheSeven has quit IRC
180 2016-01-05T04:29:28  *** TheSeven has joined #bitcoin-dev
181 2016-01-05T04:30:06  *** jzk has joined #bitcoin-dev
182 2016-01-05T04:31:18  *** IAmNotDorian has joined #bitcoin-dev
183 2016-01-05T04:31:18  *** IAmNotDorian has joined #bitcoin-dev
184 2016-01-05T04:31:35  *** tjader has quit IRC
185 2016-01-05T04:31:52  *** Pasha has joined #bitcoin-dev
186 2016-01-05T04:32:10  *** Cory has quit IRC
187 2016-01-05T04:36:25  *** tjader has joined #bitcoin-dev
188 2016-01-05T04:36:29  *** mrkent has joined #bitcoin-dev
189 2016-01-05T04:38:26  *** mrkent has quit IRC
190 2016-01-05T04:40:54  *** Pasha is now known as Cory
191 2016-01-05T04:41:49  *** oneeman has quit IRC
192 2016-01-05T04:42:01  *** c-cex-yuriy has quit IRC
193 2016-01-05T04:45:27  *** DevSauce has quit IRC
194 2016-01-05T04:46:35  *** treaki__ has joined #bitcoin-dev
195 2016-01-05T04:51:08  *** treaki_ has quit IRC
196 2016-01-05T04:52:11  *** CubicEarth has quit IRC
197 2016-01-05T04:54:32  *** DevSauce has joined #bitcoin-dev
198 2016-01-05T05:00:03  *** dermoth has quit IRC
199 2016-01-05T05:00:29  *** dermoth has joined #bitcoin-dev
200 2016-01-05T05:10:38  *** Belxjander has quit IRC
201 2016-01-05T05:13:25  *** [2]evoskuil has joined #bitcoin-dev
202 2016-01-05T05:15:06  *** evoskuil has quit IRC
203 2016-01-05T05:15:06  *** [2]evoskuil is now known as evoskuil
204 2016-01-05T05:15:33  *** Belxjander has joined #bitcoin-dev
205 2016-01-05T05:16:45  *** jarkinox has quit IRC
206 2016-01-05T05:20:52  *** supasonic has quit IRC
207 2016-01-05T05:21:01  *** droark has joined #bitcoin-dev
208 2016-01-05T05:22:03  *** won9_ has joined #bitcoin-dev
209 2016-01-05T05:22:34  <rusty> aj: I'll wait then.  Your table on rates was actually more germane to the feeraate conversation though
210 2016-01-05T05:23:54  *** CubicEarth has joined #bitcoin-dev
211 2016-01-05T05:27:57  <aj> rusty: hmm, i dumped my mempool to disk when i shutdown bitcoind the other day to run bitcoin-iterate. looking at the dump file, i've got 16k transactions (~90%) that are between 10kB and 30kB in size (20kB/58kB in hex encoding). real txes? spam? a covert communications channel made up of txes that will never confirm?
212 2016-01-05T05:28:40  <rusty> aj: what's your minrelayfee?
213 2016-01-05T05:29:03  <sipa> aj: i remember seeing behaviour of growing average txn in the mempool, when testing eviction
214 2016-01-05T05:29:33  <sipa> aj: likely caused by more conplex transactions with many dependencies not being considered directly by miners
215 2016-01-05T05:29:44  <sipa> so the smaller txn get confirmed faster
216 2016-01-05T05:30:16  <aj> rusty: looks like i have it set at 100 satoshi (!)
217 2016-01-05T05:31:07  <rusty> aj: the network thanks you...
218 2016-01-05T05:31:16  *** won9_ has quit IRC
219 2016-01-05T05:31:18  <aj> rusty: does it though? :)
220 2016-01-05T05:32:15  <rusty> aj: sure, you can collect all the gratitude you deserve, via reddit!
221 2016-01-05T05:38:08  <aj> oh wow, it's someone trying to sweep up dust from july still
222 2016-01-05T05:40:46  *** arowser has quit IRC
223 2016-01-05T05:41:17  *** arowser has joined #bitcoin-dev
224 2016-01-05T05:42:13  *** agricocb has joined #bitcoin-dev
225 2016-01-05T05:43:38  *** CubicEarth has quit IRC
226 2016-01-05T05:49:18  *** CheckDavid has quit IRC
227 2016-01-05T05:51:12  <aj> and making a pretty good showing of it too... https://blockchain.info/address/135zDqhbNcmPk3gbyeJmH75yiLdVZechsK?sort=1&filter=2
228 2016-01-05T05:52:00  *** cryptopeddler has quit IRC
229 2016-01-05T05:53:29  *** cryptopeddler has joined #bitcoin-dev
230 2016-01-05T05:57:13  *** markus-k has joined #bitcoin-dev
231 2016-01-05T05:58:41  *** DigiByteDev has quit IRC
232 2016-01-05T06:01:10  *** Cheetachatter has joined #bitcoin-dev
233 2016-01-05T06:01:56  *** tjader has quit IRC
234 2016-01-05T06:02:21  *** won9 has quit IRC
235 2016-01-05T06:06:38  *** tjader has joined #bitcoin-dev
236 2016-01-05T06:09:29  *** markus-k has quit IRC
237 2016-01-05T06:09:46  *** DevSauce has quit IRC
238 2016-01-05T06:10:04  *** DevSauce has joined #bitcoin-dev
239 2016-01-05T06:18:20  *** Cheetachatter has quit IRC
240 2016-01-05T06:19:24  *** Belxjander has quit IRC
241 2016-01-05T06:20:20  *** p15_ has joined #bitcoin-dev
242 2016-01-05T06:20:47  *** Belxjander has joined #bitcoin-dev
243 2016-01-05T06:23:32  *** p15 has quit IRC
244 2016-01-05T06:27:38  *** Ylbam has joined #bitcoin-dev
245 2016-01-05T06:36:45  *** qie has joined #bitcoin-dev
246 2016-01-05T06:37:13  <qie> Hi ~
247 2016-01-05T06:40:05  *** DevSauce_ has joined #bitcoin-dev
248 2016-01-05T06:40:48  *** DevSauce has quit IRC
249 2016-01-05T06:41:12  *** Belxjander has quit IRC
250 2016-01-05T06:43:27  *** Giszmo has quit IRC
251 2016-01-05T06:43:45  *** qie has quit IRC
252 2016-01-05T06:49:48  *** Belxjander has joined #bitcoin-dev
253 2016-01-05T06:54:41  *** ThomasV has joined #bitcoin-dev
254 2016-01-05T06:59:02  *** xss has joined #bitcoin-dev
255 2016-01-05T06:59:11  *** Belxjander has quit IRC
256 2016-01-05T07:03:45  *** Belxjander has joined #bitcoin-dev
257 2016-01-05T07:06:30  *** markus-k has joined #bitcoin-dev
258 2016-01-05T07:11:29  *** rusty has quit IRC
259 2016-01-05T07:18:14  *** neozaru has joined #bitcoin-dev
260 2016-01-05T07:21:54  *** adam3us has quit IRC
261 2016-01-05T07:23:44  *** mrkent has joined #bitcoin-dev
262 2016-01-05T07:27:06  *** ThomasV has quit IRC
263 2016-01-05T07:32:17  *** tjader has quit IRC
264 2016-01-05T07:35:37  *** DevSauce_ is now known as DevSauce
265 2016-01-05T07:36:37  *** tjader has joined #bitcoin-dev
266 2016-01-05T07:38:50  *** Belxjander has quit IRC
267 2016-01-05T07:40:55  *** Belxjander has joined #bitcoin-dev
268 2016-01-05T07:45:56  *** Cory has quit IRC
269 2016-01-05T07:45:58  *** Pasha has joined #bitcoin-dev
270 2016-01-05T07:47:35  *** cyphase has joined #bitcoin-dev
271 2016-01-05T07:47:36  *** cyphase has joined #bitcoin-dev
272 2016-01-05T07:51:49  *** Palsson has joined #bitcoin-dev
273 2016-01-05T07:54:59  *** Palsson has quit IRC
274 2016-01-05T07:54:59  *** Pasha is now known as Cory
275 2016-01-05T07:55:46  *** p15_ has quit IRC
276 2016-01-05T07:55:57  *** Palsson has joined #bitcoin-dev
277 2016-01-05T08:03:42  *** CubicEarth has joined #bitcoin-dev
278 2016-01-05T08:04:17  *** DougieBot5000 has quit IRC
279 2016-01-05T08:04:35  *** Belxjander has quit IRC
280 2016-01-05T08:05:27  *** Belxjander has joined #bitcoin-dev
281 2016-01-05T08:05:53  *** p15 has joined #bitcoin-dev
282 2016-01-05T08:06:34  <aj> jl2012: first segwit-enabled-soft-forking script improvement! nice!
283 2016-01-05T08:07:07  <jl2012> aj, I'm just writing for sipa
284 2016-01-05T08:10:19  <aj> jl2012: it's still cool!
285 2016-01-05T08:12:26  *** AtnevRed has joined #bitcoin-dev
286 2016-01-05T08:12:38  <aj> jl2012: the segwit bip still doesn't seem to have a limit on segregated sigops, but i'm guessing that's just because the "Other consensus critical constraints" section isn't filled in yet?
287 2016-01-05T08:12:44  *** neozaru has quit IRC
288 2016-01-05T08:13:10  <jl2012> aj, yes, sipa is working on that
289 2016-01-05T08:13:17  *** ThomasV has joined #bitcoin-dev
290 2016-01-05T08:13:33  <jl2012> that section is reserved for these purposes
291 2016-01-05T08:14:24  *** Palsson has quit IRC
292 2016-01-05T08:15:15  *** xss has quit IRC
293 2016-01-05T08:17:35  *** AtnevRed has quit IRC
294 2016-01-05T08:20:22  *** sparetire_ has quit IRC
295 2016-01-05T08:22:47  *** adam3us has joined #bitcoin-dev
296 2016-01-05T08:23:58  *** damethos has joined #bitcoin-dev
297 2016-01-05T08:24:01  *** Alopex has quit IRC
298 2016-01-05T08:24:46  *** Alopex has joined #bitcoin-dev
299 2016-01-05T08:25:26  *** Belxjander has quit IRC
300 2016-01-05T08:28:51  *** Belxjander has joined #bitcoin-dev
301 2016-01-05T08:28:52  *** one_zero has joined #bitcoin-dev
302 2016-01-05T08:30:16  *** CubicEarth has quit IRC
303 2016-01-05T08:30:42  *** oleganza has joined #bitcoin-dev
304 2016-01-05T08:33:20  *** gielbier has quit IRC
305 2016-01-05T08:33:53  *** Grouver has joined #bitcoin-dev
306 2016-01-05T08:34:17  *** GAit has quit IRC
307 2016-01-05T08:35:25  *** damethos has quit IRC
308 2016-01-05T08:35:27  *** Palsson has joined #bitcoin-dev
309 2016-01-05T08:36:16  *** murch has joined #bitcoin-dev
310 2016-01-05T08:37:29  *** BashCo has quit IRC
311 2016-01-05T08:39:12  *** shesek has quit IRC
312 2016-01-05T08:40:01  *** CubicEarth has joined #bitcoin-dev
313 2016-01-05T08:43:29  *** CubicEarth has quit IRC
314 2016-01-05T08:45:31  *** treaki__ has quit IRC
315 2016-01-05T08:45:43  *** treaki has joined #bitcoin-dev
316 2016-01-05T08:48:19  *** paveljanik has quit IRC
317 2016-01-05T08:48:34  *** JackH has joined #bitcoin-dev
318 2016-01-05T08:53:08  *** shesek has joined #bitcoin-dev
319 2016-01-05T08:55:40  *** ThomasV has quit IRC
320 2016-01-05T08:56:51  *** BashCo has joined #bitcoin-dev
321 2016-01-05T08:57:07  *** LeMiner has quit IRC
322 2016-01-05T09:00:02  <btcdrak> aj: ping
323 2016-01-05T09:00:22  *** LeMiner has joined #bitcoin-dev
324 2016-01-05T09:00:23  *** LeMiner has joined #bitcoin-dev
325 2016-01-05T09:00:39  *** LeMiner has quit IRC
326 2016-01-05T09:00:42  * aj runs away and hides
327 2016-01-05T09:01:59  *** tjader has quit IRC
328 2016-01-05T09:03:28  *** LeMiner has joined #bitcoin-dev
329 2016-01-05T09:03:29  *** LeMiner has joined #bitcoin-dev
330 2016-01-05T09:06:15  *** Belxjander has quit IRC
331 2016-01-05T09:06:45  *** tjader has joined #bitcoin-dev
332 2016-01-05T09:08:03  *** Belxjander has joined #bitcoin-dev
333 2016-01-05T09:19:30  *** kadoban has quit IRC
334 2016-01-05T09:20:51  *** one_zero has quit IRC
335 2016-01-05T09:24:05  *** Belxjander has quit IRC
336 2016-01-05T09:28:39  *** Belxjander has joined #bitcoin-dev
337 2016-01-05T09:32:20  *** xiangfu has quit IRC
338 2016-01-05T09:34:24  *** ThomasV has joined #bitcoin-dev
339 2016-01-05T09:35:10  *** jaclupi has quit IRC
340 2016-01-05T09:38:09  *** won9 has joined #bitcoin-dev
341 2016-01-05T09:41:28  *** jaclupi has joined #bitcoin-dev
342 2016-01-05T09:41:34  *** jtimon has joined #bitcoin-dev
343 2016-01-05T09:43:42  *** matsjj has joined #bitcoin-dev
344 2016-01-05T09:50:29  *** DigiByteDev has joined #bitcoin-dev
345 2016-01-05T09:54:12  *** jaclupi has quit IRC
346 2016-01-05T09:55:02  *** p15_ has joined #bitcoin-dev
347 2016-01-05T09:57:35  *** p15 has quit IRC
348 2016-01-05T09:57:45  *** bedeho has joined #bitcoin-dev
349 2016-01-05T09:58:14  *** RedEmerald has quit IRC
350 2016-01-05T09:58:41  *** jaclupi has joined #bitcoin-dev
351 2016-01-05T10:03:42  *** adam3us has quit IRC
352 2016-01-05T10:11:36  *** melvster1 has quit IRC
353 2016-01-05T10:13:20  *** AtnevRed has joined #bitcoin-dev
354 2016-01-05T10:14:46  *** jaclupi has quit IRC
355 2016-01-05T10:15:58  *** rusty has joined #bitcoin-dev
356 2016-01-05T10:17:59  *** AtnevRed has quit IRC
357 2016-01-05T10:20:06  *** rusty has quit IRC
358 2016-01-05T10:20:47  *** Belxjander has quit IRC
359 2016-01-05T10:21:09  *** Belxjander has joined #bitcoin-dev
360 2016-01-05T10:22:44  *** jaclupi has joined #bitcoin-dev
361 2016-01-05T10:23:38  *** DigiByteDev has quit IRC
362 2016-01-05T10:24:48  *** melvster1 has joined #bitcoin-dev
363 2016-01-05T10:31:00  *** ThomasV has quit IRC
364 2016-01-05T10:32:20  *** tjader has quit IRC
365 2016-01-05T10:32:43  *** AaronvanW has joined #bitcoin-dev
366 2016-01-05T10:32:43  *** zookolaptop has joined #bitcoin-dev
367 2016-01-05T10:34:55  *** jaclupi has quit IRC
368 2016-01-05T10:36:23  *** tjader has joined #bitcoin-dev
369 2016-01-05T10:36:26  *** rusty has joined #bitcoin-dev
370 2016-01-05T10:42:13  *** nickler has quit IRC
371 2016-01-05T10:42:55  *** nickler has joined #bitcoin-dev
372 2016-01-05T10:45:08  *** jaclupi has joined #bitcoin-dev
373 2016-01-05T10:47:41  *** astj has joined #bitcoin-dev
374 2016-01-05T10:52:39  *** Palsson has quit IRC
375 2016-01-05T10:53:46  *** Palsson has joined #bitcoin-dev
376 2016-01-05T10:54:01  *** astj has quit IRC
377 2016-01-05T10:54:46  *** zookolaptop has quit IRC
378 2016-01-05T10:55:00  *** astj has joined #bitcoin-dev
379 2016-01-05T10:57:45  *** astj has quit IRC
380 2016-01-05T10:58:26  *** adam3us has joined #bitcoin-dev
381 2016-01-05T10:58:31  *** astj_ has joined #bitcoin-dev
382 2016-01-05T10:59:02  *** jaclupi has quit IRC
383 2016-01-05T11:00:18  *** mrkent has quit IRC
384 2016-01-05T11:01:17  *** RedEmerald has joined #bitcoin-dev
385 2016-01-05T11:04:20  *** oleganza has quit IRC
386 2016-01-05T11:05:35  *** rusty has quit IRC
387 2016-01-05T11:06:54  *** jaclupi has joined #bitcoin-dev
388 2016-01-05T11:10:47  *** ThomasV has joined #bitcoin-dev
389 2016-01-05T11:11:10  *** zookolaptop has joined #bitcoin-dev
390 2016-01-05T11:19:00  *** metalcamp has joined #bitcoin-dev
391 2016-01-05T11:20:35  *** Belxjander has quit IRC
392 2016-01-05T11:22:21  *** Belxjander has joined #bitcoin-dev
393 2016-01-05T11:23:02  *** jaclupi has quit IRC
394 2016-01-05T11:25:08  *** fredrin_ is now known as fredrin
395 2016-01-05T11:31:09  *** Guyver2 has joined #bitcoin-dev
396 2016-01-05T11:32:10  *** jaclupi has joined #bitcoin-dev
397 2016-01-05T11:35:12  <bedeho> when adding a data item to the bloom filter, the docs say that following setting all nHashNum bits, each byte of the filter is set to a little endian byte? what does this mean
398 2016-01-05T11:35:55  <bedeho> why would endianness even be relevant, bytes in the filter have no ordering relationship w.r.t. one another?
399 2016-01-05T11:36:14  <bedeho> by docs I mean: https://bitcoin.org/en/developer-reference#filterload
400 2016-01-05T11:40:15  *** laurentmt has joined #bitcoin-dev
401 2016-01-05T11:41:00  *** laurentmt has quit IRC
402 2016-01-05T11:41:42  *** zookolaptop has quit IRC
403 2016-01-05T11:44:04  *** jaclupi has quit IRC
404 2016-01-05T11:47:33  *** G1lius has joined #bitcoin-dev
405 2016-01-05T11:48:37  *** Palsson has quit IRC
406 2016-01-05T11:49:25  *** jaclupi has joined #bitcoin-dev
407 2016-01-05T11:50:24  *** ThomasV has quit IRC
408 2016-01-05T11:50:42  *** won9 has quit IRC
409 2016-01-05T11:52:32  *** AtashiCon has quit IRC
410 2016-01-05T11:52:36  *** Arnavion3 has joined #bitcoin-dev
411 2016-01-05T11:52:40  *** Arnavion3 is now known as AtashiCon
412 2016-01-05T11:54:45  *** Belxjander has quit IRC
413 2016-01-05T11:56:07  *** astj_ has quit IRC
414 2016-01-05T11:56:48  *** Belxjander has joined #bitcoin-dev
415 2016-01-05T12:01:29  *** jaclupi has quit IRC
416 2016-01-05T12:02:02  *** tjader has quit IRC
417 2016-01-05T12:05:06  *** jaclupi has joined #bitcoin-dev
418 2016-01-05T12:06:05  *** tjader has joined #bitcoin-dev
419 2016-01-05T12:14:16  *** jaclupi has quit IRC
420 2016-01-05T12:14:21  *** AtnevRed has joined #bitcoin-dev
421 2016-01-05T12:17:02  *** Belxjander has quit IRC
422 2016-01-05T12:17:05  *** cryptapus_ has joined #bitcoin-dev
423 2016-01-05T12:17:06  *** cryptapus_ has joined #bitcoin-dev
424 2016-01-05T12:18:51  *** AtnevRed has quit IRC
425 2016-01-05T12:19:03  *** Belxjander has joined #bitcoin-dev
426 2016-01-05T12:19:30  *** markus-k has quit IRC
427 2016-01-05T12:21:59  *** jaclupi has joined #bitcoin-dev
428 2016-01-05T12:22:50  *** c0rw1n is now known as c0rw|timetravel
429 2016-01-05T12:23:44  *** ThomasV has joined #bitcoin-dev
430 2016-01-05T12:33:48  *** Belxjander has quit IRC
431 2016-01-05T12:40:27  *** Belxjander has joined #bitcoin-dev
432 2016-01-05T12:41:02  *** markus-k has joined #bitcoin-dev
433 2016-01-05T12:41:48  *** GamerSg has joined #bitcoin-dev
434 2016-01-05T12:43:32  *** p15_ has quit IRC
435 2016-01-05T12:46:02  *** c0rw|timetravel is now known as c0rw1n
436 2016-01-05T13:00:04  *** goregrin1 has quit IRC
437 2016-01-05T13:08:16  *** G1lius has quit IRC
438 2016-01-05T13:08:25  *** nederhoed has joined #bitcoin-dev
439 2016-01-05T13:08:32  *** xabbix_ has joined #bitcoin-dev
440 2016-01-05T13:09:01  <nederhoed> hello there, testnet has become a nightmare, someone is mining without processing transactions, our test applications are getting stalled
441 2016-01-05T13:09:14  <nederhoed> http://tbtc.blockr.io/block/list/
442 2016-01-05T13:09:28  <nederhoed> we've tried running counterparty on testnet in box, but did not succeed
443 2016-01-05T13:09:48  *** xabbix has quit IRC
444 2016-01-05T13:10:01  <nederhoed> can anyone explain why someone is mining on testnet this way?
445 2016-01-05T13:10:17  *** Skirmant has quit IRC
446 2016-01-05T13:11:16  *** [Author] has quit IRC
447 2016-01-05T13:11:21  *** chmod755 has joined #bitcoin-dev
448 2016-01-05T13:13:45  *** petrkr has joined #bitcoin-dev
449 2016-01-05T13:13:51  *** GGuyZ has joined #bitcoin-dev
450 2016-01-05T13:17:42  *** arowser has quit IRC
451 2016-01-05T13:18:14  *** arowser has joined #bitcoin-dev
452 2016-01-05T13:28:11  *** GamerSg has quit IRC
453 2016-01-05T13:28:41  *** [Author] has joined #bitcoin-dev
454 2016-01-05T13:28:57  *** GGuyZ has quit IRC
455 2016-01-05T13:30:25  *** Belxjander has quit IRC
456 2016-01-05T13:31:44  *** tjader has quit IRC
457 2016-01-05T13:37:08  *** tjader has joined #bitcoin-dev
458 2016-01-05T13:37:25  *** Belxjander has joined #bitcoin-dev
459 2016-01-05T13:45:38  *** ThomasKeller has quit IRC
460 2016-01-05T13:47:17  *** fuc has joined #bitcoin-dev
461 2016-01-05T13:51:48  *** AaronvanW has quit IRC
462 2016-01-05T13:53:34  *** Quent1 has joined #bitcoin-dev
463 2016-01-05T13:55:28  *** AaronvanW has joined #bitcoin-dev
464 2016-01-05T13:55:29  *** AaronvanW has quit IRC
465 2016-01-05T13:55:29  *** AaronvanW has joined #bitcoin-dev
466 2016-01-05T13:56:26  *** Quent has quit IRC
467 2016-01-05T13:57:05  *** Belxjander has quit IRC
468 2016-01-05T14:02:19  *** Belxjander has joined #bitcoin-dev
469 2016-01-05T14:14:51  *** tantalum has joined #bitcoin-dev
470 2016-01-05T14:14:58  *** CheckDavid has joined #bitcoin-dev
471 2016-01-05T14:15:19  *** AtnevRed has joined #bitcoin-dev
472 2016-01-05T14:16:42  *** oleganza has joined #bitcoin-dev
473 2016-01-05T14:17:31  *** hashtag_ has joined #bitcoin-dev
474 2016-01-05T14:17:47  *** Belxjander has quit IRC
475 2016-01-05T14:18:16  *** astj_ has joined #bitcoin-dev
476 2016-01-05T14:19:32  *** Chris_Stewart_5 has joined #bitcoin-dev
477 2016-01-05T14:19:43  *** AtnevRed has quit IRC
478 2016-01-05T14:20:01  *** Belxjander has joined #bitcoin-dev
479 2016-01-05T14:22:13  *** GamerSg has joined #bitcoin-dev
480 2016-01-05T14:23:16  *** Chris_Stewart_5 has quit IRC
481 2016-01-05T14:23:33  *** Chris_Stewart_5 has joined #bitcoin-dev
482 2016-01-05T14:24:34  *** darvon has joined #bitcoin-dev
483 2016-01-05T14:24:35  *** doppo has joined #bitcoin-dev
484 2016-01-05T14:25:04  *** doppo has quit IRC
485 2016-01-05T14:25:05  *** darvon has quit IRC
486 2016-01-05T14:25:31  *** darvon has joined #bitcoin-dev
487 2016-01-05T14:25:32  *** doppo has joined #bitcoin-dev
488 2016-01-05T14:26:04  *** Chris_Stewart_5 has joined #bitcoin-dev
489 2016-01-05T14:30:49  *** GamerSg has quit IRC
490 2016-01-05T14:34:18  *** rolandnsharp23 has joined #bitcoin-dev
491 2016-01-05T14:35:29  *** tawar has joined #bitcoin-dev
492 2016-01-05T14:36:59  *** tawar has quit IRC
493 2016-01-05T14:40:43  *** rolandnsharp has quit IRC
494 2016-01-05T14:45:21  *** ThomasKeller has joined #bitcoin-dev
495 2016-01-05T14:51:03  *** DevSauce_ has joined #bitcoin-dev
496 2016-01-05T14:58:47  *** justice has quit IRC
497 2016-01-05T15:01:45  *** GGuyZ has joined #bitcoin-dev
498 2016-01-05T15:02:44  *** tjader has quit IRC
499 2016-01-05T15:07:15  *** tjader has joined #bitcoin-dev
500 2016-01-05T15:08:06  *** GGuyZ has quit IRC
501 2016-01-05T15:08:32  *** xabbix_ has quit IRC
502 2016-01-05T15:08:38  *** Belxjander has quit IRC
503 2016-01-05T15:09:59  *** wraithm has joined #bitcoin-dev
504 2016-01-05T15:10:52  *** Belxjander has joined #bitcoin-dev
505 2016-01-05T15:14:02  *** owlhooter has quit IRC
506 2016-01-05T15:17:28  *** nederhoed has quit IRC
507 2016-01-05T15:19:12  *** owlhooter has joined #bitcoin-dev
508 2016-01-05T15:21:03  *** sipi has joined #bitcoin-dev
509 2016-01-05T15:22:30  *** Belxjander has quit IRC
510 2016-01-05T15:22:41  *** Giszmo has joined #bitcoin-dev
511 2016-01-05T15:24:24  *** xabbix_ has joined #bitcoin-dev
512 2016-01-05T15:25:54  *** markus-k has quit IRC
513 2016-01-05T15:28:53  *** Belxjander has joined #bitcoin-dev
514 2016-01-05T15:31:52  *** D4CH has joined #bitcoin-dev
515 2016-01-05T15:32:32  <D4CH> Would it be possible to run bitcoin core (to help the network) on a raspberry pi, and with the blockchain located on a NAS?
516 2016-01-05T15:32:46  <D4CH> Or is this the wrong place to ask?
517 2016-01-05T15:33:46  <instagibbs> run it to help yourself secure your money and privacy, not the network, and #bitcoin :P
518 2016-01-05T15:37:04  <D4CH> Aye, but is my solution plausible?
519 2016-01-05T15:37:27  *** matsjj has quit IRC
520 2016-01-05T15:41:57  *** DougieBot5000 has joined #bitcoin-dev
521 2016-01-05T15:43:46  *** gielbier has joined #bitcoin-dev
522 2016-01-05T15:43:58  *** gielbier has joined #bitcoin-dev
523 2016-01-05T15:51:05  *** GGuyZ has joined #bitcoin-dev
524 2016-01-05T15:51:44  *** xss has joined #bitcoin-dev
525 2016-01-05T15:53:42  <D4CH> I have bitcoin core running now, how do I prune database? My DB is 60 GB
526 2016-01-05T15:53:50  *** c0rw1n is now known as c0rw|away
527 2016-01-05T15:54:24  <instagibbs> #bitcoin <-- that way
528 2016-01-05T15:55:08  *** D4CH has left #bitcoin-dev
529 2016-01-05T16:00:59  *** B0g4r7_ has joined #bitcoin-dev
530 2016-01-05T16:01:04  *** jarkinox has joined #bitcoin-dev
531 2016-01-05T16:06:20  *** GGuyZ has quit IRC
532 2016-01-05T16:07:05  *** flyingkiwi has quit IRC
533 2016-01-05T16:08:09  *** flyingkiwi has joined #bitcoin-dev
534 2016-01-05T16:10:06  *** jarkinox has quit IRC
535 2016-01-05T16:11:28  *** IAmNotDorian has quit IRC
536 2016-01-05T16:12:11  *** Cory has quit IRC
537 2016-01-05T16:12:14  *** Pasha has joined #bitcoin-dev
538 2016-01-05T16:14:54  *** LeMiner has quit IRC
539 2016-01-05T16:19:19  *** CheckDavid has quit IRC
540 2016-01-05T16:20:01  *** astj_ has quit IRC
541 2016-01-05T16:21:15  *** Pasha is now known as Cory
542 2016-01-05T16:21:51  *** astj has joined #bitcoin-dev
543 2016-01-05T16:25:36  *** cryptopeddler has quit IRC
544 2016-01-05T16:27:26  *** Pasha has joined #bitcoin-dev
545 2016-01-05T16:27:40  *** Cory has quit IRC
546 2016-01-05T16:30:08  *** cryptopeddler has joined #bitcoin-dev
547 2016-01-05T16:30:29  *** tjader has quit IRC
548 2016-01-05T16:32:52  *** ThomasV has quit IRC
549 2016-01-05T16:36:28  *** Pasha is now known as Cory
550 2016-01-05T16:37:20  *** kadoban has joined #bitcoin-dev
551 2016-01-05T16:37:22  *** tjader has joined #bitcoin-dev
552 2016-01-05T16:37:48  *** wraithm has left #bitcoin-dev
553 2016-01-05T16:39:26  *** Yoghur114 has joined #bitcoin-dev
554 2016-01-05T16:42:26  *** oleganza has quit IRC
555 2016-01-05T16:48:03  *** codice has joined #bitcoin-dev
556 2016-01-05T16:50:18  *** G1lius has joined #bitcoin-dev
557 2016-01-05T16:54:13  *** laurentmt has joined #bitcoin-dev
558 2016-01-05T16:56:54  *** Ahmed90 has joined #bitcoin-dev
559 2016-01-05T16:58:15  *** Cory has quit IRC
560 2016-01-05T16:58:56  *** BashCo has quit IRC
561 2016-01-05T17:06:06  *** GGuyZ has joined #bitcoin-dev
562 2016-01-05T17:12:37  *** Grouver has quit IRC
563 2016-01-05T17:15:33  *** GAit has joined #bitcoin-dev
564 2016-01-05T17:16:10  *** BashCo has joined #bitcoin-dev
565 2016-01-05T17:16:11  *** Cory has joined #bitcoin-dev
566 2016-01-05T17:19:06  *** laurentmt has quit IRC
567 2016-01-05T17:19:15  *** JeromeLegoupil has joined #bitcoin-dev
568 2016-01-05T17:19:44  *** GAit has quit IRC
569 2016-01-05T17:20:16  <Lightsword> does core currently support intel sse optimized sha256 instructions etc?
570 2016-01-05T17:22:21  <sipa> no
571 2016-01-05T17:22:43  <Lightsword> sipa, is that something that would help much?
572 2016-01-05T17:23:02  <sipa> no
573 2016-01-05T17:23:04  <sipa> :)
574 2016-01-05T17:23:12  <sipa> we don't spend much time hashing
575 2016-01-05T17:24:08  *** pooler has quit IRC
576 2016-01-05T17:24:15  *** blackmarble_ has joined #bitcoin-dev
577 2016-01-05T17:24:36  <Lightsword> sipa, are there any architecture specific instruction sets that provide any benefit for other operations core does?
578 2016-01-05T17:25:16  <Lightsword> sipa, one reason I’m asking is for building pool servers
579 2016-01-05T17:25:35  <Lightsword> if I should be looking for anything special cpu wise
580 2016-01-05T17:27:51  <Lightsword> I’ve heard that one private fork of bitcoind is using arch specific instruction sets
581 2016-01-05T17:27:56  *** DevSauce has quit IRC
582 2016-01-05T17:27:57  <Lightsword> for mining
583 2016-01-05T17:28:13  *** DevSauce_ has quit IRC
584 2016-01-05T17:28:15  <sipa> bitcoind doesn't mine...
585 2016-01-05T17:28:21  <Lightsword> sipa, I mean for pool servers
586 2016-01-05T17:28:28  <Lightsword> for improved validation speeds
587 2016-01-05T17:28:36  *** blackmarble has quit IRC
588 2016-01-05T17:28:38  <sipa> i know too little about pool software to comment
589 2016-01-05T17:28:47  <Lightsword> sipa, I mean on the bitcoind side of things
590 2016-01-05T17:29:39  <Lightsword> the patchset was to bitcoind itself apparently
591 2016-01-05T17:29:40  <sipa> most of the work of bitcoind when used for powering a pool is getblocktemplate
592 2016-01-05T17:29:58  <sipa> in 0.12 GBT is made spectacularly faster
593 2016-01-05T17:30:41  *** Quent1 has quit IRC
594 2016-01-05T17:31:08  <Lightsword> yeah, that was apparently also rewritten for the private fork based off of 0.11.2 to the point that validation speeds were becoming a good percentage of that bottleneck
595 2016-01-05T17:31:09  *** Quent1 has joined #bitcoin-dev
596 2016-01-05T17:31:19  <sipa> validation?
597 2016-01-05T17:31:24  <Lightsword> block validation
598 2016-01-05T17:31:45  <sipa> there is only one block to be validated every 10 minutes
599 2016-01-05T17:31:58  <sipa> oh, do you mean TestBlockValidity in GBT?
600 2016-01-05T17:32:20  <sipa> in 0.12 almost all the GBT work is in testblockvalifity
601 2016-01-05T17:32:22  <Lightsword> performance only matters for the incoming block that happens every 10 minutes
602 2016-01-05T17:32:36  <sipa> switch to 0.12 then
603 2016-01-05T17:32:48  <sipa> it's 5-7 faster for block validation
604 2016-01-05T17:32:59  <Lightsword> is 0.12 safe for mining yet?
605 2016-01-05T17:33:10  *** ThomasV has joined #bitcoin-dev
606 2016-01-05T17:33:17  <sipa> there will be an rc1 soon
607 2016-01-05T17:33:51  <Lightsword> but yeah, regular GBT poll performance doesn’t really matter, those can take as long as they want, it’s only the first GBT call on blockchange that matters
608 2016-01-05T17:34:01  <sipa> ok
609 2016-01-05T17:34:39  <Lightsword> ok, so rc1 is reasonably safe to run in production environments? I would still have a backup node as well of course that the pool would fail over to
610 2016-01-05T17:36:56  <Lightsword> sipa, and secp256k1 just needs fast clock speeds right? no specific instruction sets?
611 2016-01-05T17:46:59  *** treehug88 has joined #bitcoin-dev
612 2016-01-05T17:48:13  *** brg444 has joined #bitcoin-dev
613 2016-01-05T17:48:17  *** tawar has joined #bitcoin-dev
614 2016-01-05T17:48:23  *** tawar has quit IRC
615 2016-01-05T17:52:18  *** oleganza has joined #bitcoin-dev
616 2016-01-05T17:52:55  *** Cory has quit IRC
617 2016-01-05T17:54:03  *** brianhoffman has joined #bitcoin-dev
618 2016-01-05T17:55:35  *** brianhof_ has quit IRC
619 2016-01-05T17:55:44  *** mrkent has joined #bitcoin-dev
620 2016-01-05T17:56:42  *** astj has quit IRC
621 2016-01-05T17:58:41  *** CubicEarth has joined #bitcoin-dev
622 2016-01-05T18:01:42  *** brson has joined #bitcoin-dev
623 2016-01-05T18:02:06  *** Belxjander has quit IRC
624 2016-01-05T18:02:32  *** stevenroose_ has joined #bitcoin-dev
625 2016-01-05T18:02:39  *** oleganza has quit IRC
626 2016-01-05T18:02:47  *** tjader has quit IRC
627 2016-01-05T18:04:18  *** Yoghur114_2 has joined #bitcoin-dev
628 2016-01-05T18:07:18  *** petrkr has quit IRC
629 2016-01-05T18:07:30  *** tjader has joined #bitcoin-dev
630 2016-01-05T18:07:56  *** Belxjander has joined #bitcoin-dev
631 2016-01-05T18:08:52  *** oleganza has joined #bitcoin-dev
632 2016-01-05T18:09:12  *** donpillou has quit IRC
633 2016-01-05T18:11:15  *** donpillou has joined #bitcoin-dev
634 2016-01-05T18:11:23  <jtimon> sipa: doesn't libsecp256k1 use some assembly for signature validation?
635 2016-01-05T18:11:46  *** GGuyZ has quit IRC
636 2016-01-05T18:12:26  <jtimon> optionally or something? I guess no for multi-platform consensus
637 2016-01-05T18:13:56  <jtimon> mhmm, I've been thinking lately about GPGPU for parallelizing signature validation, I hadn't thought about openCL/CUDA being compiled differntly and how that could potentially break consensus...
638 2016-01-05T18:16:31  *** oleganza has quit IRC
639 2016-01-05T18:16:46  *** AtnevRed has joined #bitcoin-dev
640 2016-01-05T18:19:51  *** oleganza has joined #bitcoin-dev
641 2016-01-05T18:21:27  *** AtnevRed has quit IRC
642 2016-01-05T18:25:24  *** oleganza has quit IRC
643 2016-01-05T18:29:23  *** lianj_ is now known as lianj
644 2016-01-05T18:33:03  *** GGuyZ has joined #bitcoin-dev
645 2016-01-05T18:37:50  *** flozon_ has joined #bitcoin-dev
646 2016-01-05T18:37:51  *** laurentmt has joined #bitcoin-dev
647 2016-01-05T18:38:01  *** laurentmt has quit IRC
648 2016-01-05T18:38:12  <flozon_> hey guys, on the german bitcoin wiki it says you need ninja, truster or trusted status to contribute
649 2016-01-05T18:38:18  <flozon_> but it doesnt say anything on how to get that status
650 2016-01-05T18:40:23  <sipa> Lightsword: libsecp256k1 has assembly optimized for x86_64 intel/amd cpus
651 2016-01-05T18:40:33  <sipa> Lightsword: and perhaps soon for ARM
652 2016-01-05T18:40:40  <sipa> but they're not used in Bitcoin
653 2016-01-05T18:40:46  *** oleganza has joined #bitcoin-dev
654 2016-01-05T18:41:21  <Lightsword> sipa, the x86_64 assembly is generic though right, not specific to intel or amd?
655 2016-01-05T18:41:30  *** astj_ has joined #bitcoin-dev
656 2016-01-05T18:42:08  <sipa> Lightsword: indeed, no special instruction sets
657 2016-01-05T18:42:16  *** neozaru has joined #bitcoin-dev
658 2016-01-05T18:42:19  <Lightsword> so for signature validation I just want faster clocks in general right? throwning more cores into the mix won’t really help much right?
659 2016-01-05T18:42:43  *** oleganza has quit IRC
660 2016-01-05T18:43:26  <Lightsword> throwing*
661 2016-01-05T18:47:26  <sipa> yes it will
662 2016-01-05T18:47:39  <sipa> signature validation in blocks is muktithreaded
663 2016-01-05T18:49:12  *** G1lius has quit IRC
664 2016-01-05T18:49:26  <jtimon> I suspect the "special instruction set" is SSE2 (wich is supported by both intel and amd)
665 2016-01-05T18:49:52  <jtimon> I see, so it's there but not used for bitcoin, makes sense
666 2016-01-05T18:52:36  <Lightsword> sipa, well beyond a certain amount of cores I mean, say does upping from 12 cores to 24 cores make much difference
667 2016-01-05T18:53:21  <jtimon> now that I think about it, I doubt multi-core CPUs have multiple XMM coprocesors, so the threaded validation in bitcoin core could actually get worse by turning the SSE2 optimizations on!
668 2016-01-05T18:54:05  <Lightsword> what about newer instruction sets like SSE4?
669 2016-01-05T18:55:10  <jtimon> I think it should, if I understand the code correctly, you validate the whole block without the signatures and then schedule all the scripts for threaded validation ConncetBlock() -> CheckInputs()
670 2016-01-05T18:55:22  <jtoomim> jtimon: they do have multiple XMM coprocessors, at least for intel
671 2016-01-05T18:55:46  <jtoomim> AMD tends to have some stuff shared between pairs of processors in their recent architectures
672 2016-01-05T18:55:54  <Lightsword> jtimon, sig validation typically shouldn’t be as big an issue for blockchanges because of sigcache though right?
673 2016-01-05T18:56:11  <jtimon> sure, I guess they will use newer sets, I used SSE with MMX and SSE2 with XMM, but of course that must have keep on advancing
674 2016-01-05T18:56:12  <jtoomim> it's either FPU/SSE or integer that's shared, can't remember which
675 2016-01-05T18:56:38  <jtimon> jtoomim: I didn't know
676 2016-01-05T18:56:55  <jtoomim> but yeah, intel cores are all completely independent (ignoring hyperthreading)
677 2016-01-05T18:57:08  <jtoomim> the only thing intel shares is cache and memory
678 2016-01-05T18:57:11  *** Dizzle has joined #bitcoin-dev
679 2016-01-05T18:57:28  <jtimon> IIRC FPU and SSE both use the XMM coprocessors, so they're "incompatible" in that sense (you can't use both simultanously)
680 2016-01-05T18:57:57  <jtoomim> in x86_64, the FPU registers are deprecated
681 2016-01-05T18:58:08  <jtoomim> and you actually use SSE2 code for regular FPU stuff, IIRC
682 2016-01-05T18:58:21  <jtoomim> no FPU stack, or something like that
683 2016-01-05T18:58:31  <jtoomim> but 32-bit still has the FPU stack
684 2016-01-05T18:58:47  <jtoomim> XMM is the prefix for the register
685 2016-01-05T18:58:58  <jtoomim> there's not really such a thing as an XMM coprocessor
686 2016-01-05T18:59:07  <jtoomim> it's just a different section of the same Core
687 2016-01-05T18:59:10  <jtoomim> different execute engines
688 2016-01-05T18:59:48  <jtoomim> but usually the execution engines are split into integer, load/store, and FPU/SSE/AVX
689 2016-01-05T18:59:54  <jtimon> well, XMM is the machine, FPU/SSE2 are the two intructions set you can run on the machine (or at least it was like this in SSE2 times)
690 2016-01-05T19:00:04  <jtoomim> so the FPU/SSE/AVX/MMX unit also does integer math in vectorized operations
691 2016-01-05T19:00:50  <jtimon> yep, XMM is basically a vectorial architecture (did I translate this correctly?), GPUs have that too
692 2016-01-05T19:00:51  <jtoomim> XMM is just a register naming scheme. XMM0 through XMM7 for original SSE
693 2016-01-05T19:01:10  <jtoomim> with 8 more added in 64 bit SSE
694 2016-01-05T19:01:20  *** mrkent_ has joined #bitcoin-dev
695 2016-01-05T19:02:30  <jtoomim> so you have some instructions that operate on those XMM registers, and other instructions that operate on the original x86 gen purpose registers like eax, ebx etc
696 2016-01-05T19:02:34  <jtimon> my teacher called the co-processor containing the XMM registries an "XMM co-processor"
697 2016-01-05T19:02:43  <jtoomim> i don't like your teacher
698 2016-01-05T19:02:50  <jtimon> "64 bit SSE" you mean SSE2
699 2016-01-05T19:03:07  <jtoomim> no, i mean SSE2's implementation on x86_64
700 2016-01-05T19:03:33  *** sparetire_ has joined #bitcoin-dev
701 2016-01-05T19:03:38  *** mrkent has quit IRC
702 2016-01-05T19:03:42  <jtimon> well, it is actually a separate machine from the "main" processor (or at least it used to be) as said it has quite a different architecture
703 2016-01-05T19:04:07  <jtoomim> the Athlon 64 was the first x86_64 CPU, and also the first CPU to add SSE2 to AMD's line, so it's mostly equivalent
704 2016-01-05T19:04:23  <jtimon> or at least that was the case for the pentium MMX and the first CPUs with 64 bits and XMM
705 2016-01-05T19:04:53  <jtoomim> > actually a separate machine -- I do not agree, it's the same module that runs FPU code
706 2016-01-05T19:05:05  <jtoomim> and people don't describe the FPU as being a co-processor any more
707 2016-01-05T19:05:23  <jtoomim> not since it was merged onto the same silicon die for everything, and began using the same decoder engine, etc
708 2016-01-05T19:05:59  <jtoomim> most modern CPUs actually have multiple execution units of each type, but with slightly different capabilities
709 2016-01-05T19:06:37  <jtoomim> for example, a CPU might have one FPU execution unit that can only do multiplies and adds, and another FPU execution unit that can do division, sqrt, SSE, etc
710 2016-01-05T19:08:46  <jtoomim> https://bbgsmc.files.wordpress.com/2014/02/intel-dual-core.jpg
711 2016-01-05T19:09:56  <jtoomim> the FPU also does integer SSE/mmx stuff, so you can theoretically get better integer performance by combining integer SSE and regular ALU integer math
712 2016-01-05T19:10:09  *** GAit has joined #bitcoin-dev
713 2016-01-05T19:10:12  <jtimon> but regular processors are SISM and the XMM co-processor is SIMD, no?
714 2016-01-05T19:10:24  <jtoomim> no
715 2016-01-05T19:10:33  <jtoomim> regular processors have some SISM and some SIMD instructions
716 2016-01-05T19:10:56  <jtoomim> the SIMD instructions were added more recently
717 2016-01-05T19:11:00  <jtimon> not even MMX was a separate co-processor?
718 2016-01-05T19:11:06  <jtoomim> but they share execution units
719 2016-01-05T19:11:10  <jtoomim> even MMX
720 2016-01-05T19:11:18  <jtoomim> nothing since the old x87 FPUs were a coprocessor
721 2016-01-05T19:11:32  <jtoomim> MMX was an instruction set extension
722 2016-01-05T19:11:37  <jtoomim> which came with register extensions
723 2016-01-05T19:11:38  <jtimon> mhmm, I wonder where he got that from then
724 2016-01-05T19:12:51  <jtimon> anyway, intersting talk, but I need to go
725 2016-01-05T19:16:49  <flozon_> anyone that can help here to get the account verified in the wiki?
726 2016-01-05T19:17:07  <flozon_> for all but the english versions of the wiki it says one needs truster,trusted or ninja status
727 2016-01-05T19:17:55  <pigeons> i think the channel is #bitcoin-wiki to request access
728 2016-01-05T19:18:31  <pigeons> yep
729 2016-01-05T19:18:48  *** jtimon has quit IRC
730 2016-01-05T19:22:56  *** DevSauce has joined #bitcoin-dev
731 2016-01-05T19:22:56  *** DevSauce_ has joined #bitcoin-dev
732 2016-01-05T19:33:08  *** tjader has quit IRC
733 2016-01-05T19:34:58  *** rusty has joined #bitcoin-dev
734 2016-01-05T19:37:12  *** tjader has joined #bitcoin-dev
735 2016-01-05T19:37:41  *** trippysalmon has joined #bitcoin-dev
736 2016-01-05T19:38:03  *** CubicEarth has quit IRC
737 2016-01-05T19:38:50  *** robink has quit IRC
738 2016-01-05T19:39:35  *** robink_ has joined #bitcoin-dev
739 2016-01-05T19:41:10  <flozon_> thx
740 2016-01-05T19:42:38  *** DatBeeDoe has joined #bitcoin-dev
741 2016-01-05T19:42:48  *** goregrind has joined #bitcoin-dev
742 2016-01-05T19:42:49  <TD-Linux> for future reference re instruction sets: http://www.agner.org/optimize/microarchitecture.pdf
743 2016-01-05T19:43:01  *** DatBeeDoe has quit IRC
744 2016-01-05T19:44:48  *** justice_ has joined #bitcoin-dev
745 2016-01-05T19:44:55  *** CheckDavid has joined #bitcoin-dev
746 2016-01-05T19:45:50  *** GGuyZ has quit IRC
747 2016-01-05T19:46:54  *** CubicEarth has joined #bitcoin-dev
748 2016-01-05T19:53:45  *** Belxjander has quit IRC
749 2016-01-05T19:55:32  *** Belxjander has joined #bitcoin-dev
750 2016-01-05T19:59:14  *** agricocb has quit IRC
751 2016-01-05T20:03:39  *** agricocb has joined #bitcoin-dev
752 2016-01-05T20:04:45  *** belcher has joined #bitcoin-dev
753 2016-01-05T20:05:07  *** trippysalmon has quit IRC
754 2016-01-05T20:05:41  *** justanotheruser has quit IRC
755 2016-01-05T20:06:03  *** justanotheruser has joined #bitcoin-dev
756 2016-01-05T20:08:20  *** Cory has joined #bitcoin-dev
757 2016-01-05T20:09:18  <arubi> a bit silly question maybe, why when verifying the chain, does the client verifies it from the earliest block to the tip? if so, why not backwards?  the tip points to the block with <that> hash before it, and so on.  ask the node connected to you for the previous block that has <this> hash, and check pow.  upon hearing about two different possible parents, check both paths and quickly(?) decide which path has most work. is checking for the best
758 2016-01-05T20:09:18  <arubi> chain a sane thing to do backwards?
759 2016-01-05T20:09:55  <belcher> arubi how do you know you've started from the genesis block then ?
760 2016-01-05T20:10:11  <arubi> not started, got to.  genesis is hard coded
761 2016-01-05T20:10:20  <arubi> but no checkpoints.. I think.
762 2016-01-05T20:10:50  <sipa> arubi: you can't verify backwards
763 2016-01-05T20:10:58  <sipa> arubi: as you don't have the outputs being spent yet
764 2016-01-05T20:11:12  <arubi> oh, I understand.
765 2016-01-05T20:11:22  <arubi> thanks, I completely dismissed it.
766 2016-01-05T20:15:01  *** CubicEarth has quit IRC
767 2016-01-05T20:17:06  *** Belxjander has quit IRC
768 2016-01-05T20:17:35  *** AtnevRed has joined #bitcoin-dev
769 2016-01-05T20:18:39  *** Belxjander has joined #bitcoin-dev
770 2016-01-05T20:21:06  *** Belxjander has quit IRC
771 2016-01-05T20:21:15  *** Belxjander has joined #bitcoin-dev
772 2016-01-05T20:22:19  *** AtnevRed has quit IRC
773 2016-01-05T20:26:48  *** CubicEarth has joined #bitcoin-dev
774 2016-01-05T20:27:59  *** GGuyZ has joined #bitcoin-dev
775 2016-01-05T20:29:02  *** Chris_Stewart_5 has quit IRC
776 2016-01-05T20:37:58  *** Belxjander has quit IRC
777 2016-01-05T20:43:28  *** Chris_Stewart_5 has joined #bitcoin-dev
778 2016-01-05T20:44:28  *** Squidicuz has quit IRC
779 2016-01-05T20:45:44  *** Squidicuz has joined #bitcoin-dev
780 2016-01-05T20:46:32  *** Belxjander has joined #bitcoin-dev
781 2016-01-05T20:47:08  <arubi> er, sipa, though it would still require more than the network's hash power to create a longer _and_ valid competing chain up to genesis, wouldn't it?  at which point you might as well follow that?
782 2016-01-05T20:48:11  <sipa> arubi: yes, so?
783 2016-01-05T20:48:20  <sipa> arubi: to be able to see it is valid, you need to verify it
784 2016-01-05T20:48:53  <arubi> sipa, I guess with 'current' definition of 'valid' you'd have to check for proper outputs
785 2016-01-05T20:49:50  <sipa> arubi: script validation
786 2016-01-05T20:50:06  <sipa> you can't do script validation without knowing the outputs being spent
787 2016-01-05T20:50:17  <sipa> and you can't check for fee/subsidy constraints
788 2016-01-05T20:51:01  <arubi> sipa, what can't you check for exactly with script validation that is not given with this specific block?
789 2016-01-05T20:51:20  *** Aido has quit IRC
790 2016-01-05T20:51:32  <sipa> arubi: a txout says "spendably by pubkey X"
791 2016-01-05T20:51:40  <sipa> a txin says "here is a signature"
792 2016-01-05T20:51:41  *** Aido has joined #bitcoin-dev
793 2016-01-05T20:51:49  <sipa> you need to know what X is to verify whether the signature is valid
794 2016-01-05T20:52:04  <arubi> oh, I see now.  right.
795 2016-01-05T20:52:06  <sipa> but the output being spent is usually in an earlier block
796 2016-01-05T20:52:25  <arubi> yea, scriptpubkey is not given
797 2016-01-05T20:52:35  <sipa> nor can it be given
798 2016-01-05T20:52:41  <sipa> you'd still need to check that it matches
799 2016-01-05T20:53:02  <arubi> right.  there's no way to tell.
800 2016-01-05T20:53:52  <arubi> thanks again.
801 2016-01-05T20:56:35  *** justice_ has quit IRC
802 2016-01-05T21:02:49  *** LeMiner has joined #bitcoin-dev
803 2016-01-05T21:02:56  *** CubicEarth has quit IRC
804 2016-01-05T21:03:38  *** CubicEarth has joined #bitcoin-dev
805 2016-01-05T21:03:58  *** CubicEarth has joined #bitcoin-dev
806 2016-01-05T21:06:40  *** cryptapus_ has quit IRC
807 2016-01-05T21:10:35  *** CubicEar_ has joined #bitcoin-dev
808 2016-01-05T21:13:46  *** CubicEarth has quit IRC
809 2016-01-05T21:15:11  *** rusty has quit IRC
810 2016-01-05T21:22:15  *** cyphase has quit IRC
811 2016-01-05T21:23:03  *** brianhof_ has joined #bitcoin-dev
812 2016-01-05T21:26:44  *** brianhoffman has quit IRC
813 2016-01-05T21:29:14  *** moa has joined #bitcoin-dev
814 2016-01-05T21:32:10  *** JWU42 has quit IRC
815 2016-01-05T21:32:37  *** CubicEar_ has quit IRC
816 2016-01-05T21:32:49  *** JWU42 has joined #bitcoin-dev
817 2016-01-05T21:33:41  *** CubicEarth has joined #bitcoin-dev
818 2016-01-05T21:34:15  *** justice_ has joined #bitcoin-dev
819 2016-01-05T21:35:16  *** trixisowned has quit IRC
820 2016-01-05T21:36:24  *** cyphase has joined #bitcoin-dev
821 2016-01-05T21:41:23  *** phungus_ is now known as phungus
822 2016-01-05T21:44:33  *** GGuyZ has quit IRC
823 2016-01-05T21:48:00  *** sipi has quit IRC
824 2016-01-05T21:49:19  *** CheckDavid has quit IRC
825 2016-01-05T21:54:50  *** neozaru has quit IRC
826 2016-01-05T22:00:43  *** brson_ has joined #bitcoin-dev
827 2016-01-05T22:03:46  *** brson has quit IRC
828 2016-01-05T22:07:14  *** hashtag_ has quit IRC
829 2016-01-05T22:09:31  *** CubicEarth has quit IRC
830 2016-01-05T22:10:23  *** CubicEarth has joined #bitcoin-dev
831 2016-01-05T22:10:24  *** treehug88 has quit IRC
832 2016-01-05T22:12:47  *** JeromeLegoupil has quit IRC
833 2016-01-05T22:14:59  *** LeMiner has quit IRC
834 2016-01-05T22:15:50  *** GGuyZ has joined #bitcoin-dev
835 2016-01-05T22:16:24  *** brson has joined #bitcoin-dev
836 2016-01-05T22:18:12  *** brson_ has quit IRC
837 2016-01-05T22:18:34  *** AtnevRed has joined #bitcoin-dev
838 2016-01-05T22:23:11  *** AtnevRed has quit IRC
839 2016-01-05T22:26:11  *** YoY has joined #bitcoin-dev
840 2016-01-05T22:26:36  *** mist_ has joined #bitcoin-dev
841 2016-01-05T22:27:10  <mist_> heya guys, i'm trying to validate multisig addresses. the pubkey for bitcoin is 00, but what is it for multisig?
842 2016-01-05T22:27:16  *** cryptapus_ has joined #bitcoin-dev
843 2016-01-05T22:27:16  *** cryptapus_ has joined #bitcoin-dev
844 2016-01-05T22:27:42  *** cryptapus has quit IRC
845 2016-01-05T22:27:58  <sipa> mist_: the pubkey for bitcoin is 00... what?
846 2016-01-05T22:28:11  <mist_> https://en.bitcoin.it/wiki/Base58Check_encoding
847 2016-01-05T22:28:16  <mist_> looking at the "Version bytes"
848 2016-01-05T22:28:18  <sipa> oh, the version byte
849 2016-01-05T22:28:22  <sipa> it's not a pubkey
850 2016-01-05T22:28:27  <sipa> addresses don't contain a pubkey
851 2016-01-05T22:28:41  <mist_> yeah sorry that was poorly formulated
852 2016-01-05T22:28:44  <sipa> there also does not actually exist a multisig address type
853 2016-01-05T22:28:47  *** _yoy_ has quit IRC
854 2016-01-05T22:28:52  *** murch has quit IRC
855 2016-01-05T22:28:54  <mist_> Argh...
856 2016-01-05T22:29:02  <mist_> So how would i go about validating it then? =/
857 2016-01-05T22:29:03  <sipa> only a P2SH address type which supports any type of script
858 2016-01-05T22:29:33  <sipa> mist_: 5, as said on that page
859 2016-01-05T22:29:45  <sipa> Bitcoin script hash
860 2016-01-05T22:29:53  <mist_> ohh
861 2016-01-05T22:31:14  *** tjader has quit IRC
862 2016-01-05T22:32:32  *** xss has quit IRC
863 2016-01-05T22:36:25  *** nelisky has joined #bitcoin-dev
864 2016-01-05T22:36:28  *** cryptapus_ is now known as cryptapus
865 2016-01-05T22:37:50  *** tjader has joined #bitcoin-dev
866 2016-01-05T22:37:53  *** CubicEar_ has joined #bitcoin-dev
867 2016-01-05T22:38:02  *** CubicEarth has quit IRC
868 2016-01-05T22:38:18  *** tantalum has quit IRC
869 2016-01-05T22:40:29  *** RedEmerald has quit IRC
870 2016-01-05T22:40:30  *** RedEmerald has joined #bitcoin-dev
871 2016-01-05T22:42:30  *** hashtag_ has joined #bitcoin-dev
872 2016-01-05T22:43:07  *** CubicEar_ has quit IRC
873 2016-01-05T22:43:57  *** astj_ has quit IRC
874 2016-01-05T22:46:29  *** astj_ has joined #bitcoin-dev
875 2016-01-05T22:49:01  *** brg444 has quit IRC
876 2016-01-05T22:49:19  *** chmod755 has quit IRC
877 2016-01-05T22:50:05  *** xss has joined #bitcoin-dev
878 2016-01-05T22:51:37  *** mrkent has joined #bitcoin-dev
879 2016-01-05T22:52:18  *** mrkent_ has quit IRC
880 2016-01-05T22:52:30  *** brson_ has joined #bitcoin-dev
881 2016-01-05T22:53:38  *** pooler has joined #bitcoin-dev
882 2016-01-05T22:53:38  *** pooler has joined #bitcoin-dev
883 2016-01-05T22:54:02  *** CubicEarth has joined #bitcoin-dev
884 2016-01-05T22:54:44  *** brson has quit IRC
885 2016-01-05T22:55:11  *** brson_ has quit IRC
886 2016-01-05T22:57:30  *** brson has joined #bitcoin-dev
887 2016-01-05T22:59:18  *** oneeman has joined #bitcoin-dev
888 2016-01-05T23:00:52  *** rusty has joined #bitcoin-dev
889 2016-01-05T23:01:09  <petertodd> arubi, sipa: you can verify it backwards, in fact I proposed that a few years ago as a way of transitioning from SPV to full node security
890 2016-01-05T23:02:33  *** brson_ has joined #bitcoin-dev
891 2016-01-05T23:03:05  *** brson has quit IRC
892 2016-01-05T23:03:38  <sipa> petertodd: by caching the scriptSigs, and then verifying them when you encounter the output spent by it?
893 2016-01-05T23:03:47  <petertodd> sipa: yup
894 2016-01-05T23:04:23  <sipa> that does require more memory than going forward, though
895 2016-01-05T23:04:26  <sipa> for that cache
896 2016-01-05T23:04:30  <sipa> i think?
897 2016-01-05T23:04:39  *** Guyver2 has quit IRC
898 2016-01-05T23:05:05  <petertodd> sipa: probably a wash, and the security is probably a bit better sooner
899 2016-01-05T23:06:05  <petertodd> sipa: though I doubt anyone's going to write the code to do that anytime soon :)
900 2016-01-05T23:06:49  <sipa> petertodd: saying so probably does not help making that happen
901 2016-01-05T23:16:59  *** brson_ has quit IRC
902 2016-01-05T23:17:05  *** trixisowned has joined #bitcoin-dev
903 2016-01-05T23:28:16  *** phungus has quit IRC
904 2016-01-05T23:29:04  *** Dizzle has quit IRC
905 2016-01-05T23:41:59  *** GAit has quit IRC
906 2016-01-05T23:46:28  *** DougieBot5000 has quit IRC
907 2016-01-05T23:51:44  *** CubicEar_ has joined #bitcoin-dev
908 2016-01-05T23:53:39  *** arowser has quit IRC
909 2016-01-05T23:54:13  *** arowser has joined #bitcoin-dev
910 2016-01-05T23:55:34  *** CubicEarth has quit IRC
911 2016-01-05T23:57:48  *** ryitpm has quit IRC