1 2017-07-27T00:01:37  *** chjj has quit IRC
  2 2017-07-27T00:11:43  <Chicago> volure, Have a start by consuming the BIP9, BIP91 and BIP141 material at https://github.com/bitcoin/bips
  3 2017-07-27T00:13:57  <volure> Thanks :)
  4 2017-07-27T00:15:16  *** chjj has joined #bitcoin-dev
  5 2017-07-27T00:16:09  *** ChanServ sets mode: +o midnightmagic
  6 2017-07-27T00:16:14  *** midnightmagic sets mode: +b $j:#bitcoin-global-bans3
  7 2017-07-27T00:17:32  <Chicago> volure, What you learn is that BIP9 is the legacy method for implementing a soft fork using block version bits and that the original Segwit proposal on BIP141 was using it -- and then later when you get a bit deeper into things; what you'll find about BIP91 is that is a 51% attack by mining operators to reject blocks which do not contain a specific bit enabled in the version field -- effectively using their majority to advance the BIP141
  8 2017-07-27T00:17:32  <Chicago> proposal despite its original 95% signaling requirement.
  9 2017-07-27T00:21:33  *** Dizzle has quit IRC
 10 2017-07-27T00:30:36  <volure> I see.
 11 2017-07-27T00:31:14  *** agricocb has joined #bitcoin-dev
 12 2017-07-27T00:32:57  <volure> So does that mean that 51% of the mining community would have to go rogue and install a version that specifically blocked BIP141 or is this something that could happen just by not upgrading to the latest version.
 13 2017-07-27T00:35:10  <Chicago> volure, Their segsignal version of Core v0.14.2 which has the BIP91 support will effectively operate the same as Core v0.14.2 with the exception of producing blocks which have the block version 4 bit enabled so that BIP91 could have been activated and (now) enforced.  https://github.com/segsignal/bitcoin  Basically, there wouldn't be a problem until if and when the majority mining operators decide to stop making BIP91 blocks before BIP141
 14 2017-07-27T00:35:10  <volure> sorry. Specifically blocked BIP 91....
 15 2017-07-27T00:35:10  <Chicago> gets activated and enforced on the Main network.
 16 2017-07-27T00:36:44  <volure> But that would be an intentional process needing 51% support of miners.
 17 2017-07-27T00:36:49  <Chicago> So during the interim, users on Core v0.14.2 will be able to complete block verification on both BIP91 and !BIP91 blocks (is compatible).
 18 2017-07-27T00:37:03  <volure> Is there a window where that would no longer be a threat ?
 19 2017-07-27T00:38:59  <Chicago> volure, no promises of course -- but generally accepted philosophy is that when the BIP141 enforcement happens sometime after the first week of August, then the Bitcoin chain on the main network will have achieved its scaling goal with Segwit. ---  After that point of things get wonky and majority mining operators choose to follow different consensus rules -- there will have to be decisions made to be able to ensure blocks are generated on
 20 2017-07-27T00:38:59  <Chicago> schedule with the target.
 21 2017-07-27T00:40:31  <Chicago> For the time being, it is rational to run a segsignal node so that we're relaying blocks which will lead to BIP141 activation/enforcement.
 22 2017-07-27T00:40:37  <volure> I guess what I am getting at is. If this is a conscious decision that 51% of the community has to make or if this is something that could organically happen within the network just by late adoption.
 23 2017-07-27T00:42:03  <volure> I have this interest because I am running a full node myself. And I dont want to unintentionally/unwittingly aid in the split
 24 2017-07-27T00:42:19  <Chicago> depends which potential fork / threat you're referring to really -- there is more than one activist group seeking to change consensus rules and fork the Main chain
 25 2017-07-27T00:43:00  <volure> haha. I guess that is true enough.
 26 2017-07-27T00:44:01  <Chicago> Like I said, a segsignal node makes sense until BIP141 gets enforced on the Main chain.
 27 2017-07-27T00:45:02  *** Defenestrate has joined #bitcoin-dev
 28 2017-07-27T00:45:12  <volure> is there something special that needs to be setup for a segsignal node ?
 29 2017-07-27T00:46:17  *** Chris_Stewart_5 has quit IRC
 30 2017-07-27T00:46:28  <Chicago> It builds just like the Core wallet and AFAIK from running one here, no additional changes are required.  The way I'm doing it is described here:  https://bitcointalk.org/index.php?topic=2039934.msg20306552#msg20306552
 31 2017-07-27T00:48:14  *** Chris_Stewart_5 has joined #bitcoin-dev
 32 2017-07-27T01:02:47  *** chjj has quit IRC
 33 2017-07-27T01:03:24  *** Murch has quit IRC
 34 2017-07-27T01:06:04  *** ThomasV has joined #bitcoin-dev
 35 2017-07-27T01:09:28  *** Nothing4You has quit IRC
 36 2017-07-27T01:14:41  *** Nothing4You has joined #bitcoin-dev
 37 2017-07-27T01:14:49  *** impulse has joined #bitcoin-dev
 38 2017-07-27T01:15:37  *** chjj has joined #bitcoin-dev
 39 2017-07-27T01:23:02  *** dabura667 has joined #bitcoin-dev
 40 2017-07-27T01:27:40  *** ThomasV has quit IRC
 41 2017-07-27T01:39:49  *** ThomasV has joined #bitcoin-dev
 42 2017-07-27T01:41:05  *** dabura667 has quit IRC
 43 2017-07-27T01:41:28  *** dabura667 has joined #bitcoin-dev
 44 2017-07-27T01:45:32  *** uvarovserge has quit IRC
 45 2017-07-27T01:56:26  *** uvarovserge has joined #bitcoin-dev
 46 2017-07-27T02:05:22  *** melik has joined #bitcoin-dev
 47 2017-07-27T02:05:34  <melik> hey midnightmagic you around ?
 48 2017-07-27T02:06:34  <midnightmagic> melik: Yes, sir.
 49 2017-07-27T02:06:45  <melik> i had a question about the release process
 50 2017-07-27T02:07:01  <melik> and noticed that you participate in the gitian builds
 51 2017-07-27T02:07:07  <melik> so you'd probably know :P
 52 2017-07-27T02:08:27  <melik> Only once the Windows/OS X builds each have 3 matching signatures may they be signed with their respective release keys.
 53 2017-07-27T02:09:04  <melik> is this process automated? (the detached-sig creation/signing)
 54 2017-07-27T02:09:58  <melik> or ergh specifically here: Detached signatures will then be committed to the bitcoin-detached-sigs repository, which can be combined with the unsigned apps to create signed binaries.
 55 2017-07-27T02:10:02  *** gnubaldo has joined #bitcoin-dev
 56 2017-07-27T02:10:06  <melik> how are the 'detached' signatures created ?
 57 2017-07-27T02:16:41  <melik> midnightmagic: i'll be back, sorry gotta run
 58 2017-07-27T02:16:42  <melik> emergency
 59 2017-07-27T02:17:05  *** melik has quit IRC
 60 2017-07-27T02:17:40  <midnightmagic> melik: The detached-sig process is done by one of the release types who controls the "official" keys. The binary signatures (separate from the gitian sigs) are then separated from the original bins, and provided for us gitian builders in a separate tarball.
 61 2017-07-27T02:17:45  <midnightmagic> melik..  argh
 62 2017-07-27T02:21:30  *** ThomasV has quit IRC
 63 2017-07-27T02:23:27  *** Chris_Stewart_5 has quit IRC
 64 2017-07-27T02:23:42  *** coin_trader has quit IRC
 65 2017-07-27T02:24:48  *** coin_trader has joined #bitcoin-dev
 66 2017-07-27T02:33:43  *** iv3c has quit IRC
 67 2017-07-27T02:34:02  *** iv3c has joined #bitcoin-dev
 68 2017-07-27T02:40:56  *** Chris_Stewart_5 has joined #bitcoin-dev
 69 2017-07-27T02:58:29  *** goatpig has quit IRC
 70 2017-07-27T03:00:51  *** Chris_Stewart_5 has quit IRC
 71 2017-07-27T03:01:37  *** impulse has quit IRC
 72 2017-07-27T03:05:09  *** uvarovserge has quit IRC
 73 2017-07-27T03:19:06  *** gnubeard has quit IRC
 74 2017-07-27T03:41:34  *** gnubaldo has quit IRC
 75 2017-07-27T03:44:18  *** impulse has joined #bitcoin-dev
 76 2017-07-27T03:58:19  *** janko33 has joined #bitcoin-dev
 77 2017-07-27T04:08:22  *** Mad7Scientist has joined #bitcoin-dev
 78 2017-07-27T04:10:15  <Mad7Scientist> Feature request: add an option to warn the user when a the number of bitcoins which are not backed up exceeds the amount set by the user. The user can manually mark when a wallet.dat is backed up or if it is backed up through the application it will be marked as backed up. For instance, if the maximum non backed up is set to .5 BTC, then if a user backs up his wallet then sends 2 BTC somewhere and it was drawn from a 3BTC
 79 2017-07-27T04:10:15  <Mad7Scientist> transaction, that sends 1 BTC back home and now 1 BTC is not backed up in the wallet and the user is notified.
 80 2017-07-27T04:10:26  *** impulse has quit IRC
 81 2017-07-27T04:12:23  *** impulse has joined #bitcoin-dev
 82 2017-07-27T04:23:10  *** iv3c has quit IRC
 83 2017-07-27T04:26:48  *** chjj has quit IRC
 84 2017-07-27T04:45:46  *** GypsyScotty has quit IRC
 85 2017-07-27T04:51:52  *** GypsyScotty has joined #bitcoin-dev
 86 2017-07-27T04:58:45  *** [7] has quit IRC
 87 2017-07-27T04:58:55  *** TheSeven has joined #bitcoin-dev
 88 2017-07-27T05:11:23  *** janko33 has quit IRC
 89 2017-07-27T05:14:54  *** gnubeard has joined #bitcoin-dev
 90 2017-07-27T05:21:30  *** ThomasV has joined #bitcoin-dev
 91 2017-07-27T05:25:34  *** O01eg has quit IRC
 92 2017-07-27T05:35:37  *** Beef has quit IRC
 93 2017-07-27T05:39:46  *** ThomasV has quit IRC
 94 2017-07-27T05:43:44  *** Beef has joined #bitcoin-dev
 95 2017-07-27T05:50:52  *** ThomasV has joined #bitcoin-dev
 96 2017-07-27T05:51:36  *** melik has joined #bitcoin-dev
 97 2017-07-27T05:57:28  *** venzen has joined #bitcoin-dev
 98 2017-07-27T06:03:16  *** coin_trader has quit IRC
 99 2017-07-27T06:04:20  *** coin_trader has joined #bitcoin-dev
