1 2016-03-23T00:00:32  *** agricocb has quit IRC
  2 2016-03-23T00:08:49  *** realz__ has joined #bitcoin-dev
  3 2016-03-23T00:11:07  *** netsin has joined #bitcoin-dev
  4 2016-03-23T00:12:34  *** realz_ has quit IRC
  5 2016-03-23T00:15:12  *** bitanarchy has quit IRC
  6 2016-03-23T00:16:50  *** gnubeard has quit IRC
  7 2016-03-23T00:19:29  *** realz_ has joined #bitcoin-dev
  8 2016-03-23T00:22:20  *** ginseng has joined #bitcoin-dev
  9 2016-03-23T00:22:35  <ginseng> what is the highest version of bitcoin that is incompatible with the current version of bitcoin?
 10 2016-03-23T00:23:13  *** realz__ has quit IRC
 11 2016-03-23T00:23:59  *** xenog has joined #bitcoin-dev
 12 2016-03-23T00:24:56  *** meLon has quit IRC
 13 2016-03-23T00:25:19  *** roasbeef has joined #bitcoin-dev
 14 2016-03-23T00:26:12  *** netsin has quit IRC
 15 2016-03-23T00:26:39  *** netsin has joined #bitcoin-dev
 16 2016-03-23T00:30:53  *** justanotheruser has quit IRC
 17 2016-03-23T00:31:19  *** jiggalator has joined #bitcoin-dev
 18 2016-03-23T00:35:34  *** justanotheruser has joined #bitcoin-dev
 19 2016-03-23T00:35:40  *** agricocb has joined #bitcoin-dev
 20 2016-03-23T00:37:08  *** meLon has joined #bitcoin-dev
 21 2016-03-23T00:38:17  *** jiggalator has quit IRC
 22 2016-03-23T00:50:40  *** RoboTeddy has joined #bitcoin-dev
 23 2016-03-23T00:55:09  *** RoboTeddy has quit IRC
 24 2016-03-23T01:03:31  *** Belkaar has quit IRC
 25 2016-03-23T01:06:16  *** Belkaar has joined #bitcoin-dev
 26 2016-03-23T01:09:21  *** moa has joined #bitcoin-dev
 27 2016-03-23T01:19:09  *** belcher has quit IRC
 28 2016-03-23T01:19:25  *** go1111111 has quit IRC
 29 2016-03-23T01:19:54  *** go1111111 has joined #bitcoin-dev
 30 2016-03-23T01:22:44  *** IngCr3at1on has quit IRC
 31 2016-03-23T01:31:00  *** Ylbam has quit IRC
 32 2016-03-23T01:32:53  *** Newyorkadam has quit IRC
 33 2016-03-23T01:34:25  <Luke-Jr> ginseng: incompatible in what sense?
 34 2016-03-23T01:38:16  *** Belxjander has quit IRC
 35 2016-03-23T01:41:01  <ginseng> Luke-Jr: in the simplest use-case of send A to B. In other words can the original Satoshi 0.1 send and receive coins with current?
 36 2016-03-23T01:41:37  <Luke-Jr> ginseng: I believe the transaction format has never changed, but I never used prior to 0.3.19 so I could be wrong.
 37 2016-03-23T01:41:55  <Luke-Jr> ginseng: however, if you go back far enough, the node will be unable to sync which is necessary to receive.
 38 2016-03-23T01:43:57  <ginseng> Luke-Jr: I see. Do you know approximately when this syncing incompatibility would occur in version history? Thank you.
 39 2016-03-23T01:44:40  *** Belxjander has joined #bitcoin-dev
 40 2016-03-23T01:44:59  *** herzmeister has quit IRC
 41 2016-03-23T01:45:25  *** herzmeister has joined #bitcoin-dev
 42 2016-03-23T01:46:13  <Luke-Jr> ginseng: no, it was before such things were tracked (or even well-defined in understanding); it may even possibly be before the initial git import
 43 2016-03-23T01:46:48  <ginseng> Interesting, thank you.
 44 2016-03-23T01:47:20  *** TheSeven has quit IRC
 45 2016-03-23T01:48:10  *** TheSeven has joined #bitcoin-dev
 46 2016-03-23T01:49:51  *** AaronvanW has quit IRC
 47 2016-03-23T01:51:36  *** RoboTeddy has joined #bitcoin-dev
 48 2016-03-23T01:52:42  *** ginseng has quit IRC
 49 2016-03-23T01:56:04  *** RoboTeddy has quit IRC
 50 2016-03-23T01:56:56  *** xenog has quit IRC
 51 2016-03-23T01:57:55  *** Belxjander has quit IRC
 52 2016-03-23T02:02:45  *** Belkaar has quit IRC
 53 2016-03-23T02:03:54  *** Belkaar has joined #bitcoin-dev
 54 2016-03-23T02:04:25  *** one_zero has joined #bitcoin-dev
 55 2016-03-23T02:04:50  *** Belxjander has joined #bitcoin-dev
 56 2016-03-23T02:05:13  <Chris_Stewart_5> What kind of signatures were there before DER signatures? Is there a more generic elliptic curve digital signature? I'm trying to figure out how "1" is a valid signature
 57 2016-03-23T02:07:03  <Chris_Stewart_5> even if it is not DER
 58 2016-03-23T02:20:11  *** frank1e has joined #bitcoin-dev
 59 2016-03-23T02:21:12  *** blueness has quit IRC
 60 2016-03-23T02:21:13  <Luke-Jr> Chris_Stewart_5: BER
 61 2016-03-23T02:21:34  <Luke-Jr> Chris_Stewart_5: what do you mean by "1" being a valid signature?
 62 2016-03-23T02:25:05  <Chris_Stewart_5> Luke-Jr: for this test case in core
 63 2016-03-23T02:25:21  <Chris_Stewart_5> [
 64 2016-03-23T02:25:23  <Chris_Stewart_5>     "1",
 65 2016-03-23T02:25:25  <Chris_Stewart_5>     "0x21 0x038282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508 CHECKSIG NOT",
 66 2016-03-23T02:25:27  <Chris_Stewart_5>     "",
 67 2016-03-23T02:25:29  <Chris_Stewart_5>     "BIP66 example 6, without DERSIG"
 68 2016-03-23T02:25:31  <Chris_Stewart_5> ],
 69 2016-03-23T02:25:38  <Chris_Stewart_5> bip66 examples: https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki#examples
 70 2016-03-23T02:26:19  <Chris_Stewart_5> so shouldn't that be a valid BER signature?
 71 2016-03-23T02:26:27  *** Belxjander has quit IRC
 72 2016-03-23T02:26:41  *** Belxjander has joined #bitcoin-dev
 73 2016-03-23T02:26:41  <Chris_Stewart_5> the "1"
 74 2016-03-23T02:27:40  <Luke-Jr> no, because it's testing invalid signatures there
 75 2016-03-23T02:28:44  <Chris_Stewart_5> pre BIP66 was that was a valid signature wasn't it?
 76 2016-03-23T02:30:22  <Chris_Stewart_5> also note that it does not have a "DERSIG" flag
 77 2016-03-23T02:30:59  *** mrkent has quit IRC
 78 2016-03-23T02:31:02  <Luke-Jr> Chris_Stewart_5: it was an invalid signature
 79 2016-03-23T02:31:19  <Luke-Jr> that's why it's in the invalid tests
 80 2016-03-23T02:31:50  <Luke-Jr> in the case of what you quoted, notice the NOT at the end of the script
 81 2016-03-23T02:31:50  <Chris_Stewart_5> its in script_valid.json
 82 2016-03-23T02:31:57  *** Ahmed90 has quit IRC
 83 2016-03-23T02:32:00  <Luke-Jr> which inverts the return valid of CHECKSIG
 84 2016-03-23T02:32:47  <Luke-Jr> so CHECKSIG returns false because the signature is wrong, and then NOT inverts it
 85 2016-03-23T02:32:51  <Chris_Stewart_5> ok, so the BER encoded signature "1" is checked against the public key in the scriptPubKey which results in false which is inverted?
 86 2016-03-23T02:32:56  <Luke-Jr> yes
 87 2016-03-23T02:33:28  <Chris_Stewart_5> thanks Luke-Jr
 88 2016-03-23T02:36:07  *** Belxjander has quit IRC
 89 2016-03-23T02:37:31  *** Burrito has quit IRC
 90 2016-03-23T02:38:36  *** [Author] has joined #bitcoin-dev
 91 2016-03-23T02:38:47  *** Belxjander has joined #bitcoin-dev
 92 2016-03-23T02:39:09  *** frank1e has quit IRC
 93 2016-03-23T02:40:53  *** Chris_Stewart_5 has quit IRC
 94 2016-03-23T02:41:50  *** paxtoncamaro91_ is now known as madpax
 95 2016-03-23T02:45:56  *** [Author] has quit IRC
 96 2016-03-23T02:50:18  *** priidu has quit IRC
 97 2016-03-23T02:51:28  *** blueness has joined #bitcoin-dev
 98 2016-03-23T02:52:12  *** RoboTeddy has joined #bitcoin-dev
 99 2016-03-23T02:52:58  *** aknix has joined #bitcoin-dev
