1 2016-01-09T00:07:59  *** tjader has quit IRC
  2 2016-01-09T00:10:54  *** Cryo has quit IRC
  3 2016-01-09T00:11:59  *** mnk has quit IRC
  4 2016-01-09T00:12:08  *** tjader has joined #bitcoin-dev
  5 2016-01-09T00:12:17  *** mnk has joined #bitcoin-dev
  6 2016-01-09T00:14:19  *** arubi has quit IRC
  7 2016-01-09T00:14:34  *** arubi has joined #bitcoin-dev
  8 2016-01-09T00:23:03  *** oneeman has joined #bitcoin-dev
  9 2016-01-09T00:24:33  *** CheckDavid has joined #bitcoin-dev
 10 2016-01-09T00:25:57  *** c-cex-yuriy has joined #bitcoin-dev
 11 2016-01-09T00:27:37  *** AaronvanW has quit IRC
 12 2016-01-09T00:28:05  *** Belxjander has quit IRC
 13 2016-01-09T00:32:38  *** dgenr8 has quit IRC
 14 2016-01-09T00:33:29  *** zookolaptop has quit IRC
 15 2016-01-09T00:36:22  *** Belxjander has joined #bitcoin-dev
 16 2016-01-09T00:38:05  *** mnk has quit IRC
 17 2016-01-09T00:38:18  *** benrcole1 has joined #bitcoin-dev
 18 2016-01-09T00:39:45  *** benrcole has quit IRC
 19 2016-01-09T00:39:53  *** mnk has joined #bitcoin-dev
 20 2016-01-09T00:40:30  *** xss has quit IRC
 21 2016-01-09T00:41:35  *** t7 has quit IRC
 22 2016-01-09T00:42:33  *** paracyst has joined #bitcoin-dev
 23 2016-01-09T00:45:47  *** zmachine has quit IRC
 24 2016-01-09T00:47:14  *** zmachine has joined #bitcoin-dev
 25 2016-01-09T00:47:31  *** paracyst has quit IRC
 26 2016-01-09T00:49:33  *** AtnevRed has joined #bitcoin-dev
 27 2016-01-09T00:49:36  *** benrcole1 has left #bitcoin-dev
 28 2016-01-09T00:53:08  *** kgk has joined #bitcoin-dev
 29 2016-01-09T00:53:32  *** jgarzik has quit IRC
 30 2016-01-09T00:53:52  *** xss has joined #bitcoin-dev
 31 2016-01-09T00:54:19  *** AtnevRed has quit IRC
 32 2016-01-09T00:54:30  *** Newyorkadam has joined #bitcoin-dev
 33 2016-01-09T00:55:44  *** brg444 has quit IRC
 34 2016-01-09T00:57:47  *** paracyst has joined #bitcoin-dev
 35 2016-01-09T01:00:08  *** kgk has quit IRC
 36 2016-01-09T01:01:21  *** jtimon has quit IRC
 37 2016-01-09T01:01:22  *** jgarzik has joined #bitcoin-dev
 38 2016-01-09T01:01:22  *** jgarzik has joined #bitcoin-dev
 39 2016-01-09T01:04:28  *** benrcole has joined #bitcoin-dev
 40 2016-01-09T01:04:57  *** xss has quit IRC
 41 2016-01-09T01:16:02  *** dabura667 has joined #bitcoin-dev
 42 2016-01-09T01:23:58  *** won9 has quit IRC
 43 2016-01-09T01:25:16  *** jcorgan is now known as jcorgan|away
 44 2016-01-09T01:25:38  *** benrcole has left #bitcoin-dev
 45 2016-01-09T01:30:18  <Chris_Stewart_5> sipa: Are OP_CODESEPARATOR just represented by spaces inside of the 'asm' script?
 46 2016-01-09T01:31:38  <Luke-Jr> Chris_Stewart_5: OP_CODESEPARATOR is unlikely to be in any script you see
 47 2016-01-09T01:33:10  <Chris_Stewart_5> Luke-Jr: I'm readying about OP_CHECKSIG here and they mention OP_CODESEPARATOR
 48 2016-01-09T01:33:12  <Chris_Stewart_5> https://en.bitcoin.it/wiki/OP_CHECKSIG
 49 2016-01-09T01:33:23  <Luke-Jr> doesn't mean it's ever used
 50 2016-01-09T01:35:32  *** oneeman has quit IRC
 51 2016-01-09T01:36:05  <Luke-Jr> Chris_Stewart_5: check out getrawtransactoin eb3b82c0884e3efa6d8b0be55b4915eb20be124c9766245bcc7f34fdac32bccb 1
 52 2016-01-09T01:36:26  *** warptangent_ has quit IRC
 53 2016-01-09T01:36:27  <Luke-Jr> it second input uses it
 54 2016-01-09T01:36:31  <Luke-Jr> its*
 55 2016-01-09T01:37:41  *** tjader has quit IRC
 56 2016-01-09T01:37:50  *** Cryo has joined #bitcoin-dev
 57 2016-01-09T01:38:16  <Chris_Stewart_5> Luke-Jr: so this is part of the documentation, i missed it the first time I read thorugh it "If there is no OP_CODESEPARATOR the entire script becomes the subscript (hereby referred to as subScript)"
 58 2016-01-09T01:38:30  <Luke-Jr> right
 59 2016-01-09T01:38:31  <Chris_Stewart_5> is this the entire scriptPubKey?
 60 2016-01-09T01:39:02  <Chris_Stewart_5> for instance
 61 2016-01-09T01:39:10  <sipa> yes
 62 2016-01-09T01:39:16  <Luke-Jr> it's whatever script is being executed
 63 2016-01-09T01:39:17  <Chris_Stewart_5> OP_DUP OP_HASH160 90888c92a4754a5ab9463f132b141f64998a3bb2 OP_EQUALVERIFY OP_CHECKSIG
 64 2016-01-09T01:39:26  <Chris_Stewart_5> the entire 'subscript' would be OP_DUP OP_HASH160 90888c92a4754a5ab9463f132b141f64998a3bb2 OP_EQUALVERIFY OP_CHECKSIG
 65 2016-01-09T01:39:30  <Luke-Jr> if OP_CHECKSIG appears in scriptSig, it's scriptSig ;)
 66 2016-01-09T01:40:43  *** p660r has quit IRC
 67 2016-01-09T01:42:17  <Chris_Stewart_5> I have to be as explicit as possible on these things when I'm trying to teach myself or else I get confused :-). Thanks for helping some one out on a friday night
 68 2016-01-09T01:42:44  *** tjader has joined #bitcoin-dev
 69 2016-01-09T01:42:55  <Luke-Jr> Chris_Stewart_5: don't rely on the documentation to be complete.
 70 2016-01-09T01:43:56  *** warptangent has joined #bitcoin-dev
 71 2016-01-09T01:43:57  <Chris_Stewart_5> Luke-Jr: Are you aware of any implementations of script in a pure functional style?
 72 2016-01-09T01:46:40  <Luke-Jr> hmm, the Haskell one.. was it called Purecoin I think?
 73 2016-01-09T01:46:53  <Luke-Jr> no, that looks like a scamcoin :/
 74 2016-01-09T01:47:29  <Luke-Jr> BUT, it's going to be a reimplementation, which may have unknown bugs
 75 2016-01-09T01:47:36  <Luke-Jr> so no better than the documentation
 76 2016-01-09T01:47:46  *** won9 has joined #bitcoin-dev
 77 2016-01-09T01:48:35  *** oneeman has joined #bitcoin-dev
 78 2016-01-09T01:48:43  <Chris_Stewart_5> Luke-Jr: I'm going to try and do one in Scala - more for a learning exercise than anything else. Going to use Bitcoinj for a the underlying crypto stuff
 79 2016-01-09T01:52:18  *** d_t has quit IRC
 80 2016-01-09T01:56:57  <Luke-Jr> Chris_Stewart_5: cool. as a rule of thumb, if you don't discover a new consensus rule nobody else knows about, you probably have bugs ;p
 81 2016-01-09T01:57:26  *** murch has quit IRC
 82 2016-01-09T01:58:25  <Chris_Stewart_5> Or you know... we could just change bitcon's consensus rulres to be whatever code I write :p
 83 2016-01-09T01:58:29  *** mrkent has quit IRC
 84 2016-01-09T01:59:03  <Chris_Stewart_5> Seriously though, has there been any work done to like put the consensus rules into some sort of portable format where it could be applied to test various bitcoin libraries?
 85 2016-01-09T01:59:38  <Chris_Stewart_5> agnostic of programming language?
 86 2016-01-09T02:02:22  <Luke-Jr> Chris_Stewart_5: not enough
 87 2016-01-09T02:02:43  <Luke-Jr> Chris_Stewart_5: and considering humans don't know how to do it, it's not a trivial task
 88 2016-01-09T02:03:02  <Luke-Jr> the 0.8.0 bug couldn't have been tested for in advance
 89 2016-01-09T02:05:12  *** shesek has joined #bitcoin-dev
 90 2016-01-09T02:05:36  <Chris_Stewart_5> Luke-Jr: so I'm trying to dig through the archives, that bug had something to do with block size? 'Unenforced block protocol rule'?
 91 2016-01-09T02:06:20  *** airbreather has quit IRC
 92 2016-01-09T02:06:42  *** iv3c has quit IRC
 93 2016-01-09T02:07:06  <Luke-Jr> Chris_Stewart_5: indirectly; it was a limit on number of BDB locks that could be used by a block's update
 94 2016-01-09T02:07:21  *** airbreather has joined #bitcoin-dev
 95 2016-01-09T02:07:43  <Luke-Jr> Chris_Stewart_5: a more-impossible-to-test-for hypothetical bug, would be if the UTXO database failed to store a particular txid without giving an error
 96 2016-01-09T02:08:35  <Chris_Stewart_5> Luke-Jr: so the txid would be valid in the blockchain but the utxo database would have no knowledge that the utxo was spent and a new one had been created?
 97 2016-01-09T02:09:00  *** iv3c has joined #bitcoin-dev
 98 2016-01-09T02:16:27  *** brson has quit IRC
 99 2016-01-09T02:16:59  *** brson has joined #bitcoin-dev
