1 2016-03-01T00:10:03  *** kadoban has joined #bitcoin-dev
  2 2016-03-01T00:14:25  *** paxtoncamaro91 has joined #bitcoin-dev
  3 2016-03-01T00:21:50  *** agricocb has quit IRC
  4 2016-03-01T00:33:47  *** t7 has quit IRC
  5 2016-03-01T00:35:02  *** Giszmo has quit IRC
  6 2016-03-01T00:36:26  *** Giszmo has joined #bitcoin-dev
  7 2016-03-01T00:41:05  *** RoboTeddy has joined #bitcoin-dev
  8 2016-03-01T00:44:44  *** DougieBot5000 has joined #bitcoin-dev
  9 2016-03-01T00:45:29  *** one_zero has joined #bitcoin-dev
 10 2016-03-01T00:45:48  *** RoboTeddy has quit IRC
 11 2016-03-01T00:46:21  *** Belxjander has quit IRC
 12 2016-03-01T00:52:39  *** Belxjander has joined #bitcoin-dev
 13 2016-03-01T00:54:56  *** agricocb has joined #bitcoin-dev
 14 2016-03-01T00:55:43  *** frankenmint has quit IRC
 15 2016-03-01T00:56:21  *** airbreather_ is now known as airbreather
 16 2016-03-01T00:59:11  *** rgrant has joined #bitcoin-dev
 17 2016-03-01T01:18:37  <kanzure> can i get some ACKs on https://github.com/bitcoin/bips/pull/331 ? i want to fix this.
 18 2016-03-01T01:20:39  *** pfallenop has quit IRC
 19 2016-03-01T01:27:24  *** AaronvanW has quit IRC
 20 2016-03-01T01:35:22  *** rdymac has quit IRC
 21 2016-03-01T01:38:38  *** ThomasV has quit IRC
 22 2016-03-01T01:38:49  <Lightsword> how do I override 66: mempool min fee not met for sendrawtransaction?
 23 2016-03-01T01:40:28  <morcos> Lightsword: no overridable i don't think...  you'd have to start your node with a larger mempool
 24 2016-03-01T01:40:42  <morcos> i don't think it would be a terrible idea to set the mempool limit via rpc though
 25 2016-03-01T01:41:20  <Lightsword> morcos, would be nice to have a flag to just have sendrawtransaction ignore all errors except consensus rules
 26 2016-03-01T01:41:49  <Lightsword> morcos so if I start it with a larger mempool it should work?
 27 2016-03-01T01:42:16  *** rgrant has left #bitcoin-dev
 28 2016-03-01T01:42:22  <morcos> Lightsword: you are trying to mine it yourself?
 29 2016-03-01T01:42:27  <Lightsword> morcos, yeah
 30 2016-03-01T01:42:31  <morcos> Actually either way
 31 2016-03-01T01:42:37  <morcos> you can just prioritize it before hand
 32 2016-03-01T01:42:44  <Lightsword> oh, you can do that?
 33 2016-03-01T01:42:45  <morcos> unless we screwed up royally
 34 2016-03-01T01:42:59  <morcos> that should be taken into account for all fee comparisons
 35 2016-03-01T01:43:13  <morcos> yeah just need the hash
 36 2016-03-01T01:43:30  <Lightsword> what’s the command to set it to max priority?
 37 2016-03-01T01:43:39  *** proslogion has quit IRC
 38 2016-03-01T01:44:15  <morcos> just look at the help for prioritsetransaction and then add a delta fee to give it whatever fee rate you want it to be considered to have
 39 2016-03-01T01:44:44  <morcos> for instance if you add a fee delta of 1BTC i'd wager that'd be enough to get anything mined (unless its truly enormous)
 40 2016-03-01T01:45:07  <morcos> and i guess what i said before is hopefully not true, i don't think the absurd fee check will take into account modified fee
 41 2016-03-01T01:45:22  <Lightsword> ok, restarting the node let me submit it
 42 2016-03-01T01:45:27  <morcos> forget about delta priority, more straightforward to just use delta fee
 43 2016-03-01T01:45:29  <morcos> no i was wrong
 44 2016-03-01T01:45:31  <morcos> you don't need to
 45 2016-03-01T01:45:38  <morcos> just use prioritisetransaction
 46 2016-03-01T01:47:46  <Lightsword> so prioritisetransaction txid 1 100000000?
 47 2016-03-01T01:49:36  <morcos> Lightsword: sounds right or txid 0 100000000
 48 2016-03-01T01:50:28  <morcos> you ought to be able to undo anything you do wrong there just by putting in the negative of it in an additional call
 49 2016-03-01T01:51:04  <morcos> all it does is make your node think that that tx has a fee or priority increased by the amount given for the purposed of mempool acceptance, eviction, and mining
 50 2016-03-01T01:53:45  <Lightsword> morcos, yeah that seems to have worked, I’m seeing it in getblocktemplate now
 51 2016-03-01T01:55:22  *** blueness has quit IRC
 52 2016-03-01T01:55:26  *** Chris_Stewart_5 has joined #bitcoin-dev
 53 2016-03-01T01:56:37  *** frankenmint has joined #bitcoin-dev
 54 2016-03-01T02:00:54  *** frankenmint has quit IRC
 55 2016-03-01T02:08:28  *** Ylbam has quit IRC
 56 2016-03-01T02:12:14  *** Belxjander has quit IRC
 57 2016-03-01T02:12:25  *** robink_ has joined #bitcoin-dev
 58 2016-03-01T02:14:23  *** Belxjander has joined #bitcoin-dev
 59 2016-03-01T02:18:31  *** robink_ has quit IRC
 60 2016-03-01T02:22:59  *** zmachine has joined #bitcoin-dev
 61 2016-03-01T02:28:50  *** Ahmed90 has quit IRC
 62 2016-03-01T02:34:22  *** p15 has quit IRC
 63 2016-03-01T02:41:57  *** belcher has quit IRC
 64 2016-03-01T02:47:09  *** blueness has joined #bitcoin-dev
 65 2016-03-01T02:54:37  *** mrkent_ has quit IRC
 66 2016-03-01T02:55:39  *** mrkent has joined #bitcoin-dev
 67 2016-03-01T02:55:47  *** mrkent has quit IRC
 68 2016-03-01T03:04:26  *** BCB has joined #bitcoin-dev
 69 2016-03-01T03:07:30  *** gnubeard has quit IRC
 70 2016-03-01T03:10:54  *** wumpus has quit IRC
 71 2016-03-01T03:11:58  *** wumpus has joined #bitcoin-dev
 72 2016-03-01T03:14:33  *** achow101 has quit IRC
 73 2016-03-01T03:14:48  *** justanotheruser has quit IRC
 74 2016-03-01T03:18:01  *** justanotheruser has joined #bitcoin-dev
 75 2016-03-01T03:28:33  *** BCB has quit IRC
 76 2016-03-01T03:42:59  *** instagibbs has quit IRC
 77 2016-03-01T03:44:53  *** wallet42 has quit IRC
 78 2016-03-01T03:48:14  *** mnk has quit IRC
 79 2016-03-01T03:52:03  *** segy has quit IRC
 80 2016-03-01T03:53:39  *** blackwraith has quit IRC
 81 2016-03-01T03:55:37  *** segy has joined #bitcoin-dev
 82 2016-03-01T03:55:52  *** Belxjander has quit IRC
 83 2016-03-01T03:58:00  *** Subo1977 has joined #bitcoin-dev
 84 2016-03-01T03:58:06  *** Belxjander has joined #bitcoin-dev
 85 2016-03-01T04:01:48  *** CheckDavid has quit IRC
 86 2016-03-01T04:02:14  *** Delta_ has quit IRC
 87 2016-03-01T04:05:30  *** Raziel has quit IRC
 88 2016-03-01T04:06:51  *** Raziel has joined #bitcoin-dev
 89 2016-03-01T04:07:26  *** Belxjander has quit IRC
 90 2016-03-01T04:10:45  *** Belxjander has joined #bitcoin-dev
 91 2016-03-01T04:18:47  *** Dizzle has joined #bitcoin-dev
 92 2016-03-01T04:19:39  *** Chris_Stewart_5 has quit IRC
 93 2016-03-01T04:26:06  *** Belxjander has quit IRC
 94 2016-03-01T04:28:04  *** Belxjander has joined #bitcoin-dev
 95 2016-03-01T04:36:08  *** p15 has joined #bitcoin-dev
 96 2016-03-01T04:37:50  *** TheSeven has quit IRC
 97 2016-03-01T04:39:07  *** TheSeven has joined #bitcoin-dev
 98 2016-03-01T04:54:45  *** Dizzle has quit IRC
 99 2016-03-01T04:55:22  *** Dizzle has joined #bitcoin-dev
