1 2014-12-16 00:01:26 happyface has quit (Quit: Connection closed for inactivity)
2 2014-12-16 00:02:49 Emzy has quit (Quit: Textual IRC Client: http://www.textualapp.com/)
3 2014-12-16 00:04:09 nessence has joined
4 2014-12-16 00:05:06 swulf--_ has joined
5 2014-12-16 00:05:38 nessence has quit (Read error: Connection reset by peer)
6 2014-12-16 00:06:36 syskall has joined
7 2014-12-16 00:07:12 <syskall> does anyone know why OP_EVAL didn't end up being implemented?
8 2014-12-16 00:07:52 <sipa> the alternative was simpler
9 2014-12-16 00:08:11 <sipa> and it was implemented, just not.picked
10 2014-12-16 00:08:52 agricocb has quit (Quit: Leaving.)
11 2014-12-16 00:08:58 <gmaxwell> syskall: the original implementation introduced vulnerabilties that were subtle and not found for a while, so the simpler implementation was preferable. Also, because of other limits (maximum push size) it wouldn't have been more useful in any case.
12 2014-12-16 00:09:09 swulf-- has quit (Ping timeout: 264 seconds)
13 2014-12-16 00:09:23 hashtagg_ has quit (Ping timeout: 255 seconds)
14 2014-12-16 00:09:49 <gmaxwell> or at least not much more useful. E.g. you couldn't recursively combine arbritary scripts since you'd almost always go over the push limits.
15 2014-12-16 00:10:17 <syskall> Ok, I'm just not sure I understand BIP 16. the OP_EVAL proposal seemed very clear to me
16 2014-12-16 00:10:52 GM0127 has joined
17 2014-12-16 00:11:11 <gmaxwell> Sometimes something which is simple to describe is not simple to make correct and secure. :)
18 2014-12-16 00:11:20 <syskall> basically the form of a script pubkey can implicitly change the evaluation behavior
19 2014-12-16 00:11:33 <syskall> I know, I didn't mean to imply that
20 2014-12-16 00:12:21 ruukasu has quit (Quit: WeeChat 1.0.1)
21 2014-12-16 00:12:49 <gmaxwell> Would have been arguably preferable if there was an opcode used to trigger it at least, but doing so would expand every one by one byte and would have made the transactions non-standard. In hindsight we should have wanted them non-standard, but we foolishly believed people would adopt p2sh right away, but didn't because wallets did not implement sending to it for a _long_ time.
22 2014-12-16 00:12:51 <sipa> bip16 pretty much is op_eval, with the.differemce that it is triggered by a template instead of an opcoxe
23 2014-12-16 00:12:59 hashtag_ has joined
24 2014-12-16 00:13:49 DougieBot5000 has quit (Quit: Leaving)
25 2014-12-16 00:14:48 ruukasu has joined
26 2014-12-16 00:15:24 <syskall> sipa: took me a while to figure that out.. had to go through the IRC logs.. wish it had been in the BIP :o
27 2014-12-16 00:15:58 Techguy305 has joined
28 2014-12-16 00:16:43 OneMiner1 has quit (Quit: Leaving)
29 2014-12-16 00:17:15 pewpsewp has quit (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
30 2014-12-16 00:17:47 <gmaxwell> syskall: ?! the operation is described in the bip.
31 2014-12-16 00:19:27 <syskall> The BIP is not clear
32 2014-12-16 00:19:37 wallet42 has joined
33 2014-12-16 00:19:43 tlrobinson has joined
34 2014-12-16 00:19:56 <syskall> first it defines a new "standard" transaction type .. which implies it's standard as in "relayed"
35 2014-12-16 00:20:06 moa has joined
36 2014-12-16 00:20:41 <BlueMatt> gmaxwell: why should they have started non-standard?
37 2014-12-16 00:20:45 <syskall> but it's in fact a new kind of transaction with new validation rules
38 2014-12-16 00:20:47 <BlueMatt> would have made the conversation even harder...
39 2014-12-16 00:21:05 <BlueMatt> "why sould I implement it, its not used anywhere, let alone usable because its non-standard"
40 2014-12-16 00:21:28 _yoy_ has joined
41 2014-12-16 00:22:06 <gmaxwell> BlueMatt: because it being IsStandard left non-upgrading miners more exposed to accidentally mining an invalid block.
42 2014-12-16 00:22:26 shesek has quit (Read error: Connection reset by peer)
43 2014-12-16 00:22:42 <gmaxwell> And yet, avoiding that chicken and egg is part of why we thought it should be standard. ... but in hindsight it wasn't what mattered.
44 2014-12-16 00:23:12 <BlueMatt> well, hinsight is not 20/20 here...never know what wallets would have pushed back harder if it were
45 2014-12-16 00:24:04 <gmaxwell> well it would have been IsStandard one release after it was deployed on the network... which was still before virtually any wallet except bitcoin core supported it.
46 2014-12-16 00:24:33 hashtag_ has quit (Ping timeout: 240 seconds)
47 2014-12-16 00:24:38 OneMiner has joined
48 2014-12-16 00:24:56 syskall has quit (Ping timeout: 246 seconds)
49 2014-12-16 00:25:28 <gmaxwell> could even have done a IsStandard that toggled based on coinbase tags. E.g. feature locks in at 80% but remains non-standard until 95% (or until someone just takes out that code)
50 2014-12-16 00:25:34 tsutsu has quit (Remote host closed the connection)
51 2014-12-16 00:25:44 dfletcher has joined
52 2014-12-16 00:26:09 tsutsu has joined
53 2014-12-16 00:28:08 syskall_ has joined
54 2014-12-16 00:29:13 <BlueMatt> true
55 2014-12-16 00:29:35 hmsimha has quit (Ping timeout: 252 seconds)
56 2014-12-16 00:30:12 <gmaxwell> I think the big lesson I got there was that it was important to get affirmitive buy in if we want wallets to implement something promptly.
57 2014-12-16 00:30:16 <syskall_> what I meant is that reading the BIP, it feels like the BIP simply defines a new type of standard transaction to be relayed (using existing op codes/validation rules). but it does more than that
58 2014-12-16 00:30:21 <syskall_> that' was just my point
59 2014-12-16 00:33:17 hashtag_ has joined
60 2014-12-16 00:33:49 bitstein has quit (Quit: My Mac has gone to sleep. ZZZzzzâ¦)
61 2014-12-16 00:33:54 roy____ has quit (Read error: Connection reset by peer)
62 2014-12-16 00:34:31 <Luke-Jr> syskall_: whether a node relays it or not is a decision for the node, independent of BIPs
63 2014-12-16 00:34:53 felipelalli has joined
64 2014-12-16 00:35:42 wrapper has quit (Remote host closed the connection)
65 2014-12-16 00:35:53 arubi has quit (Ping timeout: 250 seconds)
66 2014-12-16 00:36:13 patcon has quit (Ping timeout: 245 seconds)
67 2014-12-16 00:37:30 <syskall_> Luke-Jr: that's correct
68 2014-12-16 00:38:25 arubi has joined
69 2014-12-16 00:38:55 shesek has joined
70 2014-12-16 00:39:14 koeppelmann has joined
71 2014-12-16 00:39:15 zwischenzug has quit (Remote host closed the connection)
72 2014-12-16 00:40:03 <gmaxwell> Certantly we've used BIPs before to recommend non-normative behavior.
73 2014-12-16 00:40:58 <syskall_> in practice though, the BIPS have a big power over what kind of transactions a regular user can expect to get in the blockchain
74 2014-12-16 00:42:51 <syskall_> while I have both your attention , mind looking at https://bitcointalk.org/index.php?topic=893077.0 ? :)
75 2014-12-16 00:43:17 Adlai has joined
76 2014-12-16 00:44:04 guest28389273871 has joined
77 2014-12-16 00:45:24 <gmaxwell> you cannot implementat that in script today. Though if you search (e.g. 'fair coin toss') you can find a scheme that does work.
78 2014-12-16 00:45:41 <gmaxwell> you're not getting responses because you haven't searched, and people are ignoring your post because you didn't research.
79 2014-12-16 00:45:47 <guest28389273871> why is leveldb in the core src tree?
80 2014-12-16 00:46:29 felipelalli has quit (Ping timeout: 258 seconds)
81 2014-12-16 00:46:33 <phantomcircuit> because it's part of the consensus code so it's best that we can control changes
82 2014-12-16 00:46:39 <gmaxwell> guest28389273871: because its an integral part of Bitcoin Core's consensus algorithim implementation. (and even were it not, it's normally not distributed as a freestanding library even on Linux distributions)
83 2014-12-16 00:47:15 <guest28389273871> in other words, because it is statically compiled?
84 2014-12-16 00:47:19 cbeams has quit (Read error: Connection reset by peer)
85 2014-12-16 00:47:40 <gmaxwell> No, that isn't what I said.
86 2014-12-16 00:47:54 cbeams has joined
87 2014-12-16 00:48:26 <guest28389273871> ok, so berkeleydb would be in the core src tree if it were to manage chainstate/blockindex?
88 2014-12-16 00:48:56 <gmaxwell> Prior to our use of it LevelDB's authors had fixed 'bugs' which if simply fixed in an uncontrolled way would have resulted in consensus forking vulnerabilities. Generally software isn't written and mantained with the particular requirements of cryptographic consensus in mind.
89 2014-12-16 00:49:17 <gmaxwell> guest28389273871: Yes, potentially.
90 2014-12-16 00:49:32 <guest28389273871> alright. i can relate
91 2014-12-16 00:50:01 <guest28389273871> as much as one could stretch that to apply to, say, boost too
92 2014-12-16 00:50:30 zwischenzug has joined
93 2014-12-16 00:50:32 <gmaxwell> It could indeed. Our path there has been to reduce the role of boost in the codebase. Primarly we use it only in ways that really couldn't conceivably be gotten wrong.
94 2014-12-16 00:50:58 <gmaxwell> (and it was never used in really far out ways... mostly as a way of importanting C++ features from the future, really)
95 2014-12-16 00:52:13 patcon has joined
96 2014-12-16 00:52:13 <guest28389273871> let me check on another thing. i asked about an 'extention' of the version message to include os/platform info the other day. IRC was that back then...
97 2014-12-16 00:52:43 <guest28389273871> dead
98 2014-12-16 00:53:09 <guest28389273871> any thoughts?
99 2014-12-16 00:54:33 <phantomcircuit> i cant see any legitimate use for that
100 2014-12-16 00:54:48 <gmaxwell> That doesn't sound interesting or useful, just would be another privacy leak.
101 2014-12-16 00:55:11 <guest28389273871> i understand the concerns, but how do we know what the 7K nodes are running on out there?
102 2014-12-16 00:55:26 <gmaxwell> I was somewhat opposed to even having a version string. (I think history has supported my opposition too, its basically worthless because so many things just lie in it even though there is no reason for it)
103 2014-12-16 00:55:43 <gmaxwell> guest28389273871: having that data wouldn't change our knoweldge there in the slighest.
104 2014-12-16 00:56:13 <guest28389273871> how do we know 32bit needs support, for instance, etc... it permeates everything we do. travis, source code, docs, gitian...
105 2014-12-16 00:56:28 MaxSan1 has joined
106 2014-12-16 00:57:02 <gmaxwell> Supporting 32 bit does not require any additional effort. It just requires writing portable software. Even if there were somehow no need for it, we'd still make sure it worked.
107 2014-12-16 00:57:36 MaxSan has quit (Ping timeout: 258 seconds)
108 2014-12-16 00:57:38 <gmaxwell> (and the notion that we wouldn't need it is a little crazy, IMO, by number 32 bit processor production still _vastly_ outpaces 64 bit processors)
109 2014-12-16 00:58:03 kraftman has quit (Read error: Connection reset by peer)
110 2014-12-16 00:58:24 <guest28389273871> so, the argument is low level of effort across the current "system reqs". just making sure we're on the same page, not necessarily asking for dropping 32 support at all.
111 2014-12-16 00:58:36 <gmaxwell> Also, ... we couldn't learn that there from _listening_ nodes. Listening nodes are only a fraction of deployed nodes. There are probably on the order of a hundred thousand hosts running bitcoin, sampling a small portion of the publically inbound reachable ones is not that informative.
112 2014-12-16 00:58:46 koeppelmann has quit (Remote host closed the connection)
113 2014-12-16 00:59:41 brson has quit (Quit: leaving)
114 2014-12-16 00:59:44 <gmaxwell> Well, you've not articulated a need. So to me it just seems user hostile: I can tell you how this would harm users. I can't come up with a way that it would help them.
115 2014-12-16 01:01:24 hanti is now known as HANTI
116 2014-12-16 01:01:41 syskall_ has quit (Ping timeout: 246 seconds)
117 2014-12-16 01:03:42 GM0127 has quit (Quit: Leaving)
118 2014-12-16 01:06:01 nessence has joined
119 2014-12-16 01:06:38 guest28389273871 has quit (Quit: Leaving)
120 2014-12-16 01:07:28 syskall has joined
121 2014-12-16 01:08:47 pewpsewp has joined
122 2014-12-16 01:10:41 nessence has quit (Ping timeout: 265 seconds)
123 2014-12-16 01:11:48 pewpsewp has quit (Client Quit)
124 2014-12-16 01:20:59 MagicFab_ has quit (Ping timeout: 258 seconds)
125 2014-12-16 01:21:12 agricocb has joined
126 2014-12-16 01:22:48 Guest9784 has quit (Ping timeout: 244 seconds)
127 2014-12-16 01:24:37 DougieBot5000 has joined
128 2014-12-16 01:25:15 Bwild has joined
129 2014-12-16 01:29:59 Zarutian has quit (Quit: Leaving.)
130 2014-12-16 01:31:20 felipelalli has joined
131 2014-12-16 01:31:47 Guest9784 has joined
132 2014-12-16 01:34:26 jtimon has quit (Ping timeout: 258 seconds)
133 2014-12-16 01:34:27 patcon has quit (Remote host closed the connection)
134 2014-12-16 01:34:35 nessence has joined
135 2014-12-16 01:36:14 Guest9784 has quit (Ping timeout: 255 seconds)
136 2014-12-16 01:37:28 ryanxcharles has quit (Ping timeout: 258 seconds)
137 2014-12-16 01:39:08 syskall has quit (Ping timeout: 246 seconds)
138 2014-12-16 01:41:06 nuke1989 has quit (Read error: Connection reset by peer)
139 2014-12-16 01:41:43 cbeams has quit (Remote host closed the connection)
140 2014-12-16 01:42:01 nuke1989 has joined
141 2014-12-16 01:42:41 Techguy305 has quit (Read error: Connection reset by peer)
142 2014-12-16 01:42:55 Techguy305 has joined
143 2014-12-16 01:44:01 CheckDavid has quit (Quit: Connection closed for inactivity)
144 2014-12-16 01:46:08 kermit has quit (Read error: Connection reset by peer)
145 2014-12-16 01:46:45 saracen has quit (Read error: Connection reset by peer)
146 2014-12-16 01:47:02 felipelalli has quit (Ping timeout: 255 seconds)
147 2014-12-16 01:47:17 saracen has joined
148 2014-12-16 01:47:57 molec has joined
149 2014-12-16 01:51:04 moleccc has quit (Ping timeout: 256 seconds)
150 2014-12-16 01:51:07 wallet42 has quit (Quit: Leaving.)
151 2014-12-16 01:54:14 cbeams has joined
152 2014-12-16 01:54:30 cbeams has quit (Changing host)
153 2014-12-16 01:54:30 cbeams has joined
154 2014-12-16 02:02:25 fatalhalt has joined
155 2014-12-16 02:02:26 fatalhalt has quit (Max SendQ exceeded)
156 2014-12-16 02:06:27 stevedekorte has quit (Quit: stevedekorte)
157 2014-12-16 02:07:46 felipelalli has joined
158 2014-12-16 02:11:53 paxtoncamaro91 has joined
159 2014-12-16 02:13:18 JackH has quit (Ping timeout: 245 seconds)
160 2014-12-16 02:14:51 Luke-Jr has quit (Remote host closed the connection)
161 2014-12-16 02:15:22 Luke-Jr has joined
162 2014-12-16 02:19:05 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
163 2014-12-16 02:24:10 Techguy305 has joined
164 2014-12-16 02:25:18 pewpsewp has joined
165 2014-12-16 02:25:23 Techguy305 has quit (Ping timeout: 258 seconds)
166 2014-12-16 02:26:27 DigiByteDev has joined
167 2014-12-16 02:29:59 Techguy305 has quit (2!~kvirc@103.sub-70-209-51.myvzw.com|Ping timeout: 258 seconds)
168 2014-12-16 02:40:45 dfletcher has quit (Ping timeout: 250 seconds)
169 2014-12-16 02:43:12 Dr-G2 has joined
170 2014-12-16 02:45:33 Transisto has quit (Read error: Connection reset by peer)
171 2014-12-16 02:45:49 Transisto has joined
172 2014-12-16 02:45:53 Dr-G3 has quit (Ping timeout: 250 seconds)
173 2014-12-16 02:52:59 Raziel has quit (Ping timeout: 258 seconds)
174 2014-12-16 02:55:22 Guest9784 has joined
175 2014-12-16 02:56:00 ryanxcharles has joined
176 2014-12-16 03:22:07 MKCoin has quit (Ping timeout: 258 seconds)
177 2014-12-16 03:29:01 paxtoncamaro91 has quit (Ping timeout: 258 seconds)
178 2014-12-16 03:31:54 OrvilleWright has joined
179 2014-12-16 03:32:24 hashtagg_ has joined
180 2014-12-16 03:33:32 hashtag_ has quit (Ping timeout: 240 seconds)
181 2014-12-16 03:34:24 Raccoon has quit (Ping timeout: 250 seconds)
182 2014-12-16 03:34:38 MKCoin has joined
183 2014-12-16 03:36:30 Raccoon has joined
184 2014-12-16 03:41:15 akstunt600 has quit (Ping timeout: 272 seconds)
185 2014-12-16 03:41:33 coiner has quit (Ping timeout: 264 seconds)
186 2014-12-16 03:45:53 hashtagg_ has quit (Ping timeout: 258 seconds)
187 2014-12-16 03:47:17 jb55_ has joined
188 2014-12-16 03:48:11 dfletcher has joined
189 2014-12-16 03:50:32 jb55 has quit (Ping timeout: 240 seconds)
190 2014-12-16 03:51:38 RoboTeddy has quit (Ping timeout: 258 seconds)
191 2014-12-16 03:51:44 jb55_ has quit (Ping timeout: 250 seconds)
192 2014-12-16 03:52:16 RoboTeddy has joined
193 2014-12-16 03:52:58 benrcole has quit (Quit: Leaving.)
194 2014-12-16 03:59:09 WeCluster has quit (Quit: WeCluster)
195 2014-12-16 04:00:26 brianhoffman has joined
196 2014-12-16 04:05:33 joris has joined
197 2014-12-16 04:08:30 hmsimha has joined
198 2014-12-16 04:12:20 ryanxcharles has quit (Ping timeout: 258 seconds)
199 2014-12-16 04:13:51 cbeams_ has joined
200 2014-12-16 04:13:58 hmsimha has quit (Ping timeout: 252 seconds)
201 2014-12-16 04:14:32 ryanxcharles has joined
202 2014-12-16 04:15:12 cbeams has quit (Ping timeout: 240 seconds)
203 2014-12-16 04:16:25 coiner has joined
204 2014-12-16 04:16:45 akstunt600 has joined
205 2014-12-16 04:17:46 moa has quit (Quit: Leaving.)
206 2014-12-16 04:17:56 OneFixt_ is now known as OneFixt
207 2014-12-16 04:21:29 nuke1989 has quit (Read error: Connection reset by peer)
208 2014-12-16 04:21:33 OrvilleWright has quit (Quit: Nettalk6 - www.ntalk.de)
209 2014-12-16 04:22:41 nuke1989 has joined
210 2014-12-16 04:27:53 TheSeven has quit (Ping timeout: 265 seconds)
211 2014-12-16 04:28:33 antizionist__ has quit (Quit: Connection closed for inactivity)
212 2014-12-16 04:29:19 TheSeven has joined
213 2014-12-16 04:31:04 jordandotdev has joined
214 2014-12-16 04:39:38 cbeams_ is now known as cbeams
215 2014-12-16 04:39:38 cbeams has quit (Changing host)
216 2014-12-16 04:39:38 cbeams has joined
217 2014-12-16 04:41:36 wyager has joined
218 2014-12-16 04:43:37 tlrobinson has quit (Read error: Connection reset by peer)
219 2014-12-16 04:43:46 cris has quit (Ping timeout: 244 seconds)
220 2014-12-16 04:43:46 Dagger has quit (Ping timeout: 244 seconds)
221 2014-12-16 04:43:52 cris` has joined
222 2014-12-16 04:43:52 guest8584 has joined
223 2014-12-16 04:43:52 tlrobinson_ has joined
224 2014-12-16 04:43:52 tlrobinson_ is now known as tlrobinson
225 2014-12-16 04:44:17 jordandotdev has quit (Ping timeout: 244 seconds)
226 2014-12-16 04:44:17 Cryo has quit (Ping timeout: 244 seconds)
227 2014-12-16 04:44:49 Muis has quit (Ping timeout: 244 seconds)
228 2014-12-16 04:45:09 easye`` has joined
229 2014-12-16 04:45:19 jonasschnelli has quit (Ping timeout: 244 seconds)
230 2014-12-16 04:45:19 midnightmagic has quit (Ping timeout: 244 seconds)
231 2014-12-16 04:45:50 Luke-Jr has quit (Ping timeout: 244 seconds)
232 2014-12-16 04:45:50 easye` has quit (Ping timeout: 244 seconds)
233 2014-12-16 04:45:50 msvb-lab has quit (Ping timeout: 244 seconds)
234 2014-12-16 04:45:50 Starduster_ has quit (Ping timeout: 244 seconds)
235 2014-12-16 04:45:50 dhill has quit (Ping timeout: 244 seconds)
236 2014-12-16 04:45:51 jrklein has quit (Ping timeout: 244 seconds)
237 2014-12-16 04:46:15 msvb-lab has joined
238 2014-12-16 04:46:28 Luke-Jr has joined
239 2014-12-16 04:46:40 jrklein has joined
240 2014-12-16 04:47:11 jordandotdev has joined
241 2014-12-16 04:47:34 dhill has joined
242 2014-12-16 04:47:35 Dagger2 has joined
243 2014-12-16 04:47:56 Muis has joined
244 2014-12-16 04:48:10 jonasschnelli has joined
245 2014-12-16 04:48:17 midnightmagic has joined
246 2014-12-16 04:48:55 Guest9784 has quit ()
247 2014-12-16 04:51:18 Cryo has joined
248 2014-12-16 04:54:13 akstunt600 has quit (Ping timeout: 250 seconds)
249 2014-12-16 04:54:13 NewLiberty has quit (Ping timeout: 250 seconds)
250 2014-12-16 04:55:47 <wumpus> WHAT, who is arguing for dropping 32 bit support
251 2014-12-16 04:56:16 <wumpus> in other news, my mips32be node is now synchronized to 38% of the testnet chain
252 2014-12-16 04:58:34 Application has joined
253 2014-12-16 05:00:58 chmod755 has joined
254 2014-12-16 05:03:09 Application has quit (Ping timeout: 256 seconds)
255 2014-12-16 05:07:45 Application has joined
256 2014-12-16 05:08:02 <gmaxwell> wumpus: ... wait, you have be working?
257 2014-12-16 05:08:33 <gmaxwell> wumpus: by coincidence, I got both my dual G5 PPC hosts working last night (been testing libsecp256k1 and some non-bitcoin stuff on them)
258 2014-12-16 05:09:23 wyager has quit (Quit: wyager)
259 2014-12-16 05:10:15 wyager has joined
260 2014-12-16 05:15:10 <wumpus> gmaxwell: yes, I have BE working; most of the work is https://github.com/bitcoin/bitcoin/pull/5478 . There are some other changes required beside that, such as in serialization, and a few silly changes in the network code, but it appears to work.
261 2014-12-16 05:16:40 felipelalli has quit (Ping timeout: 250 seconds)
262 2014-12-16 05:17:08 <wumpus> and all the tests pass
263 2014-12-16 05:19:32 <gmaxwell> I guess congrats to everyone on the last year of changes too, since it used to be more gnarly but many things have improved portability as a side effect.
264 2014-12-16 05:20:51 felipelalli has joined
265 2014-12-16 05:22:14 <wumpus> indeed
266 2014-12-16 05:25:43 guest8584 has quit ()
267 2014-12-16 05:27:32 grau has joined
268 2014-12-16 05:28:20 nelisky has quit (Quit: nelisky)
269 2014-12-16 05:31:04 <davec> I second that. Nice job on the cleanup and refactoring that has been going on guys
270 2014-12-16 05:33:02 paveljanik has joined
271 2014-12-16 05:34:37 tris has quit (Ping timeout: 272 seconds)
272 2014-12-16 05:34:49 one0one_h has joined
273 2014-12-16 05:35:52 one0one has quit (Ping timeout: 272 seconds)
274 2014-12-16 05:36:54 tris has joined
275 2014-12-16 05:47:07 won9 has quit (Quit: won9)
276 2014-12-16 05:50:29 brianhoffman has quit (Quit: brianhoffman)
277 2014-12-16 05:52:30 b-itcoinssg has joined
278 2014-12-16 05:58:23 ThomasV has joined
279 2014-12-16 06:09:17 <akaiiro> guys, I just reed this http://en.bitcoinwiki.org/Bitcoin_address
280 2014-12-16 06:09:49 Aido_ has joined
281 2014-12-16 06:10:25 roidster has joined
282 2014-12-16 06:10:27 <akaiiro> and then looked that two of my recent addresses start with 'm'
283 2014-12-16 06:10:37 roidster is now known as Guest97609
284 2014-12-16 06:11:11 <akaiiro> the generates addresses for bitcoin and testnet3 are different in format?
285 2014-12-16 06:11:56 <wumpus> same format, different prefix byte
286 2014-12-16 06:12:20 <akaiiro> oh, ok. thanks wumpus
287 2014-12-16 06:12:58 Aido has quit (Ping timeout: 255 seconds)
288 2014-12-16 06:14:53 grau has quit (Remote host closed the connection)
289 2014-12-16 06:17:52 kermit has joined
290 2014-12-16 06:18:32 won9 has joined
291 2014-12-16 06:27:26 cbeams has quit (Remote host closed the connection)
292 2014-12-16 06:29:17 kermit has quit (Ping timeout: 256 seconds)
293 2014-12-16 06:30:17 saivann has quit (Quit: Ex-Chat)
294 2014-12-16 06:30:17 Guest97609 has quit (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.22.1/20131113180422])
295 2014-12-16 06:31:12 Lightsword has quit (Quit: Lightsword)
296 2014-12-16 06:33:41 <wumpus> thanks davec, yes I'm also happy to see where things are going, if we have to break some people's pull requests along the way that's just how things go
297 2014-12-16 06:34:58 Vinnie_win has quit ()
298 2014-12-16 06:36:26 NewLiberty has joined
299 2014-12-16 06:40:14 grau has joined
300 2014-12-16 06:50:41 neozaru has joined
301 2014-12-16 06:51:34 neozaru has quit (Read error: Connection reset by peer)
302 2014-12-16 06:52:18 shadowbroker has joined
303 2014-12-16 06:52:52 neozaru has joined
304 2014-12-16 06:56:28 zebedee has quit (Remote host closed the connection)
305 2014-12-16 06:58:30 zebedee has joined
306 2014-12-16 07:00:52 nessence has quit (Read error: Connection reset by peer)
307 2014-12-16 07:01:47 nessence has joined
308 2014-12-16 07:04:28 has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Ping timeout: 265 seconds)
309 2014-12-16 07:05:36 stevedekorte has joined
310 2014-12-16 07:06:58 kadoban has quit (Ping timeout: 255 seconds)
311 2014-12-16 07:08:53 has joined
312 2014-12-16 07:09:28 JohnKenney has joined
313 2014-12-16 07:10:12 zebedee has quit (Ping timeout: 240 seconds)
314 2014-12-16 07:15:17 grau has quit (Remote host closed the connection)
315 2014-12-16 07:17:41 zebedee has joined
316 2014-12-16 07:17:56 jbisch has quit (Ping timeout: 244 seconds)
317 2014-12-16 07:17:59 Lightsword has joined
318 2014-12-16 07:18:02 jbisch has joined
319 2014-12-16 07:19:56 jMyles has quit (Ping timeout: 265 seconds)
320 2014-12-16 07:20:41 felipelalli has quit (Ping timeout: 250 seconds)
321 2014-12-16 07:20:56 one0one_h has quit ()
322 2014-12-16 07:23:19 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Remote host closed the connection)
323 2014-12-16 07:25:30 has joined
324 2014-12-16 07:28:25 O01eg has quit (Quit: O01eg)
325 2014-12-16 07:28:28 cbeams has joined
326 2014-12-16 07:32:20 felipelalli has joined
327 2014-12-16 07:32:29 wyager has quit (Quit: wyager)
328 2014-12-16 07:32:40 fanquake has joined
329 2014-12-16 07:35:15 Clown has joined
330 2014-12-16 07:35:15 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Killed (wilhelm.freenode.net (Nickname regained by services)))
331 2014-12-16 07:35:15 Clown is now known as |Clown|
332 2014-12-16 07:38:59 cbeams has quit (Ping timeout: 256 seconds)
333 2014-12-16 07:39:08 felipelalli has quit (Ping timeout: 264 seconds)
334 2014-12-16 07:40:00 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Ping timeout: 272 seconds)
335 2014-12-16 07:40:06 has joined
336 2014-12-16 07:40:48 felipelalli has joined
337 2014-12-16 07:41:20 zwischenzug2 has joined
338 2014-12-16 07:41:59 nuke1989 has quit (Read error: Connection reset by peer)
339 2014-12-16 07:42:52 zwischenzug has quit (Ping timeout: 245 seconds)
340 2014-12-16 07:42:56 nuke1989 has joined
341 2014-12-16 07:48:29 jb55 has joined
342 2014-12-16 07:48:48 paveljanik has quit (Quit: This computer has gone to sleep)
343 2014-12-16 07:51:34 RoboTedd_ has joined
344 2014-12-16 07:53:55 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Ping timeout: 260 seconds)
345 2014-12-16 07:54:43 has joined
346 2014-12-16 07:55:02 RoboTeddy has quit (Ping timeout: 258 seconds)
347 2014-12-16 07:55:51 RoboTedd_ has quit (Ping timeout: 240 seconds)
348 2014-12-16 07:55:54 kermit has joined
349 2014-12-16 07:56:47 kermit has quit (Client Quit)
350 2014-12-16 07:57:30 ThomasV has quit (Ping timeout: 250 seconds)
351 2014-12-16 07:58:45 WeCluster has joined
352 2014-12-16 08:00:32 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Remote host closed the connection)
353 2014-12-16 08:01:29 pewpsewp has quit (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
354 2014-12-16 08:03:27 has joined
355 2014-12-16 08:07:57 abossard has joined
356 2014-12-16 08:16:00 cbeams has joined
357 2014-12-16 08:16:44 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Ping timeout: 272 seconds)
358 2014-12-16 08:17:32 neozaru has quit (Remote host closed the connection)
359 2014-12-16 08:18:49 has joined
360 2014-12-16 08:18:49 has quit (Clown|!~clown@static-87-79-93-140.netcologne.de|Changing host)
361 2014-12-16 08:18:49 has joined
362 2014-12-16 08:20:54 cbeams has quit (Ping timeout: 250 seconds)
363 2014-12-16 08:22:56 WeCluster has quit (Quit: WeCluster)
364 2014-12-16 08:26:52 grau has joined
365 2014-12-16 08:29:30 karc has quit (Ping timeout: 250 seconds)
366 2014-12-16 08:31:49 b_lumenkraft has joined
367 2014-12-16 08:32:07 shadowbroker has quit (Remote host closed the connection)
368 2014-12-16 08:33:35 jb55 has quit (Remote host closed the connection)
369 2014-12-16 08:34:07 jb55 has joined
370 2014-12-16 08:37:20 <b-itcoinssg> when you create a multi-sig address with a stated criteria i.e. = m of n public keys (where the number m and n public keys are known), is there only 1 possible address? or can you generate multiple multi-sig addresses that fit that criteria?
371 2014-12-16 08:38:01 nagromlt has joined
372 2014-12-16 08:38:44 jb55 has quit (Ping timeout: 258 seconds)
373 2014-12-16 08:39:34 RoboTeddy has joined
374 2014-12-16 08:40:22 grau has quit (Remote host closed the connection)
375 2014-12-16 08:40:32 fanquake has quit (Quit: fanquake)
376 2014-12-16 08:42:35 <Luke-Jr> b-itcoinssg: you can, but it's not necessarily useful to do so\
377 2014-12-16 08:42:46 <Luke-Jr> b-itcoinssg: it's still address reuse, even though the addresses are different
378 2014-12-16 08:43:42 <b-itcoinssg> Luke-Jr:ok, thanks
379 2014-12-16 08:45:53 easye`` has quit (Quit: ERC Version 5.3 (IRC client for Emacs))
380 2014-12-16 08:46:15 easye has joined
381 2014-12-16 08:47:33 <b-itcoinssg> Luke-Jr: correct me if I'm wrong but right now, you can generate a multi-sig address only if you know public keys and the "m"(although, there is a max for this). right? It would be cool if there was a way to generate a multi-sig address just using the bitcoin addresses, that way anyone could create and hence verify a multi-sig address and the m in m of n.
382 2014-12-16 08:48:33 <Luke-Jr> you can do this (you still need "m")
383 2014-12-16 08:48:42 <Luke-Jr> it just isn't standardised
384 2014-12-16 08:49:33 grau has joined
385 2014-12-16 08:50:35 Grouver has joined
386 2014-12-16 08:50:42 <b-itcoinssg> oh ok, that is good.
387 2014-12-16 08:52:23 <b-itcoinssg> there is a limit on m right? like 11 or something? To verify a multi-sig address with only public addresses known, one could exhaustively search all m of n couldn't you?
388 2014-12-16 08:52:46 Phlarp has quit (Read error: Connection reset by peer)
389 2014-12-16 08:52:51 trixisowned has quit (Read error: Connection reset by peer)
390 2014-12-16 08:53:05 mn3monic has quit (Quit: Sto andando via)
391 2014-12-16 08:54:22 trixisowned has joined
392 2014-12-16 08:55:41 benrcole has joined
393 2014-12-16 08:56:43 <gmaxwell> uh. current smartfee code looks like it could conclude to pay less than minRelayTxFee. :-/
394 2014-12-16 08:58:12 <Luke-Jr> b-itcoinssg: 15. but maybe less if you use addresses
395 2014-12-16 08:58:24 <Luke-Jr> or maybe more..
396 2014-12-16 08:58:44 <b-itcoinssg> ok
397 2014-12-16 08:59:33 paveljanik has joined
398 2014-12-16 09:00:35 wangchun has quit (Ping timeout: 256 seconds)
399 2014-12-16 09:00:54 wangchun has joined
400 2014-12-16 09:03:18 gdm85 has quit (Remote host closed the connection)
401 2014-12-16 09:03:42 gdm85 has joined
402 2014-12-16 09:03:56 paveljanik has quit (Client Quit)
403 2014-12-16 09:04:25 Jokosh has quit (Ping timeout: 258 seconds)
404 2014-12-16 09:04:33 paveljanik has joined
405 2014-12-16 09:04:54 Jokosh has joined
406 2014-12-16 09:06:24 wangchun has quit (Ping timeout: 250 seconds)
407 2014-12-16 09:07:08 wangchun has joined
408 2014-12-16 09:07:08 pavel_ has joined
409 2014-12-16 09:08:04 aulait has quit (Excess Flood)
410 2014-12-16 09:09:04 huma_ has joined
411 2014-12-16 09:09:19 tarantillo_ has quit (Remote host closed the connection)
412 2014-12-16 09:09:35 tarantillo_ has joined
413 2014-12-16 09:09:44 paveljanik has quit (Ping timeout: 264 seconds)
414 2014-12-16 09:14:23 REiN^ has quit ()
415 2014-12-16 09:14:34 REiN^ has joined
416 2014-12-16 09:15:14 ThomasV has joined
417 2014-12-16 09:20:04 benrcole1 has joined
418 2014-12-16 09:20:05 Guest30738 is now known as sheepman
419 2014-12-16 09:20:34 sheepman is now known as Guest71516
420 2014-12-16 09:20:46 aulait has joined
421 2014-12-16 09:21:23 Guest71516 has quit (Quit: ZNC - http://znc.in)
422 2014-12-16 09:21:58 benrcole has quit (Ping timeout: 272 seconds)
423 2014-12-16 09:22:26 pavel__ has joined
424 2014-12-16 09:22:56 pavel__ has quit (Client Quit)
425 2014-12-16 09:23:06 paveljanik has joined
426 2014-12-16 09:23:26 sol__ has joined
427 2014-12-16 09:24:28 benrcole has joined
428 2014-12-16 09:24:39 pavel_ has quit (Ping timeout: 255 seconds)
429 2014-12-16 09:24:44 benrcole1 has quit (Ping timeout: 264 seconds)
430 2014-12-16 09:28:21 paveljanik has quit (Quit: This computer has gone to sleep)
431 2014-12-16 09:29:35 RoboTedd_ has joined
432 2014-12-16 09:30:32 paveljanik has joined
433 2014-12-16 09:33:11 RoboTeddy has quit (Ping timeout: 250 seconds)
434 2014-12-16 09:33:39 RoboTedd_ has quit (Ping timeout: 245 seconds)
435 2014-12-16 09:33:58 rubensayshi has joined
436 2014-12-16 09:34:09 lclc_bnc is now known as lclc
437 2014-12-16 09:39:46 grau has quit (Remote host closed the connection)
438 2014-12-16 09:39:53 Starduster has joined
439 2014-12-16 09:41:10 grau has joined
440 2014-12-16 09:41:18 grau has quit (Remote host closed the connection)
441 2014-12-16 09:42:02 chmod755 has quit (Quit: Leaving)
442 2014-12-16 09:43:11 grau has joined
443 2014-12-16 09:43:53 trixisowned has quit (Quit: Leaving)
444 2014-12-16 09:44:03 trixisowned has joined
445 2014-12-16 09:44:27 benrcole has quit (Quit: Leaving.)
446 2014-12-16 09:45:42 paveljanik has quit (Quit: This computer has gone to sleep)
447 2014-12-16 09:46:43 paveljanik has joined
448 2014-12-16 09:48:38 timothy has joined
449 2014-12-16 09:49:57 paveljanik has quit (Client Quit)
450 2014-12-16 09:51:04 paveljanik has joined
451 2014-12-16 09:51:43 benrcole has joined
452 2014-12-16 09:51:44 DougieBot5000 has quit (Quit: Leaving)
453 2014-12-16 09:56:55 n0n0 has joined
454 2014-12-16 09:58:05 hashtag has quit (Ping timeout: 258 seconds)
455 2014-12-16 09:59:41 hashtag has joined
456 2014-12-16 10:00:05 RoboTeddy has joined
457 2014-12-16 10:01:42 cbeams has joined
458 2014-12-16 10:02:43 vmatekole has joined
459 2014-12-16 10:05:02 RoboTeddy has quit (Ping timeout: 272 seconds)
460 2014-12-16 10:05:09 nemo` has quit (Ping timeout: 255 seconds)
461 2014-12-16 10:07:30 paveljanik has quit (Quit: This computer has gone to sleep)
462 2014-12-16 10:10:38 fusselwurm has joined
463 2014-12-16 10:11:30 trixisowned has quit (Read error: Connection reset by peer)
464 2014-12-16 10:12:48 trixisowned has joined
465 2014-12-16 10:12:52 benrcole has quit (Ping timeout: 244 seconds)
466 2014-12-16 10:13:01 trixisowned has quit (Read error: Connection reset by peer)
467 2014-12-16 10:13:04 benrcole has joined
468 2014-12-16 10:13:13 trixisowned has joined
469 2014-12-16 10:18:30 cbeams has quit (Remote host closed the connection)
470 2014-12-16 10:20:27 grau has quit (Remote host closed the connection)
471 2014-12-16 10:20:57 xenog has joined
472 2014-12-16 10:21:38 grau has joined
473 2014-12-16 10:23:49 llllllllll has joined
474 2014-12-16 10:24:00 grau has quit (Remote host closed the connection)
475 2014-12-16 10:24:37 grau has joined
476 2014-12-16 10:25:45 grau has quit (Remote host closed the connection)
477 2014-12-16 10:27:06 grau has joined
478 2014-12-16 10:31:11 fusselwurm has quit (Remote host closed the connection)
479 2014-12-16 10:33:00 paveljanik has joined
480 2014-12-16 10:35:47 gnuborg has joined
481 2014-12-16 10:40:20 ThomasV has quit (Ping timeout: 264 seconds)
482 2014-12-16 10:40:57 orw_ is now known as xabbix
483 2014-12-16 10:40:59 xabbix has quit (Changing host)
484 2014-12-16 10:40:59 xabbix has joined
485 2014-12-16 10:41:13 arubi has quit (Ping timeout: 250 seconds)
486 2014-12-16 10:41:26 won9 has quit (Quit: won9)
487 2014-12-16 10:44:02 Diablo-D3 has joined
488 2014-12-16 10:44:18 won9 has joined
489 2014-12-16 10:46:21 benrcole1 has joined
490 2014-12-16 10:47:01 benrcole has quit (Ping timeout: 245 seconds)
491 2014-12-16 10:47:29 xenog has quit (Remote host closed the connection)
492 2014-12-16 10:49:20 cbeams has joined
493 2014-12-16 10:49:27 cbeams has quit (Changing host)
494 2014-12-16 10:49:27 cbeams has joined
495 2014-12-16 10:51:52 cbeams has quit (Remote host closed the connection)
496 2014-12-16 10:53:41 nagromlt has quit (Quit: Leaving)
497 2014-12-16 10:54:18 Bwild has quit (Ping timeout: 250 seconds)
498 2014-12-16 10:55:22 Bwild has joined
499 2014-12-16 10:56:03 benrcole1 has quit (Quit: Leaving.)
500 2014-12-16 10:56:04 simondlr has joined
501 2014-12-16 10:56:23 arubi has joined
502 2014-12-16 10:58:45 ThomasV has joined
503 2014-12-16 10:59:06 jtimon has joined
504 2014-12-16 10:59:13 pooler_ has joined
505 2014-12-16 10:59:27 pooler_ has quit (Changing host)
506 2014-12-16 10:59:27 pooler_ has joined
507 2014-12-16 11:01:05 RoboTeddy has joined
508 2014-12-16 11:02:05 DigiByteDev has quit (Quit: DigiByteDev)
509 2014-12-16 11:02:19 <wumpus> this just adds some tx_invalid/valid tests for OP_CODESEPARATOR, any specific reason it doesn't get any acks? https://github.com/bitcoin/bitcoin/pull/5421
510 2014-12-16 11:02:24 pooler has quit (Ping timeout: 256 seconds)
511 2014-12-16 11:02:38 pooler_ is now known as pooler
512 2014-12-16 11:03:53 <gmaxwell> Petertodd pull, shunning. :P Nah, just haven't had a chance to actually review it.
513 2014-12-16 11:04:21 simondlr has quit (Remote host closed the connection)
514 2014-12-16 11:04:33 <wumpus> but it adds an entry to tests.json, and it still passes afterwards, that's nearly always good right? :-)
515 2014-12-16 11:05:11 <gmaxwell> yea, more along the lines of "I need to go figure out how the hell he got a positive use out of it and understand that."
516 2014-12-16 11:05:32 RoboTeddy has quit (Ping timeout: 258 seconds)
517 2014-12-16 11:05:42 <gmaxwell> And make sure that this revelation doesn't alert me to any potential consensus bugs or exploitable conditions.
518 2014-12-16 11:05:50 <wumpus> but yes, good point, we should shun the enemy's pulls *ducks*
519 2014-12-16 11:06:17 <gmaxwell> He might have used cursed bits.
520 2014-12-16 11:06:47 <petertodd> two positive uses in fact: you can use OP_CODESPARATOR for zerocash too I just realised
521 2014-12-16 11:06:54 benrcole has joined
522 2014-12-16 11:07:01 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
523 2014-12-16 11:07:23 jtimon has quit (Ping timeout: 245 seconds)
524 2014-12-16 11:07:40 <gmaxwell> wumpus: sorry for being naughty and using the PR process as my personal reading list. :)
525 2014-12-16 11:11:00 pplpplppl has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
526 2014-12-16 11:11:03 paveljanik has quit (Quit: This computer has gone to sleep)
527 2014-12-16 11:11:34 <petertodd> if you take "reveal a embedded consensus zerocash serial number" to be "validly executing part of a script" then you can put those scripts in transactions, thus giving zerocash access to the bitcoin scripting system for authentication
528 2014-12-16 11:12:36 <petertodd> OP_CODESEPARATOR is useful there as you can in some cases put the script fragments in transactions in more convenient ways... my other use case is cooler, but still, it's a usecase
529 2014-12-16 11:12:57 fanquake has joined
530 2014-12-16 11:13:12 paveljanik has joined
531 2014-12-16 11:13:17 <gmaxwell> ah, for ZC I'd really mostly assumed doing the emerge in the txin basically and getting a scriptpubkeyhash out as the 'serial number'
532 2014-12-16 11:13:34 <petertodd> gmaxwell: specifically embedded consensus zerocash remember
533 2014-12-16 11:14:35 Alina-malina has quit (Ping timeout: 250 seconds)
534 2014-12-16 11:17:54 benrcole has quit (Quit: Leaving.)
535 2014-12-16 11:18:12 benrcole has joined
536 2014-12-16 11:21:03 benrcole1 has joined
537 2014-12-16 11:22:48 benrcole has quit (Ping timeout: 256 seconds)
538 2014-12-16 11:24:31 hashtag has quit (Ping timeout: 240 seconds)
539 2014-12-16 11:24:38 Alina-malina has joined
540 2014-12-16 11:25:12 paveljanik has quit (Quit: This computer has gone to sleep)
541 2014-12-16 11:25:32 paveljanik has joined
542 2014-12-16 11:27:27 hashtag has joined
543 2014-12-16 11:28:26 rebroad has joined
544 2014-12-16 11:28:59 Cryo has quit (Remote host closed the connection)
545 2014-12-16 11:29:45 <sipa> ... opens #5478
546 2014-12-16 11:29:52 <sipa> "103 files modified"
547 2014-12-16 11:31:55 Diablo-D3 has joined
548 2014-12-16 11:32:55 btclock has joined
549 2014-12-16 11:35:21 OneMiner has quit (Read error: Connection reset by peer)
550 2014-12-16 11:35:55 <michagogo> 10:47:28 <gmaxwell> uh. current smartfee code looks like it could conclude to pay less than minRelayTxFee. :-/ <-- Should we assume that everyone's using the same policy as us?
551 2014-12-16 11:36:11 ThomasV has quit (Ping timeout: 245 seconds)
552 2014-12-16 11:36:21 <sipa> michagogo: no, but we shouldn't create a transaction that we won't relay ourselves
553 2014-12-16 11:36:35 <gmaxwell> michagogo: we don't assume that... but as a minimum... ^ what sipa said.
554 2014-12-16 11:37:00 <michagogo> Won't? Or wouldn't?
555 2014-12-16 11:37:06 <sipa> won't
556 2014-12-16 11:37:10 <michagogo> Ah
557 2014-12-16 11:37:23 <michagogo> Yeah, I can see that being a problem :
558 2014-12-16 11:37:30 <michagogo> :P
559 2014-12-16 11:37:59 Lexa has quit (Ping timeout: 250 seconds)
560 2014-12-16 11:38:13 Emzy has joined
561 2014-12-16 11:39:00 rdymac has joined
562 2014-12-16 11:39:59 Lexa has joined
563 2014-12-16 11:40:46 jtimon has joined
564 2014-12-16 11:42:15 has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Ping timeout: 244 seconds)
565 2014-12-16 11:42:33 simondlr has joined
566 2014-12-16 11:43:12 grau has quit (Remote host closed the connection)
567 2014-12-16 11:43:21 _yoy_ has quit (Ping timeout: 265 seconds)
568 2014-12-16 11:43:52 btclock has quit (Quit: Lost terminal)
569 2014-12-16 11:44:10 has joined
570 2014-12-16 11:44:20 ruukasu has quit (Ping timeout: 256 seconds)
571 2014-12-16 11:44:25 <jonasschnelli> header stop building successfully.. it looks like it because of one of mine Qt based pull. will have a look
572 2014-12-16 11:44:33 has quit (Clown|!Clown@static-87-79-93-140.netcologne.de|Changing host)
573 2014-12-16 11:44:33 has joined
574 2014-12-16 11:44:53 lclc is now known as lclc_bnc
575 2014-12-16 11:47:21 OneMiner has joined
576 2014-12-16 11:50:00 <jonasschnelli> cfields: any clue why this: "error: âclass QPixmapâ has no member named âconvertFromImageâ"?
577 2014-12-16 11:50:20 <jonasschnelli> QPixmap::convertFromImage is available in Qt4
578 2014-12-16 11:50:54 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Ping timeout: 255 seconds)
579 2014-12-16 11:51:12 <jonasschnelli> only affects the "32-bit + dash" and "No wallet" builds
580 2014-12-16 11:51:59 has joined
581 2014-12-16 11:52:27 Hasimir has joined
582 2014-12-16 11:53:46 <wumpus> sipa: yes, it makes more sense to review it by commit than the whole thing at once
583 2014-12-16 11:54:47 oujh has quit (Remote host closed the connection)
584 2014-12-16 11:54:51 Clown has joined
585 2014-12-16 11:54:51 Clown has quit (Changing host)
586 2014-12-16 11:54:51 Clown has joined
587 2014-12-16 11:54:51 is now known as Clown|!Clown@unaffiliated/clown/x-0272709|Guest54246
588 2014-12-16 11:54:51 Guest54246 has quit (Killed (kornbluth.freenode.net (Nickname regained by services)))
589 2014-12-16 11:54:51 Clown is now known as |Clown|
590 2014-12-16 11:55:00 <sipa> wumpus: i think it would be easier to review (as a whole) if renaming was done the other way first (use uint256 for the blob behaviour, and some temporary arithmetic_uint256 or whatever for the one with actual bigint semantcis)
591 2014-12-16 11:55:04 grau has joined
592 2014-12-16 11:56:37 <wumpus> sipa: ok...
593 2014-12-16 11:57:04 <sipa> wumpus: don't go off replace the whole thing now; i haven't even gone through it all :)
594 2014-12-16 11:57:09 <sipa> just quick initial remark
595 2014-12-16 11:58:11 <wumpus> but yes in retrospect I should have done it the other way around, probably, although I like that this keeps uint256.h almost untouched and just introduces new types
596 2014-12-16 11:58:32 oujh has joined
597 2014-12-16 11:58:57 <sipa> indeed; just looking at the total diff it seems that almost all cases are changed to blob (which is awesome)
598 2014-12-16 11:59:06 <wumpus> could of course have renamed it to something else, but that would mean changing a lot of headers
599 2014-12-16 11:59:12 <wumpus> yup
600 2014-12-16 12:00:19 simondlr has quit (Remote host closed the connection)
601 2014-12-16 12:01:01 <wumpus> the only uses of 256-bit arithmetic are for PoW, some crazy hashing for the trickle system, and increasing the nonce for CKey::Sign :p
602 2014-12-16 12:01:36 <wumpus> two of those could be removed, but didn't want to bother in this pull
603 2014-12-16 12:01:38 <sipa> hmm, pity that i relied on uint256 arithmetic behaviour for the sign test cases
604 2014-12-16 12:01:42 RoboTeddy has joined
605 2014-12-16 12:01:43 <sipa> could have been a xor just as easily
606 2014-12-16 12:02:20 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Ping timeout: 250 seconds)
607 2014-12-16 12:02:51 fanquake has quit (Quit: fanquake)
608 2014-12-16 12:02:58 has joined
609 2014-12-16 12:02:58 has quit (Clown|!Clown@static-87-79-93-140.netcologne.de|Changing host)
610 2014-12-16 12:02:58 has joined
611 2014-12-16 12:03:28 <wumpus> I also like that uint160 can just go. No use of any 160-bit arithmetic anywhere.
612 2014-12-16 12:03:34 <sipa> indeed
613 2014-12-16 12:03:53 <sipa> wumpus: indeed, nChainWork and PoW comparison are really the only truly arithmetic uint256 uses i knew of
614 2014-12-16 12:04:24 <sipa> (big concept ack btw, if that wasn't clear already)
615 2014-12-16 12:05:51 RoboTeddy has quit (Ping timeout: 240 seconds)
616 2014-12-16 12:06:06 GAit has joined
617 2014-12-16 12:06:54 rebroad has quit (Remote host closed the connection)
618 2014-12-16 12:08:27 Alina-malina has quit (Ping timeout: 255 seconds)
619 2014-12-16 12:09:31 <sipa> petertodd: updated attribution in cltv2 by the way - it was just a quick way of showing how it could be done; not an actual intended patch
620 2014-12-16 12:10:03 paveljanik has quit (Quit: This computer has gone to sleep)
621 2014-12-16 12:10:41 <btcdrak> sipa: ya, just for public record, I've rebased it squashing the validation into the signature checker as you suggested https://github.com/btcdrak/bitcoin/compare/bitcoin:master...checklocktimeverify
622 2014-12-16 12:10:53 <sipa> btcdrak: cool
623 2014-12-16 12:11:33 <btcdrak> petertodd should submit a PR soon. There is one question with an unused constant
624 2014-12-16 12:11:40 paveljanik has joined
625 2014-12-16 12:11:40 paveljanik has quit (Changing host)
626 2014-12-16 12:11:40 paveljanik has joined
627 2014-12-16 12:11:56 <petertodd> btcdrak: I think you missed an attribution to sipa :) but I'll add that when I do my PR
628 2014-12-16 12:12:17 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Remote host closed the connection)
629 2014-12-16 12:12:57 <btcdrak> petertodd: yes, I squashed it on purpose to keep it concise and figured it would be better at PR time. I mailed you about it but maybe you havent checked your email yet.
630 2014-12-16 12:13:25 <btcdrak> SCRIPT_ERR_UNSATISFIED_LOCKTIME seems to be unused
631 2014-12-16 12:13:29 <sipa> no worries
632 2014-12-16 12:13:39 <sipa> btcdrak: let me check
633 2014-12-16 12:13:46 aegis has quit (Ping timeout: 258 seconds)
634 2014-12-16 12:13:47 <petertodd> btcdrak: I gotta split it into "opcode" and "actually do soft-fork" anyway, so more git rebasing in my future...
635 2014-12-16 12:14:14 <sipa> btcdrak: my mistake
636 2014-12-16 12:14:15 <sipa> fixing
637 2014-12-16 12:14:49 papa has quit (Ping timeout: 250 seconds)
638 2014-12-16 12:15:08 has joined
639 2014-12-16 12:15:40 <jonasschnelli> does travis uses Qt4.6 for some builds?
640 2014-12-16 12:15:45 <btcdrak> sipa: it wasnt in the original PR of peter's
641 2014-12-16 12:15:52 <btcdrak> *branch
642 2014-12-16 12:15:58 <sipa> btcdrak: no, script error codes were added in master since
643 2014-12-16 12:16:04 <sipa> so i added it in the rebase, but missed a case
644 2014-12-16 12:16:29 <btcdrak> ah. added you to my repo you can push the change directly if you like
645 2014-12-16 12:17:07 GM0127 has joined
646 2014-12-16 12:17:14 <sipa> btcdrak: updated my branch
647 2014-12-16 12:17:22 <btcdrak> thanks!
648 2014-12-16 12:17:55 <sipa> also, my former branch was actually incorrect wrt to the BIO; if you had any tests, and they didn't catch this, that should be fixed :)
649 2014-12-16 12:18:00 <sipa> *BIP
650 2014-12-16 12:18:31 <sipa> i prefer not to push to other people's repo's, can lead to conflicts or misunderstandings easily
651 2014-12-16 12:19:10 hmsimha has joined
652 2014-12-16 12:19:20 <sipa> jonasschnelli: travis uses whatever is in depends
653 2014-12-16 12:20:02 <jonasschnelli> sipa thanks. I think its a < Qt4.7 issue
654 2014-12-16 12:20:32 won9 has quit (Quit: won9)
655 2014-12-16 12:20:33 papa has joined
656 2014-12-16 12:21:17 bitspill_ has joined
657 2014-12-16 12:21:23 <btcdrak> sipa: did you push yet? dont see it
658 2014-12-16 12:21:53 <sipa> yes
659 2014-12-16 12:22:16 <sipa> branch cltv2 on sipa/bitcoin
660 2014-12-16 12:22:57 <btcdrak> last commit 20 hours ago
661 2014-12-16 12:23:21 <sipa> github lazy again?
662 2014-12-16 12:23:24 bitspill has quit (Ping timeout: 260 seconds)
663 2014-12-16 12:23:27 bitspill_ is now known as bitspill
664 2014-12-16 12:23:41 webbyz has quit (Ping timeout: 260 seconds)
665 2014-12-16 12:23:41 GM0127 has quit (Ping timeout: 260 seconds)
666 2014-12-16 12:23:46 <btcdrak> oh lol, it happens :)
667 2014-12-16 12:24:03 <sipa> btcdrak: "authored 20 hours ago"
668 2014-12-16 12:24:04 Grouver has quit (Remote host closed the connection)
669 2014-12-16 12:24:07 _flow_ has quit (Ping timeout: 260 seconds)
670 2014-12-16 12:24:16 <sipa> the branch was updated 7 minutes ago though
671 2014-12-16 12:24:21 <sipa> rebases don't change the author time
672 2014-12-16 12:24:35 FManTX has joined
673 2014-12-16 12:24:39 deego has quit (Ping timeout: 260 seconds)
674 2014-12-16 12:24:41 <sipa> 52c2cdba405cd4e52c8ec1fa2c80fba1c638fd0b is the correct commit
675 2014-12-16 12:25:24 <btcdrak> ah, ok. np
676 2014-12-16 12:25:32 foamz has quit (Ping timeout: 260 seconds)
677 2014-12-16 12:25:37 <btcdrak> I see.
678 2014-12-16 12:26:05 null_radix has quit (Ping timeout: 260 seconds)
679 2014-12-16 12:26:05 drdo has quit (Ping timeout: 260 seconds)
680 2014-12-16 12:26:30 webbyz has joined
681 2014-12-16 12:27:15 zcopley_ has quit (Ping timeout: 260 seconds)
682 2014-12-16 12:27:15 SDCDev has quit (Ping timeout: 260 seconds)
683 2014-12-16 12:27:15 spinza has quit (Ping timeout: 260 seconds)
684 2014-12-16 12:27:20 null_radix has joined
685 2014-12-16 12:28:00 spinza has joined
686 2014-12-16 12:28:27 SDCDev has joined
687 2014-12-16 12:28:28 Clown has joined
688 2014-12-16 12:28:28 has quit (Clown|!Clown@unaffiliated/clown/x-0272709|Killed (morgan.freenode.net (Nickname regained by services)))
689 2014-12-16 12:28:28 Clown is now known as |Clown|
690 2014-12-16 12:28:32 zcopley_ has joined
691 2014-12-16 12:28:46 foamz has joined
692 2014-12-16 12:29:00 dstien_ has joined
693 2014-12-16 12:29:29 drdo has joined
694 2014-12-16 12:29:35 agath_pd has joined
695 2014-12-16 12:29:44 FManTropyx has quit (Ping timeout: 260 seconds)
696 2014-12-16 12:29:44 dstien has quit (Ping timeout: 260 seconds)
697 2014-12-16 12:30:11 FManTX is now known as FManTropyx
698 2014-12-16 12:30:17 easye has quit (Ping timeout: 260 seconds)
699 2014-12-16 12:30:17 agath has quit (Ping timeout: 260 seconds)
700 2014-12-16 12:30:17 Rippleflip_ has quit (Ping timeout: 260 seconds)
701 2014-12-16 12:30:17 isis has quit (Ping timeout: 260 seconds)
702 2014-12-16 12:30:35 Zarutian has joined
703 2014-12-16 12:30:38 paveljanik has quit (Quit: Leaving)
704 2014-12-16 12:30:39 rlifchitz has quit (Ping timeout: 260 seconds)
705 2014-12-16 12:30:39 MiningBuddy has quit (Ping timeout: 260 seconds)
706 2014-12-16 12:30:40 Stellarflip has joined
707 2014-12-16 12:30:48 davec has quit (Ping timeout: 256 seconds)
708 2014-12-16 12:31:28 easye has joined
709 2014-12-16 12:32:02 dugo has quit (Ping timeout: 260 seconds)
710 2014-12-16 12:32:38 dugo has joined
711 2014-12-16 12:32:54 <jonasschnelli> wumpus #5487 should get in soon to make travis happy again
712 2014-12-16 12:33:02 mortale has quit (Remote host closed the connection)
713 2014-12-16 12:33:15 rlifchitz has joined
714 2014-12-16 12:34:27 paveljanik has joined
715 2014-12-16 12:34:27 paveljanik has quit (Changing host)
716 2014-12-16 12:34:27 paveljanik has joined
717 2014-12-16 12:34:41 MiningBuddy has joined
718 2014-12-16 12:34:56 Zarutian has quit (Ping timeout: 245 seconds)
719 2014-12-16 12:35:14 ryanxcharles has quit (Ping timeout: 258 seconds)
720 2014-12-16 12:35:40 jordandotdev has quit (Quit: Connection closed for inactivity)
721 2014-12-16 12:35:45 mortale has joined
722 2014-12-16 12:36:09 <wumpus> jonasschnelli: oops!
723 2014-12-16 12:36:45 isis has joined
724 2014-12-16 12:37:13 <jonasschnelli> i probably overlooked the #5228 travis report because the issue must has also be shown then
725 2014-12-16 12:37:29 ryanxcharles has joined
726 2014-12-16 12:37:34 raistlinthewiz__ has joined
727 2014-12-16 12:37:42 <wumpus> me too; that's weird. I wouldn't normally merge anything with travis complaining.
728 2014-12-16 12:39:02 <jonasschnelli> i assume the qt travis depends didn't changed since the last coming on #5228. However. Now it's solved.
729 2014-12-16 12:40:43 raistlinthewiz__ is now known as raistlinthewiz_
730 2014-12-16 12:44:18 rdbell has joined
731 2014-12-16 12:47:49 ThomasV has joined
732 2014-12-16 12:49:21 Bwild has quit (Quit: leaving)
733 2014-12-16 12:50:39 drdo has joined
734 2014-12-16 12:50:43 <jonasschnelli> regarding two step 'sendtoaddress' RPC method. Brainstorming: how would it be possible to get a prepared transaction object which can be committed in a 2nd RPC call?
735 2014-12-16 12:51:39 easye has joined
736 2014-12-16 12:51:47 <jonasschnelli> i think getting a whole rawtransaction object back for later committing is annoying
737 2014-12-16 12:51:47 <sipa> we just need something in between to createrawtransaction and signrawtransaction
738 2014-12-16 12:52:05 <sipa> which adds sufficient inputs to satisfy the outputs
739 2014-12-16 12:52:14 <sipa> please, don't introduce more state :(
740 2014-12-16 12:52:25 Whoop has joined
741 2014-12-16 12:52:26 Raziel has joined
742 2014-12-16 12:52:28 davec has joined
743 2014-12-16 12:52:33 <sipa> it's a bit annoying for humans that use the RPC directly, but so much saner for any other usage
744 2014-12-16 12:52:43 <ThomasV> fundrawtransaction ?
745 2014-12-16 12:52:49 <sipa> sounds good
746 2014-12-16 12:53:12 fanquake has joined
747 2014-12-16 12:53:33 Grouver has joined
748 2014-12-16 12:53:57 <jonasschnelli> Yes. sounds good. Stateless; definitively. Will implement.
749 2014-12-16 12:54:15 <jonasschnelli> (Will implement = will try to implement)
750 2014-12-16 12:59:39 paveljanik has quit (Quit: This computer has gone to sleep)
751 2014-12-16 13:00:41 paveljanik has joined
752 2014-12-16 13:00:41 paveljanik has quit (Changing host)
753 2014-12-16 13:00:41 paveljanik has joined
754 2014-12-16 13:02:25 RoboTeddy has joined
755 2014-12-16 13:02:30 xenog has joined
756 2014-12-16 13:05:19 koeppelmann has joined
757 2014-12-16 13:05:31 bitbumper has quit (Ping timeout: 272 seconds)
758 2014-12-16 13:05:57 papa has quit (Ping timeout: 250 seconds)
759 2014-12-16 13:06:46 benrcole1 has quit (Quit: Leaving.)
760 2014-12-16 13:06:54 RoboTeddy has quit (Ping timeout: 250 seconds)
761 2014-12-16 13:08:04 paveljanik has quit (Quit: This computer has gone to sleep)
762 2014-12-16 13:09:11 <jonasschnelli> RPC fundrawtransaction brainstorming: how it would be possible to unlock the inputs? What happens with never signed and broadcasted transactions?
763 2014-12-16 13:09:27 <sipa> unlock what inputs?
764 2014-12-16 13:09:43 koeppelmann has quit (Ping timeout: 264 seconds)
765 2014-12-16 13:09:47 paveljanik has joined
766 2014-12-16 13:10:48 <sipa> you mean the lockunspent call?
767 2014-12-16 13:11:32 <sipa> i guess it makes sense to lock certain coins, tell fundrawtransaction to use ignore the locking, and unlock after wards
768 2014-12-16 13:11:36 shesek has quit (Ping timeout: 256 seconds)
769 2014-12-16 13:11:43 <sipa> or even make fundrawtransaction lock the inputs used
770 2014-12-16 13:11:53 <sipa> to avoid double-spending yourself
771 2014-12-16 13:12:46 papa has joined
772 2014-12-16 13:12:50 grau has quit (Remote host closed the connection)
773 2014-12-16 13:13:41 <jonasschnelli> but when fundrawtransaction would lock the inputs, when would be the time to unlock. Assume the user will use fundrawtransaction, forget about the funded tx and afterward would use sendtoaddress.
774 2014-12-16 13:14:28 <wumpus> unfortunately it cannot really be stateless, anything that does the selection for you does need to lock the inputs
775 2014-12-16 13:14:43 <sipa> maybe a boolean flag to fundrawtransaction to lock the inputs used
776 2014-12-16 13:14:44 <fanquake> jonasschnelli New icons look good. Am building with Qt5.4 too.
777 2014-12-16 13:14:58 <sipa> and a separate RPC which takes a raw transaction and unlocks its inputs?
778 2014-12-16 13:15:00 <wumpus> otherwise it's impossible to do any concurrency
779 2014-12-16 13:15:25 <wumpus> ie, two successive calls will just give you the same inputs if you didn't commit in the meantime
780 2014-12-16 13:15:27 <jonasschnelli> unfundrawtransaction :)
781 2014-12-16 13:15:28 <wumpus> sipa: yes, cancel
782 2014-12-16 13:15:39 <wumpus> or unfund, whatever
783 2014-12-16 13:16:01 <sipa> wumpus: well, not cancel necessarily; if you had sent transaction before, they're automatically considered used anyway
784 2014-12-16 13:16:04 <jonasschnelli> what about the sendtoaddress call, should we keep that call confirm-less?
785 2014-12-16 13:16:16 <sipa> confirmless?
786 2014-12-16 13:16:40 joss-c has quit (Quit: Lost terminal)
787 2014-12-16 13:17:24 <jonasschnelli> i just brainstorming: what if sendtoaddress would have a confirm boolean-flag which when enabled would return a rawtx to sing and send?
788 2014-12-16 13:17:24 <wumpus> sipa: it would be a cancel that you can only do *before* actually sending the transaction, after sending it it's indeed pointless
789 2014-12-16 13:17:44 <sipa> jonasschnelli: i really prefer to keep things separate
790 2014-12-16 13:17:53 <wumpus> introduce a new call pleaase
791 2014-12-16 13:18:07 <wumpus> no more hacky extra flags to those hacky send functions
792 2014-12-16 13:18:12 <sipa> jonasschnelli: as you suggest, sendtotransaction would just become createrawtransaction + fundrawtransaction + signrawtransaction
793 2014-12-16 13:18:28 <sipa> eh, sendtoaddress
794 2014-12-16 13:18:48 <sipa> i would keep sendtoaddress to just mean the whole thing, as it is now, and introduce separate broken-up calls to do the various steps independently
795 2014-12-16 13:19:39 <wumpus> we have too many send functions
796 2014-12-16 13:19:44 <wumpus> only one shall survive
797 2014-12-16 13:19:59 <wumpus> sendmany?
798 2014-12-16 13:19:59 <sipa> </highlandermode>
799 2014-12-16 13:20:03 <jonasschnelli> so keep sendtoaddress as it is know and refine the createrawtransaction + signrawtransaction with a fundrawtransaction?
800 2014-12-16 13:20:05 spinza has quit (Ping timeout: 258 seconds)
801 2014-12-16 13:20:11 <sipa> jonasschnelli: not refine
802 2014-12-16 13:20:23 <sipa> createrawtransaction remains unchanged, signrawtransaction remains unchanged
803 2014-12-16 13:20:47 <jonasschnelli> yes. right. but add a fundrawtransaction to lock the inputs and give informations about the fees, etc.
804 2014-12-16 13:20:52 <jonasschnelli> fees=fee
805 2014-12-16 13:20:54 <wumpus> yes
806 2014-12-16 13:21:06 <sipa> just add a fundrawtransaction that takes the output of createrawtransaction, and adds inputs (and potentially a change output), using coin selection and ewhatever criteria (fees?) seem reasonable
807 2014-12-16 13:21:21 <sipa> and then the use can use the output of this to give to sign/sendrawtransaction
808 2014-12-16 13:21:29 benrcole has joined
809 2014-12-16 13:21:33 <jonasschnelli> okay. clear.
810 2014-12-16 13:21:56 <sipa> it may be useful to first just abstact the coin selection code out
811 2014-12-16 13:22:02 <jonasschnelli> But what about the sendtoaddress user? If he likes to know about the potential fee he needs to create rawtxs?
812 2014-12-16 13:22:08 benrcole1 has joined
813 2014-12-16 13:22:10 wallet42 has joined
814 2014-12-16 13:22:20 <wumpus> yes
815 2014-12-16 13:22:25 <sipa> yes
816 2014-12-16 13:22:37 <wumpus> sendtoaddress is a one-step function, it can't ask you anything back
817 2014-12-16 13:23:24 <wumpus> that's why gmaxwell adds a global maximum fee setting in #5485
818 2014-12-16 13:23:33 <sipa> also, a non-wallet based fundrawtransaction may even be useful, where you pass in the entire list of utxos to pick from
819 2014-12-16 13:23:34 fanquake has left ()
820 2014-12-16 13:23:41 <sipa> which obviously can't do any locking
821 2014-12-16 13:23:48 <sipa> that could even go in bitcoin-tx
822 2014-12-16 13:23:55 <sipa> maybe it should only go there
823 2014-12-16 13:24:02 <wumpus> please don't use the same function for wallet and non-wallet use though
824 2014-12-16 13:24:06 <wumpus> we've learned that lesson
825 2014-12-16 13:24:06 <sipa> agree
826 2014-12-16 13:24:07 ThomasV has quit (Ping timeout: 264 seconds)
827 2014-12-16 13:24:10 <sipa> yes, totally
828 2014-12-16 13:24:35 grau has joined
829 2014-12-16 13:24:43 <jonasschnelli> wumpus yes. So the sendtoaddress user needs to create rawtransactions if he likes to know the potential fee?
830 2014-12-16 13:24:54 <sipa> yes
831 2014-12-16 13:24:59 <wumpus> deja vu? yes
832 2014-12-16 13:25:07 <jonasschnelli> :)
833 2014-12-16 13:25:11 <wumpus> same for the sendmany user, the sendfrom user, ...
834 2014-12-16 13:25:17 <wumpus> all of them
835 2014-12-16 13:25:31 <wumpus> all three of them!
836 2014-12-16 13:25:53 benrcole has quit (Ping timeout: 250 seconds)
837 2014-12-16 13:27:16 <jonasschnelli> I just felt that it could be more easy creating a tx where you get infos about the fees instead the createrawtransaction where you have to specify the inputs.
838 2014-12-16 13:27:52 wallet421 has joined
839 2014-12-16 13:27:52 wallet421 has quit (Changing host)
840 2014-12-16 13:27:52 wallet421 has joined
841 2014-12-16 13:27:52 wallet42 has quit (Killed (kornbluth.freenode.net (Nickname regained by services)))
842 2014-12-16 13:27:52 wallet421 is now known as wallet42
843 2014-12-16 13:27:53 <wumpus> isn't the idea that you don't have to specify inputs and the wallet will select them for you, using fundrawtransaction?
844 2014-12-16 13:28:31 thermoman has quit (Remote host closed the connection)
845 2014-12-16 13:28:38 paveljanik has quit (Quit: This computer has gone to sleep)
846 2014-12-16 13:28:38 <sipa> jonasschnelli: you don't specify the inputs
847 2014-12-16 13:28:40 <jonasschnelli> slowly i get it. :)
848 2014-12-16 13:28:52 <sipa> jonasschnelli: just use createrawtransaction with only the outputs
849 2014-12-16 13:29:21 <sipa> jonasschnelli: pass to fundrawtransaction that adds inputs/change as necessary to satisfy money balance and fee requirements
850 2014-12-16 13:29:37 <sipa> jonasschnelli: pass to signrawtransaction to sign the inputs
851 2014-12-16 13:29:45 <sipa> jonasschnelli: pass to sendrawtransaction to broadcast
852 2014-12-16 13:30:01 nessence has quit (Remote host closed the connection)
853 2014-12-16 13:30:03 CoinMuncher has joined
854 2014-12-16 13:30:12 <jonasschnelli> Okay. All clear now.
855 2014-12-16 13:30:39 nessence has joined
856 2014-12-16 13:30:42 <jonasschnelli> fanquake thanks for testing. Especially < 10.10 testes on retina compatibility would be nice
857 2014-12-16 13:30:43 <sipa> a wrapper around createrawtransaction that has the same interface as sendtoaddress would be convenient, but probably clutter...
858 2014-12-16 13:31:13 <wumpus> could be implemented entirely client-side
859 2014-12-16 13:31:19 <wumpus> so, yes, that's clutter
860 2014-12-16 13:31:35 <wumpus> also that would introduce another send function -> no!
861 2014-12-16 13:31:54 <sipa> we could do it as an extra boolean input to sendmany *ducks*
862 2014-12-16 13:31:59 <wumpus> wheee
863 2014-12-16 13:32:26 <wumpus> sendmanyEx2
864 2014-12-16 13:32:37 <sipa> ProcSendManyEx2
865 2014-12-16 13:34:56 nessence has quit (Ping timeout: 245 seconds)
866 2014-12-16 13:36:14 grau has quit (Remote host closed the connection)
867 2014-12-16 13:36:43 aegis has joined
868 2014-12-16 13:37:15 grau has joined
869 2014-12-16 13:37:51 ThomasV has joined
870 2014-12-16 13:38:33 ruukasu has joined
871 2014-12-16 13:39:16 Zarutian has joined
872 2014-12-16 13:41:45 grau has quit (Ping timeout: 265 seconds)
873 2014-12-16 13:42:27 alexh_ has joined
874 2014-12-16 13:44:05 _yoy_ has joined
875 2014-12-16 13:47:54 ThomasV has quit (Ping timeout: 255 seconds)
876 2014-12-16 13:49:11 <jonasschnelli> so; sendmany with boolean flag would produce same output as createrawtransaction with no inputs specified? Or whatfor is ProcSendMany?
877 2014-12-16 13:49:34 hashtag_ has joined
878 2014-12-16 13:50:02 <sipa> jonasschnelli: we *were* joking
879 2014-12-16 13:51:11 hashtagg_ has joined
880 2014-12-16 13:52:29 <jonasschnelli> *oops*
881 2014-12-16 13:52:51 hashtag has quit (Ping timeout: 255 seconds)
882 2014-12-16 13:55:03 easye has quit (Read error: Connection reset by peer)
883 2014-12-16 13:55:52 easye has joined
884 2014-12-16 13:59:00 nessence has joined
885 2014-12-16 13:59:17 nessence has quit (Read error: Connection reset by peer)
886 2014-12-16 14:00:44 davec has quit (Read error: Connection reset by peer)
887 2014-12-16 14:01:00 davec has joined
888 2014-12-16 14:01:01 simondlr has joined
889 2014-12-16 14:01:28 nessence has joined
890 2014-12-16 14:03:13 RoboTeddy has joined
891 2014-12-16 14:04:26 <jonasschnelli> wumpus: you said: "please don't use the same function for wallet and non-wallet use though". So fundrawtransaction requires a wallet, support for any utxo would not make sense?
892 2014-12-16 14:06:00 simondlr has quit (Ping timeout: 256 seconds)
893 2014-12-16 14:06:01 <wumpus> fundrawtransaction would be a wallet function or not a wallet function
894 2014-12-16 14:06:10 <wumpus> first would make most sense
895 2014-12-16 14:06:10 nessence has quit (Ping timeout: 250 seconds)
896 2014-12-16 14:06:37 <wumpus> fundrawtransaction w/ full utxo would be a pure utility function anyhow so belongs on bitcoin-tx
897 2014-12-16 14:07:42 RoboTeddy has quit (Ping timeout: 255 seconds)
898 2014-12-16 14:07:50 <jonasschnelli> okay. thanks.
899 2014-12-16 14:09:39 arubi has quit (Ping timeout: 250 seconds)
900 2014-12-16 14:10:45 xenog has quit (Ping timeout: 272 seconds)
901 2014-12-16 14:11:52 paveljanik has joined
902 2014-12-16 14:11:52 paveljanik has quit (Changing host)
903 2014-12-16 14:11:52 paveljanik has joined
904 2014-12-16 14:11:57 ThomasV has joined
905 2014-12-16 14:13:07 wallet42 has quit (Quit: Leaving.)
906 2014-12-16 14:13:34 SebSebastian has joined
907 2014-12-16 14:18:08 MagicFab_ has joined
908 2014-12-16 14:19:42 abcor has joined
909 2014-12-16 14:23:41 MagicFab_ has quit (Ping timeout: 245 seconds)
910 2014-12-16 14:24:38 arubi has joined
911 2014-12-16 14:25:19 coiner has quit (Ping timeout: 250 seconds)
912 2014-12-16 14:25:26 xenog has joined
913 2014-12-16 14:26:34 pavel_ has joined
914 2014-12-16 14:26:49 nessence has joined
915 2014-12-16 14:28:30 paveljanik has quit (Ping timeout: 240 seconds)
916 2014-12-16 14:30:00 PRab_ has joined
917 2014-12-16 14:30:03 tlrobinson_ has joined
918 2014-12-16 14:30:24 grau has joined
919 2014-12-16 14:31:10 nessence has quit (Ping timeout: 240 seconds)
920 2014-12-16 14:31:59 Optimo_ has joined
921 2014-12-16 14:32:20 atgreen has joined
922 2014-12-16 14:32:29 Magicking_ has joined
923 2014-12-16 14:33:07 hearn has joined
924 2014-12-16 14:33:18 cbeams has joined
925 2014-12-16 14:33:18 cbeams has quit (Changing host)
926 2014-12-16 14:33:18 cbeams has joined
927 2014-12-16 14:34:16 hbee_ has joined
928 2014-12-16 14:34:17 phungus_ has joined
929 2014-12-16 14:34:26 agricocb has quit (Quit: Leaving.)
930 2014-12-16 14:34:39 EasyAt_ has joined
931 2014-12-16 14:35:38 Techguy305 has joined
932 2014-12-16 14:36:12 yano has joined
933 2014-12-16 14:36:19 Namworld has joined
934 2014-12-16 14:36:26 nelisky has joined
935 2014-12-16 14:37:10 Techguy305 has quit (Read error: No route to host)
936 2014-12-16 14:39:00 bitnumus_ has joined
937 2014-12-16 14:39:02 Techguy305 has joined
938 2014-12-16 14:39:30 tlrobinson_ is now known as tlrobinson
939 2014-12-16 14:39:30 bitnumus_ is now known as Guest41132
940 2014-12-16 14:39:44 atian_ has joined
941 2014-12-16 14:40:06 HANTI is now known as hanti
942 2014-12-16 14:40:35 xenog has quit (Remote host closed the connection)
943 2014-12-16 14:40:55 Namworld has quit (Ping timeout: 250 seconds)
944 2014-12-16 14:40:58 ValicekB_ has joined
945 2014-12-16 14:41:27 Alina-malina has joined
946 2014-12-16 14:42:18 cypher has joined
947 2014-12-16 14:42:18 phantomcircuit has joined
948 2014-12-16 14:42:18 guruvan has joined
949 2014-12-16 14:42:18 Apocalyptic has joined
950 2014-12-16 14:42:18 joepie91 has joined
951 2014-12-16 14:42:18 joris has joined
952 2014-12-16 14:44:38 nessence has joined
953 2014-12-16 14:47:07 ValicekB_ is now known as ValicekB
954 2014-12-16 14:47:49 Guest41132 is now known as bitnumus
955 2014-12-16 14:47:55 bitnumus has quit (Changing host)
956 2014-12-16 14:48:35 Emzy has joined
957 2014-12-16 14:48:35 bitnumus has joined
958 2014-12-16 14:48:38 ThomasV has quit (Ping timeout: 258 seconds)
959 2014-12-16 14:54:16 agricocb has joined
960 2014-12-16 14:54:27 agricocb has quit (Changing host)
961 2014-12-16 14:54:27 agricocb has joined
962 2014-12-16 14:56:11 yano has quit (Quit: WeeChat, The Better IRC Client -- http://weechat.org/)
963 2014-12-16 14:56:41 thermoman has joined
964 2014-12-16 14:57:16 xenog has joined
965 2014-12-16 14:58:49 Techguy305 has joined
966 2014-12-16 14:59:10 gdm85 has quit (Remote host closed the connection)
967 2014-12-16 15:00:14 gdm85 has joined
968 2014-12-16 15:01:31 Techguy305 has quit (Ping timeout: 256 seconds)
969 2014-12-16 15:03:16 jMyles has joined
970 2014-12-16 15:03:49 yano has joined
971 2014-12-16 15:12:36 benrcole has joined
972 2014-12-16 15:13:37 cbeams has quit (Remote host closed the connection)
973 2014-12-16 15:13:50 benrcole1 has quit (Ping timeout: 255 seconds)
974 2014-12-16 15:14:56 Grouver has quit (Ping timeout: 245 seconds)
975 2014-12-16 15:15:02 gdm85 has quit (Ping timeout: 265 seconds)
976 2014-12-16 15:16:00 cbeams has joined
977 2014-12-16 15:16:00 cbeams has quit (Changing host)
978 2014-12-16 15:16:00 cbeams has joined
979 2014-12-16 15:17:42 cbeams has quit (Remote host closed the connection)
980 2014-12-16 15:19:24 gdm85 has joined
981 2014-12-16 15:19:52 benrcole has quit (Ping timeout: 265 seconds)
982 2014-12-16 15:20:08 gdm85 has quit (Client Quit)
983 2014-12-16 15:20:21 benrcole has joined
984 2014-12-16 15:20:42 gdm85 has joined
985 2014-12-16 15:22:34 gdm85 has quit (Client Quit)
986 2014-12-16 15:23:35 DoctorBTC has quit (Ping timeout: 272 seconds)
987 2014-12-16 15:27:07 Alina-malina has quit (Ping timeout: 265 seconds)
988 2014-12-16 15:28:14 Starduster_ has joined
989 2014-12-16 15:28:34 MagicFab_ has joined
990 2014-12-16 15:28:34 MagicFab_ has quit (Changing host)
991 2014-12-16 15:28:34 MagicFab_ has joined
992 2014-12-16 15:28:40 Alina-malina has joined
993 2014-12-16 15:28:40 Alina-malina has quit (Changing host)
994 2014-12-16 15:28:40 Alina-malina has joined
995 2014-12-16 15:31:30 Starduster has quit (Ping timeout: 240 seconds)
996 2014-12-16 15:33:46 Grouver has joined
997 2014-12-16 15:34:07 atgreen has quit (Changing host)
998 2014-12-16 15:34:07 atgreen has joined
999 2014-12-16 15:35:05 hearn has quit (Ping timeout: 250 seconds)
1000 2014-12-16 15:35:58 Informerop has joined
1001 2014-12-16 15:36:07 Lexa has joined
1002 2014-12-16 15:36:10 KillYourTV has joined
1003 2014-12-16 15:36:41 owlhooter has joined
1004 2014-12-16 15:36:58 Shiftos has joined
1005 2014-12-16 15:37:40 cbeams has joined
1006 2014-12-16 15:37:40 cbeams has quit (Changing host)
1007 2014-12-16 15:37:40 cbeams has joined
1008 2014-12-16 15:37:43 Techguy305 has quit (2!~kvirc@69.80.111.182|Read error: Connection reset by peer)
1009 2014-12-16 15:37:55 DougieBot5000 has joined
1010 2014-12-16 15:38:54 ruukasuu has joined
1011 2014-12-16 15:39:10 iwilcox has joined
1012 2014-12-16 15:39:38 ruukasu has quit (Ping timeout: 264 seconds)
1013 2014-12-16 15:39:41 Techguy305 has joined
1014 2014-12-16 15:40:23 cbeams has quit (Remote host closed the connection)
1015 2014-12-16 15:41:33 aschildbach has joined
1016 2014-12-16 15:41:45 oujh has quit (Ping timeout: 256 seconds)
1017 2014-12-16 15:42:30 xenog has quit (Ping timeout: 240 seconds)
1018 2014-12-16 15:43:00 Adlai has joined
1019 2014-12-16 15:43:55 benrcole1 has joined
1020 2014-12-16 15:44:32 akstunt600 has joined
1021 2014-12-16 15:44:39 Dr-G has joined
1022 2014-12-16 15:45:29 benrcole has quit (Ping timeout: 250 seconds)
1023 2014-12-16 15:45:44 ItSANgo_ has quit (Quit: Leaving...)
1024 2014-12-16 15:45:51 DoctorBTC has joined
1025 2014-12-16 15:46:40 cbeams has joined
1026 2014-12-16 15:46:40 cbeams has quit (Changing host)
1027 2014-12-16 15:46:40 cbeams has joined
1028 2014-12-16 15:48:42 atgreen has quit (Remote host closed the connection)
1029 2014-12-16 15:48:43 Lexa has quit (Remote host closed the connection)
1030 2014-12-16 15:49:37 Quanttek has joined
1031 2014-12-16 15:49:38 Lexa has joined
1032 2014-12-16 15:50:17 Quanttek has quit (Read error: Connection reset by peer)
1033 2014-12-16 15:50:45 oujh has joined
1034 2014-12-16 15:51:01 ruukasuu has quit (Quit: WeeChat 1.0.1)
1035 2014-12-16 15:51:10 ruukasu has joined
1036 2014-12-16 15:55:07 Anduck is now known as `Anduck
1037 2014-12-16 15:55:20 `Anduck is now known as Anduck
1038 2014-12-16 15:55:32 ruukasu has quit (Client Quit)
1039 2014-12-16 15:55:55 <pavel_> jonasschnelli, can you please run convert -strip on the image displayed? Just to verify if it fixes the issue? BTW - do you see the warning?
1040 2014-12-16 15:56:09 cbeams has quit (Remote host closed the connection)
1041 2014-12-16 15:57:25 xenog has joined
1042 2014-12-16 15:57:35 MaxSan has joined
1043 2014-12-16 15:58:17 damethos has joined
1044 2014-12-16 15:58:46 oujh has quit (Ping timeout: 258 seconds)
1045 2014-12-16 15:58:50 MaxSan1 has quit (Ping timeout: 240 seconds)
1046 2014-12-16 16:00:32 gdm85 has joined
1047 2014-12-16 16:01:40 pavel_ has quit (Quit: This computer has gone to sleep)
1048 2014-12-16 16:01:44 wallet42 has joined
1049 2014-12-16 16:01:57 DoctorBTC has quit (Ping timeout: 250 seconds)
1050 2014-12-16 16:02:04 O01eg has joined
1051 2014-12-16 16:02:30 Quanttek has joined
1052 2014-12-16 16:02:57 Quanttek has quit (Read error: Connection reset by peer)
1053 2014-12-16 16:04:49 RoboTeddy has joined
1054 2014-12-16 16:04:51 DoctorBTC has joined
1055 2014-12-16 16:05:40 benrcole has joined
1056 2014-12-16 16:06:17 coiner has joined
1057 2014-12-16 16:06:46 benrcole1 has quit (Ping timeout: 244 seconds)
1058 2014-12-16 16:09:06 treehug88 has joined
1059 2014-12-16 16:09:42 RoboTeddy has quit (Ping timeout: 264 seconds)
1060 2014-12-16 16:10:19 <jonasschnelli> pavel_ no. i can't see the warning.
1061 2014-12-16 16:10:37 <jonasschnelli> do you know which image triggers the error?
1062 2014-12-16 16:10:42 Cryo has joined
1063 2014-12-16 16:11:02 askmike has joined
1064 2014-12-16 16:12:14 ThomasV has joined
1065 2014-12-16 16:12:28 damethos has quit (Remote host closed the connection)
1066 2014-12-16 16:14:36 abcor has quit ()
1067 2014-12-16 16:14:58 SeanJM has joined
1068 2014-12-16 16:16:13 lclc_bnc is now known as lclc
1069 2014-12-16 16:16:52 <wumpus> I didn't see it either
1070 2014-12-16 16:19:05 ItSANgo has joined
1071 2014-12-16 16:19:14 Lexa has quit (Remote host closed the connection)
1072 2014-12-16 16:20:11 Lexa has joined
1073 2014-12-16 16:25:40 <jonasschnelli> i will strip all PNGs. Should remove any unnecessary data (like profile).
1074 2014-12-16 16:25:57 nelisky has quit (Quit: nelisky)
1075 2014-12-16 16:26:47 _flow_ has joined
1076 2014-12-16 16:27:29 rzhang has joined
1077 2014-12-16 16:28:47 askmike has quit (Ping timeout: 256 seconds)
1078 2014-12-16 16:28:47 _flow_ has quit (Excess Flood)
1079 2014-12-16 16:29:30 Alina-malina has quit (Ping timeout: 244 seconds)
1080 2014-12-16 16:29:50 _flow_ has joined
1081 2014-12-16 16:29:53 ThomasV_ has joined
1082 2014-12-16 16:30:38 kermit has joined
1083 2014-12-16 16:32:41 <rzhang> I have a question about transaction propagation details. Is this the right place to ask?
1084 2014-12-16 16:33:42 ThomasV has quit (Ping timeout: 264 seconds)
1085 2014-12-16 16:34:21 ThomasV_ has quit (Client Quit)
1086 2014-12-16 16:34:40 bitbumper has joined
1087 2014-12-16 16:35:11 Techguy305 has quit (Remote host closed the connection)
1088 2014-12-16 16:35:11 <kjj> depends. easier to just ask the question
1089 2014-12-16 16:35:18 brson has joined
1090 2014-12-16 16:35:20 Quanttek has joined
1091 2014-12-16 16:35:49 Quanttek has quit (Read error: Connection reset by peer)
1092 2014-12-16 16:36:24 Quanttek has joined
1093 2014-12-16 16:37:00 Quanttek has quit (Read error: Connection reset by peer)
1094 2014-12-16 16:37:00 <rzhang> Thanks. Does the trickle procedure also apply to txs? For the initiator of a tx, how many peers will it notice per 100ms?
1095 2014-12-16 16:37:21 damethos has joined
1096 2014-12-16 16:39:14 Alina-malina has joined
1097 2014-12-16 16:39:27 Alina-malina has quit (Changing host)
1098 2014-12-16 16:39:27 Alina-malina has joined
1099 2014-12-16 16:40:02 <rzhang> I have read from a paper that with 1/4 possibility that the initiator will send it to all its connections, is that correct? And is the procedure different for a relay peer?
1100 2014-12-16 16:40:25 cbeams has joined
1101 2014-12-16 16:40:41 xenog has quit (Ping timeout: 255 seconds)
1102 2014-12-16 16:41:10 nezZario has quit (Ping timeout: 245 seconds)
1103 2014-12-16 16:42:34 grau has quit (Remote host closed the connection)
1104 2014-12-16 16:44:05 wallet42 has quit (Quit: Leaving.)
1105 2014-12-16 16:44:39 Profreid has joined
1106 2014-12-16 16:45:04 xenog has joined
1107 2014-12-16 16:45:09 ryanxcharles has quit (Ping timeout: 258 seconds)
1108 2014-12-16 16:45:34 JackH has joined
1109 2014-12-16 16:47:57 gdm85 has quit (Read error: Connection reset by peer)
1110 2014-12-16 16:50:40 Namworld has joined
1111 2014-12-16 16:51:17 Profreid has quit (Ping timeout: 258 seconds)
1112 2014-12-16 16:52:18 Techguy305 has joined
1113 2014-12-16 16:52:31 benrcole1 has joined
1114 2014-12-16 16:54:16 gdm85 has joined
1115 2014-12-16 16:55:25 benrcole has quit (Ping timeout: 256 seconds)
1116 2014-12-16 16:55:30 BGL has quit (Read error: Connection reset by peer)
1117 2014-12-16 16:55:35 papa has joined
1118 2014-12-16 16:55:54 Namworld has quit (Ping timeout: 264 seconds)
1119 2014-12-16 16:56:04 rzhang has quit (Quit: Page closed)
1120 2014-12-16 16:56:37 gdm85 has quit (Remote host closed the connection)
1121 2014-12-16 16:56:57 kadoban has joined
1122 2014-12-16 16:57:33 gdm85 has joined
1123 2014-12-16 16:58:43 cbeams has quit (Remote host closed the connection)
1124 2014-12-16 16:59:09 grau has joined
1125 2014-12-16 17:01:49 neozaru has joined
1126 2014-12-16 17:02:30 MaxSan has quit (Ping timeout: 264 seconds)
1127 2014-12-16 17:03:04 Hasimir has quit (Ping timeout: 272 seconds)
1128 2014-12-16 17:03:21 MaxSan has joined
1129 2014-12-16 17:04:58 CoinMuncher has quit (Quit: Leaving.)
1130 2014-12-16 17:05:23 Profreid has joined
1131 2014-12-16 17:05:27 RoboTeddy has joined
1132 2014-12-16 17:06:58 Quanttek has joined
1133 2014-12-16 17:07:18 spinza has joined
1134 2014-12-16 17:07:22 Quanttek has quit (Read error: Connection reset by peer)
1135 2014-12-16 17:08:41 saivann has joined
1136 2014-12-16 17:08:57 pavel_ has joined
1137 2014-12-16 17:10:09 RoboTeddy has quit (Ping timeout: 256 seconds)
1138 2014-12-16 17:10:26 paveljanik has joined
1139 2014-12-16 17:10:54 felipelalli has quit (Ping timeout: 264 seconds)
1140 2014-12-16 17:13:12 Aquent has joined
1141 2014-12-16 17:13:13 akstunt600 has quit (Ping timeout: 264 seconds)
1142 2014-12-16 17:13:34 Quanttek has joined
1143 2014-12-16 17:13:37 pavel_ has quit (Ping timeout: 245 seconds)
1144 2014-12-16 17:13:59 abossard has quit (Remote host closed the connection)
1145 2014-12-16 17:15:18 Profreid has quit (Quit: Profreid)
1146 2014-12-16 17:16:31 ruukasu has joined
1147 2014-12-16 17:16:44 Sleepnbum has joined
1148 2014-12-16 17:17:45 cbeams has joined
1149 2014-12-16 17:18:09 askmike has joined
1150 2014-12-16 17:19:05 has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Read error: Network is unreachable)
1151 2014-12-16 17:19:23 has joined
1152 2014-12-16 17:19:26 has quit (Clown|!~clown@2001-4dd0-203e-1-3d51-3b6a-46ff-fb50.ipv6dyn.netcologne.de|Changing host)
1153 2014-12-16 17:19:26 has joined
1154 2014-12-16 17:20:24 ryanxcharles has joined
1155 2014-12-16 17:21:22 BGL has joined
1156 2014-12-16 17:22:58 cbeams has quit (Remote host closed the connection)
1157 2014-12-16 17:25:39 Hasimir has joined
1158 2014-12-16 17:26:35 akstunt600 has joined
1159 2014-12-16 17:28:47 joss-c has joined
1160 2014-12-16 17:33:49 antizionist__ has joined
1161 2014-12-16 17:34:22 Grouver has quit (Quit: Leaving)
1162 2014-12-16 17:37:58 pewpsewp has joined
1163 2014-12-16 17:40:39 Techguy305 has joined
1164 2014-12-16 17:40:48 Techguy305 has quit (Ping timeout: 244 seconds)
1165 2014-12-16 17:41:49 <jtimon> would it make sense to tag 41cced21 "Merge pull request #5267" with 0.10_base or something like that?
1166 2014-12-16 17:43:07 Burrito has joined
1167 2014-12-16 17:46:19 nelisky has joined
1168 2014-12-16 17:47:27 ryanxcharles has quit (Quit: Leaving)
1169 2014-12-16 17:49:14 Raziel has quit (Read error: Connection reset by peer)
1170 2014-12-16 17:49:17 grau has quit (Remote host closed the connection)
1171 2014-12-16 17:49:43 RazielZ has joined
1172 2014-12-16 17:50:28 wallet42 has joined
1173 2014-12-16 17:53:21 mpmcsweeney has joined
1174 2014-12-16 17:57:13 nagromit has joined
1175 2014-12-16 17:57:54 <wumpus> meh, I'd like to keep tags just for actual releases
1176 2014-12-16 17:58:17 <wumpus> I hope we'll have an actual 0.10.0rc1 tag soon
1177 2014-12-16 17:58:45 <wumpus> for now, use the branch
1178 2014-12-16 17:58:51 timothy has quit (Read error: Connection reset by peer)
1179 2014-12-16 17:59:16 user7779078 has joined
1180 2014-12-16 18:02:46 Naphex has quit (Quit: leaving)
1181 2014-12-16 18:04:01 stevedekorte has quit (Quit: stevedekorte)
1182 2014-12-16 18:05:51 joss-c has quit (Quit: leaving)
1183 2014-12-16 18:06:15 RoboTeddy has joined
1184 2014-12-16 18:06:23 askmike has quit (Remote host closed the connection)
1185 2014-12-16 18:08:24 <ajweiss> so make depends does all the wgets for gitian builds now, correct? all i need to manually grab is the os x sdk?
1186 2014-12-16 18:10:39 RoboTeddy has quit (Ping timeout: 250 seconds)
1187 2014-12-16 18:12:28 DaRk_eLf has joined
1188 2014-12-16 18:12:34 MoALTz has joined
1189 2014-12-16 18:14:32 CodeShark has quit (Quit: Textual IRC Client: www.textualapp.com)
1190 2014-12-16 18:14:44 Emzy has quit (Quit: Textual IRC Client: http://www.textualapp.com/)
1191 2014-12-16 18:14:53 Profreid has joined
1192 2014-12-16 18:15:22 nezZario has joined
1193 2014-12-16 18:15:55 JackH has quit (Quit: JackH)
1194 2014-12-16 18:18:36 ryanxcharles has joined
1195 2014-12-16 18:19:59 pewpsewp has quit (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
1196 2014-12-16 18:20:48 grau has joined
1197 2014-12-16 18:21:59 MoALTz has quit (Quit: Leaving)
1198 2014-12-16 18:26:36 Shiftos has quit (Ping timeout: 250 seconds)
1199 2014-12-16 18:30:30 felipelalli has joined
1200 2014-12-16 18:32:53 <sipa> jgarzik: nice mail
1201 2014-12-16 18:33:00 Hasimir has quit (Ping timeout: 272 seconds)
1202 2014-12-16 18:34:06 Hasimir has joined
1203 2014-12-16 18:34:26 Hasimir has quit (Changing host)
1204 2014-12-16 18:34:26 Hasimir has joined
1205 2014-12-16 18:35:29 <jgarzik> sipa, I felt there were a lot of issues to pick apart
1206 2014-12-16 18:36:26 Shiftos has joined
1207 2014-12-16 18:39:03 MoALTz has joined
1208 2014-12-16 18:40:12 grau has quit (Remote host closed the connection)
1209 2014-12-16 18:41:11 arubi has joined
1210 2014-12-16 18:41:14 llllllllll has quit ()
1211 2014-12-16 18:44:11 Clown- has joined
1212 2014-12-16 18:44:31 Clown- has quit (Changing host)
1213 2014-12-16 18:44:31 Clown- has joined
1214 2014-12-16 18:44:31 is now known as Clown|!~clown@unaffiliated/clown/x-0272709|Guest50550
1215 2014-12-16 18:44:31 Guest50550 has quit (Killed (rajaniemi.freenode.net (Nickname regained by services)))
1216 2014-12-16 18:44:31 Clown- is now known as |Clown|
1217 2014-12-16 18:44:39 nagromit has quit (Quit: Leaving)
1218 2014-12-16 18:52:31 Lightsword has quit (Quit: Lightsword)
1219 2014-12-16 18:53:54 askmike has joined
1220 2014-12-16 18:54:01 Lightsword has joined
1221 2014-12-16 18:56:52 jMyles has quit (Remote host closed the connection)
1222 2014-12-16 18:59:56 SeanJM has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
1223 2014-12-16 19:01:42 DaRk_eLf has quit (Remote host closed the connection)
1224 2014-12-16 19:02:08 MaxSan has quit (Ping timeout: 250 seconds)
1225 2014-12-16 19:03:05 MaxSan has joined
1226 2014-12-16 19:03:13 <maraoz> which tests use the file sig_canonical.json? running `git grep sig_canonical` returns only "src/Makefile.test.include:22"
1227 2014-12-16 19:05:30 grau has joined
1228 2014-12-16 19:06:03 has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Ping timeout: 265 seconds)
1229 2014-12-16 19:07:01 RoboTeddy has joined
1230 2014-12-16 19:07:42 mpmcsweeney has quit ()
1231 2014-12-16 19:08:16 ThomasV has joined
1232 2014-12-16 19:08:30 Application has quit (Remote host closed the connection)
1233 2014-12-16 19:08:33 damethos has quit (Remote host closed the connection)
1234 2014-12-16 19:09:07 damethos has joined
1235 2014-12-16 19:09:59 RoboTedd_ has joined
1236 2014-12-16 19:11:44 RoboTedd_ has quit (Read error: Connection reset by peer)
1237 2014-12-16 19:11:50 RoboTed__ has joined
1238 2014-12-16 19:11:51 RoboTeddy has quit (Ping timeout: 265 seconds)
1239 2014-12-16 19:13:37 <jtimon> yeah, the idea of having periods with and without moveonly commits makes sense to me
1240 2014-12-16 19:13:51 <sipa> maraoz: heh, the tests there have been incorporated into script tests
1241 2014-12-16 19:14:02 <sipa> maraoz: a few months ago
1242 2014-12-16 19:14:19 <sipa> i believe the file should be deleted, but let me verify
1243 2014-12-16 19:16:07 RoboTed__ has quit (Ping timeout: 245 seconds)
1244 2014-12-16 19:16:08 Lightsword has quit (Quit: Lightsword)
1245 2014-12-16 19:16:27 Khayman has joined
1246 2014-12-16 19:16:30 <maraoz> sipa: thanks. do you know if it was included in other data file? (say script_valid.json?) - those data files are really useful as fixtures for other bitcoin libraries (like bitcore)
1247 2014-12-16 19:17:02 rubensayshi has quit (Remote host closed the connection)
1248 2014-12-16 19:17:08 Hasimir has quit (Read error: Connection reset by peer)
1249 2014-12-16 19:17:54 pewpsewp has joined
1250 2014-12-16 19:18:18 has joined
1251 2014-12-16 19:18:18 has quit (Clown|!~clown@static-87-79-93-140.netcologne.de|Changing host)
1252 2014-12-16 19:18:18 has joined
1253 2014-12-16 19:18:40 Techguy305 has quit (2!~kvirc@69.80.109.99|Ping timeout: 250 seconds)
1254 2014-12-16 19:18:44 ruukasu has quit (Quit: WeeChat 1.0.1)
1255 2014-12-16 19:19:06 <sipa> maraoz: yes
1256 2014-12-16 19:19:19 Dizzle has joined
1257 2014-12-16 19:19:23 <sipa> script_valid and _invalid
1258 2014-12-16 19:19:41 <maraoz> ok, I'll create a PR to remove them in a sec
1259 2014-12-16 19:20:07 <sipa> them? plural?
1260 2014-12-16 19:21:52 <maraoz> sig_canonical.json and sig_noncanonical.json
1261 2014-12-16 19:22:56 <sipa> ah, of course
1262 2014-12-16 19:23:38 nuke1989 has quit (Read error: Connection reset by peer)
1263 2014-12-16 19:23:49 hbee_ has quit (Ping timeout: 240 seconds)
1264 2014-12-16 19:24:43 nuke1989 has joined
1265 2014-12-16 19:27:19 ruukasu has joined
1266 2014-12-16 19:27:29 Khayman is now known as Hasimir
1267 2014-12-16 19:27:33 nemo` has joined
1268 2014-12-16 19:27:50 aschildbach has quit (Remote host closed the connection)
1269 2014-12-16 19:29:53 hashtag_ has quit (Ping timeout: 255 seconds)
1270 2014-12-16 19:30:31 Techguy305 has joined
1271 2014-12-16 19:31:49 WeCluster has joined
1272 2014-12-16 19:32:59 Zifre has quit (Read error: Connection reset by peer)
1273 2014-12-16 19:32:59 Zifre_ has joined
1274 2014-12-16 19:33:00 hashtag has joined
1275 2014-12-16 19:34:12 Dizzle has quit (Remote host closed the connection)
1276 2014-12-16 19:36:19 grau has quit (Remote host closed the connection)
1277 2014-12-16 19:38:15 ruukasu has quit (Quit: WeeChat 1.0.1)
1278 2014-12-16 19:42:12 MaxSan1 has joined
1279 2014-12-16 19:42:27 cbeams has joined
1280 2014-12-16 19:44:56 MaxSan has quit (Ping timeout: 258 seconds)
1281 2014-12-16 19:46:19 cbeams has quit (Remote host closed the connection)
1282 2014-12-16 19:50:35 huseby has joined
1283 2014-12-16 19:52:35 helo is now known as he1o
1284 2014-12-16 19:52:42 he1o is now known as helo
1285 2014-12-16 19:56:34 nelisky has quit (Quit: nelisky)
1286 2014-12-16 19:57:14 has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Ping timeout: 250 seconds)
1287 2014-12-16 19:57:53 paveljanik has quit (Quit: This computer has gone to sleep)
1288 2014-12-16 19:59:40 ruukasu has joined
1289 2014-12-16 19:59:57 askmike has quit ()
1290 2014-12-16 20:00:44 has joined
1291 2014-12-16 20:00:44 has quit (Clown|!~clown@static-87-79-93-140.netcologne.de|Changing host)
1292 2014-12-16 20:00:44 has joined
1293 2014-12-16 20:05:52 paveljanik has joined
1294 2014-12-16 20:05:56 Starduster_ has quit ()
1295 2014-12-16 20:06:06 pfalleno1 has quit (Remote host closed the connection)
1296 2014-12-16 20:06:29 pfallenop has joined
1297 2014-12-16 20:06:53 <andytoshi> sipa: in the comment around line 130 i'm unsure what "p" and "the order" refer to --- is p the (prime) order of the subgroup and "the order" the order of the entire curvegroup?
1298 2014-12-16 20:07:05 <andytoshi> in libsecp256k1 pr #123
1299 2014-12-16 20:09:36 Starduster has joined
1300 2014-12-16 20:11:26 stevedekorte has joined
1301 2014-12-16 20:12:10 Techguy305 has quit (Ping timeout: 255 seconds)
1302 2014-12-16 20:12:47 MagicFab_ has quit (Ping timeout: 245 seconds)
1303 2014-12-16 20:12:49 xteraniux has joined
1304 2014-12-16 20:14:03 hbee has joined
1305 2014-12-16 20:14:22 Techguy305 has joined
1306 2014-12-16 20:14:49 agricocb has quit (Ping timeout: 240 seconds)
1307 2014-12-16 20:15:00 b-itcoinssg has quit (Quit: Connection closed for inactivity)
1308 2014-12-16 20:15:43 Techguy305 has quit (Max SendQ exceeded)
1309 2014-12-16 20:17:05 xteraniux has left ()
1310 2014-12-16 20:17:34 bbrian has joined
1311 2014-12-16 20:18:12 Techguy305 has joined
1312 2014-12-16 20:18:53 ruukasu has quit (Ping timeout: 244 seconds)
1313 2014-12-16 20:20:20 stevedekorte has quit (Quit: stevedekorte)
1314 2014-12-16 20:20:28 stevedekorte has joined
1315 2014-12-16 20:21:27 <gmaxwell> andytoshi: there are only two orders involved, p (the size of the field the curve is defined over) and order (the order of the group), our curve has cofactor 1... there is only one subgroup, all points satisfing the curve eq are members of a single group of size order.
1316 2014-12-16 20:21:45 bbrian has quit (Client Quit)
1317 2014-12-16 20:23:56 Techguy305 has joined
1318 2014-12-16 20:24:24 Techguy305 has quit (Ping timeout: 272 seconds)
1319 2014-12-16 20:25:59 <andytoshi> oh, derp, p is the field order
1320 2014-12-16 20:26:07 <andytoshi> thx
1321 2014-12-16 20:26:33 <andytoshi> i thought our curve had only one subgroup, was why i was confused
1322 2014-12-16 20:26:35 EasyAt_ is now known as EasyAt
1323 2014-12-16 20:26:42 EasyAt has quit (Changing host)
1324 2014-12-16 20:26:42 EasyAt has joined
1325 2014-12-16 20:28:47 Techguy305 has joined
1326 2014-12-16 20:28:51 Techguy305 has quit (2!~kvirc@69.80.108.213|Read error: Connection reset by peer)
1327 2014-12-16 20:29:59 hearn has joined
1328 2014-12-16 20:30:46 papa has quit (Remote host closed the connection)
1329 2014-12-16 20:31:10 <gmaxwell> hah order in the description is group order, p is field order.
1330 2014-12-16 20:31:15 papa has joined
1331 2014-12-16 20:31:43 lclc is now known as lclc_bnc
1332 2014-12-16 20:31:45 <andytoshi> the x coord should be mod the field order tho
1333 2014-12-16 20:31:59 <andytoshi> exponents (and nothing else) should be mod the group order (i think)
1334 2014-12-16 20:32:22 kraftman has joined
1335 2014-12-16 20:32:34 benrcole1 has quit (Quit: Leaving.)
1336 2014-12-16 20:33:23 <andytoshi> ah, no, the ECDSA def says n
1337 2014-12-16 20:33:26 <andytoshi> the gruop order
1338 2014-12-16 20:33:39 <gmaxwell> andytoshi: Yes by definition the coordinate itself is mode the field order. But ecdsa awfulness means that 'r' is G*k mod group.
1339 2014-12-16 20:33:42 <andytoshi> ah, right, x -is- used as an exponent
1340 2014-12-16 20:33:53 lclc_bnc is now known as lclc
1341 2014-12-16 20:33:54 <andytoshi> ok, i don't feel bad for forgetting this :P
1342 2014-12-16 20:33:58 <gmaxwell> thats where the complexity arises. X is a challenge but the agreement test isn't quite exact.
1343 2014-12-16 20:42:29 Dizzle has joined
1344 2014-12-16 20:43:18 lclc is now known as lclc_bnc
1345 2014-12-16 20:43:31 arubi has quit (Ping timeout: 250 seconds)
1346 2014-12-16 20:46:57 <andytoshi> in `exists h. (x(R) + h * order < p && x(R) == xr + h * order)` should it be `exists h. (x(R) + h * order < p && x(R) + h * order == xr)` ?
1347 2014-12-16 20:47:23 <andytoshi> note that in the original we check that adding `order` won't wrap x(R) but then we add it to `xr`
1348 2014-12-16 20:47:47 <andytoshi> brb lunch
1349 2014-12-16 20:50:47 jMyles has joined
1350 2014-12-16 20:50:47 segrx has joined
1351 2014-12-16 20:51:50 gazab has quit (Ping timeout: 250 seconds)
1352 2014-12-16 20:52:03 <segrx> Does anyone know what the response to `getrawtransaction <txid>` (assuming index=1) when querying for a txid that was previously in the mempool or blockchain, but since been considered invalid (as it conflicted)
1353 2014-12-16 20:54:58 <helo> segrx: i would expect it to return the raw transaction, having already indexed it. *searches for removal from index on invalidation*
1354 2014-12-16 20:55:01 RoboTeddy has joined
1355 2014-12-16 20:55:41 <segrx> Even if it was only in the mempool, it's inserted in the db and indexed?
1356 2014-12-16 20:57:46 arubi has joined
1357 2014-12-16 20:58:09 hashtag has quit (Ping timeout: 240 seconds)
1358 2014-12-16 20:58:12 Profreid has quit (Quit: Profreid)
1359 2014-12-16 21:01:00 <helo> hmm, it looks like it will be removed from the mempool if it is invalidated
1360 2014-12-16 21:01:40 hashtag has joined
1361 2014-12-16 21:02:30 <segrx> So in that case, if I query for it -- I should expect to see the typical: "No information available about transaction"
1362 2014-12-16 21:03:12 user7779078 has quit (Remote host closed the connection)
1363 2014-12-16 21:04:00 user7779078 has joined
1364 2014-12-16 21:04:06 user7779078 has quit (Read error: Connection reset by peer)
1365 2014-12-16 21:04:07 <segrx> but if it was in a block, I should get a response -- but it won't have a "confirmations" field on the json response?
1366 2014-12-16 21:04:18 <segrx> (Since it'll still be indexed, but won't be in the best block chain )
1367 2014-12-16 21:04:53 user7779078 has joined
1368 2014-12-16 21:05:23 <helo> if it isn't in the mempool, then it attempts to locate it using the txindex
1369 2014-12-16 21:06:10 <helo> so yes, if it was at some point in a block it looks like it should be found (with no confirmations)
1370 2014-12-16 21:06:41 MaxSan has joined
1371 2014-12-16 21:07:25 Techguy305 has joined
1372 2014-12-16 21:08:20 MaxSan1 has quit (Ping timeout: 265 seconds)
1373 2014-12-16 21:09:49 Techguy305 has quit (Ping timeout: 240 seconds)
1374 2014-12-16 21:11:05 Lightsword has joined
1375 2014-12-16 21:12:04 nelisky has joined
1376 2014-12-16 21:14:27 REiN^ has quit ()
1377 2014-12-16 21:14:35 REiN^ has joined
1378 2014-12-16 21:18:35 impulse has quit (Quit: leaving)
1379 2014-12-16 21:18:59 damethos has quit (Quit: Bye)
1380 2014-12-16 21:20:46 Adlai` has joined
1381 2014-12-16 21:22:05 Adlai has quit (Ping timeout: 250 seconds)
1382 2014-12-16 21:23:38 Adlai` is now known as adlai
1383 2014-12-16 21:25:22 oujh has joined
1384 2014-12-16 21:25:28 grau has joined
1385 2014-12-16 21:26:54 grau has quit (Remote host closed the connection)
1386 2014-12-16 21:27:17 damethos has joined
1387 2014-12-16 21:29:38 aljosa has quit (Ping timeout: 272 seconds)
1388 2014-12-16 21:30:46 aljosa has joined
1389 2014-12-16 21:32:17 <sipa> gmaxwell: when i say 'order' it always refers to n, the group order
1390 2014-12-16 21:32:17 impulse has joined
1391 2014-12-16 21:32:20 <sipa> eh
1392 2014-12-16 21:32:25 <sipa> andytoshi: when i say 'order' it always refers to n, the group order
1393 2014-12-16 21:33:51 <sipa> the field size is always referred to as p; i don't think a field itself has an order (its additive and multiplicative groups do, though)
1394 2014-12-16 21:34:19 Hasimir has quit (Remote host closed the connection)
1395 2014-12-16 21:34:58 <sipa> segrx: getrawtransaction will return the information of a transaction is it was ever in a processed block (potentially in a reorganized branch), or is currently in the mempool
1396 2014-12-16 21:36:03 <sipa> andytoshi: and no, it should x(R) == xr + h * order; x(R) is a field element (mod p), xr is a number mod n
1397 2014-12-16 21:37:44 <sipa> (and n < p)
1398 2014-12-16 21:40:34 <sipa> andytoshi: ehh wait
1399 2014-12-16 21:41:02 elgrecoFL has quit (Ping timeout: 272 seconds)
1400 2014-12-16 21:42:47 MoALTz has quit (Quit: Leaving)
1401 2014-12-16 21:42:58 <sipa> andytoshi: the overflow conditions is wrong; nice catch
1402 2014-12-16 21:43:04 <sipa> (just in the comment)
1403 2014-12-16 21:43:39 smorim has joined
1404 2014-12-16 21:43:39 elgrecoFL has joined
1405 2014-12-16 21:47:46 MagicFab_ has joined
1406 2014-12-16 21:48:01 n0n0_ has joined
1407 2014-12-16 21:49:08 SebSebastian has quit (Quit: SebSebastian)
1408 2014-12-16 21:50:26 AnoAnon has joined
1409 2014-12-16 21:50:34 AnoAnon has quit (Read error: Connection reset by peer)
1410 2014-12-16 21:51:09 n0n0 has quit (Ping timeout: 240 seconds)
1411 2014-12-16 21:53:36 user7779078 has quit ()
1412 2014-12-16 21:56:22 Zifre has joined
1413 2014-12-16 21:56:27 Zifre_ has quit (Read error: Connection reset by peer)
1414 2014-12-16 22:00:39 copumpkin has quit (Ping timeout: 272 seconds)
1415 2014-12-16 22:01:01 Apexseals has quit (Ping timeout: 265 seconds)
1416 2014-12-16 22:01:15 Apexseals has joined
1417 2014-12-16 22:01:58 <sipa> andytoshi: updated the branch; i've added a bit more comments, and only used 'p' and 'n' (rather than 'order'); also, used the actual variable names
1418 2014-12-16 22:04:45 simondlr has joined
1419 2014-12-16 22:05:58 one0one has joined
1420 2014-12-16 22:06:19 agricocb1 has joined
1421 2014-12-16 22:07:37 agricocb1 has quit (Client Quit)
1422 2014-12-16 22:07:45 t7 has joined
1423 2014-12-16 22:08:04 agricocb1 has joined
1424 2014-12-16 22:08:22 Application has joined
1425 2014-12-16 22:09:10 simondlr has quit (Ping timeout: 255 seconds)
1426 2014-12-16 22:09:23 MaxSan1 has joined
1427 2014-12-16 22:09:41 agricocb1 has quit (Client Quit)
1428 2014-12-16 22:09:53 agricocb has joined
1429 2014-12-16 22:11:29 MaxSan has quit (Ping timeout: 264 seconds)
1430 2014-12-16 22:12:53 hashtagg_ has quit (Ping timeout: 258 seconds)
1431 2014-12-16 22:13:51 <andytoshi> sipa: excellent :) was hoping it was just the comment
1432 2014-12-16 22:13:54 <andytoshi> i'll check it out
1433 2014-12-16 22:14:31 stevedekorte has quit (Quit: stevedekorte)
1434 2014-12-16 22:15:03 damethos has quit (Quit: Bye)
1435 2014-12-16 22:16:07 <andytoshi> sipa: can a malicious actor set xr > n ?
1436 2014-12-16 22:16:12 Applicat_ has joined
1437 2014-12-16 22:16:37 <andytoshi> then h might be -1
1438 2014-12-16 22:16:48 Applica__ has joined
1439 2014-12-16 22:17:05 <sipa> andytoshi: no, xr is the R value in the signature; it's invalid if it is >= n
1440 2014-12-16 22:17:57 <andytoshi> ok, cool
1441 2014-12-16 22:18:33 <andytoshi> (in this case the code correctly rejects the signature, but the analysis is broken)
1442 2014-12-16 22:18:35 <andytoshi> i think it's fine
1443 2014-12-16 22:18:39 <sipa> so xr is between 1 and n-1, inclusive
1444 2014-12-16 22:18:44 ruukasu has joined
1445 2014-12-16 22:18:52 Starduster has quit ()
1446 2014-12-16 22:18:54 Application has quit (Ping timeout: 265 seconds)
1447 2014-12-16 22:18:57 <sipa> right, the analysis makes assumptions about the ranges of the variables
1448 2014-12-16 22:19:05 gdm85 has quit (Remote host closed the connection)
1449 2014-12-16 22:19:31 gdm85 has joined
1450 2014-12-16 22:20:28 <andytoshi> ok cool, utack
1451 2014-12-16 22:20:43 <andytoshi> i checked all the code, including the new x-comparison function
1452 2014-12-16 22:20:56 Starduster has joined
1453 2014-12-16 22:20:56 <andytoshi> tho i used https://crypto.stackexchange.com/questions/17917/how-to-convert-projective-to-jacobian-co-ordinate-in-ecc as my "coordinate transforms are correct" reference :P
1454 2014-12-16 22:21:01 Applicat_ has quit (Ping timeout: 264 seconds)
1455 2014-12-16 22:21:07 <gmaxwell> andytoshi: on github. :P
1456 2014-12-16 22:21:37 <gmaxwell> \O/
1457 2014-12-16 22:21:40 <andytoshi> done :)
1458 2014-12-16 22:22:21 atgreen has joined
1459 2014-12-16 22:23:27 belcher has joined
1460 2014-12-16 22:23:27 belcher has quit (Changing host)
1461 2014-12-16 22:23:27 belcher has joined
1462 2014-12-16 22:25:26 Belxjander has quit (Ping timeout: 250 seconds)
1463 2014-12-16 22:26:48 jb55 has joined
1464 2014-12-16 22:27:01 kermit has quit (Excess Flood)
1465 2014-12-16 22:27:16 b_lumenkraft has quit (Quit: b_lumenkraft)
1466 2014-12-16 22:28:06 Lexa has quit (Remote host closed the connection)
1467 2014-12-16 22:28:54 Lexa has joined
1468 2014-12-16 22:29:34 bitbumper has quit (Quit: Leaving)
1469 2014-12-16 22:29:50 bitbumper has joined
1470 2014-12-16 22:30:23 kermit has joined
1471 2014-12-16 22:31:09 jMyles has quit (Ping timeout: 244 seconds)
1472 2014-12-16 22:33:29 Starduster has quit (Ping timeout: 240 seconds)
1473 2014-12-16 22:35:29 MagicFab_ has quit (Ping timeout: 264 seconds)
1474 2014-12-16 22:36:01 treehug88 has quit ()
1475 2014-12-16 22:37:18 jb55 has quit (Remote host closed the connection)
1476 2014-12-16 22:38:23 ThomasV has quit (Ping timeout: 244 seconds)
1477 2014-12-16 22:42:51 MiningBuddy- has joined
1478 2014-12-16 22:44:30 MiningBuddy has quit (Ping timeout: 250 seconds)
1479 2014-12-16 22:44:30 nuke1989 has quit (Read error: Connection reset by peer)
1480 2014-12-16 22:45:32 nuke1989 has joined
1481 2014-12-16 22:45:38 neozaru has quit (Remote host closed the connection)
1482 2014-12-16 22:49:21 kruzer has joined
1483 2014-12-16 22:50:53 jMyles has joined
1484 2014-12-16 22:53:02 Dizzle has quit (Quit: Leaving...)
1485 2014-12-16 22:55:13 altgribble has quit (Quit: RBecker)
1486 2014-12-16 22:55:15 stevedekorte has joined
1487 2014-12-16 22:56:04 hashtag_ has joined
1488 2014-12-16 22:56:18 altgribble has joined
1489 2014-12-16 22:58:17 coiner has quit (Ping timeout: 272 seconds)
1490 2014-12-16 22:58:55 coiner has joined
1491 2014-12-16 22:59:29 uiop has quit (Ping timeout: 245 seconds)
1492 2014-12-16 23:00:10 uiop has joined
1493 2014-12-16 23:02:05 _yoy_ has quit (Ping timeout: 272 seconds)
1494 2014-12-16 23:05:09 felipelalli has quit (Ping timeout: 240 seconds)
1495 2014-12-16 23:09:40 koeppelmann has joined
1496 2014-12-16 23:11:37 MaxSan has joined
1497 2014-12-16 23:12:46 MaxSan1 has quit (Ping timeout: 245 seconds)
1498 2014-12-16 23:13:29 koeppelmann has quit (Remote host closed the connection)
1499 2014-12-16 23:14:24 RBecker has quit (Ping timeout: 250 seconds)
1500 2014-12-16 23:20:43 huma_ has quit (Ping timeout: 255 seconds)
1501 2014-12-16 23:22:03 orw_ has joined
1502 2014-12-16 23:23:04 xabbix has quit (Ping timeout: 250 seconds)
1503 2014-12-16 23:23:49 alexh_ has quit (Quit: alexh_)
1504 2014-12-16 23:24:24 RBecker has joined
1505 2014-12-16 23:25:00 kruzer has quit ()
1506 2014-12-16 23:25:53 go1111111 has quit (Ping timeout: 264 seconds)
1507 2014-12-16 23:26:06 vmatekole has quit (Ping timeout: 258 seconds)
1508 2014-12-16 23:30:17 damethos has joined
1509 2014-12-16 23:34:06 benrcole has joined
1510 2014-12-16 23:36:09 damethos has quit (Quit: Bye)
1511 2014-12-16 23:36:55 Quanttek has quit (Ping timeout: 272 seconds)
1512 2014-12-16 23:38:27 Lightsword has quit (Quit: Lightsword)
1513 2014-12-16 23:39:24 go1111111 has joined
1514 2014-12-16 23:43:45 Hasimir has joined
1515 2014-12-16 23:44:37 t7 has quit (Quit: ChatZilla 0.9.91 [Firefox 34.0.5/20141126041045])
1516 2014-12-16 23:48:16 pewpsewp has quit (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
1517 2014-12-16 23:51:12 Starduster has joined
1518 2014-12-16 23:52:16 nessence has quit (Remote host closed the connection)
1519 2014-12-16 23:52:19 kermit has quit (Quit: Leaving.)
1520 2014-12-16 23:52:53 nessence has joined
1521 2014-12-16 23:53:00 kermit has joined
1522 2014-12-16 23:53:07 Aquent has quit (Remote host closed the connection)
1523 2014-12-16 23:53:43 RoboTedd_ has joined
1524 2014-12-16 23:54:34 Aquent has joined
1525 2014-12-16 23:57:14 paxtoncamaro91 has joined
1526 2014-12-16 23:57:29 RoboTeddy has quit (Ping timeout: 265 seconds)
1527 2014-12-16 23:57:36 nessence has quit (Ping timeout: 264 seconds)
1528 2014-12-16 23:58:30 paveljanik has quit (Quit: This computer has gone to sleep)
1529 2014-12-16 23:59:47 felipelalli has joined