100 2016-01-09T02:19:11  *** brson has quit IRC
101 2016-01-09T02:19:24  *** one_zero has joined #bitcoin-dev
102 2016-01-09T02:24:32  *** blueness has quit IRC
103 2016-01-09T02:26:04  *** Newyorkadam has quit IRC
104 2016-01-09T02:28:03  *** cypherblock has joined #bitcoin-dev
105 2016-01-09T02:28:20  *** Ylbam has quit IRC
106 2016-01-09T02:29:20  *** CheckDavid has quit IRC
107 2016-01-09T02:33:09  *** rnvk has joined #bitcoin-dev
108 2016-01-09T02:37:37  *** Newyorkadam has joined #bitcoin-dev
109 2016-01-09T02:38:39  *** blueness has joined #bitcoin-dev
110 2016-01-09T02:43:51  *** Ahmed90 has quit IRC
111 2016-01-09T02:48:16  *** Aido has quit IRC
112 2016-01-09T02:48:32  *** Aido has joined #bitcoin-dev
113 2016-01-09T02:50:12  *** AtnevRed has joined #bitcoin-dev
114 2016-01-09T02:52:03  *** cypherblock has quit IRC
115 2016-01-09T02:53:47  *** stevenroose has quit IRC
116 2016-01-09T02:53:47  *** stevenroose|BNC is now known as stevenroose
117 2016-01-09T02:55:11  *** AtnevRed has quit IRC
118 2016-01-09T02:56:31  *** kgk has joined #bitcoin-dev
119 2016-01-09T02:58:40  *** Dr-G2 has joined #bitcoin-dev
120 2016-01-09T02:58:41  *** Dr-G has quit IRC
121 2016-01-09T03:01:06  *** kgk has quit IRC
122 2016-01-09T03:01:26  *** caktux_ has joined #bitcoin-dev
123 2016-01-09T03:09:32  *** CubicEar_ has joined #bitcoin-dev
124 2016-01-09T03:11:39  *** jgarzik has quit IRC
125 2016-01-09T03:11:39  *** mnk has quit IRC
126 2016-01-09T03:11:39  *** Squidicc has quit IRC
127 2016-01-09T03:11:39  *** odlD2 has quit IRC
128 2016-01-09T03:11:39  *** Chris_Stewart_5 has quit IRC
129 2016-01-09T03:11:39  *** aulait has quit IRC
130 2016-01-09T03:11:40  *** droark has quit IRC
131 2016-01-09T03:11:40  *** Emcy has quit IRC
132 2016-01-09T03:11:40  *** Madars has quit IRC
133 2016-01-09T03:11:40  *** B0g4r7_ has quit IRC
134 2016-01-09T03:11:40  *** luigi1111w has quit IRC
135 2016-01-09T03:11:41  *** ItSANgo has quit IRC
136 2016-01-09T03:11:41  *** MoALTz has quit IRC
137 2016-01-09T03:11:41  *** Apexseals has quit IRC
138 2016-01-09T03:11:41  *** thermoman has quit IRC
139 2016-01-09T03:11:41  *** gijensen has quit IRC
140 2016-01-09T03:11:41  *** harding has quit IRC
141 2016-01-09T03:11:41  *** caktux has quit IRC
142 2016-01-09T03:11:42  *** BrainOverfl0w has quit IRC
143 2016-01-09T03:11:42  *** Anduck has quit IRC
144 2016-01-09T03:11:42  *** dabb has quit IRC
145 2016-01-09T03:11:42  *** altgribble has quit IRC
146 2016-01-09T03:11:42  *** _fortis has quit IRC
147 2016-01-09T03:11:42  *** Sporklin has quit IRC
148 2016-01-09T03:11:42  *** gzb has quit IRC
149 2016-01-09T03:11:42  *** bd_ has quit IRC
150 2016-01-09T03:11:42  *** merlincorey has quit IRC
151 2016-01-09T03:11:43  *** cashmen has quit IRC
152 2016-01-09T03:11:43  *** tekto has quit IRC
153 2016-01-09T03:11:43  *** caktux_ is now known as caktux
154 2016-01-09T03:11:55  *** CubicEarth has quit IRC
155 2016-01-09T03:13:33  *** roconnor has joined #bitcoin-dev
156 2016-01-09T03:15:32  *** mnk has joined #bitcoin-dev
157 2016-01-09T03:17:23  *** CubicEar_ has quit IRC
158 2016-01-09T03:18:16  *** CubicEarth has joined #bitcoin-dev
159 2016-01-09T03:19:41  *** Madars has joined #bitcoin-dev
160 2016-01-09T03:19:45  *** Chris_Stewart_5 has joined #bitcoin-dev
161 2016-01-09T03:19:57  *** thermoman has joined #bitcoin-dev
162 2016-01-09T03:20:05  *** Emcy has joined #bitcoin-dev
163 2016-01-09T03:20:05  *** Emcy has joined #bitcoin-dev
164 2016-01-09T03:20:57  *** rolandnsharp has quit IRC
165 2016-01-09T03:21:10  *** rolandnsharp has joined #bitcoin-dev
166 2016-01-09T03:22:11  *** gijensen has joined #bitcoin-dev
167 2016-01-09T03:22:11  *** dabb has joined #bitcoin-dev
168 2016-01-09T03:22:11  *** jgarzik has joined #bitcoin-dev
169 2016-01-09T03:22:11  *** odlD2 has joined #bitcoin-dev
170 2016-01-09T03:22:11  *** aulait has joined #bitcoin-dev
171 2016-01-09T03:22:11  *** B0g4r7_ has joined #bitcoin-dev
172 2016-01-09T03:22:11  *** luigi1111w has joined #bitcoin-dev
173 2016-01-09T03:22:11  *** ItSANgo has joined #bitcoin-dev
174 2016-01-09T03:22:11  *** merlincorey has joined #bitcoin-dev
175 2016-01-09T03:22:11  *** Apexseals has joined #bitcoin-dev
176 2016-01-09T03:22:11  *** harding has joined #bitcoin-dev
177 2016-01-09T03:22:11  *** altgribble has joined #bitcoin-dev
178 2016-01-09T03:22:11  *** _fortis has joined #bitcoin-dev
179 2016-01-09T03:22:11  *** Sporklin has joined #bitcoin-dev
180 2016-01-09T03:22:11  *** gzb has joined #bitcoin-dev
181 2016-01-09T03:22:11  *** bd_ has joined #bitcoin-dev
182 2016-01-09T03:22:11  *** cashmen has joined #bitcoin-dev
183 2016-01-09T03:22:11  *** tekto has joined #bitcoin-dev
184 2016-01-09T03:24:59  *** Anduck has joined #bitcoin-dev
185 2016-01-09T03:25:03  *** BrainOverfl0w has joined #bitcoin-dev
186 2016-01-09T03:25:26  *** zmanian_ has quit IRC
187 2016-01-09T03:26:38  *** zmanian_ has joined #bitcoin-dev
188 2016-01-09T03:27:41  *** jarkinox has joined #bitcoin-dev
189 2016-01-09T03:36:34  *** CubicEarth has quit IRC
190 2016-01-09T03:36:52  *** Squidicuz has joined #bitcoin-dev
191 2016-01-09T03:37:50  *** {prosody} is now known as prosody
192 2016-01-09T03:39:27  *** CubicEarth has joined #bitcoin-dev
193 2016-01-09T03:44:15  *** blueness has quit IRC
194 2016-01-09T03:46:46  *** bit2017 has quit IRC
195 2016-01-09T03:49:13  *** Subo1977 has joined #bitcoin-dev
196 2016-01-09T03:51:45  *** Delta_ has quit IRC
197 2016-01-09T03:56:16  *** jgarzik has quit IRC
198 2016-01-09T03:57:10  *** jgarzik has joined #bitcoin-dev
199 2016-01-09T03:57:11  *** jgarzik has quit IRC
200 2016-01-09T03:57:11  *** jgarzik has joined #bitcoin-dev
201 2016-01-09T03:57:26  *** tjader has quit IRC
202 2016-01-09T04:00:16  *** patcon has joined #bitcoin-dev
203 2016-01-09T04:01:28  *** tjader has joined #bitcoin-dev
204 2016-01-09T04:05:19  *** blueness has joined #bitcoin-dev
205 2016-01-09T04:09:50  *** blueness has quit IRC
206 2016-01-09T04:13:46  *** won9 has quit IRC
207 2016-01-09T04:16:10  *** mnk has quit IRC
208 2016-01-09T04:16:24  *** castlelore has quit IRC
209 2016-01-09T04:16:48  *** castlelore has joined #bitcoin-dev
210 2016-01-09T04:16:57  *** castlelore has joined #bitcoin-dev
211 2016-01-09T04:17:02  *** jaromil has joined #bitcoin-dev
212 2016-01-09T04:18:06  *** castlelore has quit IRC
213 2016-01-09T04:18:24  *** castlelore has joined #bitcoin-dev
214 2016-01-09T04:18:24  *** castlelore has joined #bitcoin-dev
215 2016-01-09T04:18:49  *** castlelore has joined #bitcoin-dev
216 2016-01-09T04:18:49  *** castlelore has joined #bitcoin-dev
217 2016-01-09T04:19:45  *** codice has quit IRC
218 2016-01-09T04:20:43  *** Zifre has joined #bitcoin-dev
219 2016-01-09T04:21:21  *** belcher has quit IRC
220 2016-01-09T04:21:42  *** codice has joined #bitcoin-dev
221 2016-01-09T04:21:49  *** freewil has quit IRC
222 2016-01-09T04:22:08  *** mnk has joined #bitcoin-dev
223 2016-01-09T04:23:15  *** TheSeven has quit IRC
224 2016-01-09T04:24:58  *** TheSeven has joined #bitcoin-dev
225 2016-01-09T04:26:22  *** castlelore has quit IRC
226 2016-01-09T04:26:37  *** castlelore has joined #bitcoin-dev
227 2016-01-09T04:26:37  *** castlelore has joined #bitcoin-dev
228 2016-01-09T04:27:57  *** CubicEarth has quit IRC
229 2016-01-09T04:33:42  *** CubicEarth has joined #bitcoin-dev
230 2016-01-09T04:34:15  *** Chris_Stewart_5 has quit IRC
231 2016-01-09T04:37:49  *** Zifre has quit IRC
232 2016-01-09T04:40:37  *** CubicEarth has quit IRC
233 2016-01-09T04:41:02  *** ceejep has quit IRC
234 2016-01-09T04:44:02  *** ceejep has joined #bitcoin-dev
235 2016-01-09T04:49:00  *** unicodesnowman has joined #bitcoin-dev
236 2016-01-09T04:51:11  *** AtnevRed has joined #bitcoin-dev
237 2016-01-09T04:56:03  *** AtnevRed has quit IRC
238 2016-01-09T04:56:45  *** jarkinox has quit IRC
239 2016-01-09T04:57:19  *** neozaru has quit IRC
240 2016-01-09T04:57:29  *** kgk has joined #bitcoin-dev
241 2016-01-09T04:58:55  *** fkhan_ has quit IRC
242 2016-01-09T04:59:11  *** Skirmant has quit IRC
243 2016-01-09T04:59:21  *** melik has joined #bitcoin-dev
244 2016-01-09T05:01:12  *** CubicEarth has joined #bitcoin-dev
245 2016-01-09T05:02:22  *** kgk has quit IRC
246 2016-01-09T05:15:08  *** fkhan_ has joined #bitcoin-dev
247 2016-01-09T05:15:21  *** davec has quit IRC
248 2016-01-09T05:15:54  *** davec has joined #bitcoin-dev
249 2016-01-09T05:27:08  *** tjader has quit IRC
250 2016-01-09T05:33:01  *** tjader has joined #bitcoin-dev
251 2016-01-09T05:33:11  *** Giszmo has quit IRC
252 2016-01-09T05:36:49  *** oneeman has quit IRC
253 2016-01-09T05:43:26  *** DigiByteDev has joined #bitcoin-dev
254 2016-01-09T05:46:54  *** d_t has joined #bitcoin-dev
255 2016-01-09T05:47:31  *** DigiByteDev has quit IRC
256 2016-01-09T05:48:00  *** blueness has joined #bitcoin-dev
257 2016-01-09T05:57:18  *** Belxjander has quit IRC
258 2016-01-09T05:58:41  *** DigiByteDev has joined #bitcoin-dev
259 2016-01-09T06:05:26  *** won9 has joined #bitcoin-dev
260 2016-01-09T06:07:03  *** DigiByteDev has quit IRC
261 2016-01-09T06:07:27  *** Belxjander has joined #bitcoin-dev
262 2016-01-09T06:09:04  *** iv3c has quit IRC
263 2016-01-09T06:13:02  *** Alopex has quit IRC
264 2016-01-09T06:13:46  *** Alopex has joined #bitcoin-dev
265 2016-01-09T06:14:02  *** iv3c has joined #bitcoin-dev
266 2016-01-09T06:17:45  <unicodesnowman> Is there any reason why checkpoints haven't been updated for years?
267 2016-01-09T06:18:08  *** Belxjander has quit IRC
268 2016-01-09T06:25:59  *** won9 has quit IRC
269 2016-01-09T06:26:46  *** moa has quit IRC
270 2016-01-09T06:26:50  <sipa> unicodesnowman: we plan to get rid of them and replace with a mechanism that doesn't need manual updating
271 2016-01-09T06:27:14  <sipa> also, signature verification was just made several times faster in 0.12
272 2016-01-09T06:28:14  *** Belxjander has joined #bitcoin-dev
273 2016-01-09T06:28:30  *** patcon has quit IRC
274 2016-01-09T06:28:58  *** owlhooter has quit IRC
275 2016-01-09T06:29:08  *** owlhooter_g has joined #bitcoin-dev
276 2016-01-09T06:29:08  *** owlhooter_g is now known as owlhooter
277 2016-01-09T06:30:15  *** moa has joined #bitcoin-dev
278 2016-01-09T06:31:21  *** won9 has joined #bitcoin-dev
279 2016-01-09T06:33:46  <unicodesnowman> thanks sipa
280 2016-01-09T06:35:14  *** tripleslash has joined #bitcoin-dev
281 2016-01-09T06:36:53  *** d_t has quit IRC
282 2016-01-09T06:37:32  *** chmod755 has quit IRC
283 2016-01-09T06:40:36  *** d_t has joined #bitcoin-dev
284 2016-01-09T06:42:35  *** Belxjander has quit IRC
285 2016-01-09T06:42:50  *** nibbler_ has quit IRC
286 2016-01-09T06:42:57  *** nibbler has joined #bitcoin-dev
287 2016-01-09T06:49:48  *** Belxjander has joined #bitcoin-dev
288 2016-01-09T06:51:55  *** AtnevRed has joined #bitcoin-dev
289 2016-01-09T06:54:16  *** ThomasV has joined #bitcoin-dev
290 2016-01-09T06:56:27  *** AtnevRed has quit IRC
291 2016-01-09T06:58:42  *** kgk has joined #bitcoin-dev
292 2016-01-09T06:58:47  *** tjader has quit IRC
293 2016-01-09T06:59:10  *** d_t has quit IRC
294 2016-01-09T07:00:44  *** Belxjander has quit IRC
295 2016-01-09T07:01:58  *** arowser has quit IRC
296 2016-01-09T07:02:25  *** arowser has joined #bitcoin-dev
297 2016-01-09T07:03:09  *** kgk has quit IRC
298 2016-01-09T07:03:16  *** blueness has quit IRC
299 2016-01-09T07:03:16  *** blueness has joined #bitcoin-dev
300 2016-01-09T07:03:28  *** blueness has quit IRC
301 2016-01-09T07:03:38  *** tjader has joined #bitcoin-dev
302 2016-01-09T07:03:54  *** blueness has joined #bitcoin-dev
303 2016-01-09T07:06:47  *** kadoban has quit IRC
304 2016-01-09T07:06:52  *** d_t has joined #bitcoin-dev
305 2016-01-09T07:06:56  *** d_t has quit IRC
306 2016-01-09T07:07:28  *** d_t has joined #bitcoin-dev
307 2016-01-09T07:07:33  *** d_t has quit IRC
308 2016-01-09T07:08:01  *** d_t has joined #bitcoin-dev
309 2016-01-09T07:08:19  *** tripleslash_k has joined #bitcoin-dev
310 2016-01-09T07:08:29  *** jtimon has joined #bitcoin-dev
311 2016-01-09T07:09:14  *** unicodesnowman has quit IRC
312 2016-01-09T07:11:16  *** tripleslash has quit IRC
313 2016-01-09T07:12:06  *** Belxjander has joined #bitcoin-dev
314 2016-01-09T07:15:03  *** patcon has joined #bitcoin-dev
315 2016-01-09T07:21:48  *** hashtagg_ has joined #bitcoin-dev
316 2016-01-09T07:21:50  *** hashtagg has joined #bitcoin-dev
317 2016-01-09T07:22:43  *** d_t has quit IRC
318 2016-01-09T07:24:50  *** hashtag_ has quit IRC
319 2016-01-09T07:25:10  *** hashtag has quit IRC
320 2016-01-09T07:27:55  *** grassass has quit IRC
321 2016-01-09T07:30:13  *** jtimon has quit IRC
322 2016-01-09T07:30:29  *** phraust has quit IRC
323 2016-01-09T07:31:10  *** jaromil has quit IRC
324 2016-01-09T07:31:10  *** jaromil has joined #bitcoin-dev
325 2016-01-09T07:32:12  *** Belxjander has quit IRC
326 2016-01-09T07:33:25  *** Belxjander has joined #bitcoin-dev
327 2016-01-09T07:47:01  *** Alopex has quit IRC
328 2016-01-09T07:47:46  *** Alopex has joined #bitcoin-dev
329 2016-01-09T07:49:47  *** bit2017 has joined #bitcoin-dev
330 2016-01-09T07:50:36  *** Belxjander has quit IRC
331 2016-01-09T07:50:36  *** DougieBot5000 has joined #bitcoin-dev
332 2016-01-09T07:50:42  *** c0rw1n has quit IRC
333 2016-01-09T07:50:43  *** Ylbam has joined #bitcoin-dev
334 2016-01-09T07:51:21  *** c0rw1n has joined #bitcoin-dev
335 2016-01-09T07:55:04  *** jtimon has joined #bitcoin-dev
336 2016-01-09T07:55:43  *** Belxjander has joined #bitcoin-dev
337 2016-01-09T08:00:07  *** melik has quit IRC
338 2016-01-09T08:00:16  *** blueness has quit IRC
339 2016-01-09T08:00:16  *** blueness has joined #bitcoin-dev
340 2016-01-09T08:01:08  *** melik has joined #bitcoin-dev
341 2016-01-09T08:01:26  *** ThomasV has quit IRC
342 2016-01-09T08:03:12  *** jtimon has quit IRC
343 2016-01-09T08:05:31  *** melik has quit IRC
344 2016-01-09T08:08:24  *** hashtag_ has joined #bitcoin-dev
345 2016-01-09T08:08:51  *** metalcamp has joined #bitcoin-dev
346 2016-01-09T08:11:38  *** hashtagg_ has quit IRC
347 2016-01-09T08:13:48  *** CubicEarth has quit IRC
348 2016-01-09T08:21:10  *** GGuyZ has quit IRC
349 2016-01-09T08:22:37  *** CubicEarth has joined #bitcoin-dev
350 2016-01-09T08:29:08  *** tjader has quit IRC
351 2016-01-09T08:33:16  *** tjader has joined #bitcoin-dev
352 2016-01-09T08:37:46  *** DigiByteDev has joined #bitcoin-dev
353 2016-01-09T08:38:25  *** GGuyZ has joined #bitcoin-dev
354 2016-01-09T08:45:50  *** DigiByteDev has quit IRC
355 2016-01-09T08:46:34  *** DigiByteDev has joined #bitcoin-dev
356 2016-01-09T08:52:45  *** AtnevRed has joined #bitcoin-dev
357 2016-01-09T08:55:13  *** ThomasV has joined #bitcoin-dev
358 2016-01-09T08:57:47  *** AtnevRed has quit IRC
359 2016-01-09T09:01:22  *** dabura667 has quit IRC
360 2016-01-09T09:04:10  *** G1lius has joined #bitcoin-dev
361 2016-01-09T09:08:01  *** DigiByteDev has quit IRC
362 2016-01-09T09:16:00  *** CD0x23 has joined #bitcoin-dev
363 2016-01-09T09:19:16  *** CD0x23 has quit IRC
364 2016-01-09T09:20:01  *** benrcole has joined #bitcoin-dev
365 2016-01-09T09:22:04  *** gielbier has quit IRC
366 2016-01-09T09:26:13  *** patcon has quit IRC
367 2016-01-09T09:32:01  *** Alopex has quit IRC
368 2016-01-09T09:32:46  *** Alopex has joined #bitcoin-dev
369 2016-01-09T09:41:24  *** sparetire_ has quit IRC
370 2016-01-09T09:42:23  *** Guyver2 has joined #bitcoin-dev
371 2016-01-09T09:46:24  *** ginseng has joined #bitcoin-dev
372 2016-01-09T09:53:31  *** trippysalmon has joined #bitcoin-dev
373 2016-01-09T09:54:26  *** tripleslash_k has quit IRC
374 2016-01-09T09:58:50  *** tjader has quit IRC
375 2016-01-09T09:59:10  *** supasonic has quit IRC
376 2016-01-09T10:02:01  *** Alopex has quit IRC
377 2016-01-09T10:02:47  *** Alopex has joined #bitcoin-dev
378 2016-01-09T10:02:53  *** tjader has joined #bitcoin-dev
379 2016-01-09T10:04:18  *** roconnor has quit IRC
380 2016-01-09T10:06:46  *** jtimon has joined #bitcoin-dev
381 2016-01-09T10:07:08  *** iv3c has quit IRC
382 2016-01-09T10:09:00  *** iv3c has joined #bitcoin-dev
383 2016-01-09T10:12:27  *** benrcole1 has joined #bitcoin-dev
384 2016-01-09T10:13:07  *** chjj has quit IRC
385 2016-01-09T10:13:38  *** chjj has joined #bitcoin-dev
386 2016-01-09T10:14:42  *** benrcole has quit IRC
387 2016-01-09T10:20:01  *** GAit has quit IRC
388 2016-01-09T10:29:01  *** _yoy_ has quit IRC
389 2016-01-09T10:30:24  *** _yoy_ has joined #bitcoin-dev
390 2016-01-09T10:47:11  *** Aridmango has joined #bitcoin-dev
391 2016-01-09T10:53:41  *** AtnevRed has joined #bitcoin-dev
392 2016-01-09T10:58:11  *** AtnevRed has quit IRC
393 2016-01-09T11:00:44  *** kgk has joined #bitcoin-dev
394 2016-01-09T11:02:40  *** ThomasV has quit IRC
395 2016-01-09T11:04:44  *** Xaero91 has joined #bitcoin-dev
396 2016-01-09T11:04:45  *** Xaero91 has joined #bitcoin-dev
397 2016-01-09T11:05:50  *** kgk has quit IRC
398 2016-01-09T11:07:09  *** mnk has quit IRC
399 2016-01-09T11:10:19  *** jaclupi has quit IRC
400 2016-01-09T11:11:01  *** akrmn has joined #bitcoin-dev
401 2016-01-09T11:12:40  *** ceejep has quit IRC
402 2016-01-09T11:14:21  *** jaclupi has joined #bitcoin-dev
403 2016-01-09T11:15:07  *** EagleTM has joined #bitcoin-dev
404 2016-01-09T11:21:03  *** EagleTM has left #bitcoin-dev
405 2016-01-09T11:25:30  *** AaronvanW has joined #bitcoin-dev
406 2016-01-09T11:26:35  *** jaclupi has quit IRC
407 2016-01-09T11:28:32  *** tjader has quit IRC
408 2016-01-09T11:34:00  *** tjader has joined #bitcoin-dev
409 2016-01-09T11:34:25  *** moa has quit IRC
410 2016-01-09T11:35:49  *** jaclupi has joined #bitcoin-dev
411 2016-01-09T11:40:01  *** Alopex has quit IRC
412 2016-01-09T11:40:35  *** phish has quit IRC
413 2016-01-09T11:40:47  *** Alopex has joined #bitcoin-dev
414 2016-01-09T11:43:54  *** mnk has joined #bitcoin-dev
415 2016-01-09T11:44:14  *** Aridmango has quit IRC
416 2016-01-09T11:45:48  *** ThomasV has joined #bitcoin-dev
417 2016-01-09T11:47:39  *** jaclupi has quit IRC
418 2016-01-09T11:49:26  *** Elglobo has quit IRC
419 2016-01-09T11:49:48  *** Elglobo has joined #bitcoin-dev
420 2016-01-09T11:50:10  *** one_zero has quit IRC
421 2016-01-09T11:51:16  *** jaclupi has joined #bitcoin-dev
422 2016-01-09T11:58:52  *** jtimon has quit IRC
423 2016-01-09T12:00:17  *** GGuyZ has quit IRC
424 2016-01-09T12:04:24  *** GGuyZ has joined #bitcoin-dev
425 2016-01-09T12:06:14  *** Belxjander has quit IRC
426 2016-01-09T12:09:26  *** Belxjander has joined #bitcoin-dev
427 2016-01-09T12:13:52  *** ginseng has quit IRC
428 2016-01-09T12:16:45  *** btcbandit has joined #bitcoin-dev
429 2016-01-09T12:20:41  *** btcbandit has quit IRC
430 2016-01-09T12:23:14  *** akrmn has quit IRC
431 2016-01-09T12:25:35  *** Guyver2 has quit IRC
432 2016-01-09T12:28:55  *** Belxjander has quit IRC
433 2016-01-09T12:29:51  *** btccharm has joined #bitcoin-dev
434 2016-01-09T12:32:56  *** PK_ has joined #bitcoin-dev
435 2016-01-09T12:33:38  *** PK_ is now known as PK
436 2016-01-09T12:35:33  *** Belxjander has joined #bitcoin-dev
437 2016-01-09T12:38:47  *** won9 has quit IRC
438 2016-01-09T12:50:44  *** murch has joined #bitcoin-dev
439 2016-01-09T12:53:00  *** btccharm has quit IRC
440 2016-01-09T12:54:23  *** AtnevRed has joined #bitcoin-dev
441 2016-01-09T12:56:34  *** OneMiner has joined #bitcoin-dev
442 2016-01-09T12:59:03  *** AtnevRed has quit IRC
443 2016-01-09T12:59:32  *** tjader has quit IRC
444 2016-01-09T13:01:32  *** benrcole1 has quit IRC
445 2016-01-09T13:02:16  *** Belxjander has quit IRC
446 2016-01-09T13:03:37  *** tjader has joined #bitcoin-dev
447 2016-01-09T13:04:57  *** murch has quit IRC
448 2016-01-09T13:08:30  *** Belxjander has joined #bitcoin-dev
449 2016-01-09T13:09:36  *** GGuyZ has quit IRC
450 2016-01-09T13:13:54  *** brg444 has joined #bitcoin-dev
451 2016-01-09T13:15:30  *** GAit has joined #bitcoin-dev
452 2016-01-09T13:17:26  *** Belxjander has quit IRC
453 2016-01-09T13:19:41  *** Belxjander has joined #bitcoin-dev
454 2016-01-09T13:27:10  <NicolasDorier> will it be possible to use service field of the Version message instead of  'havewitness' to announce witness support ? If you code a bot which wants to connect to a peer supporting witness, if you do it like now, then the bot must do the handshake and wait an indefinite time. This will make segwit peer discovery significantly slower.
455 2016-01-09T13:29:17  *** benrcole has joined #bitcoin-dev
456 2016-01-09T13:29:49  *** Belxjander has quit IRC
457 2016-01-09T13:34:10  *** GGuyZ has joined #bitcoin-dev
458 2016-01-09T13:35:25  *** Belxjander has joined #bitcoin-dev
459 2016-01-09T13:39:01  *** GGuyZ has quit IRC
460 2016-01-09T13:40:43  *** execute_ is now known as execute
461 2016-01-09T13:40:45  *** execute has joined #bitcoin-dev
462 2016-01-09T13:41:31  *** benrcole has quit IRC
463 2016-01-09T13:42:21  *** nibbler has quit IRC
464 2016-01-09T13:43:09  *** ThomasV has quit IRC
465 2016-01-09T13:47:04  *** oneeman has joined #bitcoin-dev
466 2016-01-09T13:50:11  <G1lius> IF anyone is relying on mail-archive.com for the mailing-list, it seems to have missed Luke-Jr's new BIP editor mail http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-January/012197.html
467 2016-01-09T13:51:26  *** benrcole has joined #bitcoin-dev
468 2016-01-09T13:53:02  *** treaki_ has joined #bitcoin-dev
469 2016-01-09T14:05:39  *** treehug88 has joined #bitcoin-dev
470 2016-01-09T14:05:43  *** nibbler has joined #bitcoin-dev
471 2016-01-09T14:05:57  *** copumpkin has quit IRC
472 2016-01-09T14:06:31  *** copumpkin has joined #bitcoin-dev
473 2016-01-09T14:08:46  *** iv3c has quit IRC
474 2016-01-09T14:12:37  *** t7 has joined #bitcoin-dev
475 2016-01-09T14:13:57  *** iv3c has joined #bitcoin-dev
476 2016-01-09T14:16:34  *** benrcole has quit IRC
477 2016-01-09T14:17:35  *** AusteritySucks has quit IRC
478 2016-01-09T14:20:36  *** neozaru has joined #bitcoin-dev
479 2016-01-09T14:25:38  *** Belxjander has quit IRC
480 2016-01-09T14:28:03  *** jgarzik has quit IRC
481 2016-01-09T14:28:57  *** Chris_Stewart_5 has joined #bitcoin-dev
482 2016-01-09T14:29:14  *** tjader has quit IRC
483 2016-01-09T14:30:22  *** TheSeven has quit IRC
484 2016-01-09T14:30:25  *** Belxjander has joined #bitcoin-dev
485 2016-01-09T14:30:45  *** AusteritySucks has joined #bitcoin-dev
486 2016-01-09T14:30:50  *** TheSeven has joined #bitcoin-dev
487 2016-01-09T14:31:36  *** afk11 has joined #bitcoin-dev
488 2016-01-09T14:33:38  *** treehug88 has quit IRC
489 2016-01-09T14:34:15  *** tjader has joined #bitcoin-dev
490 2016-01-09T14:39:25  *** nibbler has quit IRC
491 2016-01-09T14:41:49  *** nibbler has joined #bitcoin-dev
492 2016-01-09T14:42:45  *** jgarzik has joined #bitcoin-dev
493 2016-01-09T14:49:34  *** arowser has quit IRC
494 2016-01-09T14:50:01  *** arowser has joined #bitcoin-dev
495 2016-01-09T14:50:17  *** d_t has joined #bitcoin-dev
496 2016-01-09T14:50:20  *** d_t has quit IRC
497 2016-01-09T14:55:30  *** AtnevRed has joined #bitcoin-dev
498 2016-01-09T14:58:03  *** laurentmt has joined #bitcoin-dev
499 2016-01-09T14:58:11  *** laurentmt has quit IRC
500 2016-01-09T14:59:55  *** AtnevRed has quit IRC
501 2016-01-09T15:03:26  *** kgk has joined #bitcoin-dev
502 2016-01-09T15:07:46  *** kgk has quit IRC
503 2016-01-09T15:17:35  *** arowser has quit IRC
504 2016-01-09T15:17:52  *** arowser has joined #bitcoin-dev
505 2016-01-09T15:27:45  *** afk11 has quit IRC
506 2016-01-09T15:31:18  *** IAmNotDorian has joined #bitcoin-dev
507 2016-01-09T15:31:19  *** IAmNotDorian has joined #bitcoin-dev
508 2016-01-09T15:34:29  *** Ahmed90 has joined #bitcoin-dev
509 2016-01-09T15:43:31  *** roidster has joined #bitcoin-dev
510 2016-01-09T15:45:10  *** afk11 has joined #bitcoin-dev
511 2016-01-09T15:47:22  *** rnvk has quit IRC
512 2016-01-09T15:53:08  *** Belxjander has quit IRC
513 2016-01-09T15:53:33  *** canth has joined #bitcoin-dev
514 2016-01-09T15:54:40  *** Belxjander has joined #bitcoin-dev
515 2016-01-09T15:56:10  *** Giszmo has joined #bitcoin-dev
516 2016-01-09T15:57:46  *** ceejep has joined #bitcoin-dev
517 2016-01-09T15:59:35  *** tjader has quit IRC
518 2016-01-09T16:00:28  *** jarkinox has joined #bitcoin-dev
519 2016-01-09T16:02:21  *** roconnor has joined #bitcoin-dev
520 2016-01-09T16:02:34  *** CheckDavid has joined #bitcoin-dev
521 2016-01-09T16:04:21  *** tjader has joined #bitcoin-dev
522 2016-01-09T16:10:02  *** jarkinox has quit IRC
523 2016-01-09T16:14:19  *** GAit has quit IRC
524 2016-01-09T16:15:10  *** GAit has joined #bitcoin-dev
525 2016-01-09T16:24:44  *** aj_ is now known as aj
526 2016-01-09T16:27:54  *** MoALTz has joined #bitcoin-dev
527 2016-01-09T16:28:07  *** ThomasV has joined #bitcoin-dev
528 2016-01-09T16:28:35  *** Chris_Stewart_5 has quit IRC
529 2016-01-09T16:29:12  *** mnk has quit IRC
530 2016-01-09T16:30:05  *** mnk has joined #bitcoin-dev
531 2016-01-09T16:42:03  *** Chris_Stewart_5 has joined #bitcoin-dev
532 2016-01-09T16:44:06  *** jtimon has joined #bitcoin-dev
533 2016-01-09T17:05:32  *** supasonic has joined #bitcoin-dev
534 2016-01-09T17:08:13  *** jaromil has quit IRC
535 2016-01-09T17:12:27  *** kadoban has joined #bitcoin-dev
536 2016-01-09T17:12:59  *** CubicEarth has quit IRC
537 2016-01-09T17:23:07  *** dustinm has quit IRC
538 2016-01-09T17:28:06  *** jaclupi has quit IRC
539 2016-01-09T17:29:56  *** tjader has quit IRC
540 2016-01-09T17:32:43  *** dustinm has joined #bitcoin-dev
541 2016-01-09T17:34:01  *** tjader has joined #bitcoin-dev
542 2016-01-09T17:35:55  *** agricocb has quit IRC
543 2016-01-09T17:41:32  *** BGL has quit IRC
544 2016-01-09T17:42:43  *** agricocb has joined #bitcoin-dev
545 2016-01-09T17:44:36  *** ThomasV has quit IRC
546 2016-01-09T17:46:24  *** melvster has quit IRC
547 2016-01-09T17:47:55  *** Emcy has quit IRC
548 2016-01-09T17:51:01  *** jarkinox has joined #bitcoin-dev
549 2016-01-09T17:59:11  *** PRab_ has quit IRC
550 2016-01-09T17:59:43  *** melvster has joined #bitcoin-dev
551 2016-01-09T18:06:56  *** hsmiths2 has quit IRC
552 2016-01-09T18:07:25  *** iv3c has quit IRC
553 2016-01-09T18:09:13  *** hsmiths has joined #bitcoin-dev
554 2016-01-09T18:10:34  *** iv3c has joined #bitcoin-dev
555 2016-01-09T18:10:38  *** agricocb has quit IRC
556 2016-01-09T18:10:53  *** BGL has joined #bitcoin-dev
557 2016-01-09T18:11:00  *** kgk has joined #bitcoin-dev
558 2016-01-09T18:12:26  *** mnk has quit IRC
559 2016-01-09T18:12:53  *** mnk has joined #bitcoin-dev
560 2016-01-09T18:15:14  *** GAit has quit IRC
561 2016-01-09T18:15:42  *** kgk has quit IRC
562 2016-01-09T18:22:57  *** belcher has joined #bitcoin-dev
563 2016-01-09T18:25:39  *** owlhooter has quit IRC
564 2016-01-09T18:26:43  *** xss has joined #bitcoin-dev
565 2016-01-09T18:30:34  *** devsaturn has joined #bitcoin-dev
566 2016-01-09T18:31:09  *** owlhooter has joined #bitcoin-dev
567 2016-01-09T18:33:15  *** xabbix__ has quit IRC
568 2016-01-09T18:35:13  *** rightrudder has joined #bitcoin-dev
569 2016-01-09T18:36:44  *** AusteritySucks has quit IRC
570 2016-01-09T18:38:51  *** sparetire_ has joined #bitcoin-dev
571 2016-01-09T18:39:29  *** kadoban has quit IRC
572 2016-01-09T18:39:35  *** rnvk has joined #bitcoin-dev
573 2016-01-09T18:39:50  *** PaulCapestany has quit IRC
574 2016-01-09T18:41:21  *** PaulCapestany has joined #bitcoin-dev
575 2016-01-09T18:43:48  *** Belxjander has quit IRC
576 2016-01-09T18:47:38  *** GAit has joined #bitcoin-dev
577 2016-01-09T18:49:04  *** AusteritySucks has joined #bitcoin-dev
578 2016-01-09T18:50:19  *** ThomasV has joined #bitcoin-dev
579 2016-01-09T18:51:33  *** Belxjander has joined #bitcoin-dev
580 2016-01-09T18:55:07  *** d_t has joined #bitcoin-dev
581 2016-01-09T18:56:49  *** AtnevRed has joined #bitcoin-dev
582 2016-01-09T18:59:20  *** MrHodl has quit IRC
583 2016-01-09T18:59:25  *** fuc has joined #bitcoin-dev
584 2016-01-09T18:59:38  *** tjader has quit IRC
585 2016-01-09T19:00:06  *** fuc has quit IRC
586 2016-01-09T19:01:52  *** AtnevRed has quit IRC
587 2016-01-09T19:02:56  *** Belxjander has quit IRC
588 2016-01-09T19:04:06  *** tjader has joined #bitcoin-dev
589 2016-01-09T19:06:28  *** JackH has joined #bitcoin-dev
590 2016-01-09T19:09:47  *** Belxjander has joined #bitcoin-dev
591 2016-01-09T19:11:49  *** prosody is now known as prsdy
592 2016-01-09T19:17:00  *** xss has quit IRC
593 2016-01-09T19:18:34  *** Burrito has joined #bitcoin-dev
594 2016-01-09T19:19:20  *** CheckDavid has quit IRC
595 2016-01-09T19:21:11  *** prsdy is now known as Prosody
596 2016-01-09T19:22:48  *** afk11 has quit IRC
597 2016-01-09T19:23:58  *** blueness has quit IRC
598 2016-01-09T19:24:54  *** belcher has quit IRC
599 2016-01-09T19:26:35  <Chris_Stewart_5> Is there any rules for telling when constants are in scripts compared to operations other than conventions (i.e. tx types) and guessing that if it doesn't match an op code it must be a constant?
600 2016-01-09T19:32:47  *** afk11 has joined #bitcoin-dev
601 2016-01-09T19:35:47  *** mrkent has joined #bitcoin-dev
602 2016-01-09T19:36:26  *** erasmospunk has joined #bitcoin-dev
603 2016-01-09T19:43:10  *** mrkent has quit IRC
604 2016-01-09T19:50:43  *** jaclupi has joined #bitcoin-dev
605 2016-01-09T19:52:33  *** rnvk has quit IRC
606 2016-01-09T19:53:30  *** rnvk has joined #bitcoin-dev
607 2016-01-09T20:02:55  *** xss has joined #bitcoin-dev
608 2016-01-09T20:03:10  *** IAmNotDorian has quit IRC
609 2016-01-09T20:05:56  *** mrkent has joined #bitcoin-dev
610 2016-01-09T20:06:23  *** AtashiCon has quit IRC
611 2016-01-09T20:06:45  *** AtashiCon has joined #bitcoin-dev
612 2016-01-09T20:07:03  *** erasmospunk has quit IRC
613 2016-01-09T20:11:38  *** CubicEarth has joined #bitcoin-dev
614 2016-01-09T20:12:50  *** kgk has joined #bitcoin-dev
615 2016-01-09T20:14:52  *** mrkent has quit IRC
616 2016-01-09T20:16:53  *** brianhoffman has joined #bitcoin-dev
617 2016-01-09T20:17:36  *** kgk has quit IRC
618 2016-01-09T20:19:11  *** GAit has quit IRC
619 2016-01-09T20:19:28  *** GAit has joined #bitcoin-dev
620 2016-01-09T20:20:14  *** brianhof_ has quit IRC
621 2016-01-09T20:20:51  *** rightrudder has quit IRC
622 2016-01-09T20:21:33  *** oneeman has quit IRC
623 2016-01-09T20:22:19  *** MistaG has joined #bitcoin-dev
624 2016-01-09T20:23:13  *** laurentmt has joined #bitcoin-dev
625 2016-01-09T20:24:50  <phantomcircuit> Chris_Stewart_5, the only way to be sure is to evaluate the script one byte at a time
626 2016-01-09T20:25:40  <Chris_Stewart_5> phantomcircuit: So there is a guarantee that an op code couldn't appear in the middle of a RIPEMD160 hash?
627 2016-01-09T20:26:20  <phantomcircuit> Chris_Stewart_5, uh
628 2016-01-09T20:26:38  <phantomcircuit> scripts are a byte stream interpreted one byte at a time
629 2016-01-09T20:29:13  <Chris_Stewart_5> so assume that I had this script
630 2016-01-09T20:29:18  <Chris_Stewart_5>                 "asm" : "OP_DUP OP_HASH160 fa61c451213d6039e34647066a68fa6f56bf6f54 OP_EQUALVERIFY OP_CHECKSIG",
631 2016-01-09T20:29:20  <Chris_Stewart_5>                 "hex" : "76a914fa61c451213d6039e34647066a68fa6f56bf6f5488ac",
632 2016-01-09T20:29:20  *** tjader has quit IRC
633 2016-01-09T20:29:46  <Chris_Stewart_5> except in the middle of fa61...54 the byte '76' would be appear
634 2016-01-09T20:30:08  <Chris_Stewart_5> phantomcircuit: shouldn't that be interpreted as an OP_DUP inside of our hash?
635 2016-01-09T20:31:16  *** erasmospunk has joined #bitcoin-dev
636 2016-01-09T20:31:38  <arubi> er, maybe this is the issue,  Chris_Stewart_5 , "0x76 0xa9 0x14 .." <-  the 0x14 is telling you that 20 bytes will be pushed to the stack
637 2016-01-09T20:32:25  <Chris_Stewart_5> arubi: oh, ok. That makes sense. Thank you :-)
638 2016-01-09T20:32:35  <arubi> np.
639 2016-01-09T20:32:48  <sipa> Chris_Stewart_5: print("return;") is valid, and does not return :)
640 2016-01-09T20:33:14  <sipa> Chris_Stewart_5: when an opcode appears as part of a data string pushed, it does not function as an opcode either
641 2016-01-09T20:34:13  *** tjader has joined #bitcoin-dev
642 2016-01-09T20:34:39  *** jarkinox has quit IRC
643 2016-01-09T20:38:11  <Chris_Stewart_5> I'm curious, is there any interactive interpreter for the script language?
644 2016-01-09T20:38:29  <Chris_Stewart_5> where you can just go and mess around with it? Similar to using a python interpreter
645 2016-01-09T20:39:03  *** benrcole has joined #bitcoin-dev
646 2016-01-09T20:42:07  <afk11> Chris_Stewart_5: http://www.cs.princeton.edu/~tongbinw/bitcoinIDE/build/editor.html is useful, but haven't tested p2sh through it
647 2016-01-09T20:45:03  <Chris_Stewart_5> afk11: Thanks
648 2016-01-09T20:45:55  *** JWU42 has quit IRC
649 2016-01-09T20:46:26  *** blueness has joined #bitcoin-dev
650 2016-01-09T20:46:35  *** GGuyZ has joined #bitcoin-dev
651 2016-01-09T20:47:40  *** laurentmt has quit IRC
652 2016-01-09T20:47:45  <phantomcircuit> Chris_Stewart_5, no
653 2016-01-09T20:48:33  <phantomcircuit> Chris_Stewart_5, there are tools like the one afk11 linked to, they're 99% right but all have slight differences with the bitcoin script interpretter
654 2016-01-09T20:50:38  *** JWU42 has joined #bitcoin-dev
655 2016-01-09T20:52:22  *** oneeman has joined #bitcoin-dev
656 2016-01-09T20:56:20  *** orbiting has joined #bitcoin-dev
657 2016-01-09T20:56:58  *** patcon has joined #bitcoin-dev
658 2016-01-09T21:00:13  *** chacho has joined #bitcoin-dev
659 2016-01-09T21:00:46  *** chacho has left #bitcoin-dev
660 2016-01-09T21:02:29  *** rawdr has joined #bitcoin-dev
661 2016-01-09T21:03:41  *** GGuyZ has quit IRC
662 2016-01-09T21:06:16  *** patcon has quit IRC
663 2016-01-09T21:20:16  *** MoALTz has quit IRC
664 2016-01-09T21:20:40  <kefkius> Chris_Stewart_5: There's one I'm currently working on but it's still alpha, I wouldn't depend heavily on its results. https://github.com/mazaclub/hashmal - here's a recent screenshot of the develop branch http://i.imgur.com/UHukJEY.png
665 2016-01-09T21:21:49  *** moa has joined #bitcoin-dev
666 2016-01-09T21:28:04  <Chris_Stewart_5> kefkius: Cool, that is kind of what I was thinking of. Have you thought about displaying the stack in a vertical fashion?
667 2016-01-09T21:28:45  <Chris_Stewart_5> or is that what is happening next to the Stack: label
668 2016-01-09T21:28:46  <kefkius> Chris_Stewart_5: It does that :P The box next to the label "Stack:" displays a list, there just happens to be only one stack item for the highlighted step
669 2016-01-09T21:28:57  <Chris_Stewart_5> ahhh ok :-)
670 2016-01-09T21:29:25  <Chris_Stewart_5> kefkius: What is the format box for at the top?
671 2016-01-09T21:30:02  <kefkius> Chris_Stewart_5: There's an option to edit a script in human-readable ("Human") format, or hex format
672 2016-01-09T21:30:19  <Chris_Stewart_5> is that the same as 'asm'?
673 2016-01-09T21:30:40  <kefkius> Sort of, you can omit the "OP_" prefix for opcodes, for example.
674 2016-01-09T21:31:09  *** Arnavion has quit IRC
675 2016-01-09T21:31:17  *** CubicEarth has quit IRC
676 2016-01-09T21:31:28  <kefkius> Anyway I don't wanna go into an off-topic tangent, so I recommend the channel #hashmal if you want some more in-depth info about it
677 2016-01-09T21:31:56  *** CubicEarth has joined #bitcoin-dev
678 2016-01-09T21:32:03  *** Arnavion has joined #bitcoin-dev
679 2016-01-09T21:32:29  *** kadoban has joined #bitcoin-dev
680 2016-01-09T21:32:39  *** mrkent has joined #bitcoin-dev
681 2016-01-09T21:38:15  *** Dr-G2 is now known as Dr-GG
682 2016-01-09T21:38:44  *** Dr-GG is now known as Dr-G
683 2016-01-09T21:38:59  *** Dr-G has quit IRC
684 2016-01-09T21:38:59  *** Dr-G has joined #bitcoin-dev
685 2016-01-09T21:39:01  *** trippysalmon has quit IRC
686 2016-01-09T21:39:41  *** mrkent has quit IRC
687 2016-01-09T21:42:54  *** paveljanik has quit IRC
688 2016-01-09T21:45:07  *** MoALTz has joined #bitcoin-dev
689 2016-01-09T21:51:43  *** PK has quit IRC
690 2016-01-09T21:54:56  *** owlhooter has quit IRC
691 2016-01-09T21:57:35  *** SkinnyP has joined #bitcoin-dev
692 2016-01-09T21:58:57  *** mrkent has joined #bitcoin-dev
693 2016-01-09T21:59:41  *** tjader has quit IRC
694 2016-01-09T22:01:14  *** roconnor_ has joined #bitcoin-dev
695 2016-01-09T22:04:25  *** tjader has joined #bitcoin-dev
696 2016-01-09T22:10:11  *** mrkent has quit IRC
697 2016-01-09T22:11:52  *** iv3c has quit IRC
698 2016-01-09T22:15:13  *** MoALTz has quit IRC
699 2016-01-09T22:16:14  *** CubicEarth has quit IRC
700 2016-01-09T22:16:27  *** CubicEarth has joined #bitcoin-dev
701 2016-01-09T22:18:35  *** lorenzoasr has joined #bitcoin-dev
702 2016-01-09T22:18:55  *** brg444 has quit IRC
703 2016-01-09T22:18:57  <lorenzoasr> hello, in bitcoind0.11 which is the min priority needed to relay a tx?
704 2016-01-09T22:19:14  *** kermit has quit IRC
705 2016-01-09T22:19:15  *** Elglobo has quit IRC
706 2016-01-09T22:20:45  *** Elglobo has joined #bitcoin-dev
707 2016-01-09T22:21:38  *** elichai2 has joined #bitcoin-dev
708 2016-01-09T22:22:11  *** d_t has quit IRC
709 2016-01-09T22:25:30  *** erasmospunk has quit IRC
710 2016-01-09T22:26:32  *** kermit has joined #bitcoin-dev
711 2016-01-09T22:27:32  *** GGuyZ has joined #bitcoin-dev
712 2016-01-09T22:34:55  *** SkinnyP has quit IRC
713 2016-01-09T22:35:33  *** ThomasV has quit IRC
714 2016-01-09T22:46:53  *** Guyver2 has joined #bitcoin-dev
715 2016-01-09T22:48:10  *** Arnavion has quit IRC
716 2016-01-09T22:48:33  *** Arnavion has joined #bitcoin-dev
717 2016-01-09T22:51:05  *** jtimon has quit IRC
718 2016-01-09T22:51:15  *** GGuyZ has quit IRC
719 2016-01-09T22:51:39  *** rightrudder has joined #bitcoin-dev
720 2016-01-09T22:52:29  *** kermit has quit IRC
721 2016-01-09T22:53:00  *** moa has quit IRC
722 2016-01-09T23:00:26  *** mrkent has joined #bitcoin-dev
723 2016-01-09T23:01:09  *** moa has joined #bitcoin-dev
724 2016-01-09T23:03:07  *** neilf_ has joined #bitcoin-dev
725 2016-01-09T23:06:55  *** neilf has quit IRC
726 2016-01-09T23:08:19  *** mrkent has quit IRC
727 2016-01-09T23:12:35  *** mrkent has joined #bitcoin-dev
728 2016-01-09T23:26:12  *** blueness has quit IRC
729 2016-01-09T23:28:24  *** won9 has joined #bitcoin-dev
730 2016-01-09T23:28:32  *** d_t has joined #bitcoin-dev
731 2016-01-09T23:29:23  *** CubicEarth has quit IRC
732 2016-01-09T23:29:28  *** lorenzoasr has quit IRC
733 2016-01-09T23:30:02  *** tjader has quit IRC
734 2016-01-09T23:30:07  *** CubicEarth has joined #bitcoin-dev
735 2016-01-09T23:34:28  *** tjader has joined #bitcoin-dev
736 2016-01-09T23:46:27  *** d_t has quit IRC
737 2016-01-09T23:47:11  *** Arnavion has quit IRC
738 2016-01-09T23:47:33  *** Arnavion has joined #bitcoin-dev
739 2016-01-09T23:48:13  *** t7_ has joined #bitcoin-dev
740 2016-01-09T23:49:48  *** t7 has quit IRC
741 2016-01-09T23:49:51  *** t7_ is now known as t7
742 2016-01-09T23:52:41  *** Arnavion has quit IRC
743 2016-01-09T23:53:03  *** Arnavion has joined #bitcoin-dev
744 2016-01-09T23:53:36  *** orbiting has quit IRC