1 2017-05-12T00:00:01  *** abpa has quit IRC
  2 2017-05-12T00:00:19  *** agricocb has joined #bitcoin-dev
  3 2017-05-12T00:01:23  *** waxwing has quit IRC
  4 2017-05-12T00:01:55  *** moli_ has quit IRC
  5 2017-05-12T00:02:29  <RainMan28> achow101: that txn you helped with still hasn't confirmed. Maybe the 5000 sat/B fee wasn't that high after all :P
  6 2017-05-12T00:24:11  *** oleganza has quit IRC
  7 2017-05-12T00:25:57  *** dermoth has quit IRC
  8 2017-05-12T00:29:53  *** fatalhalt has quit IRC
  9 2017-05-12T00:30:55  *** dermoth has joined #bitcoin-dev
 10 2017-05-12T00:32:04  *** NewLiberty has joined #bitcoin-dev
 11 2017-05-12T00:32:57  *** cyphase has quit IRC
 12 2017-05-12T00:34:57  *** ribasushi has quit IRC
 13 2017-05-12T00:35:13  *** Giszmo has joined #bitcoin-dev
 14 2017-05-12T00:36:45  *** suryab has joined #bitcoin-dev
 15 2017-05-12T00:37:28  <suryab> for anyone, who remebers my problem from earlier today, whitelisting the node that is connecting to the node made an incremental step in the right direction, but the real errors that it revealed are:
 16 2017-05-12T00:37:35  <suryab> 2017-05-11 22:06:04 sending alert (168 bytes) peer=64
 17 2017-05-12T00:37:37  <suryab> 2017-05-11 22:07:04 received: addr (35 bytes) peer=64
 18 2017-05-12T00:37:40  *** e4xit has quit IRC
 19 2017-05-12T00:37:47  <suryab> 2017-05-11 22:07:04 Misbehaving: 172.17.0.1:39104 peer=64 (0 -> 1)
 20 2017-05-12T00:37:50  <suryab> 2017-05-11 22:07:04 ProcessMessages(addr, 35 bytes) FAILED peer=64
 21 2017-05-12T00:37:52  *** ribasushi has joined #bitcoin-dev
 22 2017-05-12T00:37:54  *** e4xit has joined #bitcoin-dev
 23 2017-05-12T00:37:54  <suryab> 2017-05-11 22:07:05 disconnecting peer=64
 24 2017-05-12T00:42:14  *** NewLiberty_ has joined #bitcoin-dev
 25 2017-05-12T00:44:40  *** NewLiberty has quit IRC
 26 2017-05-12T00:47:57  *** blueness has quit IRC
 27 2017-05-12T00:52:46  *** corinrose has joined #bitcoin-dev
 28 2017-05-12T00:53:37  <achow101> RainMan28: cpfp isn't all that reliable. I don't think many miners mine cpfp transactions, so this is kinda expected
 29 2017-05-12T00:53:39  <suryab> so it looks like i'm doing something wrong and it's incrementing the ban counter, but I thought that this could be avoided because i `-whitelist=<ip>` the address the connection is coming in from when I run the node
 30 2017-05-12T00:54:20  <suryab> i realize this looks like I just started talking in the middle of a conversation nobody is in on...
 31 2017-05-12T00:55:25  <achow101> suryab: can you use something like wireshark to grab what the actual addr message it is sending? 35 bytes is definitely not the right size for that message
 32 2017-05-12T00:57:13  *** fatalhalt has joined #bitcoin-dev
 33 2017-05-12T00:59:44  *** matrix1233 has joined #bitcoin-dev
 34 2017-05-12T01:00:32  *** blueness has joined #bitcoin-dev
 35 2017-05-12T01:05:47  *** goatpig has quit IRC
 36 2017-05-12T01:10:04  <suryab> quick question, would a node do the `send alert` thing if a node deviated from what it expected in the protocol?
 37 2017-05-12T01:10:51  <suryab> for example in the log, the node says it received a version from me, sent me the version, sent me the verack and underneath all that says it received version message and prints the version message
 38 2017-05-12T01:11:26  <suryab> is that a result of just the internal scheduling and when this infor was dumnped to the log or is that indicative of the order of operations (in which case a stray version message is being sent out)
 39 2017-05-12T01:12:05  <suryab> 2017-05-12 01:08:05 received: version (104 bytes) peer=11 2017-05-12 01:08:05 sending version (103 bytes) peer=11 2017-05-12 01:08:05 send version message: version 70015, blocks=463567, us=[::]:0, peer=11 2017-05-12 01:08:05 sending verack (0 bytes) peer=11 2017-05-12 01:08:05 receive version message: <subver>: version 70002, blocks=346110, us=72.36.89.11:8880, peer=11
 40 2017-05-12T01:12:20  <suryab> that's the sequence, says it received version above and underneath for some reason
 41 2017-05-12T01:14:07  <achow101> no. the alert is an entirely different message that core 0.14.0+ sends to all old nodes
 42 2017-05-12T01:15:29  <suryab> oh okay so the alert is independent of whatever else is happening
 43 2017-05-12T01:15:36  *** echonaut4 has joined #bitcoin-dev
 44 2017-05-12T01:15:43  *** echonaut has quit IRC
 45 2017-05-12T01:16:59  <achow101> yes. the log order is slightly different from the actual order of events. the received version message is logged after all version message stuff processing has been done, and that includes sending your version message and the verack
 46 2017-05-12T01:21:38  <suryab> if that's the case then based on the debug.log I'm seeing it would appear that the disconnect happens for no reason. Is there way to determine if the connection is terminated by the node or the incoming connection? Maybe because it says `disconnected peer=x` it means that the node is doing the disconnecting?
 47 2017-05-12T01:21:51  <suryab> sorry `disconnecting peer=x`
 48 2017-05-12T01:22:35  <achow101> since you see "disconnecting peer" in your log, that means that that node is disconnecting from the other one
 49 2017-05-12T01:23:53  <kallewoof> It could be either or. You will see the same message for when the remote closes connection and for when local closes connection.
 50 2017-05-12T01:24:07  <achow101> I'm looking through the code to see why it would disconnect
 51 2017-05-12T01:25:14  <suryab> i suppose the higher level question to ask is, bitcoin core from December 2016 works fine without issues when receiving connections the way I'm doing now, but the most up to date version disconnects. Has there been any major update to how connections are maintained (maybe new requirements of peers) since then?
 52 2017-05-12T01:28:16  <kallewoof> I suspect the peer is sending an addr message before it is fully connected. That would explain the Misbehaving 1 part, and the ProcessMessage FAILED
 53 2017-05-12T01:28:20  <achow101> suryab: there are only three things that can cause that kind of disconnect (increments banscore by one then disconnects).
 54 2017-05-12T01:28:42  <suryab> oh okay
 55 2017-05-12T01:28:45  <suryab> i'll look into that
 56 2017-05-12T01:28:53  <achow101> the node sent multiple version messages, did not send a verack before anything else, or did not send a version before anything else
 57 2017-05-12T01:29:05  <achow101> can you post a link to your full debug.log?
 58 2017-05-12T01:29:12  <suryab> so there must have been something new in 0.14 version that classifies something I'm doing as misbahavior
 59 2017-05-12T01:29:30  <suryab> okay, give me a sec
 60 2017-05-12T01:29:36  <achow101> which version node is receiving the connectiong, and which is making it?
 61 2017-05-12T01:29:45  <kallewoof> You may not handle the case where the remote sends you an alert after you send a VERSION message.
 62 2017-05-12T01:30:35  <achow101> kallewoof: he's using core and the alert is sent after all of the handshake stuff
 63 2017-05-12T01:30:49  <kallewoof> Ah ok
 64 2017-05-12T01:31:49  <suryab> well, wait so the node making the connection is not a bitcoin node, but is another piece of software that works with previous versions of Bitcoin, it may be that I'm not handling alerts like i should be?
 65 2017-05-12T01:32:11  <suryab> the tools has worked with all previous versions of bitcon up to Dec 2016
 66 2017-05-12T01:32:15  <suryab> which is 0.13.x
 67 2017-05-12T01:32:31  <kallewoof> Sorry, no I was looking at it backwards. It may be that the REMOTE is not handling alerts correctly.
 68 2017-05-12T01:32:40  <suryab> i'm looking through release notes of 0.14 for notes on new p2p protocol things
 69 2017-05-12T01:32:47  <achow101> I think the problem is with the addr message as that is where it is failing
 70 2017-05-12T01:32:56  <suryab> yeah the entity making the connections may not be acting in a way it's supposed to when it received an alert from this new bitcoin node
 71 2017-05-12T01:33:29  <achow101> can we see the log so we can look at the progression of messages?
 72 2017-05-12T01:33:32  <kallewoof> I'll shut up and let achow101 help you though. Will say something if I'm sure it's useful. I feel like I'm spamming :)
 73 2017-05-12T01:33:43  <suryab> lol it's all good
 74 2017-05-12T01:36:49  <suryab> http://s000.tinyupload.com/download.php?file_id=90540237565949739165&t=9054023756594973916596920
 75 2017-05-12T01:38:40  <achow101> do you know which peer number is your software making the connection?
 76 2017-05-12T01:41:10  *** suryab has quit IRC
 77 2017-05-12T01:41:16  <ahf> a/89
 78 2017-05-12T01:54:00  *** suryab has joined #bitcoin-dev
 79 2017-05-12T01:55:02  <suryab> had to go offline temporarily, change locations
 80 2017-05-12T01:56:12  *** suryab_ has joined #bitcoin-dev
 81 2017-05-12T01:58:20  <suryab_> when does the channel log get updated? not sure if i missed something between posted the link to the debug log and coming back online
 82 2017-05-12T02:02:06  <kallewoof> <achow101> do you know which peer number is your software making the connection?
 83 2017-05-12T02:03:52  <suryab_> peer=15
 84 2017-05-12T02:04:41  <suryab_> even with just that info, there are approximately 5-6 lines of the log that actually have `peer=15` in them, and that's just the handshake and the alert message
 85 2017-05-12T02:06:46  <suryab_> when i get back i'll try to replicate the case where there was a ProcessMessage failure on an addr message and the ban counter was actually incremented. That only happened on one occassion though
 86 2017-05-12T02:11:30  *** suryab has quit IRC
 87 2017-05-12T02:13:40  *** matrix1233 has quit IRC
 88 2017-05-12T02:14:19  *** matrix1233 has joined #bitcoin-dev
 89 2017-05-12T02:15:05  *** impulse has quit IRC
 90 2017-05-12T02:15:12  *** subo has joined #bitcoin-dev
 91 2017-05-12T02:15:59  *** matrix1233 has quit IRC
 92 2017-05-12T02:19:16  *** subo_ has quit IRC
 93 2017-05-12T02:28:59  *** cyphase has joined #bitcoin-dev
 94 2017-05-12T02:30:45  *** McJuicy has joined #bitcoin-dev
 95 2017-05-12T02:32:59  *** impulse has joined #bitcoin-dev
 96 2017-05-12T02:51:07  *** agricocb has quit IRC
 97 2017-05-12T02:51:24  <achow101> suryab_: is 172.17.0.1 the IP of the peer in question and is it running Coinscope?
 98 2017-05-12T02:51:59  <achow101> if it is, the problem is that it is not responding with a verack
 99 2017-05-12T02:52:53  *** cyphase has quit IRC
