1 2017-10-22T00:02:24  *** anon616 has joined #bitcoin-dev
  2 2017-10-22T00:11:11  *** anon616 has quit IRC
  3 2017-10-22T00:12:42  *** anon616 has joined #bitcoin-dev
  4 2017-10-22T00:19:39  *** anon616 has quit IRC
  5 2017-10-22T00:30:14  *** anon616 has joined #bitcoin-dev
  6 2017-10-22T00:32:35  *** jtimon has quit IRC
  7 2017-10-22T00:51:27  *** luke-jr has quit IRC
  8 2017-10-22T01:07:43  *** jb55 has joined #bitcoin-dev
  9 2017-10-22T01:22:51  *** Agro has joined #bitcoin-dev
 10 2017-10-22T01:31:55  *** dviola has quit IRC
 11 2017-10-22T01:42:22  *** lnovy has quit IRC
 12 2017-10-22T01:42:33  *** lnovy has joined #bitcoin-dev
 13 2017-10-22T01:44:10  *** jb55 has quit IRC
 14 2017-10-22T02:01:05  *** jb55 has joined #bitcoin-dev
 15 2017-10-22T02:06:57  *** iv3ct has joined #bitcoin-dev
 16 2017-10-22T02:07:35  *** iv3c has quit IRC
 17 2017-10-22T02:10:00  *** wxss has quit IRC
 18 2017-10-22T02:11:10  *** cluelessperson has joined #bitcoin-dev
 19 2017-10-22T02:11:48  <cluelessperson> hye guys, sorry to bother you, I'm trying to recover a corrupted wallet.dat file, it looks like I have a hex dump
 20 2017-10-22T02:12:08  <cluelessperson> can you maybe inform me how to recognize the key format in this context, or the data structure to find it within?
 21 2017-10-22T02:14:38  <midnightmagic> :-o
 22 2017-10-22T02:15:08  <midnightmagic> the corrupted wallet file itself can be scanned for private keys. there is a wallet recovery salvager I think built directly into bitcoin.
 23 2017-10-22T02:15:59  <midnightmagic> cluelessperson: Take a full backup of the corrupted file, then use -salvagewallet on it. A hexdump is not what you want. You need the raw file.
 24 2017-10-22T02:16:13  <midnightmagic> But.. I guess topic for #bitcoin, although this channel sees virtually no use.
 25 2017-10-22T02:17:28  <cluelessperson> midnightmagic: to be clear, this file looks nothing like a berkeley database now, there may be leftover structures in it, but it's basically a bunch of the bytes from that section of the hard drive
 26 2017-10-22T02:17:38  <cluelessperson> my bad, it's not ehx
 27 2017-10-22T02:17:48  <midnightmagic> Doesn't matter. The salvagewalelt thing scans through the raw data looking for keys.
 28 2017-10-22T02:17:58  <cluelessperson> midnightmagic: sweet, thank you
 29 2017-10-22T02:18:36  <midnightmagic> And..  Hrm. I'm not actually sure how it *recognizes* keys, and whether it just compares the data byte-by-byte with the utxo, or..  hrm. Well anyway, look into that option. It's a start.
 30 2017-10-22T02:19:11  <cluelessperson> midnightmagic: will do, I have another copy of bitcoin core on my windows machine I can screw with
 31 2017-10-22T02:20:12  <midnightmagic> ok
 32 2017-10-22T02:26:57  *** Belxjander has quit IRC
 33 2017-10-22T02:27:33  *** sdfgsdfg_ has quit IRC
 34 2017-10-22T02:28:30  *** Belxjander has joined #bitcoin-dev
 35 2017-10-22T02:30:40  *** subo_ has joined #bitcoin-dev
 36 2017-10-22T02:34:57  *** subo has quit IRC
 37 2017-10-22T02:36:32  *** luke-jr has joined #bitcoin-dev
 38 2017-10-22T02:58:19  *** iv3c has joined #bitcoin-dev
 39 2017-10-22T02:59:44  *** iv3ct has quit IRC
 40 2017-10-22T03:21:19  *** BashCo has joined #bitcoin-dev
 41 2017-10-22T03:25:27  *** Belxjander has quit IRC
 42 2017-10-22T03:30:40  *** Belxjander has joined #bitcoin-dev
 43 2017-10-22T03:44:01  *** Belxjander has quit IRC
 44 2017-10-22T03:46:07  *** iv3c has quit IRC
 45 2017-10-22T03:50:55  *** Belxjander has joined #bitcoin-dev
 46 2017-10-22T04:05:51  *** [7] has quit IRC
 47 2017-10-22T04:05:56  *** YoY has joined #bitcoin-dev
 48 2017-10-22T04:06:44  *** TheSeven has joined #bitcoin-dev
 49 2017-10-22T04:07:23  *** Belxjander has quit IRC
 50 2017-10-22T04:08:05  *** Belxjander has joined #bitcoin-dev
 51 2017-10-22T04:14:09  *** one_zero has joined #bitcoin-dev
 52 2017-10-22T04:15:30  *** TheSeven has quit IRC
 53 2017-10-22T04:15:54  *** TheSeven has joined #bitcoin-dev
 54 2017-10-22T04:29:00  *** LowKey has joined #bitcoin-dev
 55 2017-10-22T04:29:21  <LowKey> Hi, How to generate genesis block ?
 56 2017-10-22T04:34:47  *** r251d has joined #bitcoin-dev
 57 2017-10-22T04:36:17  *** Belxjander has quit IRC
 58 2017-10-22T04:36:54  <r251d> LowKey: in a fresh regtest environment execute the RPC/bitcoin-cli command `generate 1`
 59 2017-10-22T04:37:38  *** Belxjander has joined #bitcoin-dev
 60 2017-10-22T04:38:53  <LowKey> r251d: can i use that command on daemon ? -daemon
 61 2017-10-22T04:39:04  *** freewil has joined #bitcoin-dev
 62 2017-10-22T04:39:21  <LowKey> r251d: i dont have bitcoin-cli
 63 2017-10-22T04:40:46  <r251d> How do you issue RPC commands without bitcoin-cli? Are you running Bitcoin core GUI?
 64 2017-10-22T04:42:41  <r251d> The GUI has a debug window where you can execute most (all?) of bitcoin-cli commands. Open Core on regtest, open the debug window, go to it's console, and type `generate 1`
 65 2017-10-22T04:43:06  <r251d> s/it's/its/
 66 2017-10-22T04:51:32  <LowKey> ok r251d , i will try. :)
 67 2017-10-22T04:55:43  *** dabura667 has joined #bitcoin-dev
 68 2017-10-22T04:56:23  *** r251d has quit IRC
 69 2017-10-22T04:57:19  *** freewil has quit IRC
 70 2017-10-22T04:58:46  *** r251d has joined #bitcoin-dev
 71 2017-10-22T04:59:53  *** r251d has quit IRC
 72 2017-10-22T05:01:21  *** Belxjander has quit IRC
 73 2017-10-22T05:02:47  *** freewil has joined #bitcoin-dev
 74 2017-10-22T05:06:46  *** Belxjander has joined #bitcoin-dev
 75 2017-10-22T05:14:07  *** freewil has quit IRC
 76 2017-10-22T05:17:18  *** freewil has joined #bitcoin-dev
 77 2017-10-22T05:21:35  *** dabura667 has quit IRC
 78 2017-10-22T05:29:36  *** Agro has quit IRC
 79 2017-10-22T05:34:57  *** Belxjander has quit IRC
 80 2017-10-22T05:35:22  *** Agro has joined #bitcoin-dev
 81 2017-10-22T05:37:42  *** Agro has quit IRC
 82 2017-10-22T05:41:30  *** Belxjander has joined #bitcoin-dev
 83 2017-10-22T05:56:05  *** freewil has quit IRC
 84 2017-10-22T06:01:43  *** Agro has joined #bitcoin-dev
 85 2017-10-22T06:07:29  *** Belxjander has quit IRC
 86 2017-10-22T06:07:56  *** gnubeard has quit IRC
 87 2017-10-22T06:08:34  *** damons has joined #bitcoin-dev
 88 2017-10-22T06:09:45  *** Belxjander has joined #bitcoin-dev
 89 2017-10-22T06:22:27  *** cluelessperson has quit IRC
 90 2017-10-22T06:23:22  *** Agro has quit IRC
 91 2017-10-22T06:23:30  *** Diablo-D3 has quit IRC
 92 2017-10-22T06:24:38  *** Diablo-D3 has joined #bitcoin-dev
 93 2017-10-22T06:29:14  *** LowKey has quit IRC
 94 2017-10-22T06:33:44  *** POJO has joined #bitcoin-dev
 95 2017-10-22T06:38:51  *** cluelessperson has joined #bitcoin-dev
 96 2017-10-22T06:45:12  *** Belxjander has quit IRC
 97 2017-10-22T06:51:08  *** Belxjander has joined #bitcoin-dev
 98 2017-10-22T07:23:41  *** Belxjander has quit IRC
 99 2017-10-22T07:28:15  *** Agro has joined #bitcoin-dev
