1 2016-08-23T00:00:37 *** iv3ct has joined #bitcoin-dev
2 2016-08-23T00:03:33 *** iv3c has quit IRC
3 2016-08-23T00:07:50 *** Belkaar has quit IRC
4 2016-08-23T00:08:11 *** asynk has joined #bitcoin-dev
5 2016-08-23T00:09:51 *** Belkaar has joined #bitcoin-dev
6 2016-08-23T00:11:48 *** haraigoshi has quit IRC
7 2016-08-23T00:15:53 *** Ylbam has quit IRC
8 2016-08-23T00:19:51 *** matrix1233 has quit IRC
9 2016-08-23T00:23:13 *** prajna has quit IRC
10 2016-08-23T00:29:47 *** oleganza has quit IRC
11 2016-08-23T00:31:21 *** murch has quit IRC
12 2016-08-23T00:32:25 *** haraigoshi has joined #bitcoin-dev
13 2016-08-23T00:33:34 *** harai has joined #bitcoin-dev
14 2016-08-23T00:36:02 *** asynk has quit IRC
15 2016-08-23T00:37:03 *** haraigoshi has quit IRC
16 2016-08-23T00:37:06 *** asynk has joined #bitcoin-dev
17 2016-08-23T00:42:16 *** herzmeister has quit IRC
18 2016-08-23T00:42:41 *** herzmeister has joined #bitcoin-dev
19 2016-08-23T00:55:33 *** moli has quit IRC
20 2016-08-23T01:01:33 *** belcher has quit IRC
21 2016-08-23T01:15:12 *** sh_smith has quit IRC
22 2016-08-23T01:19:15 *** Chris_Stewart_5 has joined #bitcoin-dev
23 2016-08-23T01:45:27 *** rusty2 has joined #bitcoin-dev
24 2016-08-23T01:48:44 <rusty2> Why do the gitian instructions involve setting up an lxc Ubuntu Trusty x86_64 container inside a debian VM? Any particular reason not to try just using a Trusty VM image?
25 2016-08-23T01:50:21 *** btcdrak has quit IRC
26 2016-08-23T01:50:26 *** rusty2 is now known as rusty
27 2016-08-23T01:57:29 *** herzmeister has quit IRC
28 2016-08-23T01:58:04 *** herzmeister has joined #bitcoin-dev
29 2016-08-23T01:58:37 *** prajna has joined #bitcoin-dev
30 2016-08-23T01:59:20 *** JZA has joined #bitcoin-dev
31 2016-08-23T02:21:27 *** Subo1977 has joined #bitcoin-dev
32 2016-08-23T02:23:27 *** moli has joined #bitcoin-dev
33 2016-08-23T02:24:50 *** sh_smith has joined #bitcoin-dev
34 2016-08-23T02:25:31 *** Delta_ has quit IRC
35 2016-08-23T02:27:14 *** blueness has quit IRC
36 2016-08-23T02:43:23 *** Chris_Stewart_5 has quit IRC
37 2016-08-23T03:03:14 *** mnk has quit IRC
38 2016-08-23T03:03:41 *** prajna has quit IRC
39 2016-08-23T03:05:18 *** blueness has joined #bitcoin-dev
40 2016-08-23T03:06:43 *** mnk has joined #bitcoin-dev
41 2016-08-23T03:28:36 *** mnk has quit IRC
42 2016-08-23T03:53:59 *** cyphase has quit IRC
43 2016-08-23T03:55:21 *** cyphase has joined #bitcoin-dev
44 2016-08-23T03:57:27 *** matrix1233 has joined #bitcoin-dev
45 2016-08-23T04:01:55 *** matrix1233 has quit IRC
46 2016-08-23T04:15:10 *** iv3ct has quit IRC
47 2016-08-23T04:24:49 *** ThomasV has joined #bitcoin-dev
48 2016-08-23T04:36:20 *** zooko has joined #bitcoin-dev
49 2016-08-23T04:38:41 *** janko33 has joined #bitcoin-dev
50 2016-08-23T04:39:11 *** zooko has quit IRC
51 2016-08-23T04:53:14 *** CheckDavid has quit IRC
52 2016-08-23T05:16:52 <wumpus> gitian always uses an inner VM or container
53 2016-08-23T05:17:32 <wumpus> this can be LXC or KVM (qemu) based, but as the guide described setting up a VM (so that it can work under any OS), LXC is used, as this is easier to use nested than KVM...
54 2016-08-23T05:18:04 <wumpus> you can run gitian on a physical machine, or on a different OS VM, but using it without the inner container is not supported
55 2016-08-23T05:19:21 <wumpus> you don't need to follow the guide it's just one way of doing things that works reasonably reliable if you follow the exact steps
56 2016-08-23T05:20:19 <wumpus> building will at some point likely switch to using debian at all levels (as they work on deterministic building of packages and OS images), so it wasn't that of a bad choice
57 2016-08-23T05:20:36 <rusty> wumpus: yes. I've had to create my own script using the gbuild stuff and the gitian-linux.yml, and running on an actual Trusty box. Just to see if I can reproduce. Of course, a failure doesn't tell me much except that I probably missed something...
58 2016-08-23T05:20:38 <wumpus> debian images are also much smaller tha ubuntu
59 2016-08-23T05:21:12 <wumpus> sure, you can try to do that, but it's easy for it to go wrong due to wrong installed packages etc
60 2016-08-23T05:21:23 <wumpus> but obviously if you do a lot of work, you can reproduce that way
61 2016-08-23T05:21:49 <rusty> Yeah... hmm "Failed to parse FAKETIME timestamp: Success" Not good.
62 2016-08-23T05:22:43 <wumpus> before running the yml as script you need to make sure you set all the environment settings exactly as gitian does
63 2016-08-23T05:22:52 <wumpus> this is important (e.g. even LOCALE can have some influence)
64 2016-08-23T05:23:06 <rusty> wumpus: indeed. It's not that hard, though, reading gbuild (ruby, but hey)
65 2016-08-23T05:24:06 <wumpus> adding another mode to gitian 'I hereby assert that this box is of the VM type required for building, and up to date, please build without container' has been talked about in the past
66 2016-08-23T05:25:02 <wumpus> but never implemented - it's not something you'd suggest to most users anyhow, as it guarantees hours of masochistic executables comparisons and re-builds etc
67 2016-08-23T05:26:10 <wumpus> of course, you're welcome to do it :)
68 2016-08-23T05:26:49 <rusty> wumpus: let's see if I ETIMEDOUT on this particular windmill first :)
69 2016-08-23T05:28:19 <wumpus> it used to be more hairy because the gitian build used libraries from the OS, this is no longer the case with the depends system, so having e.g. gzip development headers installed should no longer influence the result
70 2016-08-23T05:29:33 <wumpus> so even having *more* packages on the VM than strictly necessary could influence the result like that
71 2016-08-23T05:30:02 <wumpus> this was compounded by that the exact packages expected on the VM differ per descriptor
72 2016-08-23T05:32:08 <wumpus> heh yes you're right - working on gitian is especially frustrating as it takes so long to see the result after a change
73 2016-08-23T05:32:27 <wumpus> which is why so many prefer to not touch it as long as the current incantation works :)
74 2016-08-23T05:35:23 <wumpus> ruby isn't my favourite programming language either - functionality-wise it's too similar to python to be worth learning (personal opinion, I happened to learn python first a long time ago), but the syntax is subtly different enough to confuse me
75 2016-08-23T05:39:33 <rusty> Yes, though gitian does surprisingly little. Most of the heavy lifting is in bitcoin/depends (a directory I hadn't noticed previously!)
76 2016-08-23T05:39:38 *** molz has joined #bitcoin-dev
77 2016-08-23T05:39:49 *** one_zero has quit IRC
78 2016-08-23T05:40:36 <wumpus> it does surprisingly little, it sets up and creates a container (complicated by the fact it can handle KVM or LXC) and launch a script in it, and make sure to copy inputs/outputs
79 2016-08-23T05:43:12 *** moli has quit IRC
80 2016-08-23T05:43:53 <wumpus> the container could be a really small base system with the required toolchains, there's no reason why it would need to be a complete Ubuntu image, except that this is easy to do and this doesn't rely on bitcoin devs providing any of the inputs
81 2016-08-23T05:45:30 *** blueness has quit IRC
82 2016-08-23T05:46:08 *** matrix1233 has joined #bitcoin-dev
83 2016-08-23T05:46:40 *** splix has joined #bitcoin-dev
84 2016-08-23T05:51:06 *** matrix1233 has quit IRC
85 2016-08-23T05:54:02 *** ThomasV has quit IRC
86 2016-08-23T05:59:05 *** janko33 has quit IRC
87 2016-08-23T06:04:39 *** Transisto2 has quit IRC
88 2016-08-23T06:08:12 <rusty> wumpus: ok, it built... anyone got some genuine gitian binaries so I can see where I went wrong? bitcoin-0.13.0-x86_64-linux-gnu.tar.gz and src/bitcoin-0.13.0.tar.gz
89 2016-08-23T06:09:09 <rusty> 9c13a3cd2271c7325fa8923ae65dace75f8fce2f65609e8e8a59f4086bade54c /home/rusty/out/src/bitcoin-0.13.0.tar.gz
90 2016-08-23T06:09:09 <rusty> 10cae03a14d23d2a9d4173a8c1e6a41bf2c983f86d99df3119ad310ece119a2d /home/rusty/out/bitcoin-0.13.0-x86_64-linux-gnu.tar.gz
91 2016-08-23T06:23:03 <wumpus> interesting that even the source tarball is different
92 2016-08-23T06:23:08 <wumpus> I'd suggest looking at the metadata
93 2016-08-23T06:23:16 <wumpus> uploading those files now
94 2016-08-23T06:25:06 <rusty> wumpus: thanks!
95 2016-08-23T06:25:38 *** btcdrak has joined #bitcoin-dev
96 2016-08-23T06:27:59 <jonasschnelli> should we add the git-verify script (./contrib/verify-commits/verify-commits.sh) to the build-*.md docs?
97 2016-08-23T06:29:32 <wumpus> tarball: https://dev.visucore.com/bitcoin/tmp/bitcoin-0.13.0.tar.gz
98 2016-08-23T06:29:46 <wumpus> jonasschnelli: I don't think it belongs in the build docs
99 2016-08-23T06:30:05 <wumpus> it verifies the executables on the bitcoin.org server, there's no use doing that if you build from source
100 2016-08-23T06:30:13 <wumpus> documenting it *somewhere* makes sense ofc
101 2016-08-23T06:30:32 <rusty> wumpus: Oh crap, I just clicked on a link on a bitcoin IRC channel. Time to put a sledgehammer though this machine I guess :)
102 2016-08-23T06:31:20 <wumpus> yes, no hope for that machine, nuke it from orbit
103 2016-08-23T06:31:32 <jonasschnelli> wumpus: I just though giving self-compilers a hint from the build-*.md how they can verify the source code would be good
104 2016-08-23T06:31:51 <wumpus> OHH
105 2016-08-23T06:31:54 <wumpus> verify-commits, sorry
106 2016-08-23T06:31:58 <wumpus> I misread that as something else
107 2016-08-23T06:32:25 <wumpus> yes, makes sense to at least refer to that when people build from git
108 2016-08-23T06:32:50 <jonasschnelli> Yes. Either a short text passage or a link to the verify-commits readme
109 2016-08-23T06:33:14 <wumpus> a link to the readme makes most sense; the output is not trivial to interpret
110 2016-08-23T06:33:20 <wumpus> would be nice if it just printed GOOD or BAD
111 2016-08-23T06:33:36 <wumpus> but it prints a whole list of hashes and other things, the first time I ran it I was scared :)
112 2016-08-23T06:35:05 <rusty> wumpus: OK, the only difference is in our Makefile.in. Line 92:
113 2016-08-23T06:35:06 <wumpus> linux amd64: https://dev.visucore.com/bitcoin/tmp/bitcoin-0.13.0-i686-pc-linux-gnu.tar.gz debug symbols (in case it helps with figuring out discrepancies): https://dev.visucore.com/bitcoin/tmp/bitcoin-0.13.0-x86_64-linux-gnu-debug.tar.gz
114 2016-08-23T06:35:08 <rusty> - build-aux/config.guess build-aux/config.sub \
115 2016-08-23T06:35:08 <rusty> + build-aux/config.guess build-aux/config.sub build-aux/depcomp \
116 2016-08-23T06:35:18 <rusty> Second one is mine. No idea why I have that file.
117 2016-08-23T06:35:49 <wumpus> probably you have a package installed that is not normally on a gitian builder
118 2016-08-23T06:36:49 <wumpus> or a different version of automake/autoconf, though that'd be strange if you have ubuntu 14.04 and updated it
119 2016-08-23T06:38:20 <rusty> wumpus: yes, it's an automake thing. Hmm, wonder what gitian does; I have 1:1.14.1-2ub
120 2016-08-23T06:39:30 <wumpus> would be useful to do whatever is dumepd to the .assert (e.g. the package listing) and compare with other people's asserts
121 2016-08-23T06:43:05 *** ThomasV has joined #bitcoin-dev
122 2016-08-23T06:44:40 *** harai54 has joined #bitcoin-dev
123 2016-08-23T06:47:00 *** harai has quit IRC
124 2016-08-23T06:49:42 *** ploop_ is now known as ploop
125 2016-08-23T06:50:29 *** BashCo has quit IRC
126 2016-08-23T06:53:42 <rusty> wumpus: that's the 32-bit binary, isn't it? I only did the 64...
127 2016-08-23T06:54:30 <wumpus> oh did I uplod the wrong file?
128 2016-08-23T06:54:38 <wumpus> sorry, it's fairly early morning here
129 2016-08-23T06:54:46 <rusty> wumpus: I think so... dbug one is right, but that's a 10 minute downlaod :)
130 2016-08-23T06:55:50 <rusty> wumpus: thanks :)
131 2016-08-23T06:56:54 <wumpus> https://dev.visucore.com/bitcoin/tmp/bitcoin-0.13.0-x86_64-linux-gnu.tar.gz
132 2016-08-23T07:10:34 <rusty> Hmm, buildids are different of course, due to that autotools weirdness. But binaries seem mildly different, too; looks like codegen randomness.
133 2016-08-23T07:12:41 *** BashCo has joined #bitcoin-dev
134 2016-08-23T07:13:29 <rusty> I'll keep pursuing this in my Copious Free Time...
135 2016-08-23T07:14:08 <wumpus> anyhow, now you maybe understand why a deterministically set up VM is used :)
136 2016-08-23T07:14:16 <wumpus> eh, container
137 2016-08-23T07:14:41 <rusty> wumpus: yeah, but I'm just paranoid enough to want to do this from scratch. :)
138 2016-08-23T07:25:06 *** rubensayshi has joined #bitcoin-dev
139 2016-08-23T07:34:34 *** rusty has quit IRC
140 2016-08-23T07:34:53 *** matrix1233 has joined #bitcoin-dev
141 2016-08-23T07:39:36 *** matrix1233 has quit IRC
142 2016-08-23T07:40:33 *** matrix1233 has joined #bitcoin-dev
143 2016-08-23T07:42:35 *** splix has quit IRC
144 2016-08-23T07:43:19 *** splix has joined #bitcoin-dev
145 2016-08-23T07:49:04 *** Palsson has joined #bitcoin-dev
146 2016-08-23T07:50:19 *** mnk has joined #bitcoin-dev
147 2016-08-23T07:50:55 *** giuseppegalano has joined #bitcoin-dev
148 2016-08-23T07:57:30 *** markus-k has joined #bitcoin-dev
149 2016-08-23T08:09:51 *** paveljanik has quit IRC
150 2016-08-23T08:17:54 *** matrix1233 has quit IRC
151 2016-08-23T08:18:42 *** nazarewk has joined #bitcoin-dev
152 2016-08-23T08:28:43 *** blueness has joined #bitcoin-dev
153 2016-08-23T08:29:59 *** murch has joined #bitcoin-dev
154 2016-08-23T08:34:37 *** hashtagg_ has joined #bitcoin-dev
155 2016-08-23T08:34:48 *** ongolaBoy has joined #bitcoin-dev
156 2016-08-23T08:37:56 *** hashtag_ has quit IRC
157 2016-08-23T08:39:22 *** Ylbam has joined #bitcoin-dev
158 2016-08-23T08:39:49 *** hashtag_ has joined #bitcoin-dev
159 2016-08-23T08:42:26 *** hashtagg_ has quit IRC
160 2016-08-23T08:44:11 *** janko33 has joined #bitcoin-dev
161 2016-08-23T08:53:19 *** molz has quit IRC
162 2016-08-23T08:56:17 *** blueness has quit IRC
163 2016-08-23T09:07:44 *** blueness has joined #bitcoin-dev
164 2016-08-23T09:09:09 *** janko33 has quit IRC
165 2016-08-23T09:20:41 *** blueness has quit IRC
166 2016-08-23T09:23:16 *** ThomasV has quit IRC
167 2016-08-23T09:28:45 *** Nothing4You has quit IRC
168 2016-08-23T09:33:03 *** Skirmant has quit IRC
169 2016-08-23T09:34:16 *** Nothing4You has joined #bitcoin-dev
170 2016-08-23T09:50:36 *** ThomasV has joined #bitcoin-dev
171 2016-08-23T10:02:10 *** Palsson has quit IRC
172 2016-08-23T10:07:38 *** harai54 has quit IRC
173 2016-08-23T10:09:58 *** ThomasKeller has quit IRC
174 2016-08-23T10:26:22 *** blueness has joined #bitcoin-dev
175 2016-08-23T10:27:12 *** Palsson has joined #bitcoin-dev
176 2016-08-23T10:34:30 *** clopez has quit IRC
177 2016-08-23T10:37:41 *** clopez has joined #bitcoin-dev
178 2016-08-23T10:40:36 *** spudowiar has joined #bitcoin-dev
179 2016-08-23T11:08:22 *** janko33 has joined #bitcoin-dev
180 2016-08-23T11:12:57 *** giuseppegalano has quit IRC
181 2016-08-23T11:19:46 *** blueness has quit IRC
182 2016-08-23T11:28:13 *** BGL has quit IRC
183 2016-08-23T11:53:34 *** ThomasV has quit IRC
184 2016-08-23T11:56:53 *** cyphase has quit IRC
185 2016-08-23T12:01:10 *** cyphase has joined #bitcoin-dev
186 2016-08-23T12:03:53 *** Chris_Stewart_5 has joined #bitcoin-dev
187 2016-08-23T12:08:34 *** Chris_Stewart_5 has quit IRC
188 2016-08-23T12:12:36 *** Arnavion has quit IRC
189 2016-08-23T12:12:40 *** Arnavion has joined #bitcoin-dev
190 2016-08-23T12:13:03 *** AtashiCon has quit IRC
191 2016-08-23T12:13:07 *** Arnavion3 has joined #bitcoin-dev
192 2016-08-23T12:13:11 *** Arnavion3 is now known as AtashiCon
193 2016-08-23T12:22:45 *** molz has joined #bitcoin-dev
194 2016-08-23T12:25:16 *** mnk has quit IRC
195 2016-08-23T12:27:38 *** Chris_Stewart_5 has joined #bitcoin-dev
196 2016-08-23T12:29:32 *** InsidiousPoet has joined #bitcoin-dev
197 2016-08-23T12:31:59 *** Palsson has quit IRC
198 2016-08-23T12:33:12 *** clopez has quit IRC
199 2016-08-23T12:34:58 *** Palsson has joined #bitcoin-dev
200 2016-08-23T12:35:47 *** CheckDavid has joined #bitcoin-dev
201 2016-08-23T12:36:01 *** clopez has joined #bitcoin-dev
202 2016-08-23T12:41:19 *** harai54 has joined #bitcoin-dev
203 2016-08-23T12:45:38 *** BGL has joined #bitcoin-dev
204 2016-08-23T13:15:56 *** herzmeister has quit IRC
205 2016-08-23T13:16:49 *** agricocb has joined #bitcoin-dev
206 2016-08-23T13:21:16 *** matrix1233 has joined #bitcoin-dev
207 2016-08-23T13:25:31 *** herzmeister has joined #bitcoin-dev
208 2016-08-23T13:26:38 *** herzmeister has quit IRC
209 2016-08-23T13:27:02 *** herzmeister has joined #bitcoin-dev
210 2016-08-23T13:34:02 *** iv3ct has joined #bitcoin-dev
211 2016-08-23T13:53:08 *** ThomasV has joined #bitcoin-dev
212 2016-08-23T13:53:30 *** aalex_ has quit IRC
213 2016-08-23T13:54:32 *** Samdney has joined #bitcoin-dev
214 2016-08-23T14:00:55 *** bugs_ has joined #bitcoin-dev
215 2016-08-23T14:15:55 *** aalex has joined #bitcoin-dev
216 2016-08-23T14:18:14 *** Chris_Stewart_5 has quit IRC
217 2016-08-23T14:20:33 *** markus-k has quit IRC
218 2016-08-23T14:26:44 *** MoALTz has joined #bitcoin-dev
219 2016-08-23T14:32:34 *** Chris_Stewart_5 has joined #bitcoin-dev
220 2016-08-23T14:37:30 *** harai54 has quit IRC
221 2016-08-23T14:43:42 *** spudowiar has quit IRC
222 2016-08-23T14:48:02 *** Palsson has quit IRC
223 2016-08-23T14:55:53 *** Ylbam has quit IRC
224 2016-08-23T14:57:33 *** koad has quit IRC
225 2016-08-23T14:59:17 *** spudowiar has joined #bitcoin-dev
226 2016-08-23T15:01:07 *** Chris_Stewart_5 has quit IRC
227 2016-08-23T15:02:22 *** Palsson has joined #bitcoin-dev
228 2016-08-23T15:17:40 *** one_zero has joined #bitcoin-dev
229 2016-08-23T15:23:56 *** blueness has joined #bitcoin-dev
230 2016-08-23T15:24:59 *** blueness has quit IRC
231 2016-08-23T15:27:43 *** NewLiberty has quit IRC
232 2016-08-23T15:35:34 *** ThomasV has quit IRC
233 2016-08-23T15:45:15 *** venzen has joined #bitcoin-dev
234 2016-08-23T15:45:45 *** Chris_Stewart_5 has joined #bitcoin-dev
235 2016-08-23T15:55:03 *** nazarewk has quit IRC
236 2016-08-23T15:59:47 *** iv3ct has quit IRC
237 2016-08-23T16:00:25 *** iv3ct has joined #bitcoin-dev
238 2016-08-23T16:01:43 *** ryan-c has joined #bitcoin-dev
239 2016-08-23T16:02:08 *** Chris_Stewart_5 has quit IRC
240 2016-08-23T16:03:00 *** ryan-c is now known as ryan`c
241 2016-08-23T16:04:01 *** ryan`c is now known as ryan-c
242 2016-08-23T16:04:29 *** ongolaBoy has quit IRC
243 2016-08-23T16:19:13 *** Chris_Stewart_5 has joined #bitcoin-dev
244 2016-08-23T16:20:14 *** Palsson has quit IRC
245 2016-08-23T16:27:42 *** zooko has joined #bitcoin-dev
246 2016-08-23T16:30:49 *** Ylbam has joined #bitcoin-dev
247 2016-08-23T16:31:56 *** venzen has quit IRC
248 2016-08-23T16:39:02 *** BashCo_ has joined #bitcoin-dev
249 2016-08-23T16:39:29 *** BashCo has quit IRC
250 2016-08-23T16:42:08 *** oleganza has joined #bitcoin-dev
251 2016-08-23T16:45:00 *** eenoch has quit IRC
252 2016-08-23T16:45:33 *** eenoch has joined #bitcoin-dev
253 2016-08-23T16:46:35 *** Chris_Stewart_5 has quit IRC
254 2016-08-23T16:47:53 *** zooko has quit IRC
255 2016-08-23T16:48:01 *** Chris_Stewart_5 has joined #bitcoin-dev
256 2016-08-23T16:49:06 *** oleganza has quit IRC
257 2016-08-23T16:52:34 *** NewLiberty has joined #bitcoin-dev
258 2016-08-23T16:53:32 *** BashCo_ has quit IRC
259 2016-08-23T17:06:48 *** okae has joined #bitcoin-dev
260 2016-08-23T17:08:50 *** rubensayshi has quit IRC
261 2016-08-23T17:15:31 *** adiabat has joined #bitcoin-dev
262 2016-08-23T17:15:38 *** blueness has joined #bitcoin-dev
263 2016-08-23T17:31:47 *** BashCo has joined #bitcoin-dev
264 2016-08-23T17:33:06 *** NewLiberty_ has joined #bitcoin-dev
265 2016-08-23T17:34:34 *** NewLiberty has quit IRC
266 2016-08-23T17:36:34 *** matrix1233 has quit IRC
267 2016-08-23T17:47:31 *** Sosumi has quit IRC
268 2016-08-23T17:56:56 *** GAit has joined #bitcoin-dev
269 2016-08-23T18:00:07 *** herzmeister has quit IRC
270 2016-08-23T18:01:25 *** herzmeister has joined #bitcoin-dev
271 2016-08-23T18:05:42 *** aalex_ has joined #bitcoin-dev
272 2016-08-23T18:09:28 *** aalex has quit IRC
273 2016-08-23T18:22:20 *** oleganza has joined #bitcoin-dev
274 2016-08-23T18:25:12 *** pfallenop has quit IRC
275 2016-08-23T18:25:59 *** oleganza has quit IRC
276 2016-08-23T18:26:30 *** oleganza has joined #bitcoin-dev
277 2016-08-23T18:26:44 *** NewLiberty has joined #bitcoin-dev
278 2016-08-23T18:27:04 *** NewLiberty_ has quit IRC
279 2016-08-23T18:30:56 *** pfallenop has joined #bitcoin-dev
280 2016-08-23T18:32:34 *** NewLiberty has quit IRC
281 2016-08-23T18:36:20 *** NewLiberty has joined #bitcoin-dev
282 2016-08-23T18:40:53 *** blueness has quit IRC
283 2016-08-23T18:42:18 *** GAit has quit IRC
284 2016-08-23T18:47:58 *** oleganza has quit IRC
285 2016-08-23T19:01:48 *** koad has joined #bitcoin-dev
286 2016-08-23T19:02:08 *** paveljanik has joined #bitcoin-dev
287 2016-08-23T19:04:00 *** oleganza has joined #bitcoin-dev
288 2016-08-23T19:04:04 *** jcorgan has quit IRC
289 2016-08-23T19:06:39 *** spudowiar has quit IRC
290 2016-08-23T19:11:10 *** harai54 has joined #bitcoin-dev
291 2016-08-23T19:15:44 *** harai54 has quit IRC
292 2016-08-23T19:15:48 *** Diablo-D3 has quit IRC
293 2016-08-23T19:27:27 *** Diablo-D3 has joined #bitcoin-dev
294 2016-08-23T19:30:05 *** spudowiar has joined #bitcoin-dev
295 2016-08-23T19:35:10 *** blueness has joined #bitcoin-dev
296 2016-08-23T19:36:08 *** MoALTz has quit IRC
297 2016-08-23T19:39:18 *** aalex has joined #bitcoin-dev
298 2016-08-23T19:40:40 *** aalex__ has joined #bitcoin-dev
299 2016-08-23T19:42:40 *** aalex_ has quit IRC
300 2016-08-23T19:44:54 *** aalex has quit IRC
301 2016-08-23T19:50:53 *** ThomasV has joined #bitcoin-dev
302 2016-08-23T19:53:19 *** herzmeister has quit IRC
303 2016-08-23T19:53:39 *** herzmeister has joined #bitcoin-dev
304 2016-08-23T19:59:45 *** iv3ct has quit IRC
305 2016-08-23T19:59:46 *** rusty2 has joined #bitcoin-dev
306 2016-08-23T20:00:24 *** iv3ct has joined #bitcoin-dev
307 2016-08-23T20:02:43 *** c4pt has quit IRC
308 2016-08-23T20:03:03 *** splix has quit IRC
309 2016-08-23T20:03:55 *** spudowiar has quit IRC
310 2016-08-23T20:05:12 *** Diablo-D3 has quit IRC
311 2016-08-23T20:06:30 *** Diablo-D3 has joined #bitcoin-dev
312 2016-08-23T20:07:03 *** NewLiberty has quit IRC
313 2016-08-23T20:08:22 *** djoot has quit IRC
314 2016-08-23T20:10:34 *** c4pt has joined #bitcoin-dev
315 2016-08-23T20:13:13 *** spudowiar has joined #bitcoin-dev
316 2016-08-23T20:15:25 *** mol has joined #bitcoin-dev
317 2016-08-23T20:18:29 *** molz has quit IRC
318 2016-08-23T20:19:05 *** harai54 has joined #bitcoin-dev
319 2016-08-23T20:35:55 *** haraigo has joined #bitcoin-dev
320 2016-08-23T20:36:36 *** djoot has joined #bitcoin-dev
321 2016-08-23T20:38:01 *** harai54 has quit IRC
322 2016-08-23T20:44:02 *** pero has joined #bitcoin-dev
323 2016-08-23T20:48:26 *** belcher has joined #bitcoin-dev
324 2016-08-23T21:18:20 *** rusty21 has joined #bitcoin-dev
325 2016-08-23T21:21:15 *** rusty2 has quit IRC
326 2016-08-23T21:27:35 *** waxwing has quit IRC
327 2016-08-23T21:28:19 *** waxwing has joined #bitcoin-dev
328 2016-08-23T21:34:50 *** matrix1233 has joined #bitcoin-dev
329 2016-08-23T21:39:12 *** jl2012 has quit IRC
330 2016-08-23T21:40:12 *** ThomasV has quit IRC
331 2016-08-23T21:40:27 *** haraigoshi has joined #bitcoin-dev
332 2016-08-23T21:42:06 *** haraigo has quit IRC
333 2016-08-23T21:42:45 *** ThomasV has joined #bitcoin-dev
334 2016-08-23T22:00:12 *** agricocb has quit IRC
335 2016-08-23T22:01:07 *** rusty21 has quit IRC
336 2016-08-23T22:04:04 *** aalex__ is now known as aalex
337 2016-08-23T22:10:58 *** bugs_ has quit IRC
338 2016-08-23T22:16:30 *** okae has quit IRC
339 2016-08-23T22:20:52 *** matrix1233 has quit IRC
340 2016-08-23T22:33:36 *** clopez has quit IRC
341 2016-08-23T22:35:21 *** mol has quit IRC
342 2016-08-23T22:36:02 *** clopez has joined #bitcoin-dev
343 2016-08-23T22:37:36 *** moli has joined #bitcoin-dev
344 2016-08-23T22:41:18 *** herzmeister has quit IRC
345 2016-08-23T22:41:39 *** haraigoshi has quit IRC
346 2016-08-23T22:41:44 *** herzmeister has joined #bitcoin-dev
347 2016-08-23T22:57:53 *** janko33 has quit IRC
348 2016-08-23T23:01:37 *** iv3ct has quit IRC
349 2016-08-23T23:13:15 *** CheckDavid has quit IRC
350 2016-08-23T23:13:26 *** oleganza has quit IRC
351 2016-08-23T23:13:49 *** blueness has quit IRC
352 2016-08-23T23:14:51 *** blueness has joined #bitcoin-dev
353 2016-08-23T23:16:38 *** ThomasV has quit IRC
354 2016-08-23T23:21:08 *** InsidiousPoet has quit IRC
355 2016-08-23T23:25:27 *** grubles has quit IRC
356 2016-08-23T23:26:24 *** oleganza has joined #bitcoin-dev
357 2016-08-23T23:41:31 *** CheckDavid has joined #bitcoin-dev
358 2016-08-23T23:47:32 *** agricocb has joined #bitcoin-dev