100 2017-05-12T02:56:11  *** instagibbs has quit IRC
101 2017-05-12T02:57:49  *** cyphase has joined #bitcoin-dev
102 2017-05-12T02:59:50  *** agricocb has joined #bitcoin-dev
103 2017-05-12T03:00:05  *** instagibbs has joined #bitcoin-dev
104 2017-05-12T03:01:43  *** matrix1233 has joined #bitcoin-dev
105 2017-05-12T03:06:32  *** matrix1233 has quit IRC
106 2017-05-12T03:06:40  *** instagibbs has quit IRC
107 2017-05-12T03:08:06  *** instagibbs has joined #bitcoin-dev
108 2017-05-12T03:28:29  *** blueness has quit IRC
109 2017-05-12T03:30:38  *** oleganza has joined #bitcoin-dev
110 2017-05-12T03:31:01  *** instagibbs has quit IRC
111 2017-05-12T03:31:27  *** mol has quit IRC
112 2017-05-12T03:33:07  *** instagibbs has joined #bitcoin-dev
113 2017-05-12T03:34:40  *** janko33 has joined #bitcoin-dev
114 2017-05-12T03:37:24  *** instagibbs has quit IRC
115 2017-05-12T03:37:34  *** ThomasV has joined #bitcoin-dev
116 2017-05-12T03:39:38  *** instagibbs has joined #bitcoin-dev
117 2017-05-12T03:45:00  *** janko33 has quit IRC
118 2017-05-12T03:48:48  *** CheckDavid has quit IRC
119 2017-05-12T03:49:23  *** blueness has joined #bitcoin-dev
120 2017-05-12T03:51:49  *** blueness has quit IRC
121 2017-05-12T03:56:57  *** cyphase has quit IRC
122 2017-05-12T04:01:31  *** cyphase has joined #bitcoin-dev
123 2017-05-12T04:02:56  *** moli_ has joined #bitcoin-dev
124 2017-05-12T04:03:45  *** moli_ has quit IRC
125 2017-05-12T04:03:45  *** blueness has joined #bitcoin-dev
126 2017-05-12T04:04:01  *** moli_ has joined #bitcoin-dev
127 2017-05-12T04:04:51  *** blueness has quit IRC
128 2017-05-12T04:24:11  *** oleganza has quit IRC
129 2017-05-12T04:48:16  *** TheSeven has quit IRC
130 2017-05-12T04:48:43  *** TheSeven has joined #bitcoin-dev
131 2017-05-12T04:49:54  *** matrix1233 has joined #bitcoin-dev
132 2017-05-12T04:50:47  *** blueness has joined #bitcoin-dev
133 2017-05-12T04:54:26  *** matrix1233 has quit IRC
134 2017-05-12T05:08:10  *** moli_ has quit IRC
135 2017-05-12T05:08:34  *** ThomasV has quit IRC
136 2017-05-12T05:12:43  *** moli_ has joined #bitcoin-dev
137 2017-05-12T05:26:14  *** Wayward has quit IRC
138 2017-05-12T05:27:25  *** |Clown| has joined #bitcoin-dev
139 2017-05-12T05:43:28  *** impulse has quit IRC
140 2017-05-12T05:44:14  *** matrix1233 has joined #bitcoin-dev
141 2017-05-12T05:46:54  *** ThomasV has joined #bitcoin-dev
142 2017-05-12T05:48:16  *** matrix1233 has quit IRC
143 2017-05-12T05:53:46  *** ThomasV has quit IRC
144 2017-05-12T05:59:54  *** dgenr8 has quit IRC
145 2017-05-12T06:00:04  *** dgenr8 has joined #bitcoin-dev
146 2017-05-12T06:00:11  *** dermoth has quit IRC
147 2017-05-12T06:00:49  *** dermoth has joined #bitcoin-dev
148 2017-05-12T06:17:57  *** epopt has quit IRC
149 2017-05-12T06:27:18  *** nazarewk has joined #bitcoin-dev
150 2017-05-12T06:29:39  *** Giszmo has quit IRC
151 2017-05-12T06:38:06  *** matrix1233 has joined #bitcoin-dev
152 2017-05-12T06:40:59  *** ThomasV has joined #bitcoin-dev
153 2017-05-12T06:42:07  *** dermoth has quit IRC
154 2017-05-12T06:43:04  *** matrix1233 has quit IRC
155 2017-05-12T06:46:53  *** impulse has joined #bitcoin-dev
156 2017-05-12T06:49:01  *** dermoth has joined #bitcoin-dev
157 2017-05-12T06:58:38  *** BashCo has quit IRC
158 2017-05-12T07:17:14  *** BashCo has joined #bitcoin-dev
159 2017-05-12T07:32:27  *** matrix1233 has joined #bitcoin-dev
160 2017-05-12T07:32:29  *** ongolaBoy has joined #bitcoin-dev
161 2017-05-12T07:33:27  *** ThomasV has quit IRC
162 2017-05-12T07:36:45  *** ua__ has joined #bitcoin-dev
163 2017-05-12T07:37:23  *** matrix1233 has quit IRC
164 2017-05-12T07:41:15  *** Wayward has joined #bitcoin-dev
165 2017-05-12T07:49:15  *** ThomasV has joined #bitcoin-dev
166 2017-05-12T08:02:51  *** czaanja_ has joined #bitcoin-dev
167 2017-05-12T08:03:13  *** devTonyM has joined #bitcoin-dev
168 2017-05-12T08:16:14  *** JackH has joined #bitcoin-dev
169 2017-05-12T08:25:03  *** CodesInChaos_ has quit IRC
170 2017-05-12T08:25:29  *** CodesInChaos has joined #bitcoin-dev
171 2017-05-12T08:26:29  *** matrix1233 has joined #bitcoin-dev
172 2017-05-12T08:26:41  *** ua__ has quit IRC
173 2017-05-12T08:28:28  *** matrix1233 has quit IRC
174 2017-05-12T08:42:40  *** CodesInChaos has quit IRC
175 2017-05-12T08:47:46  *** ThomasV has quit IRC
176 2017-05-12T08:50:40  *** BashCo has quit IRC
177 2017-05-12T08:50:58  *** ua__ has joined #bitcoin-dev
178 2017-05-12T08:52:02  *** CodesInChaos has joined #bitcoin-dev
179 2017-05-12T08:53:24  *** BashCo has joined #bitcoin-dev
180 2017-05-12T08:58:41  *** devTonyM has quit IRC
181 2017-05-12T09:13:17  *** ThomasV has joined #bitcoin-dev
182 2017-05-12T09:20:28  *** CheckDavid has joined #bitcoin-dev
183 2017-05-12T09:20:37  *** matrix1233 has joined #bitcoin-dev
184 2017-05-12T09:24:57  *** matrix1233 has quit IRC
185 2017-05-12T09:36:40  *** czaanja_ has quit IRC
186 2017-05-12T09:37:27  *** nazarewk has quit IRC
187 2017-05-12T09:40:03  *** nazarewk has joined #bitcoin-dev
188 2017-05-12T09:54:53  *** cyphase has quit IRC
189 2017-05-12T09:56:53  *** blueness has quit IRC
190 2017-05-12T10:14:32  *** cyphase has joined #bitcoin-dev
191 2017-05-12T10:17:49  *** blueness has joined #bitcoin-dev
192 2017-05-12T10:21:39  *** matrix1233 has joined #bitcoin-dev
193 2017-05-12T10:35:28  *** nazarewk has quit IRC
194 2017-05-12T10:37:55  *** nazarewk has joined #bitcoin-dev
195 2017-05-12T10:39:56  *** nowan has quit IRC
196 2017-05-12T10:42:43  *** nowan has joined #bitcoin-dev
197 2017-05-12T10:49:46  *** nowan has quit IRC
198 2017-05-12T10:52:33  *** nowan has joined #bitcoin-dev
199 2017-05-12T11:11:08  *** matrix1233 has quit IRC
200 2017-05-12T11:19:28  *** matrix1233 has joined #bitcoin-dev
201 2017-05-12T11:20:10  *** matrix1233 has quit IRC
202 2017-05-12T11:22:04  *** matrix1233 has joined #bitcoin-dev
203 2017-05-12T11:22:34  *** ThomasV has quit IRC
204 2017-05-12T11:36:17  *** matrix1233 has quit IRC
205 2017-05-12T11:37:34  *** matrix1233 has joined #bitcoin-dev
206 2017-05-12T11:50:23  *** agricocb has quit IRC
207 2017-05-12T11:54:30  *** janko33 has joined #bitcoin-dev
208 2017-05-12T12:00:53  *** janko33_ has joined #bitcoin-dev
209 2017-05-12T12:04:04  *** janko33 has quit IRC
210 2017-05-12T12:13:04  *** agricocb has joined #bitcoin-dev
211 2017-05-12T12:14:15  *** matrix1233 has quit IRC
212 2017-05-12T12:14:58  *** matrix1233 has joined #bitcoin-dev
213 2017-05-12T12:22:46  *** waxwing has joined #bitcoin-dev
214 2017-05-12T12:28:34  *** waxwing has quit IRC
215 2017-05-12T12:32:27  *** ThomasV has joined #bitcoin-dev
216 2017-05-12T12:39:22  *** |Clown| has quit IRC
217 2017-05-12T12:42:33  *** |Clown| has joined #bitcoin-dev
218 2017-05-12T12:51:39  *** matrix1233 has quit IRC
219 2017-05-12T12:52:32  *** matrix1233 has joined #bitcoin-dev
220 2017-05-12T13:06:40  *** nowan has quit IRC
221 2017-05-12T13:07:17  *** blueness has quit IRC
222 2017-05-12T13:09:28  *** nowan has joined #bitcoin-dev
223 2017-05-12T13:22:03  *** blueness has joined #bitcoin-dev
224 2017-05-12T13:22:04  *** Chris_Stewart_5 has quit IRC
225 2017-05-12T13:28:20  *** waxwing has joined #bitcoin-dev
226 2017-05-12T13:29:07  *** matrix1233 has quit IRC
227 2017-05-12T13:30:38  *** matrix1233 has joined #bitcoin-dev
228 2017-05-12T13:39:43  *** bugs_ has joined #bitcoin-dev
229 2017-05-12T13:46:48  *** a5m0 has quit IRC
230 2017-05-12T13:47:10  *** a5m0 has joined #bitcoin-dev
231 2017-05-12T13:52:43  *** segy has quit IRC
232 2017-05-12T13:54:27  *** |Clown| has quit IRC
233 2017-05-12T13:58:08  *** |Clown| has joined #bitcoin-dev
234 2017-05-12T13:58:13  *** segy has joined #bitcoin-dev
235 2017-05-12T14:01:43  *** twistedline has quit IRC
236 2017-05-12T14:01:43  *** twistedline_ has joined #bitcoin-dev
237 2017-05-12T14:06:21  *** McLovinMcLovin has joined #bitcoin-dev
238 2017-05-12T14:07:00  *** matrix1233 has quit IRC
239 2017-05-12T14:08:38  *** matrix1233 has joined #bitcoin-dev
240 2017-05-12T14:11:35  *** nazarewk has quit IRC
241 2017-05-12T14:21:41  *** epopt has joined #bitcoin-dev
242 2017-05-12T14:38:03  *** Giszmo has joined #bitcoin-dev
243 2017-05-12T15:07:39  *** meLon has quit IRC
244 2017-05-12T15:21:22  *** matrix1233 has quit IRC
245 2017-05-12T15:28:33  *** BashCo has quit IRC
246 2017-05-12T15:36:38  *** RainMan28 is now known as RainMan28-[away]
247 2017-05-12T15:38:19  *** Guyver2 has joined #bitcoin-dev
248 2017-05-12T15:42:27  *** RainMan28-[away] is now known as RainMan28
249 2017-05-12T15:42:30  *** blueness has quit IRC
250 2017-05-12T15:43:47  *** abpa has joined #bitcoin-dev
251 2017-05-12T15:51:35  *** BashCo has joined #bitcoin-dev
252 2017-05-12T15:52:20  *** waxwing has quit IRC
253 2017-05-12T16:07:05  *** impulse has quit IRC
254 2017-05-12T16:12:14  *** meLon has joined #bitcoin-dev
255 2017-05-12T16:14:14  *** impulse has joined #bitcoin-dev
256 2017-05-12T16:19:38  *** janko33__ has joined #bitcoin-dev
257 2017-05-12T16:20:49  *** waxwing has joined #bitcoin-dev
258 2017-05-12T16:22:12  *** janko33_ has quit IRC
259 2017-05-12T16:26:15  *** matrix1233 has joined #bitcoin-dev
260 2017-05-12T16:31:29  *** matrix1233 has quit IRC
261 2017-05-12T16:40:27  *** ThomasV has quit IRC
262 2017-05-12T16:49:27  *** waxwing has quit IRC
263 2017-05-12T16:51:04  *** suryab has joined #bitcoin-dev
264 2017-05-12T16:53:39  <suryab> acho101: I can't believe it was such a simple problem. I went under the assumption that the handshake Coiscope was doing was correct because it's worked without problems on previous versions of Bitcoin.
265 2017-05-12T16:53:46  <suryab> achow101^
266 2017-05-12T16:54:27  <suryab> perhaps the rules for incrementing the ban counter have change since 0.13
267 2017-05-12T16:59:34  <suryab> you there is the change in the release nodes: #9715 b08656e Disconnect peers which we do not receive VERACKs from within 60 sec (TheBlueMatt)
268 2017-05-12T17:04:15  *** Chris_Stewart_5 has joined #bitcoin-dev
269 2017-05-12T17:09:56  *** ThomasV has joined #bitcoin-dev
270 2017-05-12T17:11:42  *** mol has joined #bitcoin-dev
271 2017-05-12T17:15:18  *** moli_ has quit IRC
272 2017-05-12T17:20:37  *** matrix1233 has joined #bitcoin-dev
273 2017-05-12T17:25:15  *** matrix1233 has quit IRC
274 2017-05-12T17:27:24  *** ThomasV has quit IRC
275 2017-05-12T18:05:41  *** goatpig has joined #bitcoin-dev
276 2017-05-12T18:14:00  *** suryab has quit IRC
277 2017-05-12T18:14:42  *** matrix1233 has joined #bitcoin-dev
278 2017-05-12T18:19:35  *** matrix1233 has quit IRC
279 2017-05-12T18:43:57  *** suryab_ has quit IRC
280 2017-05-12T18:44:55  *** NewLiberty_ has quit IRC
281 2017-05-12T19:00:19  *** waxwing has joined #bitcoin-dev
282 2017-05-12T19:36:54  *** Fistful_of_Coins has quit IRC
283 2017-05-12T19:36:55  *** Fistful_of_Coins has joined #bitcoin-dev
284 2017-05-12T19:40:08  *** Fistful_of_Coins has quit IRC
285 2017-05-12T19:40:18  *** Fistful_of_Coins has joined #bitcoin-dev
286 2017-05-12T19:51:26  *** Blackreign has joined #bitcoin-dev
287 2017-05-12T19:54:11  *** blueness has joined #bitcoin-dev
288 2017-05-12T20:00:09  *** matrix1233 has joined #bitcoin-dev
289 2017-05-12T20:02:28  *** blueness has quit IRC
290 2017-05-12T20:15:20  *** blueness has joined #bitcoin-dev
291 2017-05-12T20:22:54  *** McLovinMcLovin has quit IRC
292 2017-05-12T20:23:13  *** NewLiberty_ has joined #bitcoin-dev
293 2017-05-12T20:39:04  *** LeMiner has joined #bitcoin-dev
294 2017-05-12T20:43:44  *** NewLiberty_ has quit IRC
295 2017-05-12T21:06:18  *** ua_ has joined #bitcoin-dev
296 2017-05-12T21:08:15  *** ua_ has quit IRC
297 2017-05-12T21:09:40  *** ua__ has quit IRC
298 2017-05-12T21:12:09  *** bugs_ has quit IRC
299 2017-05-12T21:12:56  *** justan0theruser has joined #bitcoin-dev
300 2017-05-12T21:15:15  *** justanotheruser has quit IRC
301 2017-05-12T21:16:23  *** Guyver2 has quit IRC
302 2017-05-12T21:19:38  *** nazarewk has joined #bitcoin-dev
303 2017-05-12T21:30:48  *** matrix1233 has quit IRC
304 2017-05-12T21:31:32  *** matrix1233 has joined #bitcoin-dev
305 2017-05-12T21:31:50  *** wizkid057 has quit IRC
306 2017-05-12T21:34:39  *** ua_ has joined #bitcoin-dev
307 2017-05-12T21:47:23  *** janko33__ has quit IRC
308 2017-05-12T21:48:56  *** ongolaBoy has quit IRC
309 2017-05-12T21:55:20  *** Blackreign has quit IRC
310 2017-05-12T22:00:10  *** agricocb has quit IRC
311 2017-05-12T22:03:27  *** matrix1233 has quit IRC
312 2017-05-12T22:04:06  *** matrix1233 has joined #bitcoin-dev
313 2017-05-12T22:21:21  *** Chris_Stewart_5 has quit IRC
314 2017-05-12T22:21:29  *** nazarewk has quit IRC
315 2017-05-12T22:22:49  *** blueness has quit IRC
316 2017-05-12T22:33:00  *** ThomasV has joined #bitcoin-dev
317 2017-05-12T22:36:12  *** ginseng has joined #bitcoin-dev
318 2017-05-12T22:39:19  *** wizkid057 has joined #bitcoin-dev
319 2017-05-12T22:51:05  <ginseng> since wallet.dat files contain more than just the public/private pairs, i suppose you can't verify a backup with a simple diff, but instead have to load it into the blockchain and compare balance? is there any way to verify backup integrity but this?
320 2017-05-12T22:51:17  *** ThomasV has quit IRC
321 2017-05-12T22:53:02  *** spinza has quit IRC
322 2017-05-12T22:54:04  *** blueness has joined #bitcoin-dev
323 2017-05-12T23:03:44  *** iv3c has joined #bitcoin-dev
324 2017-05-12T23:15:46  *** abpa has quit IRC
325 2017-05-12T23:21:24  *** PaulCape_ has joined #bitcoin-dev
326 2017-05-12T23:23:14  *** PaulCapestany has quit IRC
327 2017-05-12T23:29:08  *** mountaingoat has quit IRC
328 2017-05-12T23:32:55  *** spinza has joined #bitcoin-dev
329 2017-05-12T23:39:24  *** blueness has quit IRC
330 2017-05-12T23:40:00  *** blueness has joined #bitcoin-dev