100 2017-10-22T07:30:20  *** Belxjander has joined #bitcoin-dev
101 2017-10-22T07:37:09  *** Guyver2 has joined #bitcoin-dev
102 2017-10-22T07:45:37  *** Belxjander has quit IRC
103 2017-10-22T07:46:23  *** Belxjander has joined #bitcoin-dev
104 2017-10-22T08:12:52  *** Belxjander has quit IRC
105 2017-10-22T08:13:55  *** Belxjander has joined #bitcoin-dev
106 2017-10-22T08:32:15  *** Michail1 has quit IRC
107 2017-10-22T08:40:23  *** Michail1 has joined #bitcoin-dev
108 2017-10-22T08:42:09  *** Belxjander has quit IRC
109 2017-10-22T08:43:27  *** Belxjander has joined #bitcoin-dev
110 2017-10-22T08:52:07  *** nodweber has joined #bitcoin-dev
111 2017-10-22T09:13:01  *** jb55 has quit IRC
112 2017-10-22T09:17:51  *** Belxjander has quit IRC
113 2017-10-22T09:18:59  *** Belxjander has joined #bitcoin-dev
114 2017-10-22T09:20:31  *** POJO has quit IRC
115 2017-10-22T09:22:03  *** mfoucault has joined #bitcoin-dev
116 2017-10-22T09:22:39  <Sentineo> hello, anybody can explain what this error means?
117 2017-10-22T09:22:42  <Sentineo> https://paste.fedoraproject.org/paste/tSseIxw1d1imqkLA3J4OnQ
118 2017-10-22T09:22:58  <Sentineo> is this something on my side (hw soon to die) or with bitcoind?
119 2017-10-22T09:23:07  <Sentineo> using v0.15.0.1
120 2017-10-22T09:23:24  *** Agro has quit IRC
121 2017-10-22T09:27:20  *** mfoucault has quit IRC
122 2017-10-22T09:27:37  *** mfoucault has joined #bitcoin-dev
123 2017-10-22T09:30:22  *** mfoucault has quit IRC
124 2017-10-22T09:37:11  *** damons is now known as damons_is_away
125 2017-10-22T09:38:30  *** mfoucault has joined #bitcoin-dev
126 2017-10-22T09:47:33  *** nodweber has quit IRC
127 2017-10-22T09:50:57  *** one_zero has quit IRC
128 2017-10-22T10:01:43  *** mfoucault has quit IRC
129 2017-10-22T10:16:19  *** POJO has joined #bitcoin-dev
130 2017-10-22T10:20:05  *** pbase has joined #bitcoin-dev
131 2017-10-22T10:36:16  *** POJO has quit IRC
132 2017-10-22T10:38:46  *** Victorsueca has quit IRC
133 2017-10-22T10:47:40  *** jvanakker has joined #bitcoin-dev
134 2017-10-22T11:08:52  *** Diablo-D3 has quit IRC
135 2017-10-22T11:09:40  *** Diablo-D3 has joined #bitcoin-dev
136 2017-10-22T11:17:37  *** Belxjander has quit IRC
137 2017-10-22T11:20:28  *** one_zero has joined #bitcoin-dev
138 2017-10-22T11:23:03  *** Belxjander has joined #bitcoin-dev
139 2017-10-22T11:26:21  *** SopaXorzTaker has joined #bitcoin-dev
140 2017-10-22T11:32:41  *** pbase has quit IRC
141 2017-10-22T11:35:33  *** pierre_rochard has joined #bitcoin-dev
142 2017-10-22T11:44:27  *** Belxjander has quit IRC
143 2017-10-22T11:50:17  *** Belxjander has joined #bitcoin-dev
144 2017-10-22T11:58:57  *** one_zero has quit IRC
145 2017-10-22T12:05:02  *** POJO has joined #bitcoin-dev
146 2017-10-22T12:11:43  *** Cogito_Ergo_Sum has joined #bitcoin-dev
147 2017-10-22T12:12:41  *** Belxjander has quit IRC
148 2017-10-22T12:13:07  *** jvanakker has quit IRC
149 2017-10-22T12:13:13  *** Belxjander has joined #bitcoin-dev
150 2017-10-22T12:36:38  *** meshcollider has quit IRC
151 2017-10-22T12:39:17  *** grubles has quit IRC
152 2017-10-22T12:54:20  *** CheckDavid has joined #bitcoin-dev
153 2017-10-22T12:55:52  *** O01eg has joined #bitcoin-dev
154 2017-10-22T12:59:27  *** sparetire has quit IRC
155 2017-10-22T13:01:57  *** sparetire has joined #bitcoin-dev
156 2017-10-22T13:21:19  *** wxss has joined #bitcoin-dev
157 2017-10-22T13:22:52  *** kinlo has quit IRC
158 2017-10-22T13:24:12  *** sparetire has quit IRC
159 2017-10-22T13:46:56  *** wxss_ has joined #bitcoin-dev
160 2017-10-22T13:48:58  *** wxss has quit IRC
161 2017-10-22T13:49:12  *** wxss_ is now known as wxss
162 2017-10-22T13:50:21  *** iv3c has joined #bitcoin-dev
163 2017-10-22T14:04:34  *** Belxjander has quit IRC
164 2017-10-22T14:09:51  *** Belxjander has joined #bitcoin-dev
165 2017-10-22T14:11:50  *** sparetire has joined #bitcoin-dev
166 2017-10-22T14:23:35  *** Belxjander has quit IRC
167 2017-10-22T14:29:01  *** Belxjander has joined #bitcoin-dev
168 2017-10-22T14:44:39  *** belcher has quit IRC
169 2017-10-22T14:54:27  *** Chris_Stewart_5 has joined #bitcoin-dev
170 2017-10-22T14:58:32  *** jvanakker has joined #bitcoin-dev
171 2017-10-22T14:58:39  *** denisx has joined #bitcoin-dev
172 2017-10-22T15:00:57  <denisx> has bench_bitcoin any options, because it is crashing for me after the ‘Trig’ line
173 2017-10-22T15:03:06  *** CheckDavid has quit IRC
174 2017-10-22T15:06:26  *** Belxjander has quit IRC
175 2017-10-22T15:08:23  *** jvanakker has quit IRC
176 2017-10-22T15:08:25  *** Belxjander has joined #bitcoin-dev
177 2017-10-22T15:12:35  *** nazarewk has joined #bitcoin-dev
178 2017-10-22T15:17:57  *** nazarewk has quit IRC
179 2017-10-22T15:28:44  *** ghost43 has quit IRC
180 2017-10-22T15:33:17  *** whphhg has quit IRC
181 2017-10-22T15:33:54  *** alferz has joined #bitcoin-dev
182 2017-10-22T15:36:02  *** ghost43 has joined #bitcoin-dev
183 2017-10-22T15:42:57  *** POJO has quit IRC
184 2017-10-22T15:44:31  *** whphhg has joined #bitcoin-dev
185 2017-10-22T15:47:41  *** alferz has quit IRC
186 2017-10-22T15:52:00  *** Victorsueca has joined #bitcoin-dev
187 2017-10-22T16:07:15  *** ghost43 has quit IRC
188 2017-10-22T16:08:14  *** ghost43 has joined #bitcoin-dev
189 2017-10-22T16:15:45  *** POJO has joined #bitcoin-dev
190 2017-10-22T16:17:50  *** denisx has quit IRC
191 2017-10-22T16:19:08  *** notlambda has joined #bitcoin-dev
192 2017-10-22T16:21:43  *** notlambda is now known as lambda
193 2017-10-22T16:21:52  *** lambda is now known as zalloc
194 2017-10-22T16:23:20  *** zalloc is now known as notlambda
195 2017-10-22T16:23:31  *** notlambda is now known as zalloc
196 2017-10-22T16:24:00  *** Belxjander has quit IRC
197 2017-10-22T16:24:32  *** Belxjander has joined #bitcoin-dev
198 2017-10-22T16:24:49  *** alferz has joined #bitcoin-dev
199 2017-10-22T16:26:09  *** ghost43 has quit IRC
200 2017-10-22T16:26:43  *** mfoucault has joined #bitcoin-dev
201 2017-10-22T16:26:52  *** ghost43 has joined #bitcoin-dev
202 2017-10-22T16:47:41  *** alferz has quit IRC
203 2017-10-22T16:54:19  *** mfoucault has quit IRC
204 2017-10-22T17:09:34  *** dviola has joined #bitcoin-dev
205 2017-10-22T17:11:16  *** DTZUZO has joined #bitcoin-dev
206 2017-10-22T17:12:32  *** POJO has quit IRC
207 2017-10-22T17:33:33  *** dviola has quit IRC
208 2017-10-22T17:39:21  *** damons_is_away is now known as damons
209 2017-10-22T17:39:41  *** Chris_Stewart_5 has quit IRC
210 2017-10-22T18:08:05  *** Chris_Stewart_5 has joined #bitcoin-dev
211 2017-10-22T18:11:24  *** freewil has joined #bitcoin-dev
212 2017-10-22T18:12:11  *** CheckDavid has joined #bitcoin-dev
213 2017-10-22T18:12:20  *** POJO has joined #bitcoin-dev
214 2017-10-22T18:18:18  *** jb55 has joined #bitcoin-dev
215 2017-10-22T18:20:17  *** DTZUZO has quit IRC
216 2017-10-22T18:20:27  *** Chris_Stewart_5 has quit IRC
217 2017-10-22T18:23:19  *** dviola has joined #bitcoin-dev
218 2017-10-22T18:47:03  *** SopaXorzTaker has quit IRC
219 2017-10-22T18:50:41  *** justanotheruser has quit IRC
220 2017-10-22T18:50:43  *** Agro has joined #bitcoin-dev
221 2017-10-22T18:51:59  *** pierce has quit IRC
222 2017-10-22T18:54:57  *** Belxjander has quit IRC
223 2017-10-22T18:57:13  *** Belxjander has joined #bitcoin-dev
224 2017-10-22T19:06:25  *** alferz has joined #bitcoin-dev
225 2017-10-22T19:10:31  *** kinlo has joined #bitcoin-dev
226 2017-10-22T19:23:47  *** justanotheruser has joined #bitcoin-dev
227 2017-10-22T19:24:42  *** jb55 has quit IRC
228 2017-10-22T19:29:27  *** laddite has joined #bitcoin-dev
229 2017-10-22T19:32:05  *** justanotheruser has quit IRC
230 2017-10-22T19:32:21  *** justanotheruser has joined #bitcoin-dev
231 2017-10-22T19:37:04  *** POJO has quit IRC
232 2017-10-22T19:40:09  *** pierce has joined #bitcoin-dev
233 2017-10-22T19:50:21  *** alferz has quit IRC
234 2017-10-22T19:55:28  *** alferz has joined #bitcoin-dev
235 2017-10-22T19:59:41  *** alferz has quit IRC
236 2017-10-22T20:04:59  *** alferz has joined #bitcoin-dev
237 2017-10-22T20:07:12  *** jb55 has joined #bitcoin-dev
238 2017-10-22T20:11:41  *** alferz has quit IRC
239 2017-10-22T20:14:45  *** POJO has joined #bitcoin-dev
240 2017-10-22T20:14:51  *** iv3c has quit IRC
241 2017-10-22T20:15:03  *** iv3c has joined #bitcoin-dev
242 2017-10-22T20:16:01  *** Agro has quit IRC
243 2017-10-22T20:21:01  *** CheckDavid has quit IRC
244 2017-10-22T20:27:59  *** hsmiths has quit IRC
245 2017-10-22T20:31:27  *** Belxjander has quit IRC
246 2017-10-22T20:33:49  *** Belxjander has joined #bitcoin-dev
247 2017-10-22T20:34:36  *** JackH has quit IRC
248 2017-10-22T20:34:58  *** Agro has joined #bitcoin-dev
249 2017-10-22T20:41:18  *** freewil has quit IRC
250 2017-10-22T20:45:27  *** freewil has joined #bitcoin-dev
251 2017-10-22T20:47:30  *** alferz has joined #bitcoin-dev
252 2017-10-22T20:50:13  *** jb55 has quit IRC
253 2017-10-22T20:55:28  *** Agro has quit IRC
254 2017-10-22T20:58:40  *** knaccc has quit IRC
255 2017-10-22T20:59:24  *** arubi has quit IRC
256 2017-10-22T21:01:01  *** alferz has quit IRC
257 2017-10-22T21:01:04  *** freewil has quit IRC
258 2017-10-22T21:04:29  *** arubi has joined #bitcoin-dev
259 2017-10-22T21:11:32  *** freewil has joined #bitcoin-dev
260 2017-10-22T21:12:49  *** Agro has joined #bitcoin-dev
261 2017-10-22T21:15:58  *** kinlo has quit IRC
262 2017-10-22T21:16:31  *** kinlo has joined #bitcoin-dev
263 2017-10-22T21:16:38  *** kinlo has quit IRC
264 2017-10-22T21:18:32  *** alferz has joined #bitcoin-dev
265 2017-10-22T21:20:57  *** dshs has joined #bitcoin-dev
266 2017-10-22T21:22:39  *** freewil has quit IRC
267 2017-10-22T21:23:12  *** POJO has quit IRC
268 2017-10-22T21:24:43  *** kinlo has joined #bitcoin-dev
269 2017-10-22T21:29:19  *** CheckDavid has joined #bitcoin-dev
270 2017-10-22T21:29:57  *** Agro has quit IRC
271 2017-10-22T21:32:19  *** Giszmo has quit IRC
272 2017-10-22T21:34:21  *** alferz has quit IRC
273 2017-10-22T21:40:34  *** alferz has joined #bitcoin-dev
274 2017-10-22T21:41:50  *** dshs has quit IRC
275 2017-10-22T21:46:46  *** arubi has quit IRC
276 2017-10-22T21:47:14  *** arubi has joined #bitcoin-dev
277 2017-10-22T21:47:30  *** jb55 has joined #bitcoin-dev
278 2017-10-22T21:48:39  *** Agro has joined #bitcoin-dev
279 2017-10-22T21:51:08  *** kinlo has quit IRC
280 2017-10-22T21:53:14  *** Agro has quit IRC
281 2017-10-22T22:08:49  *** knaccc has joined #bitcoin-dev
282 2017-10-22T22:13:43  *** Guyver2 has quit IRC
283 2017-10-22T22:17:54  *** Cogito_Ergo_Sum has quit IRC
284 2017-10-22T22:22:37  *** Belxjander has quit IRC
285 2017-10-22T22:25:36  *** meshcollider has joined #bitcoin-dev
286 2017-10-22T22:28:56  *** Belxjander has joined #bitcoin-dev
287 2017-10-22T22:33:41  *** alferz has quit IRC
288 2017-10-22T22:34:49  *** sdfgsdfg has joined #bitcoin-dev
289 2017-10-22T22:48:05  *** a5m0 has quit IRC
290 2017-10-22T22:48:39  *** Giszmo has joined #bitcoin-dev
291 2017-10-22T22:53:49  *** a5m0 has joined #bitcoin-dev
292 2017-10-22T23:09:59  *** belcher has joined #bitcoin-dev
293 2017-10-22T23:13:26  *** kinlo has joined #bitcoin-dev
294 2017-10-22T23:41:58  *** alferz has joined #bitcoin-dev
295 2017-10-22T23:53:01  *** alferz has quit IRC
296 2017-10-22T23:58:13  *** CheckDavid has quit IRC