100 2016-03-01T04:59:52  *** supasonic has quit IRC
101 2016-03-01T05:00:47  *** Belxjander has quit IRC
102 2016-03-01T05:09:09  *** Belxjander has joined #bitcoin-dev
103 2016-03-01T05:22:03  *** baldur has quit IRC
104 2016-03-01T05:22:23  *** Belxjander has quit IRC
105 2016-03-01T05:24:03  *** Belxjander has joined #bitcoin-dev
106 2016-03-01T05:25:18  *** TomMc has quit IRC
107 2016-03-01T05:38:57  *** jtimon has quit IRC
108 2016-03-01T05:39:24  *** sparetire_ has quit IRC
109 2016-03-01T05:41:58  *** RoboTeddy has joined #bitcoin-dev
110 2016-03-01T05:45:47  *** cybrNaut has quit IRC
111 2016-03-01T05:46:11  *** RoboTeddy has quit IRC
112 2016-03-01T05:49:15  *** Logicwax has quit IRC
113 2016-03-01T05:53:00  *** baldur has joined #bitcoin-dev
114 2016-03-01T05:54:18  *** ThomasV has joined #bitcoin-dev
115 2016-03-01T05:54:40  *** robink has joined #bitcoin-dev
116 2016-03-01T05:55:18  *** sparetire_ has joined #bitcoin-dev
117 2016-03-01T06:01:52  *** Logicwax has joined #bitcoin-dev
118 2016-03-01T06:13:55  *** Giszmo has quit IRC
119 2016-03-01T06:18:06  *** ThomasV has quit IRC
120 2016-03-01T06:20:31  *** Khayman has joined #bitcoin-dev
121 2016-03-01T06:21:23  *** TheAdversary has quit IRC
122 2016-03-01T06:21:51  *** baldur has quit IRC
123 2016-03-01T06:23:11  *** TheAdversary has joined #bitcoin-dev
124 2016-03-01T06:23:33  *** Hasimir has quit IRC
125 2016-03-01T06:23:33  *** Khayman is now known as Hasimir
126 2016-03-01T06:23:49  *** robink has quit IRC
127 2016-03-01T06:29:21  *** libertalis has quit IRC
128 2016-03-01T06:33:43  *** LeMiner has quit IRC
129 2016-03-01T06:39:19  *** robink_ has joined #bitcoin-dev
130 2016-03-01T06:39:57  *** wallet42 has joined #bitcoin-dev
131 2016-03-01T06:45:07  *** robink_ is now known as robink
132 2016-03-01T06:45:50  *** Belxjander has quit IRC
133 2016-03-01T06:49:17  *** zmachine has quit IRC
134 2016-03-01T06:50:13  *** robink has quit IRC
135 2016-03-01T06:50:40  *** MoALTz has joined #bitcoin-dev
136 2016-03-01T06:53:26  *** Belxjander has joined #bitcoin-dev
137 2016-03-01T06:53:50  *** Dizzle has quit IRC
138 2016-03-01T06:54:23  *** baldur has joined #bitcoin-dev
139 2016-03-01T07:00:03  *** dermoth has quit IRC
140 2016-03-01T07:00:37  *** dermoth has joined #bitcoin-dev
141 2016-03-01T07:06:46  *** zmachine has joined #bitcoin-dev
142 2016-03-01T07:08:54  *** kadoban has quit IRC
143 2016-03-01T07:09:23  *** Xanather has joined #bitcoin-dev
144 2016-03-01T07:11:21  *** BashCo has quit IRC
145 2016-03-01T07:20:16  *** ThomasV has joined #bitcoin-dev
146 2016-03-01T07:21:44  *** Xanather has quit IRC
147 2016-03-01T07:31:05  *** Logicwax has quit IRC
148 2016-03-01T07:34:19  *** mesmer_ has joined #bitcoin-dev
149 2016-03-01T07:37:35  *** mesmer has quit IRC
150 2016-03-01T07:37:58  *** Logicwax has joined #bitcoin-dev
151 2016-03-01T07:47:00  *** wallet42 has quit IRC
152 2016-03-01T07:48:19  *** kadoban has joined #bitcoin-dev
153 2016-03-01T07:50:11  *** BashCo has joined #bitcoin-dev
154 2016-03-01T07:53:39  *** DatBeeDoe has joined #bitcoin-dev
155 2016-03-01T07:54:45  *** Belxjander has quit IRC
156 2016-03-01T07:56:17  *** Belxjander has joined #bitcoin-dev
157 2016-03-01T07:57:19  *** nowan has quit IRC
158 2016-03-01T07:58:04  *** nowan has joined #bitcoin-dev
159 2016-03-01T07:59:07  *** frankenmint has joined #bitcoin-dev
160 2016-03-01T08:01:07  *** DatBeeDoe has quit IRC
161 2016-03-01T08:04:32  *** frankenmint has quit IRC
162 2016-03-01T08:16:37  *** Ylbam has joined #bitcoin-dev
163 2016-03-01T08:26:42  *** ThomasV has quit IRC
164 2016-03-01T08:28:50  *** ongolaBoy has joined #bitcoin-dev
165 2016-03-01T08:28:51  *** Belxjander has quit IRC
166 2016-03-01T08:30:24  *** Belxjander has joined #bitcoin-dev
167 2016-03-01T08:32:46  *** one_zero has quit IRC
168 2016-03-01T08:32:55  *** slackircbridge has quit IRC
169 2016-03-01T08:33:09  *** slackircbridge has joined #bitcoin-dev
170 2016-03-01T08:39:00  *** nowan has quit IRC
171 2016-03-01T08:44:17  *** nowan has joined #bitcoin-dev
172 2016-03-01T08:50:28  *** oleganza has joined #bitcoin-dev
173 2016-03-01T08:50:42  *** kadoban has quit IRC
174 2016-03-01T08:51:21  *** Belxjander has quit IRC
175 2016-03-01T08:52:49  *** DougieBot5000 has quit IRC
176 2016-03-01T08:53:33  *** ThomasV has joined #bitcoin-dev
177 2016-03-01T08:57:14  *** Belxjander has joined #bitcoin-dev
178 2016-03-01T09:07:22  *** priidu has joined #bitcoin-dev
179 2016-03-01T09:12:37  *** CodeShark has joined #bitcoin-dev
180 2016-03-01T09:15:17  *** paveljanik has quit IRC
181 2016-03-01T09:15:24  *** KrellanWk has quit IRC
182 2016-03-01T09:16:05  *** LeMiner has joined #bitcoin-dev
183 2016-03-01T09:18:43  *** TZander has quit IRC
184 2016-03-01T09:26:25  *** Belxjander has quit IRC
185 2016-03-01T09:34:13  *** Belxjander has joined #bitcoin-dev
186 2016-03-01T09:35:01  *** mountaingoat has quit IRC
187 2016-03-01T09:48:10  *** mountaingoat has joined #bitcoin-dev
188 2016-03-01T09:52:24  *** wallet42 has joined #bitcoin-dev
189 2016-03-01T09:53:11  *** Palsson has joined #bitcoin-dev
190 2016-03-01T10:00:56  *** frankenmint has joined #bitcoin-dev
191 2016-03-01T10:05:52  *** frankenmint has quit IRC
192 2016-03-01T10:06:08  *** DatBeeDoe has joined #bitcoin-dev
193 2016-03-01T10:17:26  *** DatBeeDoe has quit IRC
194 2016-03-01T10:21:18  *** Belxjander has quit IRC
195 2016-03-01T10:21:33  *** proslogion has joined #bitcoin-dev
196 2016-03-01T10:27:32  *** Belxjander has joined #bitcoin-dev
197 2016-03-01T10:31:52  *** mnk has joined #bitcoin-dev
198 2016-03-01T10:33:34  *** ThomasV has quit IRC
199 2016-03-01T10:39:31  *** moa has quit IRC
200 2016-03-01T10:46:06  *** oleganza has quit IRC
201 2016-03-01T10:53:04  *** proslogion has quit IRC
202 2016-03-01T10:56:54  *** pfallenop has joined #bitcoin-dev
203 2016-03-01T11:03:17  *** frankenmint has joined #bitcoin-dev
204 2016-03-01T11:03:24  *** pfallenop has quit IRC
205 2016-03-01T11:06:33  *** Belxjander has quit IRC
206 2016-03-01T11:07:34  *** Belxjander has joined #bitcoin-dev
207 2016-03-01T11:07:37  *** frankenmint has quit IRC
208 2016-03-01T11:12:05  *** TheAdversary has quit IRC
209 2016-03-01T11:13:32  *** Hasimir has quit IRC
210 2016-03-01T11:16:34  *** pfallenop has joined #bitcoin-dev
211 2016-03-01T11:17:20  *** cdecker has joined #bitcoin-dev
212 2016-03-01T11:17:50  *** BCBot has quit IRC
213 2016-03-01T11:17:52  *** ThomasV has joined #bitcoin-dev
214 2016-03-01T11:18:10  *** wallet42 has quit IRC
215 2016-03-01T11:28:49  *** Hasimir has joined #bitcoin-dev
216 2016-03-01T11:30:07  *** BCBot has joined #bitcoin-dev
217 2016-03-01T11:37:00  *** TheAdversary has joined #bitcoin-dev
218 2016-03-01T11:44:35  *** Belxjander has quit IRC
219 2016-03-01T11:47:12  *** Belxjander has joined #bitcoin-dev
220 2016-03-01T11:59:02  *** da2ce7 has quit IRC
221 2016-03-01T11:59:17  *** da2ce7 has joined #bitcoin-dev
222 2016-03-01T12:04:51  *** Belxjander has quit IRC
223 2016-03-01T12:11:08  *** Belxjander has joined #bitcoin-dev
224 2016-03-01T12:14:41  *** paveljanik has joined #bitcoin-dev
225 2016-03-01T12:17:38  *** p15x has joined #bitcoin-dev
226 2016-03-01T12:19:25  <Luke-Jr> reminder: OpenSSL is releasing 1.0.2g today with important security fixes.
227 2016-03-01T12:23:31  *** Belxjander has quit IRC
228 2016-03-01T12:24:37  *** ThomasV has quit IRC
229 2016-03-01T12:29:18  *** jouke has joined #bitcoin-dev
230 2016-03-01T12:31:21  *** Belxjander has joined #bitcoin-dev
231 2016-03-01T12:33:07  *** tr0nk has quit IRC
232 2016-03-01T12:41:53  *** Burrito has quit IRC
233 2016-03-01T12:47:08  *** fletom has left #bitcoin-dev
234 2016-03-01T12:47:46  *** jtimon has joined #bitcoin-dev
235 2016-03-01T12:51:12  *** Belxjander has quit IRC
236 2016-03-01T12:51:51  *** p15 has quit IRC
237 2016-03-01T12:51:51  *** p15x has quit IRC
238 2016-03-01T12:53:54  *** Belxjander has joined #bitcoin-dev
239 2016-03-01T13:04:02  *** frankenmint has joined #bitcoin-dev
240 2016-03-01T13:04:21  *** Giszmo has joined #bitcoin-dev
241 2016-03-01T13:07:18  *** paveljanik has quit IRC
242 2016-03-01T13:08:19  *** frankenmint has quit IRC
243 2016-03-01T13:08:50  *** p15x has joined #bitcoin-dev
244 2016-03-01T13:11:51  *** zooko has joined #bitcoin-dev
245 2016-03-01T13:17:51  *** p15x has quit IRC
246 2016-03-01T13:18:52  *** p15x has joined #bitcoin-dev
247 2016-03-01T13:19:36  *** ThomasV has joined #bitcoin-dev
248 2016-03-01T13:30:21  *** fredrin has joined #bitcoin-dev
249 2016-03-01T13:34:32  *** oleganza has joined #bitcoin-dev
250 2016-03-01T13:36:03  *** dermoth has quit IRC
251 2016-03-01T13:36:04  *** zooko has quit IRC
252 2016-03-01T13:37:40  *** Chris_Stewart_5 has joined #bitcoin-dev
253 2016-03-01T13:52:26  *** p15x has quit IRC
254 2016-03-01T13:52:45  *** p15x has joined #bitcoin-dev
255 2016-03-01T13:55:23  *** zooko has joined #bitcoin-dev
256 2016-03-01T13:59:27  *** moli has joined #bitcoin-dev
257 2016-03-01T14:02:42  *** molz has quit IRC
258 2016-03-01T14:10:18  *** GAit has joined #bitcoin-dev
259 2016-03-01T14:20:21  *** GAit has quit IRC
260 2016-03-01T14:23:58  *** Chris_Stewart_5 has quit IRC
261 2016-03-01T14:28:06  *** GAit has joined #bitcoin-dev
262 2016-03-01T14:30:05  *** treehug88 has joined #bitcoin-dev
263 2016-03-01T14:33:45  *** agricocb has quit IRC
264 2016-03-01T14:34:10  *** frankenmint has joined #bitcoin-dev
265 2016-03-01T14:37:18  *** p15x has quit IRC
266 2016-03-01T14:38:02  *** Chris_Stewart_5 has joined #bitcoin-dev
267 2016-03-01T14:53:15  *** agricocb has joined #bitcoin-dev
268 2016-03-01T15:01:14  *** TheAdversary has quit IRC
269 2016-03-01T15:01:18  *** Khayman has joined #bitcoin-dev
270 2016-03-01T15:01:51  *** Belxjander has quit IRC
271 2016-03-01T15:03:04  *** TheAdversary has joined #bitcoin-dev
272 2016-03-01T15:03:52  *** Belxjander has joined #bitcoin-dev
273 2016-03-01T15:03:53  *** Hasimir has quit IRC
274 2016-03-01T15:03:53  *** Khayman is now known as Hasimir
275 2016-03-01T15:05:55  *** sparetire has joined #bitcoin-dev
276 2016-03-01T15:14:23  *** TZander has joined #bitcoin-dev
277 2016-03-01T15:22:57  <jeremias> question related to pruning, according to documentation: However, rescans as well as the RPCs importwallet, importaddress, importprivkey are disabled.
278 2016-03-01T15:23:34  <jeremias> would it be possible to have these features, but so that they scan only recent data (which as I understand is still stored on disk)
279 2016-03-01T15:23:37  *** instagibbs has joined #bitcoin-dev
280 2016-03-01T15:23:50  <jeremias> I mean scan only the block data which is still on disk
281 2016-03-01T15:24:06  <instagibbs> jeremias, to  be clear, those rpc calls aren't disabled, just rescanning with those are disabled
282 2016-03-01T15:25:33  *** Belxjander has quit IRC
283 2016-03-01T15:26:05  <instagibbs> for now I don't think there's a way to limited rescan. There are some PRs that attempt to do this, none merged
284 2016-03-01T15:26:07  <instagibbs> https://github.com/bitcoin/bitcoin/pull/7061
285 2016-03-01T15:26:32  <instagibbs> https://github.com/bitcoin/bitcoin/pull/7551
286 2016-03-01T15:27:30  *** Belxjander has joined #bitcoin-dev
287 2016-03-01T15:28:59  <jeremias> instagibbs: great
288 2016-03-01T15:30:04  *** agricocb has quit IRC
289 2016-03-01T15:30:19  <instagibbs> if you know exactly where the funds are, including the full txn and spv proof, you can also try: https://github.com/bitcoin/bitcoin/pull/7558
290 2016-03-01T15:30:21  *** agricocb has joined #bitcoin-dev
291 2016-03-01T15:31:18  <instagibbs> but limited rescan seems better for your case, if you're only looking forward in time
292 2016-03-01T15:31:27  <instagibbs> err, not too distant
293 2016-03-01T15:32:12  *** mnk has quit IRC
294 2016-03-01T15:34:08  *** GAit has quit IRC
295 2016-03-01T15:36:18  *** ThomasV has quit IRC
296 2016-03-01T15:37:54  *** contrapumpkin has joined #bitcoin-dev
297 2016-03-01T15:39:07  *** agricocb has quit IRC
298 2016-03-01T15:39:17  *** GAit has joined #bitcoin-dev
299 2016-03-01T15:40:05  *** GAit has quit IRC
300 2016-03-01T15:40:42  *** copumpkin has quit IRC
301 2016-03-01T15:44:50  *** ongolaBoy has quit IRC
302 2016-03-01T15:47:15  *** Belxjander has quit IRC
303 2016-03-01T15:47:59  *** BashCo has quit IRC
304 2016-03-01T15:49:03  *** Belxjander has joined #bitcoin-dev
305 2016-03-01T15:57:59  *** agricocb has joined #bitcoin-dev
306 2016-03-01T16:00:26  *** ryan-c has quit IRC
307 2016-03-01T16:00:36  *** GAit has joined #bitcoin-dev
308 2016-03-01T16:14:36  *** BashCo has joined #bitcoin-dev
309 2016-03-01T16:19:26  *** Palsson has quit IRC
310 2016-03-01T16:34:02  *** paveljanik has joined #bitcoin-dev
311 2016-03-01T16:37:25  *** Chris_Stewart_5 has quit IRC
312 2016-03-01T16:38:16  *** GAit has quit IRC
313 2016-03-01T16:40:54  *** Ahmed90 has joined #bitcoin-dev
314 2016-03-01T16:42:11  *** bigreddmachine has joined #bitcoin-dev
315 2016-03-01T16:45:53  *** TomMc has joined #bitcoin-dev
316 2016-03-01T16:48:30  *** pfallenop has quit IRC
317 2016-03-01T16:48:59  *** pfallenop has joined #bitcoin-dev
318 2016-03-01T16:53:27  *** DougieBot5000 has joined #bitcoin-dev
319 2016-03-01T16:53:34  *** GAit has joined #bitcoin-dev
320 2016-03-01T16:55:07  *** GAit has quit IRC
321 2016-03-01T16:56:28  *** Squidicuz has joined #bitcoin-dev
322 2016-03-01T17:01:40  *** oleganza has quit IRC
323 2016-03-01T17:02:30  *** gnubeard has joined #bitcoin-dev
324 2016-03-01T17:08:58  *** zooko has quit IRC
325 2016-03-01T17:10:36  *** ebfull has joined #bitcoin-dev
326 2016-03-01T17:18:04  *** null_radix has joined #bitcoin-dev
327 2016-03-01T17:18:56  *** murch has joined #bitcoin-dev
328 2016-03-01T17:24:19  *** priidu has quit IRC
329 2016-03-01T17:28:07  *** Iriez has joined #bitcoin-dev
330 2016-03-01T17:28:11  <Iriez> Does the new -maxmempool parameter have a ceiling? Or can it be as large as im willing to expand it?
331 2016-03-01T17:31:41  <wumpus> no, it has no ceiling, though if you set it higher then the amount of memory in your computer it can crash when it grows that big
332 2016-03-01T17:34:22  <Iriez> Yes, of course, thank you.
333 2016-03-01T17:41:56  *** murch has quit IRC
334 2016-03-01T17:44:34  *** supasonic has joined #bitcoin-dev
335 2016-03-01T17:47:22  *** Xanather has joined #bitcoin-dev
336 2016-03-01T17:52:32  *** CheckDavid has joined #bitcoin-dev
337 2016-03-01T17:52:51  *** TD-Linux has joined #bitcoin-dev
338 2016-03-01T17:53:35  *** ThomasV has joined #bitcoin-dev
339 2016-03-01T17:55:08  *** paul0 has joined #bitcoin-dev
340 2016-03-01T17:56:28  *** kadoban has joined #bitcoin-dev
341 2016-03-01T17:57:45  <morcos> Iriez: I've found that it a 2000 MB mempool hasn't quite filled up.   But if you really want to not evict much from your mempool, also consider increasing -mempoolexpiry
342 2016-03-01T18:06:24  *** Xanather has quit IRC
343 2016-03-01T18:07:58  *** blueness has quit IRC
344 2016-03-01T18:09:11  *** oleganza has joined #bitcoin-dev
345 2016-03-01T18:17:22  *** t7 has joined #bitcoin-dev
346 2016-03-01T18:19:11  *** paul0 has quit IRC
347 2016-03-01T18:20:46  *** doppo has quit IRC
348 2016-03-01T18:23:26  *** Belxjander has quit IRC
349 2016-03-01T18:27:04  *** Belxjander has joined #bitcoin-dev
350 2016-03-01T18:27:33  *** ThomasV has quit IRC
351 2016-03-01T18:27:34  *** doppo has joined #bitcoin-dev
352 2016-03-01T18:32:07  *** jlyndon_ has joined #bitcoin-dev
353 2016-03-01T18:32:08  *** JStoker has quit IRC
354 2016-03-01T18:32:29  *** JStoker has joined #bitcoin-dev
355 2016-03-01T18:32:52  *** foamz_ has joined #bitcoin-dev
356 2016-03-01T18:33:09  *** blueness has joined #bitcoin-dev
357 2016-03-01T18:36:34  *** GAit has joined #bitcoin-dev
358 2016-03-01T18:37:28  *** foamz has quit IRC
359 2016-03-01T18:37:29  *** jlyndon has quit IRC
360 2016-03-01T18:38:39  *** jlyndon_ is now known as jlyndon
361 2016-03-01T18:38:44  *** foamz_ is now known as foamz
362 2016-03-01T18:39:13  *** oleganza has quit IRC
363 2016-03-01T18:44:30  *** GAit has quit IRC
364 2016-03-01T18:47:05  *** Belxjander has quit IRC
365 2016-03-01T18:47:54  *** jcorgan has quit IRC
366 2016-03-01T18:48:01  *** Arnavion has quit IRC
367 2016-03-01T18:48:05  *** Arnavion3 has joined #bitcoin-dev
368 2016-03-01T18:48:09  *** Arnavion3 is now known as Arnavion
369 2016-03-01T18:48:31  *** nkuttler has quit IRC
370 2016-03-01T18:48:49  *** dirtynewshoes has quit IRC
371 2016-03-01T18:49:20  *** slaughlin has joined #bitcoin-dev
372 2016-03-01T18:49:38  *** copumpkin has joined #bitcoin-dev
373 2016-03-01T18:49:45  *** indy has quit IRC
374 2016-03-01T18:49:53  *** nkuttler has joined #bitcoin-dev
375 2016-03-01T18:50:22  *** dgenr8 has quit IRC
376 2016-03-01T18:50:33  *** go1111111 has quit IRC
377 2016-03-01T18:50:41  *** dgenr8 has joined #bitcoin-dev
378 2016-03-01T18:50:59  *** contrapumpkin has quit IRC
379 2016-03-01T18:51:25  *** jouke has quit IRC
380 2016-03-01T18:51:30  *** go1111111 has joined #bitcoin-dev
381 2016-03-01T18:51:36  *** gribble has quit IRC
382 2016-03-01T18:53:54  *** jaclupi has quit IRC
383 2016-03-01T18:54:01  *** agricocb has quit IRC
384 2016-03-01T18:54:54  *** Belxjander has joined #bitcoin-dev
385 2016-03-01T18:55:10  *** indy has joined #bitcoin-dev
386 2016-03-01T18:56:07  *** GAit has joined #bitcoin-dev
387 2016-03-01T18:57:41  *** RoboTeddy has joined #bitcoin-dev
388 2016-03-01T18:58:07  *** GAit has quit IRC
389 2016-03-01T18:59:13  *** jaclupi has joined #bitcoin-dev
390 2016-03-01T19:02:12  *** RoboTeddy has quit IRC
391 2016-03-01T19:03:05  *** gribble has joined #bitcoin-dev
392 2016-03-01T19:03:06  *** ChanServ sets mode: +o gribble
393 2016-03-01T19:08:12  *** jaclupi has quit IRC
394 2016-03-01T19:08:30  *** mrkent has joined #bitcoin-dev
395 2016-03-01T19:08:40  *** priidu has joined #bitcoin-dev
396 2016-03-01T19:09:08  *** dirtynewshoes has joined #bitcoin-dev
397 2016-03-01T19:10:01  *** agricocb has joined #bitcoin-dev
398 2016-03-01T19:12:05  *** jaclupi has joined #bitcoin-dev
399 2016-03-01T19:13:07  *** OneMiner1 has joined #bitcoin-dev
400 2016-03-01T19:13:15  *** janko33 has joined #bitcoin-dev
401 2016-03-01T19:14:41  *** paveljanik has quit IRC
402 2016-03-01T19:14:57  *** paveljanik has joined #bitcoin-dev
403 2016-03-01T19:15:21  *** Squidicuz has quit IRC
404 2016-03-01T19:15:21  *** BGL has quit IRC
405 2016-03-01T19:15:21  *** koad has quit IRC
406 2016-03-01T19:15:28  *** ThomasV has joined #bitcoin-dev
407 2016-03-01T19:16:00  *** MoALTz has quit IRC
408 2016-03-01T19:16:00  *** OneMiner has quit IRC
409 2016-03-01T19:16:54  *** AtashiCon has quit IRC
410 2016-03-01T19:19:41  <slaughlin> I want to generate addresses / bitcoin links for a user and make them available on the web so whosoever wishes to send bitcoin to the user may do so.
411 2016-03-01T19:19:53  *** KrellanWk has joined #bitcoin-dev
412 2016-03-01T19:21:51  *** jaclupi has quit IRC
413 2016-03-01T19:22:08  <slaughlin> To generate addresses for a user, I reckon an HD wallet is the way to go, as this will enable me to generate unlimited numbers of addresses on behalf of my user, while allowing him to maintain his private key.
414 2016-03-01T19:22:38  *** wallet42 has joined #bitcoin-dev
415 2016-03-01T19:23:29  *** AtashiCon has joined #bitcoin-dev
416 2016-03-01T19:24:18  <slaughlin> So let's say my user has an HD wallet. Now he needs to give me the related seed from which I can generate addresses on his behalf.
417 2016-03-01T19:24:45  *** bsm117532 has joined #bitcoin-dev
418 2016-03-01T19:25:41  *** runeks has quit IRC
419 2016-03-01T19:25:41  *** s7r has quit IRC
420 2016-03-01T19:25:42  *** tommygunner has quit IRC
421 2016-03-01T19:25:42  *** _sf_ has quit IRC
422 2016-03-01T19:25:42  *** jonasschnelli has quit IRC
423 2016-03-01T19:25:43  *** ibrightly has quit IRC
424 2016-03-01T19:25:43  *** chron0 has quit IRC
425 2016-03-01T19:25:43  *** kalz has quit IRC
426 2016-03-01T19:25:43  *** hno has quit IRC
427 2016-03-01T19:25:43  *** Nothing4You has quit IRC
428 2016-03-01T19:25:44  <slaughlin> Is that seed the "master extended public key"?
429 2016-03-01T19:26:11  *** mmeijeri has joined #bitcoin-dev
430 2016-03-01T19:27:12  *** jaclupi has joined #bitcoin-dev
431 2016-03-01T19:27:31  *** kalz has joined #bitcoin-dev
432 2016-03-01T19:28:01  <instagibbs> I believe so, but you should be careful with that, because if you somehow leak that, it's a huge privacy risk, and if the user exposes a single private key, they can be combined to crack the whole wallet
433 2016-03-01T19:28:18  *** t7 has quit IRC
434 2016-03-01T19:28:29  <instagibbs> Might make more sense for the user to supply you with N addresses ahead of time or something, locally generated
435 2016-03-01T19:31:10  <slaughlin> instagibbs: that makes sense, thank you. Assuming that I have to generate addresses for my user (because they are not savvy enough to do it for me), is the approach I have outlined the best/safest way?
436 2016-03-01T19:31:30  *** runeks has joined #bitcoin-dev
437 2016-03-01T19:31:31  *** s7r has joined #bitcoin-dev
438 2016-03-01T19:31:31  *** jonasschnelli has joined #bitcoin-dev
439 2016-03-01T19:31:31  *** ibrightly has joined #bitcoin-dev
440 2016-03-01T19:31:31  *** tommygunner has joined #bitcoin-dev
441 2016-03-01T19:31:31  *** _sf_ has joined #bitcoin-dev
442 2016-03-01T19:31:31  *** hno has joined #bitcoin-dev
443 2016-03-01T19:31:31  *** chron0 has joined #bitcoin-dev
444 2016-03-01T19:31:31  *** Nothing4You has joined #bitcoin-dev
445 2016-03-01T19:31:31  *** leguin.freenode.net sets mode: +v jonasschnelli
446 2016-03-01T19:31:50  *** Nothing4You has quit IRC
447 2016-03-01T19:31:58  *** gnubeard has quit IRC
448 2016-03-01T19:32:01  *** koad has joined #bitcoin-dev
449 2016-03-01T19:34:05  <instagibbs> perhaps, although if they're running your wallet software it should be automated
450 2016-03-01T19:36:09  *** jaclupi has quit IRC
451 2016-03-01T19:36:54  *** BGL has joined #bitcoin-dev
452 2016-03-01T19:37:16  <slaughlin> instagibbs: I think I understand. So if they are not using my wallet software (i.e. they are using coinkite or similar) perhaps the best I can do is store their master extended public key, from which I can generate addresses.
453 2016-03-01T19:39:04  *** Nothing4You has joined #bitcoin-dev
454 2016-03-01T19:39:29  <slaughlin> instagibbs: On the other hand, if they were using my wallet software, I would be able to automte the process of generating batches of addresses.
455 2016-03-01T19:41:15  <slaughlin> instagibbs: Actually maybe I don't understand. How would I automate that? Is it because as a wallet I would already have access to secrets, perhaps including private keys?
456 2016-03-01T19:43:25  *** jaclupi has joined #bitcoin-dev
457 2016-03-01T19:45:57  <slaughlin> instagibbs: I'm relatively new to bitcoin and still trying to understand all the nuances. I'm personally using Coinkite as my wallet, if that helps.
458 2016-03-01T19:47:39  <slaughlin> So as a coinkite user, I have access to my master extended public key, but I don't have access to my private key, so far as I can tell. Coinkite stores and protects it for me, presumable.
459 2016-03-01T19:47:46  <slaughlin> *presumably
460 2016-03-01T19:47:47  <gijensen> I don't think most users know how to export their xpub. The mnemonic seed they see is used to geberate their masterkey used for generating their private keys and public keys alike.
461 2016-03-01T19:49:30  <slaughlin> gijensen: Good point. I fancy myself technically competent, having developed software for a couple decades, and yet I'm struggling.
462 2016-03-01T19:49:52  <gijensen> Bitcoin can be a big learning curve :)
463 2016-03-01T19:50:05  <slaughlin> The only reason I know what my master extended public key is, is because coinkite emailed it to me when I signed up.
464 2016-03-01T19:50:30  <gijensen> Oh that's interesting, also sounds like a privacy/security issue o.o
465 2016-03-01T19:52:21  <slaughlin> gijensen: Yeah, it's kind of frustrating, because it seems like all the well-known bitcoin software I try out violates some "best practice" at one point or another.
466 2016-03-01T19:52:24  *** jaclupi has quit IRC
467 2016-03-01T19:53:18  <gijensen> I ran into that issue starting out, reading the BIPs helps a lot. BIP32, BIP39, and BIP44 got me started
468 2016-03-01T19:53:46  <slaughlin> gijensen: c.f. ChangeTip reusing addresses, as I pointed out last week.
469 2016-03-01T19:53:59  <slaughlin> gijensen: thanks for that tip.
470 2016-03-01T19:54:09  <gijensen> Yup :p many things do. No problem!
471 2016-03-01T19:56:25  *** jaclupi has joined #bitcoin-dev
472 2016-03-01T19:57:19  <slaughlin> So clearly there are many wallets out there, supporting various features. If I rely on a particular feature (e.g. HD Wallets / BIP32) then users who don't use a wallet with that feature are excluded from participating.
473 2016-03-01T19:59:24  <rnvk> @slaughlin @gijensen from Coinkite, happy to answer any questions. The reason why users get their xpub key is because it's their data to own. We also allow you to download a complete UTXO list to rebuild your wallet in case we ever go away
474 2016-03-01T19:59:35  *** GAit has joined #bitcoin-dev
475 2016-03-01T19:59:59  <slaughlin> So I could publicize that up front (i.e. to use this service you must have an HD / BIP32 wallet -- and if you don't know what that means then please go to Coinkite and create a wallet [or whatever])
476 2016-03-01T20:00:33  <rnvk> all wallets on Coinkite are HD
477 2016-03-01T20:00:50  <rnvk> both standard and p2sh
478 2016-03-01T20:00:57  <gijensen> rnvk, email isn't the best method though. For all the same reasons you wouldn't email a password :p. I'm unfamiliar with Coinkite, do you guys store the private keys or no?
479 2016-03-01T20:01:55  <arubi> oh man, what a question to answer in a public, logged channel :)
480 2016-03-01T20:02:01  <rnvk> we have multiple models, users can use their own private keys with multisig (worth the read here https://coinkite.com/faq/multisig)
481 2016-03-01T20:02:17  <gijensen> Thanks
482 2016-03-01T20:02:55  <rnvk> all priv keys have hardened generation, xpub doesn't provide any way to rebuild it
483 2016-03-01T20:03:22  <slaughlin> rnvk: Great to have you on here!
484 2016-03-01T20:03:31  <rnvk> Pleasure is mine
485 2016-03-01T20:04:18  <rnvk> btw, we've put a lot of content here, very much worth reading https://coinkite.com/faq/security
486 2016-03-01T20:04:22  *** sword_smith has quit IRC
487 2016-03-01T20:06:57  *** doppo has quit IRC
488 2016-03-01T20:07:07  <gijensen> Is that a fact? Using hardened derivation prevents a user who has an xpub and a single private key from solving for all keys? That'd put my mind at ease
489 2016-03-01T20:07:55  *** doppo has joined #bitcoin-dev
490 2016-03-01T20:10:28  <gijensen> That is some cool security though. Particularly emailing an encrypted masterkey, that's a new one for me.
491 2016-03-01T20:10:56  <rnvk> https://bitcoin.org/en/glossary/hardened-extended-key https://bitcoin.org/en/developer-guide#hardened-keys
492 2016-03-01T20:11:46  <gijensen> Thanks rnvk.
493 2016-03-01T20:12:46  <rnvk> Np. If you want to play with a higher level of security use Coinkite's offline key generation. https://coinkite.com/offline/ and if you can do python, this one is fun https://github.com/coinkite/offline-multisig-python
494 2016-03-01T20:12:47  <rnvk> AFK
495 2016-03-01T20:14:22  *** Tasoshi has joined #bitcoin-dev
496 2016-03-01T20:16:59  *** Tasoshi_ has quit IRC
497 2016-03-01T20:17:52  *** Beef has quit IRC
498 2016-03-01T20:18:12  *** oleganza has joined #bitcoin-dev
499 2016-03-01T20:20:36  <arubi> xpub leaking still silently points you out in a crowd
500 2016-03-01T20:22:21  *** Burrito has joined #bitcoin-dev
501 2016-03-01T20:22:54  *** ThomasV has quit IRC
502 2016-03-01T20:23:23  *** gnubeard has joined #bitcoin-dev
503 2016-03-01T20:24:27  *** Beef has joined #bitcoin-dev
504 2016-03-01T20:31:57  *** doppo has quit IRC
505 2016-03-01T20:32:00  *** gnubeard has quit IRC
506 2016-03-01T20:33:17  *** doppo has joined #bitcoin-dev
507 2016-03-01T20:33:39  *** Belxjander has quit IRC
508 2016-03-01T20:35:53  *** GAit has quit IRC
509 2016-03-01T20:36:22  *** GAit has joined #bitcoin-dev
510 2016-03-01T20:37:38  *** mmeijeri has quit IRC
511 2016-03-01T20:38:13  *** GAit has quit IRC
512 2016-03-01T20:39:42  *** GAit has joined #bitcoin-dev
513 2016-03-01T20:40:03  *** Belxjander has joined #bitcoin-dev
514 2016-03-01T20:40:17  <gijensen> arubi, I don't think a hardened xpub reveals it's children though
515 2016-03-01T20:40:25  <gijensen> its
516 2016-03-01T20:40:48  <instagibbs> gijensen, pretty sure that's the only reason it's "hardened"
517 2016-03-01T20:41:23  *** gnubeard has joined #bitcoin-dev
518 2016-03-01T20:41:57  <instagibbs> https://bitcoin.org/en/developer-guide#hardened-keys
519 2016-03-01T20:43:08  <gijensen> Wouldn't this also mean if slaughlin wanted users go share their xpubs, then he wouldn't get their addresses anyways?
520 2016-03-01T20:43:20  <gijensen> Coinkite doesn't use BIP44
521 2016-03-01T20:45:30  <arubi> gijensen, I always thought a hardened xpub doesn't reveal private keys if one leaks, but it still is used to generate public keys as hierarchy
522 2016-03-01T20:46:16  *** zooko has joined #bitcoin-dev
523 2016-03-01T20:46:43  <gijensen> arubi, it looks like the whole reason we have both hardened and non-hardened keys is because hardened ones are less useful.
524 2016-03-01T20:47:12  *** Chris_Stewart_5 has joined #bitcoin-dev
525 2016-03-01T20:47:39  <instagibbs> " This formula makes it impossible to create child public keys without knowing the parent private key."
526 2016-03-01T20:47:51  <arubi> ah, good to know.
527 2016-03-01T20:48:11  *** treehug88 has quit IRC
528 2016-03-01T20:50:33  <arubi> I still wonder if it's possible, if you do have the xpub, to know about newly used keys\addresses after the fact that you hear about them, you know how to link them
529 2016-03-01T20:51:26  <arubi> unless you really can't even go backwards, check if a pubkey belongs to a hierarchy
530 2016-03-01T20:52:51  <arubi> meh, I guess you can't.
531 2016-03-01T20:52:52  <gijensen> arubi, this seems to say no (in fewer words than the developer guide, maybe)  bitcoin.stackexchange.com/questions/36512/why-does-bip44-use-non-hardened-paths-at-all
532 2016-03-01T20:53:07  <gijensen> I was too slow :p
533 2016-03-01T20:53:13  <arubi> yea, I just re-worded at my end and it seemed obvious :)
534 2016-03-01T20:59:41  *** Belxjander has quit IRC
535 2016-03-01T21:01:04  *** gnubeard has quit IRC
536 2016-03-01T21:06:43  *** Belxjander has joined #bitcoin-dev
537 2016-03-01T21:07:05  *** gnubeard has joined #bitcoin-dev
538 2016-03-01T21:09:37  *** achow101 has joined #bitcoin-dev
539 2016-03-01T21:12:32  *** robink_ has joined #bitcoin-dev
540 2016-03-01T21:14:43  *** zooko has quit IRC
541 2016-03-01T21:17:39  *** robink_ is now known as robink
542 2016-03-01T21:24:48  *** ThomasV has joined #bitcoin-dev
543 2016-03-01T21:32:19  *** gnubeard has quit IRC
544 2016-03-01T21:33:55  *** gnubeard has joined #bitcoin-dev
545 2016-03-01T21:41:49  *** CheckDavid has quit IRC
546 2016-03-01T21:45:01  *** gnubeard has quit IRC
547 2016-03-01T21:48:51  *** oleganza has quit IRC
548 2016-03-01T21:58:51  *** Newyorkadam has joined #bitcoin-dev
549 2016-03-01T21:58:57  *** belcher has joined #bitcoin-dev
550 2016-03-01T22:03:12  *** GAit has quit IRC
551 2016-03-01T22:13:42  *** GAit has joined #bitcoin-dev
552 2016-03-01T22:21:09  *** bigreddmachine has quit IRC
553 2016-03-01T22:39:58  *** ThomasV has quit IRC
554 2016-03-01T22:42:21  *** moa has joined #bitcoin-dev
555 2016-03-01T22:42:38  *** dirtynewshoes has quit IRC
556 2016-03-01T22:43:18  *** RoboTeddy has joined #bitcoin-dev
557 2016-03-01T22:44:02  *** zooko has joined #bitcoin-dev
558 2016-03-01T22:48:33  *** RoboTeddy has quit IRC
559 2016-03-01T22:54:55  *** robink has quit IRC
560 2016-03-01T22:58:50  *** one_zero has joined #bitcoin-dev
561 2016-03-01T23:06:06  *** zooko has quit IRC
562 2016-03-01T23:06:57  *** meZee has quit IRC
563 2016-03-01T23:07:12  *** slaughlin has quit IRC
564 2016-03-01T23:11:05  *** nba_btchip has joined #bitcoin-dev
565 2016-03-01T23:17:49  *** stevenroose has quit IRC
566 2016-03-01T23:17:50  *** kadoban has quit IRC
567 2016-03-01T23:18:38  *** mnk has joined #bitcoin-dev
568 2016-03-01T23:20:43  *** stevenroose has joined #bitcoin-dev
569 2016-03-01T23:24:10  *** wallet42 has quit IRC
570 2016-03-01T23:25:47  *** gnubeard has joined #bitcoin-dev
571 2016-03-01T23:29:18  *** gnubeard has quit IRC
572 2016-03-01T23:29:42  *** DougieBot5000 has quit IRC
573 2016-03-01T23:30:39  *** agricocb has quit IRC
574 2016-03-01T23:33:00  *** meZee has joined #bitcoin-dev
575 2016-03-01T23:41:08  *** Newyorkadam has quit IRC
576 2016-03-01T23:49:00  *** Chris_Stewart_5 has quit IRC
577 2016-03-01T23:49:33  *** janko33 has quit IRC