100 2017-07-27T06:17:31  *** nazarewk has joined #bitcoin-dev
101 2017-07-27T06:37:25  *** epopt has quit IRC
102 2017-07-27T06:45:27  *** ongolaBoy has joined #bitcoin-dev
103 2017-07-27T06:46:13  *** nodweber has joined #bitcoin-dev
104 2017-07-27T06:51:57  *** chjj has joined #bitcoin-dev
105 2017-07-27T06:56:21  *** one_zero has quit IRC
106 2017-07-27T07:03:45  *** czaanja_ has joined #bitcoin-dev
107 2017-07-27T07:09:47  *** mattcode has joined #bitcoin-dev
108 2017-07-27T07:10:45  <melik> midnightmagic: im back :) if youre still around
109 2017-07-27T07:16:53  *** nodweber has quit IRC
110 2017-07-27T07:19:38  *** nodweber has joined #bitcoin-dev
111 2017-07-27T07:29:27  <midnightmagic> melik: hello
112 2017-07-27T07:29:44  <melik> midnightmagic: sorry, about askign a question and running off
113 2017-07-27T07:29:56  <melik> so basically the codesigner carries the secret official keys
114 2017-07-27T07:30:25  <melik> and he just verifies that there were builds from multiple people and that their checksums all match
115 2017-07-27T07:30:42  <midnightmagic> melik: The detached-sig process is done by one of the release types who controls the "official" keys. The binary signatures (separate from the gitian sigs) are then separated from the original bins, and provided for us gitian builders in a separate tarball. They maintain build purity by ensuring that we can not only build the binaries themselves, but also use the detached signatures and combine
116 2017-07-27T07:30:44  <melik> then he signs them and releases the signed signatures
117 2017-07-27T07:30:48  <midnightmagic> them with the code in a non-modifying way, ensuring that both pre-signature, and post-signature, we have the same binaries as everyone else doing the gitian signatures.
118 2017-07-27T07:30:58  <midnightmagic> melik: In this way, the *signed* binaries are entirely irrelevant.
119 2017-07-27T07:31:27  <midnightmagic> melik: No. The *signature* process can be done by anybody, due to the distribution of trust out to the gitian builds and builders.
120 2017-07-27T07:32:38  <midnightmagic> melik: You could even do a gitian build, and then take the detached signatures, satisfy yourself that the process of combining signature with the gitian build is safely done in a non-code-modifying way, and arrive at exactly the files that are them distributed to the public via bitcoin.org.
121 2017-07-27T07:33:16  <melik> i get it, but i
122 2017-07-27T07:33:27  <melik> i'm still not understanding where the detached signatures come from :(
123 2017-07-27T07:34:59  <midnightmagic> melik: I think cfields..  or someone.. signs the built binaries with a code-signing key. On OS/X for example, it's just a developer account with Apple. I don't know what's what with Windows. Xcode allows you to use an active developer key to perform a binary signature process.
124 2017-07-27T07:35:50  <midnightmagic> melik: The code-signing key and the process of signing code (on OS/X) is pretty much just clicking a menu item in Xcode. Or..  I guess however cfields does it. There's also a command-line for it.
125 2017-07-27T07:36:20  <midnightmagic> melik: The point is, all of that is irrelevant. The signed code just means the bin can run without a warning on OS/X -- same as every other signed binary.
126 2017-07-27T07:38:57  <melik> midnightmagic: cool, makes sense
127 2017-07-27T07:39:27  <melik> i thought that piece was dependant on the sigs from the gitian build process
128 2017-07-27T07:39:58  *** gnubaldo has joined #bitcoin-dev
129 2017-07-27T07:42:52  <midnightmagic> melik: The gitian signers themselves verify (or should verify) the other gitian sigs as part of the build process, and if any don't match, they should report it. I do.
130 2017-07-27T07:42:53  *** ongolaBoy has quit IRC
131 2017-07-27T07:43:32  <melik> midnightmagic: assuming if one wanted to participate in this
132 2017-07-27T07:43:39  <melik> how does one go about doing it :P
133 2017-07-27T07:44:01  <melik> im assuming the more builders, the better
134 2017-07-27T07:47:04  <midnightmagic> melik: Yes. The more, and the more distributed, the builders, the better for everyone. You can participate in it by creating a build machine, so, some VM image tools and so forth, and then just running gitian itself. I personally use a build script to run the build scripts. :-) If you like I can put a gist up or something.
135 2017-07-27T07:47:38  *** notmike has quit IRC
136 2017-07-27T07:48:04  <midnightmagic> melik: Presumably you know how to use git, and github, and to submit merge requests?
137 2017-07-27T07:48:08  *** ongolaBoy has joined #bitcoin-dev
138 2017-07-27T07:48:26  <melik> midnightmagic: yes, i just finished setting up my gitian server
139 2017-07-27T07:49:03  *** ongolaBoy has quit IRC
140 2017-07-27T07:49:38  *** ongolaBoy has joined #bitcoin-dev
141 2017-07-27T07:51:03  <midnightmagic> melik: I personally use LXC for it, as I find the KVM process is a little heavier. https://gist.github.com/midnightmagic/143525b14877d73edc4cd1e213267d39
142 2017-07-27T07:51:29  *** coin_trader has quit IRC
143 2017-07-27T07:52:24  <midnightmagic> melik: setup in my env which affects the build process:
144 2017-07-27T07:52:25  <midnightmagic> declare -x GITIAN_HOST_IP="10.0.3.1"
145 2017-07-27T07:52:30  *** coin_trader has joined #bitcoin-dev
146 2017-07-27T07:52:44  <melik> midnightmagic: yeah i just pretty much used the documentation
147 2017-07-27T07:53:07  <midnightmagic> MIRROR_HOST="10.0.3.1"; MIRROR_HOST_ON_GUEST="10.0.3.1"; USE_LXC=1;
148 2017-07-27T07:53:10  <melik> ergh instructions from the documetnation*
149 2017-07-27T07:53:28  *** nodweber has quit IRC
150 2017-07-27T07:53:49  <melik> haha
151 2017-07-27T07:53:55  <melik> you automated everything via this script
152 2017-07-27T07:53:58  <melik> neat :)
153 2017-07-27T07:54:10  <midnightmagic> melik: Subsequently, clone the gitian.sigs repository from the bitcoin github tree, and once you build and arrive at your sigs, submit to your fork, (sign everything including your git commit) and then open a PR. presto.
154 2017-07-27T07:54:41  <melik> aye, sweet stuff midnightmagic
155 2017-07-27T07:54:42  <midnightmagic> melik: Make very sure you're following the same *format* of the gitian.sigs repository, so you don't for example have a leading 'v' in it and stuff.
156 2017-07-27T07:54:48  <melik> yep
157 2017-07-27T07:54:49  <melik> absolutely
158 2017-07-27T07:55:11  <midnightmagic> yeah man, join the gitian trust. :) the more the merrier.
159 2017-07-27T07:55:26  <melik> thanks so much for your help midnightmagic
160 2017-07-27T07:55:50  <melik> i'm not a good dev, so can't help out in development
161 2017-07-27T07:56:05  <melik> but i can help out with building :-)
162 2017-07-27T08:03:33  *** one_zero has joined #bitcoin-dev
163 2017-07-27T08:07:51  *** coin_trader has quit IRC
164 2017-07-27T08:08:15  *** Cory has quit IRC
165 2017-07-27T08:08:52  *** coin_trader has joined #bitcoin-dev
166 2017-07-27T08:11:38  <midnightmagic> melik: cool beans. Keep an eye on release announcements so you can sync your gitian builds. A problem I've discovered in the past is that building old versions can cause issues. :(
167 2017-07-27T08:22:29  *** Defenestrate has quit IRC
168 2017-07-27T08:24:07  *** Defenestrate has joined #bitcoin-dev
169 2017-07-27T08:24:13  *** one_zero has quit IRC
170 2017-07-27T08:40:30  *** dgenr8 has quit IRC
171 2017-07-27T08:47:56  *** dgenr8 has joined #bitcoin-dev
172 2017-07-27T09:12:25  *** ThomasV has quit IRC
173 2017-07-27T09:18:45  *** melik has quit IRC
174 2017-07-27T09:24:41  *** xenog has joined #bitcoin-dev
175 2017-07-27T09:47:05  *** fatalhalt has quit IRC
176 2017-07-27T09:51:08  *** Cory has joined #bitcoin-dev
177 2017-07-27T09:57:18  *** jtimon has quit IRC
178 2017-07-27T10:01:56  *** gnubeard has quit IRC
179 2017-07-27T10:03:01  *** Cory has quit IRC
180 2017-07-27T10:08:00  *** Cory has joined #bitcoin-dev
181 2017-07-27T10:08:02  *** Belxjander has quit IRC
182 2017-07-27T10:10:18  *** nowan has quit IRC
183 2017-07-27T10:14:35  *** Belxjander has joined #bitcoin-dev
184 2017-07-27T10:14:35  *** nowan has joined #bitcoin-dev
185 2017-07-27T10:15:27  *** coin_trader has quit IRC
186 2017-07-27T10:30:14  *** ThomasV has joined #bitcoin-dev
187 2017-07-27T10:35:10  *** dabura667 has quit IRC
188 2017-07-27T10:44:43  *** spritian has joined #bitcoin-dev
189 2017-07-27T10:44:48  *** Belxjander has quit IRC
190 2017-07-27T10:47:38  *** Belxjander has joined #bitcoin-dev
191 2017-07-27T11:08:10  *** Giszmo has joined #bitcoin-dev
192 2017-07-27T11:16:57  *** Belxjander has quit IRC
193 2017-07-27T11:19:25  *** agricocb has quit IRC
194 2017-07-27T11:23:46  *** Belxjander has joined #bitcoin-dev
195 2017-07-27T11:28:18  *** JWU42 has quit IRC
196 2017-07-27T11:30:07  *** JWU42 has joined #bitcoin-dev
197 2017-07-27T11:31:42  *** Giszmo has quit IRC
198 2017-07-27T11:35:47  *** pergaminho has joined #bitcoin-dev
199 2017-07-27T11:39:58  *** Giszmo has joined #bitcoin-dev
200 2017-07-27T11:56:55  *** volure has quit IRC
201 2017-07-27T12:26:49  *** mattcode has quit IRC
202 2017-07-27T12:34:05  *** tucenaber has quit IRC
203 2017-07-27T12:37:58  *** ivan has quit IRC
204 2017-07-27T12:47:14  *** uvarovserge has joined #bitcoin-dev
205 2017-07-27T12:57:51  *** antix_ has joined #bitcoin-dev
206 2017-07-27T12:58:25  *** Chris_Stewart_5 has joined #bitcoin-dev
207 2017-07-27T13:09:57  *** antix_ has quit IRC
208 2017-07-27T13:14:48  *** goatpig has joined #bitcoin-dev
209 2017-07-27T13:18:09  *** veleiro has joined #bitcoin-dev
210 2017-07-27T13:21:43  *** iv3c has joined #bitcoin-dev
211 2017-07-27T13:39:11  *** ThomasV has quit IRC
212 2017-07-27T13:39:45  *** Chris_Stewart_5 has quit IRC
213 2017-07-27T13:47:22  *** pergaminho has quit IRC
214 2017-07-27T13:48:36  *** pergaminho has joined #bitcoin-dev
215 2017-07-27T13:56:43  *** Chris_Stewart_5 has joined #bitcoin-dev
216 2017-07-27T14:00:01  *** Belxjander has quit IRC
217 2017-07-27T14:00:35  *** iv3c has quit IRC
218 2017-07-27T14:00:53  *** iv3c has joined #bitcoin-dev
219 2017-07-27T14:01:35  *** gnubaldo has quit IRC
220 2017-07-27T14:02:32  *** Belxjander has joined #bitcoin-dev
221 2017-07-27T14:04:28  *** intcat has quit IRC
222 2017-07-27T14:04:35  *** Chris_Stewart_5 has quit IRC
223 2017-07-27T14:05:37  *** intcat has joined #bitcoin-dev
224 2017-07-27T14:08:10  *** nazarewk has quit IRC
225 2017-07-27T14:09:43  *** bugs_ has joined #bitcoin-dev
226 2017-07-27T14:09:57  *** pergaminho has quit IRC
227 2017-07-27T14:14:47  *** Murch has joined #bitcoin-dev
228 2017-07-27T14:23:00  *** CheckDavid has joined #bitcoin-dev
229 2017-07-27T14:39:31  *** epopt has joined #bitcoin-dev
230 2017-07-27T15:05:16  *** Defenestrate has quit IRC
231 2017-07-27T15:06:14  *** ThomasV has joined #bitcoin-dev
232 2017-07-27T15:09:33  *** agricocb has joined #bitcoin-dev
233 2017-07-27T15:22:10  *** notmike has joined #bitcoin-dev
234 2017-07-27T15:41:44  *** O01eg has joined #bitcoin-dev
235 2017-07-27T15:42:38  *** Orion3k has quit IRC
236 2017-07-27T15:46:26  *** janko33 has joined #bitcoin-dev
237 2017-07-27T15:58:35  *** coin_trader has joined #bitcoin-dev
238 2017-07-27T16:00:04  *** uvarovserge has quit IRC
239 2017-07-27T16:02:45  *** Orion3k has joined #bitcoin-dev
240 2017-07-27T16:06:46  *** Orion3k has quit IRC
241 2017-07-27T16:14:25  *** marcoagner has quit IRC
242 2017-07-27T16:17:33  *** Orion3k has joined #bitcoin-dev
243 2017-07-27T16:21:05  *** marcoagner has joined #bitcoin-dev
244 2017-07-27T16:21:14  *** ThomasV has quit IRC
245 2017-07-27T16:22:39  *** meLon has quit IRC
246 2017-07-27T16:25:12  *** meLon has joined #bitcoin-dev
247 2017-07-27T16:28:55  *** Orion3k has quit IRC
248 2017-07-27T16:40:58  *** Orion3k has joined #bitcoin-dev
249 2017-07-27T16:46:34  *** cluelessperson has quit IRC
250 2017-07-27T16:51:20  *** mattcode has joined #bitcoin-dev
251 2017-07-27T16:58:24  *** one_zero has joined #bitcoin-dev
252 2017-07-27T17:12:54  *** abpa has joined #bitcoin-dev
253 2017-07-27T17:13:37  *** uvarovserge has joined #bitcoin-dev
254 2017-07-27T17:35:04  *** iv3c has quit IRC
255 2017-07-27T17:35:24  *** iv3c has joined #bitcoin-dev
256 2017-07-27T17:37:05  *** czaanja_ has quit IRC
257 2017-07-27T17:39:19  *** eck has quit IRC
258 2017-07-27T17:39:55  *** eck has joined #bitcoin-dev
259 2017-07-27T17:43:53  *** blackwraith has joined #bitcoin-dev
260 2017-07-27T17:44:04  *** ongolaBoy has quit IRC
261 2017-07-27T17:56:19  *** cluelessperson has joined #bitcoin-dev
262 2017-07-27T17:56:43  *** Dizzle has joined #bitcoin-dev
263 2017-07-27T18:00:02  *** jtimon has joined #bitcoin-dev
264 2017-07-27T18:30:22  *** cluelessperson has quit IRC
265 2017-07-27T18:31:23  *** eck has quit IRC
266 2017-07-27T18:32:05  *** eck has joined #bitcoin-dev
267 2017-07-27T18:36:26  *** Guyver2 has joined #bitcoin-dev
268 2017-07-27T18:36:33  *** cluelessperson has joined #bitcoin-dev
269 2017-07-27T18:41:36  *** CheckDavid has quit IRC
270 2017-07-27T18:42:26  *** gnubeard has joined #bitcoin-dev
271 2017-07-27T18:44:55  *** Chris_Stewart_5 has joined #bitcoin-dev
272 2017-07-27T18:59:28  *** Belxjander has quit IRC
273 2017-07-27T19:06:11  *** Belxjander has joined #bitcoin-dev
274 2017-07-27T19:20:30  *** TheSeven has quit IRC
275 2017-07-27T19:21:02  *** TheSeven has joined #bitcoin-dev
276 2017-07-27T19:21:08  *** ThomasV has joined #bitcoin-dev
277 2017-07-27T19:21:17  *** negatratoron has joined #bitcoin-dev
278 2017-07-27T19:25:43  *** tucenaber has joined #bitcoin-dev
279 2017-07-27T20:07:08  *** Chris_Stewart_5 has quit IRC
280 2017-07-27T20:08:43  *** uvarovserge has quit IRC
281 2017-07-27T20:10:10  *** jtimon has quit IRC
282 2017-07-27T20:10:37  *** uvarovserge has joined #bitcoin-dev
283 2017-07-27T20:13:44  *** mattcode has quit IRC
284 2017-07-27T20:41:07  *** jouke has joined #bitcoin-dev
285 2017-07-27T20:44:28  *** Chris_Stewart_5 has joined #bitcoin-dev
286 2017-07-27T20:45:52  *** blackwraith has quit IRC
287 2017-07-27T20:47:50  *** sh_smith has quit IRC
288 2017-07-27T20:48:12  *** uvarovserge has quit IRC
289 2017-07-27T20:49:37  *** impulse has quit IRC
290 2017-07-27T20:50:50  *** Belxjander has quit IRC
291 2017-07-27T20:50:57  *** sh_smith has joined #bitcoin-dev
292 2017-07-27T20:53:24  *** Belxjander has joined #bitcoin-dev
293 2017-07-27T20:55:00  *** jtimon has joined #bitcoin-dev
294 2017-07-27T20:56:42  *** coin_trader has quit IRC
295 2017-07-27T20:57:40  *** coin_trader has joined #bitcoin-dev
296 2017-07-27T21:21:43  *** ThomasV has quit IRC
297 2017-07-27T21:30:33  *** Guyver2 has quit IRC
298 2017-07-27T21:34:57  *** Chris_Stewart_5 has quit IRC
299 2017-07-27T21:43:42  *** janko33 has quit IRC
300 2017-07-27T21:48:12  *** Chris_Stewart_5 has joined #bitcoin-dev
301 2017-07-27T21:54:41  *** fatalhalt has joined #bitcoin-dev
302 2017-07-27T22:02:14  *** bugs_ has quit IRC
303 2017-07-27T22:02:27  *** Dizzle has quit IRC
304 2017-07-27T22:11:47  *** Chris_Stewart_5 has quit IRC
305 2017-07-27T22:20:13  *** cybrNaut has quit IRC
306 2017-07-27T22:25:06  *** Chris_Stewart_5 has joined #bitcoin-dev
307 2017-07-27T22:25:13  *** belcher has joined #bitcoin-dev
308 2017-07-27T22:29:45  *** Murch has quit IRC
309 2017-07-27T22:30:25  *** Chris_Stewart_5 has quit IRC
310 2017-07-27T22:37:39  *** echonaut has quit IRC
311 2017-07-27T22:39:10  *** altgribble` has joined #bitcoin-dev
312 2017-07-27T22:42:04  *** lightningbot has joined #bitcoin-dev
313 2017-07-27T22:42:10  *** cornfeedhobo_ has joined #bitcoin-dev
314 2017-07-27T22:42:12  *** achow101 has joined #bitcoin-dev
315 2017-07-27T22:42:14  *** RainMan28 has joined #bitcoin-dev
316 2017-07-27T22:42:16  *** xnyhps_ has joined #bitcoin-dev
317 2017-07-27T22:42:16  *** jrick_ has joined #bitcoin-dev
318 2017-07-27T22:42:31  *** kinlo has quit IRC
319 2017-07-27T22:42:32  *** MRW has joined #bitcoin-dev
320 2017-07-27T22:42:38  *** kinlo has joined #bitcoin-dev
321 2017-07-27T22:42:42  *** berndj has quit IRC
322 2017-07-27T22:42:44  *** tucenaber has quit IRC
323 2017-07-27T22:42:44  *** altgribble has quit IRC
324 2017-07-27T22:42:46  *** gribble has quit IRC
325 2017-07-27T22:42:49  *** dooglus_ has quit IRC
326 2017-07-27T22:42:49  *** ahf has quit IRC
327 2017-07-27T22:42:49  *** otoburb has quit IRC
328 2017-07-27T22:42:51  *** cornfeedhobo_ is now known as cornfeedhobo
329 2017-07-27T22:42:52  *** xnyhps has quit IRC
330 2017-07-27T22:42:58  *** Murch has quit IRC
331 2017-07-27T22:42:59  *** Victorsueca has joined #bitcoin-dev
332 2017-07-27T22:43:02  *** ahf has joined #bitcoin-dev
333 2017-07-27T22:43:28  *** jrick has quit IRC
334 2017-07-27T22:43:40  *** echonaut has joined #bitcoin-dev
335 2017-07-27T22:44:26  *** berndj has joined #bitcoin-dev
336 2017-07-27T22:45:47  *** Belxjander has quit IRC
337 2017-07-27T22:47:26  *** dooglus has joined #bitcoin-dev
338 2017-07-27T22:47:31  *** Murch has joined #bitcoin-dev
339 2017-07-27T22:49:32  *** brand0 has joined #bitcoin-dev
340 2017-07-27T22:50:44  *** xenog has quit IRC
341 2017-07-27T22:52:27  *** Belxjander has joined #bitcoin-dev
342 2017-07-27T22:55:13  *** gribble has joined #bitcoin-dev
343 2017-07-27T22:55:14  *** ChanServ sets mode: +o gribble
344 2017-07-27T23:36:37  *** agricocb has quit IRC
345 2017-07-27T23:45:00  *** veleiro has quit IRC
346 2017-07-27T23:45:19  *** Dizzle has joined #bitcoin-dev
347 2017-07-27T23:49:20  *** coin_trader has quit IRC
348 2017-07-27T23:50:21  *** coin_trader has joined #bitcoin-dev
349 2017-07-27T23:59:42  *** abpa has quit IRC