100 2016-03-23T02:56:29  *** frank1e has joined #bitcoin-dev
101 2016-03-23T02:57:01  *** RoboTeddy has quit IRC
102 2016-03-23T03:00:43  *** TheSeven has quit IRC
103 2016-03-23T03:03:21  *** TheSeven has joined #bitcoin-dev
104 2016-03-23T03:04:44  *** realz__ has joined #bitcoin-dev
105 2016-03-23T03:08:04  *** realz_ has quit IRC
106 2016-03-23T03:11:19  *** supasonic has joined #bitcoin-dev
107 2016-03-23T03:21:23  *** Xanather has joined #bitcoin-dev
108 2016-03-23T03:24:01  *** Belxjander has quit IRC
109 2016-03-23T03:28:27  *** PRab has joined #bitcoin-dev
110 2016-03-23T03:28:56  *** Subo1977 has joined #bitcoin-dev
111 2016-03-23T03:30:35  *** achow101 has quit IRC
112 2016-03-23T03:32:57  *** Delta_ has quit IRC
113 2016-03-23T03:34:44  *** Belxjander has joined #bitcoin-dev
114 2016-03-23T03:52:58  *** RoboTeddy has joined #bitcoin-dev
115 2016-03-23T03:55:03  *** aknix has quit IRC
116 2016-03-23T03:57:31  *** RoboTeddy has quit IRC
117 2016-03-23T03:58:57  *** wallet42 has joined #bitcoin-dev
118 2016-03-23T04:05:23  *** nowan has quit IRC
119 2016-03-23T04:07:10  *** nowan has joined #bitcoin-dev
120 2016-03-23T04:14:49  *** wallet42 has quit IRC
121 2016-03-23T04:15:19  *** wallet42 has joined #bitcoin-dev
122 2016-03-23T04:25:22  *** Newyorkadam has joined #bitcoin-dev
123 2016-03-23T04:29:55  *** jtimon has quit IRC
124 2016-03-23T04:34:00  *** sysodaff has joined #bitcoin-dev
125 2016-03-23T04:38:53  *** sysodaff has quit IRC
126 2016-03-23T04:39:12  *** sysodaff has joined #bitcoin-dev
127 2016-03-23T04:42:27  *** c-cex-yuriy has quit IRC
128 2016-03-23T04:46:40  *** sysodaff has quit IRC
129 2016-03-23T04:46:48  *** realz_ has joined #bitcoin-dev
130 2016-03-23T04:49:08  *** kadoban has joined #bitcoin-dev
131 2016-03-23T04:50:20  *** realz__ has quit IRC
132 2016-03-23T04:52:15  *** frank1e has quit IRC
133 2016-03-23T04:53:44  *** RoboTeddy has joined #bitcoin-dev
134 2016-03-23T04:58:30  *** RoboTeddy has quit IRC
135 2016-03-23T05:20:11  *** GAit has joined #bitcoin-dev
136 2016-03-23T05:20:17  *** wallet42 has quit IRC
137 2016-03-23T05:26:33  *** Belxjander has quit IRC
138 2016-03-23T05:32:20  *** Belxjander has joined #bitcoin-dev
139 2016-03-23T05:48:42  *** Beef has quit IRC
140 2016-03-23T05:54:39  *** RoboTeddy has joined #bitcoin-dev
141 2016-03-23T05:58:55  *** RoboTeddy has quit IRC
142 2016-03-23T06:00:20  *** dermoth has quit IRC
143 2016-03-23T06:00:50  *** dermoth has joined #bitcoin-dev
144 2016-03-23T06:01:54  *** CheckDavid has quit IRC
145 2016-03-23T06:01:57  *** kadoban has quit IRC
146 2016-03-23T06:02:41  *** Bugz has joined #bitcoin-dev
147 2016-03-23T06:14:05  *** Krellan has joined #bitcoin-dev
148 2016-03-23T06:34:41  *** ThomasV has joined #bitcoin-dev
149 2016-03-23T06:49:42  *** supasonic has quit IRC
150 2016-03-23T06:50:49  *** herzmeister has quit IRC
151 2016-03-23T06:55:17  *** RoboTeddy has joined #bitcoin-dev
152 2016-03-23T06:55:26  *** Krellan has quit IRC
153 2016-03-23T06:57:40  *** paveljanik has quit IRC
154 2016-03-23T06:58:16  *** DougieBot5000 has quit IRC
155 2016-03-23T06:59:35  *** RoboTeddy has quit IRC
156 2016-03-23T07:08:49  *** ThomasV has quit IRC
157 2016-03-23T07:20:49  *** Belxjander has quit IRC
158 2016-03-23T07:22:18  *** Ylbam has joined #bitcoin-dev
159 2016-03-23T07:26:18  *** Belxjander has joined #bitcoin-dev
160 2016-03-23T07:31:39  *** herzmeister has joined #bitcoin-dev
161 2016-03-23T07:41:51  *** realz__ has joined #bitcoin-dev
162 2016-03-23T07:45:34  *** realz_ has quit IRC
163 2016-03-23T07:47:34  *** CodesInChaos has quit IRC
164 2016-03-23T07:48:33  *** GreenIsMyPepper has quit IRC
165 2016-03-23T07:50:28  *** okae has joined #bitcoin-dev
166 2016-03-23T07:52:42  *** rlifchitz has quit IRC
167 2016-03-23T07:56:10  *** RoboTeddy has joined #bitcoin-dev
168 2016-03-23T07:56:40  *** rlifchitz has joined #bitcoin-dev
169 2016-03-23T07:57:35  *** Burrito has joined #bitcoin-dev
170 2016-03-23T08:00:30  *** RoboTeddy has quit IRC
171 2016-03-23T08:02:01  *** Belxjander has quit IRC
172 2016-03-23T08:03:50  *** Belxjander has joined #bitcoin-dev
173 2016-03-23T08:04:32  *** frankenmint has joined #bitcoin-dev
174 2016-03-23T08:09:14  *** frankenmint has quit IRC
175 2016-03-23T08:14:57  *** CodesInChaos has joined #bitcoin-dev
176 2016-03-23T08:15:02  *** Palsson has joined #bitcoin-dev
177 2016-03-23T08:24:30  *** nowan has quit IRC
178 2016-03-23T08:26:28  *** ongolaBoy has joined #bitcoin-dev
179 2016-03-23T08:27:26  *** nowan has joined #bitcoin-dev
180 2016-03-23T08:33:46  *** realz_ has joined #bitcoin-dev
181 2016-03-23T08:37:09  *** realz__ has quit IRC
182 2016-03-23T08:47:48  *** Belxjander has quit IRC
183 2016-03-23T08:53:36  *** Belxjander has joined #bitcoin-dev
184 2016-03-23T08:56:52  *** RoboTeddy has joined #bitcoin-dev
185 2016-03-23T08:58:51  *** moa has quit IRC
186 2016-03-23T09:01:28  *** RoboTeddy has quit IRC
187 2016-03-23T09:04:12  *** BurritoBazooka has joined #bitcoin-dev
188 2016-03-23T09:04:24  *** BurritoBazooka has quit IRC
189 2016-03-23T09:05:37  *** Burrito has quit IRC
190 2016-03-23T09:18:23  *** GAit has quit IRC
191 2016-03-23T09:18:25  *** one_zero has quit IRC
192 2016-03-23T09:18:48  *** GAit has joined #bitcoin-dev
193 2016-03-23T09:19:03  *** ThomasV has joined #bitcoin-dev
194 2016-03-23T09:43:30  *** realz__ has joined #bitcoin-dev
195 2016-03-23T09:47:04  *** realz_ has quit IRC
196 2016-03-23T09:57:31  *** ThomasV has quit IRC
197 2016-03-23T09:57:43  *** RoboTeddy has joined #bitcoin-dev
198 2016-03-23T10:00:02  *** AaronvanW has joined #bitcoin-dev
199 2016-03-23T10:01:56  *** RoboTeddy has quit IRC
200 2016-03-23T10:14:15  *** herzmeister has quit IRC
201 2016-03-23T10:14:36  *** herzmeister has joined #bitcoin-dev
202 2016-03-23T10:17:40  *** zacm has quit IRC
203 2016-03-23T10:19:49  *** zacm has joined #bitcoin-dev
204 2016-03-23T10:29:54  *** sipa has joined #bitcoin-dev
205 2016-03-23T10:36:04  *** Newyorkadam has quit IRC
206 2016-03-23T10:58:24  *** RoboTeddy has joined #bitcoin-dev
207 2016-03-23T11:03:28  *** RoboTeddy has quit IRC
208 2016-03-23T11:03:52  *** nelisky has quit IRC
209 2016-03-23T11:09:21  *** nelisky has joined #bitcoin-dev
210 2016-03-23T11:10:05  *** realz__ has quit IRC
211 2016-03-23T11:12:47  *** realz has joined #bitcoin-dev
212 2016-03-23T11:17:49  *** nelisky has quit IRC
213 2016-03-23T11:20:53  *** johnwhitton has quit IRC
214 2016-03-23T11:29:33  *** xnyhps has quit IRC
215 2016-03-23T11:30:38  *** xnyhps has joined #bitcoin-dev
216 2016-03-23T11:32:51  *** btcdrak is now known as intdrak
217 2016-03-23T11:35:26  *** chjj has quit IRC
218 2016-03-23T11:37:13  *** realz_ has joined #bitcoin-dev
219 2016-03-23T11:40:04  *** realz has quit IRC
220 2016-03-23T11:47:03  *** dermoth has quit IRC
221 2016-03-23T11:47:46  *** dermoth has joined #bitcoin-dev
222 2016-03-23T11:59:12  *** RoboTeddy has joined #bitcoin-dev
223 2016-03-23T12:03:50  *** RoboTeddy has quit IRC
224 2016-03-23T12:06:24  *** xenog has joined #bitcoin-dev
225 2016-03-23T12:12:01  *** herzmeister has quit IRC
226 2016-03-23T12:12:22  *** herzmeister has joined #bitcoin-dev
227 2016-03-23T12:29:39  *** nowan has quit IRC
228 2016-03-23T12:30:12  *** Chris_Stewart_5 has joined #bitcoin-dev
229 2016-03-23T12:31:08  *** xenog has quit IRC
230 2016-03-23T12:37:06  *** Belxjander has quit IRC
231 2016-03-23T12:38:33  *** Belxjander has joined #bitcoin-dev
232 2016-03-23T12:39:30  *** Belxjander has quit IRC
233 2016-03-23T12:39:54  *** herzmeister has quit IRC
234 2016-03-23T12:40:16  *** herzmeister has joined #bitcoin-dev
235 2016-03-23T12:40:50  *** Belxjander has joined #bitcoin-dev
236 2016-03-23T12:41:45  *** Belxjander has quit IRC
237 2016-03-23T12:41:53  *** Belxjander has joined #bitcoin-dev
238 2016-03-23T12:45:48  *** nelisky has joined #bitcoin-dev
239 2016-03-23T12:52:40  *** nowan has joined #bitcoin-dev
240 2016-03-23T12:54:01  *** nowan has quit IRC
241 2016-03-23T12:54:49  *** paveljanik has joined #bitcoin-dev
242 2016-03-23T12:56:20  *** nowan has joined #bitcoin-dev
243 2016-03-23T12:56:50  *** nelisky has quit IRC
244 2016-03-23T13:00:04  *** RoboTeddy has joined #bitcoin-dev
245 2016-03-23T13:04:16  *** RoboTeddy has quit IRC
246 2016-03-23T13:07:56  *** TomMc has joined #bitcoin-dev
247 2016-03-23T13:08:03  *** Belxjander has quit IRC
248 2016-03-23T13:10:27  *** herzmeister has quit IRC
249 2016-03-23T13:11:04  *** Belxjander has joined #bitcoin-dev
250 2016-03-23T13:13:03  *** nelisky has joined #bitcoin-dev
251 2016-03-23T13:16:47  *** xenog has joined #bitcoin-dev
252 2016-03-23T13:18:27  *** GAit has quit IRC
253 2016-03-23T13:18:56  *** GAit has joined #bitcoin-dev
254 2016-03-23T13:22:39  *** herzmeister has joined #bitcoin-dev
255 2016-03-23T13:25:37  *** xenog has quit IRC
256 2016-03-23T13:31:24  *** jtimon has joined #bitcoin-dev
257 2016-03-23T13:48:12  *** kadoban has joined #bitcoin-dev
258 2016-03-23T13:50:16  *** Chris_Stewart_5 has quit IRC
259 2016-03-23T13:54:28  *** agricocb has quit IRC
260 2016-03-23T14:00:47  *** RoboTeddy has joined #bitcoin-dev
261 2016-03-23T14:02:16  *** xenog has joined #bitcoin-dev
262 2016-03-23T14:04:25  *** Chris_Stewart_5 has joined #bitcoin-dev
263 2016-03-23T14:05:16  *** RoboTeddy has quit IRC
264 2016-03-23T14:08:09  *** musalbas has quit IRC
265 2016-03-23T14:08:09  *** lysobit has quit IRC
266 2016-03-23T14:08:17  *** agricocb has joined #bitcoin-dev
267 2016-03-23T14:08:41  *** nelisky has quit IRC
268 2016-03-23T14:08:59  *** nelisky has joined #bitcoin-dev
269 2016-03-23T14:09:01  *** okae has quit IRC
270 2016-03-23T14:09:27  *** JStoker has quit IRC
271 2016-03-23T14:09:27  *** sipa has quit IRC
272 2016-03-23T14:09:53  *** Taek has quit IRC
273 2016-03-23T14:10:10  *** Raccoon has quit IRC
274 2016-03-23T14:11:11  *** nba_btchip has quit IRC
275 2016-03-23T14:11:18  *** Raccoon has joined #bitcoin-dev
276 2016-03-23T14:11:20  *** caktux has quit IRC
277 2016-03-23T14:11:36  *** mnk has quit IRC
278 2016-03-23T14:11:53  *** mnk has joined #bitcoin-dev
279 2016-03-23T14:12:42  *** achow101 has joined #bitcoin-dev
280 2016-03-23T14:13:08  *** intdrak is now known as btcdrak
281 2016-03-23T14:13:21  *** Diablo-D3 has quit IRC
282 2016-03-23T14:14:52  *** JStoker has joined #bitcoin-dev
283 2016-03-23T14:16:10  *** caktux has joined #bitcoin-dev
284 2016-03-23T14:16:21  *** mnk has quit IRC
285 2016-03-23T14:18:34  *** Aleph0 has quit IRC
286 2016-03-23T14:18:48  *** Diablo-D3 has joined #bitcoin-dev
287 2016-03-23T14:43:18  *** mnk has joined #bitcoin-dev
288 2016-03-23T14:45:33  *** Starduster has quit IRC
289 2016-03-23T14:49:35  *** nelisky has quit IRC
290 2016-03-23T14:50:13  *** trixisowned has quit IRC
291 2016-03-23T14:51:24  *** Raziel has quit IRC
292 2016-03-23T14:57:45  *** johnwhitton has joined #bitcoin-dev
293 2016-03-23T14:58:51  *** supasonic has joined #bitcoin-dev
294 2016-03-23T14:59:59  *** Raziel has joined #bitcoin-dev
295 2016-03-23T15:01:39  *** RoboTeddy has joined #bitcoin-dev
296 2016-03-23T15:06:06  *** RoboTeddy has quit IRC
297 2016-03-23T15:16:04  *** DougieBot5000 has joined #bitcoin-dev
298 2016-03-23T15:21:31  *** joeykrim has joined #bitcoin-dev
299 2016-03-23T15:22:17  *** wallet42 has joined #bitcoin-dev
300 2016-03-23T15:24:42  *** ongolaBoy has quit IRC
301 2016-03-23T15:44:10  *** supasonic has quit IRC
302 2016-03-23T15:44:58  *** CheckDavid has joined #bitcoin-dev
303 2016-03-23T15:50:02  *** wallet42 has quit IRC
304 2016-03-23T15:50:13  *** wallet42 has joined #bitcoin-dev
305 2016-03-23T15:52:03  *** xenog has quit IRC
306 2016-03-23T15:52:36  *** nelisky has joined #bitcoin-dev
307 2016-03-23T15:56:22  *** Belxjander has quit IRC
308 2016-03-23T15:59:34  *** Belxjander has joined #bitcoin-dev
309 2016-03-23T16:00:26  *** supasonic has joined #bitcoin-dev
310 2016-03-23T16:00:28  *** MoALTz has quit IRC
311 2016-03-23T16:01:32  *** Beef has joined #bitcoin-dev
312 2016-03-23T16:02:18  *** RoboTeddy has joined #bitcoin-dev
313 2016-03-23T16:03:51  *** wallet42 has quit IRC
314 2016-03-23T16:04:02  *** wallet42 has joined #bitcoin-dev
315 2016-03-23T16:04:06  *** paveljanik has quit IRC
316 2016-03-23T16:05:45  *** Palsson has quit IRC
317 2016-03-23T16:06:54  *** RoboTeddy has quit IRC
318 2016-03-23T16:07:15  *** wallet42 has quit IRC
319 2016-03-23T16:07:59  *** wallet42 has joined #bitcoin-dev
320 2016-03-23T16:10:54  *** wallet42 has quit IRC
321 2016-03-23T16:12:24  *** Belxjander has quit IRC
322 2016-03-23T16:14:21  *** Belxjander has joined #bitcoin-dev
323 2016-03-23T16:25:13  *** Ahmed90 has joined #bitcoin-dev
324 2016-03-23T16:25:25  *** wallet42 has joined #bitcoin-dev
325 2016-03-23T16:27:04  *** wallet42 has quit IRC
326 2016-03-23T16:27:30  *** wallet42 has joined #bitcoin-dev
327 2016-03-23T16:31:16  *** wallet42 has quit IRC
328 2016-03-23T16:31:58  *** TomMc has quit IRC
329 2016-03-23T16:33:45  *** xenog has joined #bitcoin-dev
330 2016-03-23T16:43:09  *** paci has quit IRC
331 2016-03-23T16:44:32  *** paci has joined #bitcoin-dev
332 2016-03-23T16:44:34  *** MoALTz has joined #bitcoin-dev
333 2016-03-23T16:59:01  *** wallet42 has joined #bitcoin-dev
334 2016-03-23T17:06:49  *** wallet42 has quit IRC
335 2016-03-23T17:07:34  *** TomMc has joined #bitcoin-dev
336 2016-03-23T17:07:39  *** Chris_Stewart_5 has quit IRC
337 2016-03-23T17:10:30  *** Xanather has quit IRC
338 2016-03-23T17:18:39  *** GAit has quit IRC
339 2016-03-23T17:19:04  *** GAit has joined #bitcoin-dev
340 2016-03-23T17:27:43  *** murch has joined #bitcoin-dev
341 2016-03-23T17:29:19  *** Chris_Stewart_5 has joined #bitcoin-dev
342 2016-03-23T17:32:08  *** markus-k has joined #bitcoin-dev
343 2016-03-23T17:43:47  *** Bugz has quit IRC
344 2016-03-23T17:44:01  *** HostFat has joined #bitcoin-dev
345 2016-03-23T17:49:32  *** Starduster has joined #bitcoin-dev
346 2016-03-23T17:57:39  *** xenog has quit IRC
347 2016-03-23T18:03:53  *** RoboTeddy has joined #bitcoin-dev
348 2016-03-23T18:04:38  *** mrkent has joined #bitcoin-dev
349 2016-03-23T18:08:35  *** RoboTeddy has quit IRC
350 2016-03-23T18:11:28  *** blueness has quit IRC
351 2016-03-23T18:22:53  *** jtimon has quit IRC
352 2016-03-23T18:27:42  *** Belxjander has quit IRC
353 2016-03-23T18:30:14  *** Belxjander has joined #bitcoin-dev
354 2016-03-23T18:42:17  *** blueness has joined #bitcoin-dev
355 2016-03-23T18:47:53  *** frankenmint has joined #bitcoin-dev
356 2016-03-23T18:49:46  *** frankenmint has quit IRC
357 2016-03-23T18:51:06  *** GAit has quit IRC
358 2016-03-23T18:53:45  *** priidu has joined #bitcoin-dev
359 2016-03-23T18:54:20  *** hansihe has quit IRC
360 2016-03-23T18:54:20  *** cysm has quit IRC
361 2016-03-23T18:54:35  *** jlyndon has quit IRC
362 2016-03-23T18:54:35  *** _sf_ has quit IRC
363 2016-03-23T18:54:43  *** wizkid057 has quit IRC
364 2016-03-23T18:55:01  *** pastly has quit IRC
365 2016-03-23T18:55:01  *** r0kc4t has quit IRC
366 2016-03-23T18:55:03  *** wizkid057 has joined #bitcoin-dev
367 2016-03-23T18:55:27  *** cybrNaut has quit IRC
368 2016-03-23T18:55:43  *** pastly has joined #bitcoin-dev
369 2016-03-23T18:55:53  *** caktux has quit IRC
370 2016-03-23T18:55:53  *** dgenr8 has quit IRC
371 2016-03-23T18:56:15  *** achow101 has quit IRC
372 2016-03-23T18:56:25  *** dgenr8 has joined #bitcoin-dev
373 2016-03-23T18:57:37  *** cysm has joined #bitcoin-dev
374 2016-03-23T18:57:41  *** jlyndon has joined #bitcoin-dev
375 2016-03-23T18:57:46  *** _sf_ has joined #bitcoin-dev
376 2016-03-23T18:58:38  *** Belxjander has quit IRC
377 2016-03-23T18:59:05  *** hansihe has joined #bitcoin-dev
378 2016-03-23T19:02:43  *** caktux has joined #bitcoin-dev
379 2016-03-23T19:02:44  *** TomMc has quit IRC
380 2016-03-23T19:04:02  *** Belxjander has joined #bitcoin-dev
381 2016-03-23T19:04:43  *** RoboTeddy has joined #bitcoin-dev
382 2016-03-23T19:09:13  *** RoboTeddy has quit IRC
383 2016-03-23T19:11:23  *** nskelsey_ has joined #bitcoin-dev
384 2016-03-23T19:11:56  *** OneFixt has joined #bitcoin-dev
385 2016-03-23T19:12:14  *** elgrecoFL_ has joined #bitcoin-dev
386 2016-03-23T19:13:25  *** yena_ has joined #bitcoin-dev
387 2016-03-23T19:15:37  *** prosodyContexte_ has joined #bitcoin-dev
388 2016-03-23T19:16:06  *** HostFat has quit IRC
389 2016-03-23T19:16:38  *** blackjid has quit IRC
390 2016-03-23T19:16:38  *** arij_ has quit IRC
391 2016-03-23T19:16:39  *** yena has quit IRC
392 2016-03-23T19:16:40  *** elgrecoFL has quit IRC
393 2016-03-23T19:16:40  *** prosodyContexte has quit IRC
394 2016-03-23T19:16:40  *** nskelsey has quit IRC
395 2016-03-23T19:18:35  *** prosodyContexte_ is now known as prosodyContexte
396 2016-03-23T19:20:52  *** pharley has joined #bitcoin-dev
397 2016-03-23T19:20:52  *** HostFat_ has joined #bitcoin-dev
398 2016-03-23T19:20:52  *** arij has joined #bitcoin-dev
399 2016-03-23T19:20:52  <pharley> i created a 0-fee tx and was running into the "mempool min fee not set" error when trying to send, so i used the workaround of setting prioritisetransaction as described here: https://git.io/vabUJ . but that only works if the mempool is empty, so i have to stop and restart bitcoind before i can send the tx. is there a workaround that doesnt require restarting the daemon?
400 2016-03-23T19:20:52  *** nskelsey_ is now known as nskelsey
401 2016-03-23T19:20:52  *** Anduck has quit IRC
402 2016-03-23T19:20:52  *** Defcronyke has quit IRC
403 2016-03-23T19:20:52  *** elgrecoFL_ is now known as elgrecoFL
404 2016-03-23T19:20:54  *** Defcronyke has joined #bitcoin-dev
405 2016-03-23T19:21:11  *** Anduck has joined #bitcoin-dev
406 2016-03-23T19:22:04  *** go1111111 has quit IRC
407 2016-03-23T19:22:06  *** yena_ is now known as yena
408 2016-03-23T19:32:07  *** GAit has joined #bitcoin-dev
409 2016-03-23T19:33:51  *** go1111111 has joined #bitcoin-dev
410 2016-03-23T19:35:33  *** GreenIsMyPepper has joined #bitcoin-dev
411 2016-03-23T19:43:42  *** Newyorkadam has joined #bitcoin-dev
412 2016-03-23T19:56:09  *** Newyorkadam has quit IRC
413 2016-03-23T19:57:06  *** HostFat_ has quit IRC
414 2016-03-23T20:05:30  *** RoboTeddy has joined #bitcoin-dev
415 2016-03-23T20:10:11  *** RoboTeddy has quit IRC
416 2016-03-23T20:28:46  *** achow101 has joined #bitcoin-dev
417 2016-03-23T20:40:46  *** DatBeeDoe has joined #bitcoin-dev
418 2016-03-23T20:41:22  *** PRab has quit IRC
419 2016-03-23T20:41:54  *** CheckDavid has quit IRC
420 2016-03-23T20:53:09  *** frankenmint has joined #bitcoin-dev
421 2016-03-23T20:55:03  *** Alit has joined #bitcoin-dev
422 2016-03-23T20:58:39  *** frankenmint has quit IRC
423 2016-03-23T21:06:15  *** RoboTeddy has joined #bitcoin-dev
424 2016-03-23T21:10:59  *** RoboTeddy has quit IRC
425 2016-03-23T21:18:24  *** GAit has quit IRC
426 2016-03-23T21:18:42  *** GAit has joined #bitcoin-dev
427 2016-03-23T21:19:09  *** DatBeeDoe has quit IRC
428 2016-03-23T21:33:29  *** gnubeard has joined #bitcoin-dev
429 2016-03-23T21:48:35  *** rnvk has quit IRC
430 2016-03-23T22:01:17  *** jiggalator has joined #bitcoin-dev
431 2016-03-23T22:05:01  *** hanti has quit IRC
432 2016-03-23T22:07:06  *** RoboTeddy has joined #bitcoin-dev
433 2016-03-23T22:07:17  *** hanti has joined #bitcoin-dev
434 2016-03-23T22:11:51  *** RoboTeddy has quit IRC
435 2016-03-23T22:26:35  *** herzmeister has quit IRC
436 2016-03-23T22:27:01  *** herzmeister has joined #bitcoin-dev
437 2016-03-23T22:31:12  *** pharley has quit IRC
438 2016-03-23T22:31:17  *** droark has joined #bitcoin-dev
439 2016-03-23T22:39:26  *** CheckDavid has joined #bitcoin-dev
440 2016-03-23T22:42:51  *** gnubeard has quit IRC
441 2016-03-23T22:43:11  *** paveljanik has joined #bitcoin-dev
442 2016-03-23T22:48:00  *** DougieBot5000 has quit IRC
443 2016-03-23T22:51:39  *** Burrito has joined #bitcoin-dev
444 2016-03-23T22:55:24  *** iv3c has joined #bitcoin-dev
445 2016-03-23T23:03:02  *** s7r has quit IRC
446 2016-03-23T23:03:49  *** s7r has joined #bitcoin-dev
447 2016-03-23T23:04:49  *** stqism has quit IRC
448 2016-03-23T23:05:05  *** zooko has joined #bitcoin-dev
449 2016-03-23T23:06:02  *** dlb76 has quit IRC
450 2016-03-23T23:07:57  *** RoboTeddy has joined #bitcoin-dev
451 2016-03-23T23:09:50  *** agricocb has quit IRC
452 2016-03-23T23:12:57  *** RoboTeddy has quit IRC
453 2016-03-23T23:13:56  *** dlb76 has joined #bitcoin-dev
454 2016-03-23T23:14:06  *** zooko has quit IRC
455 2016-03-23T23:20:10  *** AaronvanW has quit IRC
456 2016-03-23T23:26:14  *** one_zero has joined #bitcoin-dev
457 2016-03-23T23:26:15  *** paveljanik has quit IRC
458 2016-03-23T23:37:29  *** GAit has quit IRC
459 2016-03-23T23:43:16  *** DougieBot5000 has joined #bitcoin-dev
460 2016-03-23T23:44:56  *** realz_ has quit IRC
461 2016-03-23T23:45:13  *** stqism has joined #bitcoin-dev
462 2016-03-23T23:51:30  *** jiggalator has quit IRC