1 2014-10-09 00:00:02 <sipa> what templates?
   2 2014-10-09 00:00:19 <moa> would the .so be statically or dynamically linked to the dependencies?
   3 2014-10-09 00:00:29 <cfields> i'm punting on some of the decisions, so there will be some stupid temporary duplication, but it'll be enough to get the build-side worked out
   4 2014-10-09 00:00:38 <BlueMatt> cfields: well, ok, I mean if thats your timeline I can just look into doing a proper api .h and wait a day, I just dont want to see it not get in, or delay 0.10 for it
   5 2014-10-09 00:01:07 <cfields> moa: that's a good question. i think it's going to end up being per-platform
   6 2014-10-09 00:01:36 ak_ has quit (Read error: Connection reset by peer)
   7 2014-10-09 00:01:42 DougieBot5000 has quit (Quit: Leaving)
   8 2014-10-09 00:01:48 <moa> so deterministic build considerations come into it  then ...
   9 2014-10-09 00:02:08 <cfields> it'll be deterministic either way
  10 2014-10-09 00:02:25 ak_ has joined
  11 2014-10-09 00:02:26 <cfields> only issue is that some platforms don't like having static libs linked into shared ones
  12 2014-10-09 00:02:28 <BlueMatt> sipa: wow, merged bip62 SCRIPT_VERIFY_STRICTENC
  13 2014-10-09 00:02:30 <moa> kind of limits your options then i think you'll find
  14 2014-10-09 00:02:32 <moa> right
  15 2014-10-09 00:02:59 <BlueMatt> sipa: what else is left for bip62 aside from the soft-fork itself?
  16 2014-10-09 00:03:10 <sipa> BlueMatt: all the other rules
  17 2014-10-09 00:03:26 <sipa> i have rule #2 implemented + tests here locally
  18 2014-10-09 00:03:28 <BlueMatt> oh, somehow I thought one or two of the script things had already been implemented
  19 2014-10-09 00:03:52 <sipa> BlueMatt: see script/interpreter.h flags to see which rules are implemented
  20 2014-10-09 00:03:54 <sipa> some are
  21 2014-10-09 00:03:59 <BlueMatt> ok, yea
  22 2014-10-09 00:04:16 <sipa> #2, #3, #4, #6 still need impkementation
  23 2014-10-09 00:04:24 <sipa> petertodd has a n outdated version for 6
  24 2014-10-09 00:05:05 Maged has quit (Disconnected by services)
  25 2014-10-09 00:05:12 Maged_ has joined
  26 2014-10-09 00:05:20 <jtimon> sipa I'm templating CTransactionSignatureSerializer to use two different definitions of CTransaction, one minimal and the one for core, that compiles two different SignatureHash()
  27 2014-10-09 00:05:32 <sipa> bah
  28 2014-10-09 00:05:39 Maged_ is now known as Maged
  29 2014-10-09 00:05:50 <sipa> just use the one in core...
  30 2014-10-09 00:07:18 <jtimon> then you will have core.o in the library instead of what you need, eventually you will want both to use the same code for that, but that requires changes in core
  31 2014-10-09 00:07:36 torsthaldo has quit (Ping timeout: 246 seconds)
  32 2014-10-09 00:07:43 <sipa> i have no problem with core.o in the library, as you know
  33 2014-10-09 00:07:52 <cfields> :q
  34 2014-10-09 00:07:55 <cfields> ...
  35 2014-10-09 00:08:02 <sipa> reducing dependencies is an optimization, not a requirement
  36 2014-10-09 00:08:10 <cfields> apparently i'm done with you guys :p
  37 2014-10-09 00:08:15 <gmaxwell> I think there is a reasonable argument for also doing the LOCKTIMEVERIFY in the same softfork as BIP62:  it's also a tool to address malleability, and it's mostly self contained, and what it does adjust is similar areas of code (validation flags).
  38 2014-10-09 00:08:20 <sipa> and certainly not superior to code duplication...
  39 2014-10-09 00:09:01 jedunnigan has joined
  40 2014-10-09 00:09:19 <jtimon> yes, I know, I would like to know what others think about it, I just want to have the two binaries to compare
  41 2014-10-09 00:09:41 <sipa> having an idea of small we could gewt things is interesting indeed
  42 2014-10-09 00:09:58 <sipa> ok, i'll stop preaching; you know my opinion :)
  43 2014-10-09 00:10:21 <BlueMatt> gmaxwell: ack
  44 2014-10-09 00:11:02 <jtimon> updated with what was mising, and not duplicating the whole checker
  45 2014-10-09 00:12:04 torsthaldo has joined
  46 2014-10-09 00:12:26 <jtimon> s/updated/I'll update it
  47 2014-10-09 00:13:05 <cfields> sipa: ok with moving BIP32Hash to hash.h/cpp ?
  48 2014-10-09 00:13:23 <sipa> cfields: ok
  49 2014-10-09 00:13:36 <cfields> thanks
  50 2014-10-09 00:17:01 qualiabyte has joined
  51 2014-10-09 00:17:08 vmatekol_ has quit (Remote host closed the connection)
  52 2014-10-09 00:22:01 robonerd has quit (Ping timeout: 258 seconds)
  53 2014-10-09 00:22:36 ionstorm has joined
  54 2014-10-09 00:23:00 robonerd has joined
  55 2014-10-09 00:23:21 ubuntu_ has quit (Ping timeout: 246 seconds)
  56 2014-10-09 00:29:17 Zarutian has joined
  57 2014-10-09 00:31:05 <dgenr8> gmaxwell: how about #2340 too? consistent with expanded nlocktime usage
  58 2014-10-09 00:32:28 mpmcsweeney has joined
  59 2014-10-09 00:33:09 <sipa> dgenr8: 2340 is not a consensus rule
  60 2014-10-09 00:33:16 <sipa> it can be deployed independently
  61 2014-10-09 00:33:51 <dgenr8> even better
  62 2014-10-09 00:35:14 Sleepnbum has quit (Ping timeout: 272 seconds)
  63 2014-10-09 00:35:16 mrebola has joined
  64 2014-10-09 00:35:58 chaosagent has quit (Quit: No Ping reply in 180 seconds.)
  65 2014-10-09 00:36:02 okae has quit (Quit: bye bye.)
  66 2014-10-09 00:36:03 <gmaxwell> oh for some reason I thought we'd merged that already.
  67 2014-10-09 00:36:34 chaosagent has joined
  68 2014-10-09 00:37:09 banghouse has quit (Quit: g2g bbiab)
  69 2014-10-09 00:42:14 fanquake has joined
  70 2014-10-09 00:42:30 vlayn has quit (Ping timeout: 244 seconds)
  71 2014-10-09 00:45:56 Zifre_ has quit (Quit: No Ping reply in 180 seconds.)
  72 2014-10-09 00:46:03 ubuntu_ has joined
  73 2014-10-09 00:46:26 Zifre has joined
  74 2014-10-09 00:46:33 belcher has quit (Quit: Leaving)
  75 2014-10-09 00:49:54 davispuh has quit (Ping timeout: 245 seconds)
  76 2014-10-09 00:50:53 Belxjander has joined
  77 2014-10-09 00:51:17 goykasi has joined
  78 2014-10-09 00:51:30 nowan has joined
  79 2014-10-09 00:51:40 nowan_ has quit (Ping timeout: 260 seconds)
  80 2014-10-09 00:51:43 da2ce7 has joined
  81 2014-10-09 00:51:58 prettymuchbryce has quit ()
  82 2014-10-09 00:53:23 DougieBot5000 has joined
  83 2014-10-09 00:54:45 vlayn has joined
  84 2014-10-09 00:54:59 ak_ has quit (Read error: Connection reset by peer)
  85 2014-10-09 00:55:04 shadowbroker has joined
  86 2014-10-09 00:56:06 ak_ has joined
  87 2014-10-09 00:56:48 Centaure has quit (Ping timeout: 260 seconds)
  88 2014-10-09 01:03:48 prettymuchbryce has joined
  89 2014-10-09 01:14:06 justanotheruser has quit (Ping timeout: 246 seconds)
  90 2014-10-09 01:14:17 Aquent_ has joined
  91 2014-10-09 01:14:18 vlayn has quit (Ping timeout: 250 seconds)
  92 2014-10-09 01:15:52 Aquent has quit (Ping timeout: 264 seconds)
  93 2014-10-09 01:16:03 torsthaldo has quit (Quit: Leaving.)
  94 2014-10-09 01:17:55 Andymeows has joined
  95 2014-10-09 01:19:14 devthedev has quit (Remote host closed the connection)
  96 2014-10-09 01:25:20 Belxjander has quit (Quit: System rebootingExec.Library/ColdReboot())
  97 2014-10-09 01:26:32 vlayn has joined
  98 2014-10-09 01:28:56 JZavala has joined
  99 2014-10-09 01:31:48 paxtoncamaro91 has joined
 100 2014-10-09 01:32:35 imfaust has quit (Ping timeout: 240 seconds)
 101 2014-10-09 01:34:48 MoALTz has quit (Read error: Connection reset by peer)
 102 2014-10-09 01:36:32 MoALTz has joined
 103 2014-10-09 01:39:58 OneMiner has quit (Read error: Connection reset by peer)
 104 2014-10-09 01:40:58 Dr-G2 has joined
 105 2014-10-09 01:43:40 kgk_ has joined
 106 2014-10-09 01:44:40 Dr-G has quit (Ping timeout: 264 seconds)
 107 2014-10-09 01:45:54 hastagg_ has joined
 108 2014-10-09 01:47:01 sword_smith has joined
 109 2014-10-09 01:48:27 ak_ has quit (Read error: Connection reset by peer)
 110 2014-10-09 01:48:38 hashtag_ has quit (Ping timeout: 244 seconds)
 111 2014-10-09 01:49:10 ak_ has joined
 112 2014-10-09 01:50:45 Belxjander has joined
 113 2014-10-09 01:53:57 jchp has joined
 114 2014-10-09 01:59:29 justanotheruser has joined
 115 2014-10-09 02:05:10 jtimon has quit (Quit: No Ping reply in 180 seconds.)
 116 2014-10-09 02:07:26 jtimon has joined
 117 2014-10-09 02:08:26 <BlueMatt> whats our deprecation method for rpcs?
 118 2014-10-09 02:08:31 <BlueMatt> dont we have a flag somewhere for that?
 119 2014-10-09 02:10:41 won9 has joined
 120 2014-10-09 02:16:04 Burrito has quit (Quit: Leaving)
 121 2014-10-09 02:17:53 vmatekole has joined
 122 2014-10-09 02:19:35 gcefbr_ has joined
 123 2014-10-09 02:19:55 Zarutian has quit (Quit: Zarutian)
 124 2014-10-09 02:20:53 devthedev has joined
 125 2014-10-09 02:22:40 vmatekole has quit (Ping timeout: 260 seconds)
 126 2014-10-09 02:22:46 gcefbr has quit (Ping timeout: 250 seconds)
 127 2014-10-09 02:23:52 kgk_ has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 128 2014-10-09 02:24:48 kgk_ has joined
 129 2014-10-09 02:25:25 won9 has quit (Quit: won9)
 130 2014-10-09 02:26:40 Subo1977_ has joined
 131 2014-10-09 02:30:05 <gmaxwell> gah! I'm so tired of people getting confused about beta != prerelease.  "I'm not going to run 0.9.3 until it's not beta, don't you have a patch for 0.9?"
 132 2014-10-09 02:30:35 <BlueMatt> lets call 0.10 stable
 133 2014-10-09 02:30:42 <BlueMatt> what was the old "bar for stable" metric?
 134 2014-10-09 02:30:44 <BlueMatt> it included headers first
 135 2014-10-09 02:30:48 <BlueMatt> and some other stuff
 136 2014-10-09 02:30:52 Subo1977 has quit (Ping timeout: 264 seconds)
 137 2014-10-09 02:30:52 <moa> 0.9.3 stable (beta)
 138 2014-10-09 02:30:53 <BlueMatt> maybe it was on gavin's gists
 139 2014-10-09 02:32:47 hashtag_ has joined
 140 2014-10-09 02:33:31 <Luke-Jr> wumpus: FWIW, I'm pending on the headers first merge for final-rebasing block proposals - just so you're aware
 141 2014-10-09 02:33:54 <BlueMatt> gmaxwell: ok, seriously though, what is on your list for 1.0 or 0.10 non-beta?
 142 2014-10-09 02:34:06 <Luke-Jr> gmaxwell: 0.9.3 final (all of Bitcoin is beta)
 143 2014-10-09 02:34:07 <Luke-Jr> :p
 144 2014-10-09 02:34:12 * Luke-Jr puts quotes on that
 145 2014-10-09 02:34:29 <Luke-Jr> BlueMatt: either removed or seriously improved wallet?
 146 2014-10-09 02:34:52 <BlueMatt> its a reference client 1.0
 147 2014-10-09 02:34:57 <BlueMatt> I dont think it needs that
 148 2014-10-09 02:35:05 <sipa> BlueMatt: stable == his grandmother can use it
 149 2014-10-09 02:35:20 <BlueMatt> I /really/ dont think thats required for the /reference/ client
 150 2014-10-09 02:35:25 <sipa> (which i think is a bad goal now, as his grandmother shouldn't beusing a full node)
 151 2014-10-09 02:35:26 <Luke-Jr> BlueMatt: at the very least, it should do sane backups
 152 2014-10-09 02:36:34 hastagg_ has quit (Ping timeout: 258 seconds)
 153 2014-10-09 02:36:35 <gmaxwell> we've proposed dropping the word before a long time ago but didn't because of wanting to avoid the inevitable "omg bitcoin is no longer beta!" garbage in the pump^wpress.
 154 2014-10-09 02:37:12 hashtag_ has quit (Ping timeout: 244 seconds)
 155 2014-10-09 02:37:33 <gmaxwell> I mean just from the version strings, where it leads to this particular confusion where people won't upgrade because they notice the beta on the new version and not the old. Fine to say the bitcoin system is a beta thing.
 156 2014-10-09 02:37:33 <BlueMatt> yes, so slip it in
 157 2014-10-09 02:38:24 <BlueMatt> dont announce it, and for the pr/code put giant comments that say "0.10 is NOT marking bitcoin as non-beta"
 158 2014-10-09 02:38:34 <Luke-Jr> "Bitcoin Core version v0.10 for the experimental/beta Bitcoin consensus network"
 159 2014-10-09 02:38:50 <sipa> the BBC
 160 2014-10-09 02:38:58 <sipa> Bitcoin Beta Consensus
 161 2014-10-09 02:39:06 one0one has joined
 162 2014-10-09 02:39:08 aschildbach_ has joined
 163 2014-10-09 02:40:00 ubuntu_ has quit (Ping timeout: 245 seconds)
 164 2014-10-09 02:40:00 aschildbach has quit (Ping timeout: 272 seconds)
 165 2014-10-09 02:40:18 ShawnLeary has joined
 166 2014-10-09 02:41:35 ak_ has quit (Read error: Connection reset by peer)
 167 2014-10-09 02:42:24 ak_ has joined
 168 2014-10-09 02:43:52 jedunnigan has quit (Remote host closed the connection)
 169 2014-10-09 02:45:35 jedunnigan has joined
 170 2014-10-09 02:50:33 ionstorm has quit (Remote host closed the connection)
 171 2014-10-09 02:51:52 Aquent_ has quit (Ping timeout: 264 seconds)
 172 2014-10-09 03:01:15 maraoz has quit (Ping timeout: 245 seconds)
 173 2014-10-09 03:01:45 KillYourTV_ has joined
 174 2014-10-09 03:03:45 devthedev has quit (Remote host closed the connection)
 175 2014-10-09 03:03:59 omefire has quit (Read error: Connection reset by peer)
 176 2014-10-09 03:04:10 ubuntu_ has joined
 177 2014-10-09 03:05:04 KillYourTV has quit (Ping timeout: 264 seconds)
 178 2014-10-09 03:05:05 KillYourTV_ is now known as KillYourTV
 179 2014-10-09 03:05:25 omefire1 has joined
 180 2014-10-09 03:05:33 <jtimon> BlueMatt cfields wumpus sipa what about https://github.com/jtimon/bitcoin/tree/scriptpreview? Is based on #4989 but not on #5054 (which wumpus doesn't like)
 181 2014-10-09 03:05:59 brson has quit (Quit: leaving)
 182 2014-10-09 03:06:47 <jtimon> sipa in fact I think that minimal duplication for people intersted only on the serialization of the tx and not in the whole structure as used for bitcoin core
 183 2014-10-09 03:15:25 ruukasu has quit (Quit: WeeChat 1.0.1)
 184 2014-10-09 03:15:36 ruukasu has joined
 185 2014-10-09 03:16:34 gcefbr_ has quit (Remote host closed the connection)
 186 2014-10-09 03:17:01 gcefbr has joined
 187 2014-10-09 03:17:18 Application has quit (Remote host closed the connection)
 188 2014-10-09 03:17:50 prettymuchbryce has quit (Read error: Connection reset by peer)
 189 2014-10-09 03:18:41 TheSeven has quit (Ping timeout: 260 seconds)
 190 2014-10-09 03:19:51 TheSeven has joined
 191 2014-10-09 03:20:07 Maged has quit (Ping timeout: 246 seconds)
 192 2014-10-09 03:22:57 Raziel has quit (Ping timeout: 258 seconds)
 193 2014-10-09 03:26:20 Namworld has quit ()
 194 2014-10-09 03:29:51 jtimon has quit (Ping timeout: 258 seconds)
 195 2014-10-09 03:29:55 gst has quit (Remote host closed the connection)
 196 2014-10-09 03:30:10 gst has joined
 197 2014-10-09 03:30:59 Maged has joined
 198 2014-10-09 03:32:31 NewLiberty has joined
 199 2014-10-09 03:32:55 Maged has quit (Disconnected by services)
 200 2014-10-09 03:34:18 Maged has joined
 201 2014-10-09 03:34:55 ak_ has quit (Read error: Connection reset by peer)
 202 2014-10-09 03:35:49 ak_ has joined
 203 2014-10-09 03:37:19 wrabbit has quit (Ping timeout: 272 seconds)
 204 2014-10-09 03:42:34 bad_duck has quit (Ping timeout: 260 seconds)
 205 2014-10-09 03:43:39 Maged has quit (Disconnected by services)
 206 2014-10-09 03:43:45 Maged_ has joined
 207 2014-10-09 03:44:00 Application has joined
 208 2014-10-09 03:44:40 mpmcsweeney has quit (Remote host closed the connection)
 209 2014-10-09 03:45:07 mpmcsweeney has joined
 210 2014-10-09 03:45:26 Maged has joined
 211 2014-10-09 03:45:41 wrabbit has joined
 212 2014-10-09 03:47:26 bad_duck has joined
 213 2014-10-09 03:47:29 Maged has quit (Disconnected by services)
 214 2014-10-09 03:47:36 Maged__ has joined
 215 2014-10-09 03:48:00 Maged_ has quit (Ping timeout: 244 seconds)
 216 2014-10-09 03:49:04 Maged has joined
 217 2014-10-09 03:49:59 mpmcsweeney has quit (Ping timeout: 272 seconds)
 218 2014-10-09 03:50:54 Maged has quit (Client Quit)
 219 2014-10-09 03:52:05 Maged__ has quit (Ping timeout: 240 seconds)
 220 2014-10-09 03:56:10 mrebola has quit (Quit: Leaving)
 221 2014-10-09 03:57:08 paveljanik has joined
 222 2014-10-09 03:59:21 mpmcsweeney has joined
 223 2014-10-09 04:04:20 CheckDavid has quit (Quit: Connection closed for inactivity)
 224 2014-10-09 04:10:15 attilah has joined
 225 2014-10-09 04:12:26 justanotheruser has quit (Ping timeout: 260 seconds)
 226 2014-10-09 04:13:06 papa2 has joined
 227 2014-10-09 04:13:07 da2ce7 has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 228 2014-10-09 04:16:28 papa has quit (Ping timeout: 264 seconds)
 229 2014-10-09 04:18:34 vmatekole has joined
 230 2014-10-09 04:19:16 justanotheruser has joined
 231 2014-10-09 04:19:52 HaltingState has quit (Quit: Leaving)
 232 2014-10-09 04:23:33 vmatekole has quit (Ping timeout: 272 seconds)
 233 2014-10-09 04:28:14 ak_ has quit (Read error: Connection reset by peer)
 234 2014-10-09 04:29:04 shadowbroker has quit (Remote host closed the connection)
 235 2014-10-09 04:29:23 ak_ has joined
 236 2014-10-09 04:37:31 DougieBot5000 has quit (Quit: Leaving)
 237 2014-10-09 04:39:53 paveljanik has quit (Ping timeout: 260 seconds)
 238 2014-10-09 04:39:54 chaosagent has quit (Quit: Bye.)
 239 2014-10-09 04:40:24 chaosagent has joined
 240 2014-10-09 04:40:41 Tebbo has joined
 241 2014-10-09 04:40:48 <Tebbo> Hey anyone else working with conformal?
 242 2014-10-09 04:42:46 nullbyte has quit (Ping timeout: 260 seconds)
 243 2014-10-09 04:42:51 <Tebbo> rpc.cert: The system cannot find the path specified.
 244 2014-10-09 04:47:03 <phantomcircuit> <moa> [02:23:40] 0.9.3 stable (beta)
 245 2014-10-09 04:47:07 <phantomcircuit> i actually like that
 246 2014-10-09 04:50:14 <Tebbo> anyone know if you can issue command line arguments (like -server) to the bitcoin-qt program on windows 7?
 247 2014-10-09 04:51:48 syst3mw0rm has joined
 248 2014-10-09 04:53:24 <moa> phantomcircuit: me too, makes sense for joe "worries if he got it right" installer
 249 2014-10-09 04:54:55 ThomasV has joined
 250 2014-10-09 04:56:31 <phantomcircuit> moa, to be fair
 251 2014-10-09 04:56:33 <phantomcircuit> im
 252 2014-10-09 04:56:36 <phantomcircuit> pretttty drunk
 253 2014-10-09 04:56:39 <Tebbo> phantomcircuit
 254 2014-10-09 04:56:40 <Tebbo> dude
 255 2014-10-09 04:56:50 <Tebbo> i miss you man
 256 2014-10-09 04:56:59 <moa> oh, watch out for the enforcers then ...
 257 2014-10-09 04:57:01 <Tebbo> I need to hang out in this channel more
 258 2014-10-09 04:57:19 <moa> i'm sick of creating new Nyms everytime i get booted off here
 259 2014-10-09 04:57:28 <Tebbo> :( I'm having a problem with an error
 260 2014-10-09 04:57:34 <Tebbo>  C:\Users\User\AppData\Local\Btcd\rpc.cert: The system cannot find the path specified.
 261 2014-10-09 04:57:42 <Tebbo> the rpc client isn't running i don't think
 262 2014-10-09 04:57:46 * Tebbo looks up .cert
 263 2014-10-09 04:58:00 tom99 has joined
 264 2014-10-09 04:58:09 <phantomcircuit> moa, he's ok
 265 2014-10-09 04:58:11 <phantomcircuit> just a bit
 266 2014-10-09 04:58:13 <phantomcircuit> ...
 267 2014-10-09 04:58:14 <phantomcircuit> slow
 268 2014-10-09 04:58:14 d_rebel has joined
 269 2014-10-09 04:58:19 <phantomcircuit> ;)
 270 2014-10-09 04:59:58 syst3mw0rm has quit (Ping timeout: 272 seconds)
 271 2014-10-09 05:00:07 simondlr has joined
 272 2014-10-09 05:08:19 ubuntu_ has quit (Ping timeout: 250 seconds)
 273 2014-10-09 05:08:45 ubuntu_ has joined
 274 2014-10-09 05:11:01 <BlueMatt> Tebbo: this is not conformal-support
 275 2014-10-09 05:11:10 <Tebbo> i know buddy i know
 276 2014-10-09 05:11:15 <Tebbo> don't get your panties in a wad
 277 2014-10-09 05:11:23 <Tebbo> suggest a topic and i'll talk about it
 278 2014-10-09 05:11:35 <Tebbo> i'm currently listening to the canadian video post
 279 2014-10-09 05:11:59 null_radix has quit (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!)
 280 2014-10-09 05:12:38 ZjP has quit (Ping timeout: 260 seconds)
 281 2014-10-09 05:13:16 ZjP has joined
 282 2014-10-09 05:15:00 syst3mw0rm has joined
 283 2014-10-09 05:16:54 <davec> Tebbo: you need to specify an rpcuser and rpcpass for the RPC server to be running.  https://github.com/conformal/btcd/blob/master/sample-btcd.conf
 284 2014-10-09 05:17:02 <davec> then the cert will be autogenerated on first start
 285 2014-10-09 05:21:36 ak_ has quit (Read error: Connection reset by peer)
 286 2014-10-09 05:22:13 karc has quit (Remote host closed the connection)
 287 2014-10-09 05:22:25 ak_ has joined
 288 2014-10-09 05:22:51 karc has joined
 289 2014-10-09 05:23:58 <Tebbo> davec, I'm trying to not use btcd, I want to use the conformal btcrpcclient with the bitcoin-qt, json rpc
 290 2014-10-09 05:25:22 <davec> use the bitcoin core example.https://github.com/conformal/btcrpcclient/tree/master/examples/bitcoincorehttp
 291 2014-10-09 05:25:24 cbeams has joined
 292 2014-10-09 05:25:24 cbeams has quit (Changing host)
 293 2014-10-09 05:25:24 cbeams has joined
 294 2014-10-09 05:26:15 <Tebbo> https://github.com/conformal/btcrpcclient/tree/master/examples/bitcoincorehttp
 295 2014-10-09 05:26:37 <Tebbo> yeah I'm trying to use the websockets because it is the only one with TLS mode unlocked
 296 2014-10-09 05:27:31 null_radix has joined
 297 2014-10-09 05:27:43 <Tebbo> I need to unlock the wallet and issue a send command
 298 2014-10-09 05:27:45 <davec> join the btcd channel and I'll help - people get upset in this onefor support stuff
 299 2014-10-09 05:27:51 <Tebbo> kk
 300 2014-10-09 05:28:59 <gmaxwell> support stuff here is usually in #bitcoin but I dunno if anyone that knows anything about that program hang out in #bitcoin
 301 2014-10-09 05:31:40 Andrewmeows has joined
 302 2014-10-09 05:33:36 cadaverr has joined
 303 2014-10-09 05:35:35 Andymeows has quit (Ping timeout: 258 seconds)
 304 2014-10-09 05:36:14 mpmcsweeney has quit ()
 305 2014-10-09 05:37:56 d_rebel has quit (Remote host closed the connection)
 306 2014-10-09 05:40:38 nfnty has joined
 307 2014-10-09 05:42:28 adam3us has joined
 308 2014-10-09 05:51:44 Joshmeows has joined
 309 2014-10-09 05:53:23 benrcole has quit (Quit: Leaving.)
 310 2014-10-09 05:55:01 Andrewmeows has quit (Ping timeout: 260 seconds)
 311 2014-10-09 05:58:15 adam3us has quit (Quit: Leaving.)
 312 2014-10-09 05:58:16 papa3 has joined
 313 2014-10-09 06:00:16 papa2 has quit (Ping timeout: 264 seconds)
 314 2014-10-09 06:02:39 adam3us has joined
 315 2014-10-09 06:03:45 syst3mw0_ has joined
 316 2014-10-09 06:05:18 chaosagent has quit (Quit: No Ping reply in 180 seconds.)
 317 2014-10-09 06:06:48 pen has quit (Ping timeout: 272 seconds)
 318 2014-10-09 06:06:49 syst3mw0rm has quit (Ping timeout: 250 seconds)
 319 2014-10-09 06:07:24 kgk_ has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 320 2014-10-09 06:07:57 adam3us has quit (Read error: Connection reset by peer)
 321 2014-10-09 06:08:11 chaosagent has joined
 322 2014-10-09 06:08:15 adam3us has joined
 323 2014-10-09 06:09:55 cbeams has quit (Ping timeout: 245 seconds)
 324 2014-10-09 06:11:40 chaosagent has quit (Quit: No Ping reply in 180 seconds.)
 325 2014-10-09 06:13:42 bedeho has quit (Ping timeout: 244 seconds)
 326 2014-10-09 06:14:04 kgk_ has joined
 327 2014-10-09 06:15:00 ak_ has quit (Read error: Connection reset by peer)
 328 2014-10-09 06:15:04 bedeho has joined
 329 2014-10-09 06:15:43 chaosagent has joined
 330 2014-10-09 06:16:01 ak_ has joined
 331 2014-10-09 06:16:37 jedunnigan has quit (Remote host closed the connection)
 332 2014-10-09 06:19:25 vmatekole has joined
 333 2014-10-09 06:19:35 ThomasV has quit (Ping timeout: 245 seconds)
 334 2014-10-09 06:19:52 cbeams has joined
 335 2014-10-09 06:21:17 <wumpus> anyone know if you can issue command line arguments (like -server) to the bitcoin-qt program on windows 7? <- sure! although unless it's a onetime command like -reindex, putting the settings in bitcoin.conf is usually easier
 336 2014-10-09 06:23:15 <wumpus> that was @Tebbo
 337 2014-10-09 06:23:34 vlayn has quit (Ping timeout: 260 seconds)
 338 2014-10-09 06:24:16 vmatekol_ has joined
 339 2014-10-09 06:24:28 vmatekole has quit (Read error: Connection reset by peer)
 340 2014-10-09 06:24:30 vlayn has joined
 341 2014-10-09 06:25:25 Belxjander has quit (Quit: System rebootingExec.Library/ColdReboot())
 342 2014-10-09 06:29:38 kgk_ has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 343 2014-10-09 06:29:55 Belxjander has joined
 344 2014-10-09 06:31:56 jMyles has quit (Ping timeout: 258 seconds)
 345 2014-10-09 06:32:40 jtimon has joined
 346 2014-10-09 06:35:05 neozaru has joined
 347 2014-10-09 06:36:27 MoALTz has quit (Quit: Leaving)
 348 2014-10-09 06:36:34 ericmuyser has quit (Remote host closed the connection)
 349 2014-10-09 06:37:31 vlayn has quit (Ping timeout: 246 seconds)
 350 2014-10-09 06:39:50 nfnty has quit (Quit: Leaving)
 351 2014-10-09 06:40:58 weilu has joined
 352 2014-10-09 06:42:14 AlSzacrel has joined
 353 2014-10-09 06:43:10 <Tebbo> wumpus, yeah i figured that
 354 2014-10-09 06:43:46 webdeli has quit (Remote host closed the connection)
 355 2014-10-09 06:45:38 Belxjander has quit (Quit: Exit())
 356 2014-10-09 06:49:01 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
 357 2014-10-09 06:51:12 vlayn has joined
 358 2014-10-09 06:54:05 chaosagent has quit (Ping timeout: 240 seconds)
 359 2014-10-09 06:54:45 RoboTeddy has quit (Ping timeout: 260 seconds)
 360 2014-10-09 06:55:42 Belxjander has joined
 361 2014-10-09 07:05:34 cadaverr has quit (Ping timeout: 260 seconds)
 362 2014-10-09 07:08:15 ak_ has quit (Read error: Connection reset by peer)
 363 2014-10-09 07:09:06 ak_ has joined
 364 2014-10-09 07:10:37 justanotheruser has quit (Ping timeout: 260 seconds)
 365 2014-10-09 07:13:02 RoboTeddy has joined
 366 2014-10-09 07:16:14 Denim-jdev has joined
 367 2014-10-09 07:16:19 pen has joined
 368 2014-10-09 07:18:33 neozaru has quit (Remote host closed the connection)
 369 2014-10-09 07:19:07 adam3us has quit (Quit: Leaving.)
 370 2014-10-09 07:23:41 _nskelse1_ has quit (Ping timeout: 260 seconds)
 371 2014-10-09 07:24:09 cadaver has joined
 372 2014-10-09 07:24:10 Aquent_ has joined
 373 2014-10-09 07:24:21 syst3mw0rm has joined
 374 2014-10-09 07:25:07 _nskelsey_ has joined
 375 2014-10-09 07:25:10 andytoshi has quit (Ping timeout: 260 seconds)
 376 2014-10-09 07:27:04 syst3mw0_ has quit (Ping timeout: 244 seconds)
 377 2014-10-09 07:29:50 gdm85 has joined
 378 2014-10-09 07:34:49 justanotheruser has joined
 379 2014-10-09 07:37:10 webdeli has joined
 380 2014-10-09 07:37:18 aliasaila__ has joined
 381 2014-10-09 07:37:20 amtri has joined
 382 2014-10-09 07:40:10 aliasaila_ has quit (Ping timeout: 258 seconds)
 383 2014-10-09 07:40:34 Grouver has joined
 384 2014-10-09 07:42:20 HaltingState has joined
 385 2014-10-09 07:42:58 webdeli has quit (Remote host closed the connection)
 386 2014-10-09 07:43:28 Aquent_ has quit (Ping timeout: 264 seconds)
 387 2014-10-09 07:44:38 trixisowned has quit (Ping timeout: 244 seconds)
 388 2014-10-09 07:46:12 trixisowned has joined
 389 2014-10-09 07:48:45 vlayn has quit (Ping timeout: 245 seconds)
 390 2014-10-09 07:53:00 Zifre has quit (Remote host closed the connection)
 391 2014-10-09 08:00:14 cadaver has quit (Remote host closed the connection)
 392 2014-10-09 08:01:23 Eagle[TM] has joined
 393 2014-10-09 08:01:44 Denim-jdev has quit (Ping timeout: 272 seconds)
 394 2014-10-09 08:03:34 benrcole has joined
 395 2014-10-09 08:04:09 AaronvanW has joined
 396 2014-10-09 08:07:10 Eiii has quit ()
 397 2014-10-09 08:07:16 tarantillo_ has quit (Remote host closed the connection)
 398 2014-10-09 08:07:35 tarantillo_ has joined
 399 2014-10-09 08:08:02 webdeli has joined
 400 2014-10-09 08:09:20 rubensayshi has joined
 401 2014-10-09 08:15:02 NewLiberty has quit (Ping timeout: 272 seconds)
 402 2014-10-09 08:17:57 t7 has joined
 403 2014-10-09 08:21:03 nessence has joined
 404 2014-10-09 08:21:39 Centaure has joined
 405 2014-10-09 08:21:58 wallet42 has joined
 406 2014-10-09 08:22:01 JackH has joined
 407 2014-10-09 08:24:44 wallet42 has quit (Client Quit)
 408 2014-10-09 08:24:54 jtimon has quit (Ping timeout: 260 seconds)
 409 2014-10-09 08:26:11 ThomasV has joined
 410 2014-10-09 08:26:16 rfreeman_w has joined
 411 2014-10-09 08:28:18 cbeams has quit (Remote host closed the connection)
 412 2014-10-09 08:28:26 weilu has quit (Remote host closed the connection)
 413 2014-10-09 08:28:44 cbeams has joined
 414 2014-10-09 08:30:04 cbeams_ has joined
 415 2014-10-09 08:30:04 cbeams has quit (Read error: Connection reset by peer)
 416 2014-10-09 08:35:56 cysm has quit (Ping timeout: 272 seconds)
 417 2014-10-09 08:40:21 cysm has joined
 418 2014-10-09 08:40:26 W0rmDr1nk has quit (Ping timeout: 244 seconds)
 419 2014-10-09 08:45:25 nsh has quit (Ping timeout: 250 seconds)
 420 2014-10-09 08:45:42 BCBot has quit (Read error: Connection reset by peer)
 421 2014-10-09 08:46:16 BCBot has joined
 422 2014-10-09 08:52:16 ruukasu has quit (Ping timeout: 246 seconds)
 423 2014-10-09 08:52:58 adam3us has joined
 424 2014-10-09 08:53:17 ruukasu has joined
 425 2014-10-09 08:53:44 anarchystar has joined
 426 2014-10-09 08:53:44 anarchystar has quit (Changing host)
 427 2014-10-09 08:53:44 anarchystar has joined
 428 2014-10-09 08:54:58 ak_ has quit (Read error: Connection reset by peer)
 429 2014-10-09 08:55:44 ak_ has joined
 430 2014-10-09 08:55:50 graingert has joined
 431 2014-10-09 08:56:04 _nskelsey_ has quit (Ping timeout: 258 seconds)
 432 2014-10-09 09:01:59 paveljanik has joined
 433 2014-10-09 09:02:29 paveljanik has quit (Remote host closed the connection)
 434 2014-10-09 09:02:38 paveljanik has joined
 435 2014-10-09 09:04:03 qualiabyte has quit (Quit: Leaving)
 436 2014-10-09 09:05:17 adam3us has quit (Quit: Leaving.)
 437 2014-10-09 09:05:42 Alina-malina has quit (Ping timeout: 272 seconds)
 438 2014-10-09 09:05:57 CheckDavid has joined
 439 2014-10-09 09:06:32 W0rmDr1nk has joined
 440 2014-10-09 09:06:47 Alina-malina has joined
 441 2014-10-09 09:06:52 adam3us has joined
 442 2014-10-09 09:07:12 sword_smith has quit (Read error: Connection reset by peer)
 443 2014-10-09 09:07:25 luktgf has quit (Ping timeout: 245 seconds)
 444 2014-10-09 09:07:43 _nskelsey_ has joined
 445 2014-10-09 09:08:17 cbeams_ has quit (Remote host closed the connection)
 446 2014-10-09 09:08:23 luktgf has joined
 447 2014-10-09 09:08:32 cbeams has joined
 448 2014-10-09 09:09:10 paveljanik has quit (Quit: Leaving)
 449 2014-10-09 09:10:50 johnsoft has quit (Ping timeout: 245 seconds)
 450 2014-10-09 09:10:52 cym has joined
 451 2014-10-09 09:11:15 paveljanik has joined
 452 2014-10-09 09:11:17 paveljanik has quit (Changing host)
 453 2014-10-09 09:11:17 paveljanik has joined
 454 2014-10-09 09:11:21 cbeams has quit (Remote host closed the connection)
 455 2014-10-09 09:11:26 johnsoft has joined
 456 2014-10-09 09:11:46 cbeams has joined
 457 2014-10-09 09:12:28 cbeams has quit (Read error: Connection reset by peer)
 458 2014-10-09 09:12:52 cbeams has joined
 459 2014-10-09 09:13:16 psgs is now known as away!~psgs@2001:41d0:1:68a3::39|psgs
 460 2014-10-09 09:14:05 pen has quit (Ping timeout: 245 seconds)
 461 2014-10-09 09:15:37 cym has quit (Ping timeout: 258 seconds)
 462 2014-10-09 09:16:27 okae has joined
 463 2014-10-09 09:17:45 W0rmDr1nk has quit (Ping timeout: 272 seconds)
 464 2014-10-09 09:19:25 fanquake has left ()
 465 2014-10-09 09:20:37 adam3us has quit (Quit: Leaving.)
 466 2014-10-09 09:23:04 rfreeman_w has quit (Ping timeout: 264 seconds)
 467 2014-10-09 09:26:27 rfreeman_w has joined
 468 2014-10-09 09:26:36 waxwing has quit (Ping timeout: 272 seconds)
 469 2014-10-09 09:27:07 JZavala has quit (Ping timeout: 258 seconds)
 470 2014-10-09 09:29:09 weilu has joined
 471 2014-10-09 09:31:31 waxwing has joined
 472 2014-10-09 09:31:38 psgs is now known as psgs|away
 473 2014-10-09 09:33:58 weilu has quit (Ping timeout: 260 seconds)
 474 2014-10-09 09:35:36 W0rmDr1nk has joined
 475 2014-10-09 09:38:28 c0rw1n has joined
 476 2014-10-09 09:43:38 pen has joined
 477 2014-10-09 09:43:43 tjopper has joined
 478 2014-10-09 09:48:15 ak_ has quit (Read error: Connection reset by peer)
 479 2014-10-09 09:49:18 ak_ has joined
 480 2014-10-09 09:50:23 megabee2 has quit (Quit: WeeChat 0.3.2)
 481 2014-10-09 09:53:15 RoboTeddy has quit (Ping timeout: 245 seconds)
 482 2014-10-09 09:53:47 adam3us has joined
 483 2014-10-09 09:54:22 Raziel has joined
 484 2014-10-09 09:55:49 mkarrer has joined
 485 2014-10-09 09:57:20 pen has quit (Ping timeout: 272 seconds)
 486 2014-10-09 09:59:30 viajero has joined
 487 2014-10-09 10:01:32 dcousens has joined
 488 2014-10-09 10:01:57 <dcousens> sipa: would your latest PR make the following redundant: https://github.com/bitcoin/bitcoin/blob/69dd8c919aa3a1b88af34265f828fe0a58a55014/src/script/script.cpp#L230-L255
 489 2014-10-09 10:02:17 <dcousens> It seems to me it would, but the only reason that above needs to be kept is because yours is an optional flag?
 490 2014-10-09 10:04:31 <dcousens> or is there reason this is done because it is softfork safe?
 491 2014-10-09 10:04:40 <dcousens> s/there/the
 492 2014-10-09 10:06:55 NewLiberty has joined
 493 2014-10-09 10:08:44 oda_krell has joined
 494 2014-10-09 10:08:49 goykasi has quit (Quit: Leaving.)
 495 2014-10-09 10:08:52 iwilcox has quit (Remote host closed the connection)
 496 2014-10-09 10:09:06 syst3mw0rm has quit (Ping timeout: 240 seconds)
 497 2014-10-09 10:09:20 iwilcox has joined
 498 2014-10-09 10:10:49 adam3us has quit (Ping timeout: 258 seconds)
 499 2014-10-09 10:11:11 onefox has joined
 500 2014-10-09 10:12:50 NewLiberty has quit (Ping timeout: 245 seconds)
 501 2014-10-09 10:16:11 adam3us has joined
 502 2014-10-09 10:18:35 dabura667 has joined
 503 2014-10-09 10:20:05 RoboTeddy has joined
 504 2014-10-09 10:22:56 kristofferR has joined
 505 2014-10-09 10:22:59 Centaure has quit (Ping timeout: 272 seconds)
 506 2014-10-09 10:24:45 RoboTeddy has quit (Ping timeout: 260 seconds)
 507 2014-10-09 10:24:45 nessence has quit (Ping timeout: 260 seconds)
 508 2014-10-09 10:24:48 oda_krell has quit (Quit: Textual IRC Client: www.textualapp.com)
 509 2014-10-09 10:29:56 weilu has joined
 510 2014-10-09 10:30:08 nessence has joined
 511 2014-10-09 10:31:04 webdeli has quit (Remote host closed the connection)
 512 2014-10-09 10:33:43 moa has quit (Quit: Leaving.)
 513 2014-10-09 10:35:21 weilu has quit (Ping timeout: 258 seconds)
 514 2014-10-09 10:36:59 won9 has joined
 515 2014-10-09 10:37:43 ThomasV has quit (Ping timeout: 244 seconds)
 516 2014-10-09 10:38:45 ruukasu has quit (Ping timeout: 244 seconds)
 517 2014-10-09 10:41:35 ak_ has quit (Read error: Connection reset by peer)
 518 2014-10-09 10:42:22 waxwing has quit (Quit: Leaving)
 519 2014-10-09 10:42:23 ak_ has joined
 520 2014-10-09 10:44:14 syst3mw0rm has joined
 521 2014-10-09 10:52:14 paveljanik has quit (Quit: This computer has gone to sleep)
 522 2014-10-09 10:53:17 torsthaldo has joined
 523 2014-10-09 10:55:48 NewLiberty has joined
 524 2014-10-09 10:59:04 ruukasu has joined
 525 2014-10-09 10:59:37 ruukasu has quit (Client Quit)
 526 2014-10-09 11:00:18 won9 has quit (Ping timeout: 260 seconds)
 527 2014-10-09 11:01:36 syst3mw0rm has quit (Ping timeout: 240 seconds)
 528 2014-10-09 11:03:01 ebfull has quit (Remote host closed the connection)
 529 2014-10-09 11:04:13 johnsoft has quit (Ping timeout: 246 seconds)
 530 2014-10-09 11:05:31 paveljanik has joined
 531 2014-10-09 11:06:01 won9 has joined
 532 2014-10-09 11:07:45 weilu has joined
 533 2014-10-09 11:10:25 waxwing has joined
 534 2014-10-09 11:12:32 weilu has quit (Ping timeout: 258 seconds)
 535 2014-10-09 11:14:27 johnsoft has joined
 536 2014-10-09 11:15:13 <onefox> has someone here some expierens with micropayment channels ?
 537 2014-10-09 11:17:33 AnoAnon has joined
 538 2014-10-09 11:17:55 AnoAnon has quit (Max SendQ exceeded)
 539 2014-10-09 11:18:17 AnoAnon has joined
 540 2014-10-09 11:18:25 hearn has joined
 541 2014-10-09 11:19:23 AnoAnon has quit (Read error: Connection reset by peer)
 542 2014-10-09 11:20:34 RoboTeddy has joined
 543 2014-10-09 11:21:28 adam3us has quit (Quit: Leaving.)
 544 2014-10-09 11:23:42 rdponticelli has joined
 545 2014-10-09 11:24:53 RoboTeddy has quit (Ping timeout: 250 seconds)
 546 2014-10-09 11:26:25 webdeli has joined
 547 2014-10-09 11:27:55 adam3us has joined
 548 2014-10-09 11:29:10 aljosa_ has quit ()
 549 2014-10-09 11:29:40 aljosa has joined
 550 2014-10-09 11:30:38 Namworld has joined
 551 2014-10-09 11:30:50 webdeli has quit (Ping timeout: 245 seconds)
 552 2014-10-09 11:31:34 adam3us has quit (Client Quit)
 553 2014-10-09 11:31:41 tjopper has quit (Quit: Leaving.)
 554 2014-10-09 11:34:55 ak_ has quit (Read error: Connection reset by peer)
 555 2014-10-09 11:35:39 ThomasV has joined
 556 2014-10-09 11:35:47 phoenix54 has quit (Quit: phoenix54)
 557 2014-10-09 11:35:57 ak_ has joined
 558 2014-10-09 11:36:11 adam3us has joined
 559 2014-10-09 11:36:31 won9 has quit (Quit: won9)
 560 2014-10-09 11:37:52 adam3us has quit (Client Quit)
 561 2014-10-09 11:41:19 tjopper has joined
 562 2014-10-09 11:42:35 adam3us has joined
 563 2014-10-09 11:44:58 goykasi1 has joined
 564 2014-10-09 11:49:55 webdeli has joined
 565 2014-10-09 11:51:35 luktgf has quit (Ping timeout: 245 seconds)
 566 2014-10-09 11:52:02 Luke-Jr has quit (Excess Flood)
 567 2014-10-09 11:53:53 Klumben has quit (Ping timeout: 260 seconds)
 568 2014-10-09 11:53:53 lysobit has quit (Ping timeout: 260 seconds)
 569 2014-10-09 11:54:02 luktgf has joined
 570 2014-10-09 11:54:49 Krellan has quit (Ping timeout: 260 seconds)
 571 2014-10-09 11:54:49 phantomcircuit has quit (Ping timeout: 260 seconds)
 572 2014-10-09 11:55:06 Klumben has joined
 573 2014-10-09 11:55:23 Krellan has joined
 574 2014-10-09 11:55:45 cysm has quit (Ping timeout: 260 seconds)
 575 2014-10-09 11:56:02 goykasi1 has quit (Quit: Leaving.)
 576 2014-10-09 11:56:05 paveljanik has quit (Ping timeout: 272 seconds)
 577 2014-10-09 11:56:13 jrklein has quit (Ping timeout: 260 seconds)
 578 2014-10-09 11:56:32 cysm has joined
 579 2014-10-09 11:56:49 Luke-Jr has joined
 580 2014-10-09 11:56:55 goykasi has joined
 581 2014-10-09 11:57:19 adam3us has quit (Quit: Leaving.)
 582 2014-10-09 11:57:23 jrklein has joined
 583 2014-10-09 11:57:38 lysobit has joined
 584 2014-10-09 11:57:58 Aexoden has quit (Read error: Connection reset by peer)
 585 2014-10-09 11:58:36 phantomcircuit has joined
 586 2014-10-09 11:59:50 adam3us has joined
 587 2014-10-09 11:59:51 Elglobonoob has joined
 588 2014-10-09 12:00:08 Aexoden has joined
 589 2014-10-09 12:01:16 Elglobo has quit (Ping timeout: 246 seconds)
 590 2014-10-09 12:03:36 paxtoncamaro91 has quit (Ping timeout: 240 seconds)
 591 2014-10-09 12:07:47 adam3us has quit (Quit: Leaving.)
 592 2014-10-09 12:08:22 won9 has joined
 593 2014-10-09 12:08:38 HANTI is now known as hanti
 594 2014-10-09 12:08:39 weilu has joined
 595 2014-10-09 12:08:44 syst3mw0rm has joined
 596 2014-10-09 12:10:12 adam3us has joined
 597 2014-10-09 12:12:26 adam3us has quit (Client Quit)
 598 2014-10-09 12:13:28 adam3us has joined
 599 2014-10-09 12:13:34 weilu has quit (Ping timeout: 260 seconds)
 600 2014-10-09 12:16:00 goykasi has quit (Quit: Leaving.)
 601 2014-10-09 12:17:00 daybyter has joined
 602 2014-10-09 12:18:44 nessence has quit (Remote host closed the connection)
 603 2014-10-09 12:19:13 pen has joined
 604 2014-10-09 12:19:22 nessence has joined
 605 2014-10-09 12:19:40 jujumax has joined
 606 2014-10-09 12:21:25 RoboTeddy has joined
 607 2014-10-09 12:21:34 won9 has quit (Quit: won9)
 608 2014-10-09 12:22:04 goykasi has joined
 609 2014-10-09 12:22:51 saivann_ has joined
 610 2014-10-09 12:23:46 nessence has quit (Ping timeout: 245 seconds)
 611 2014-10-09 12:24:45 Starduster has joined
 612 2014-10-09 12:25:06 saivann__ has quit (Ping timeout: 240 seconds)
 613 2014-10-09 12:25:57 timothy has joined
 614 2014-10-09 12:26:11 RoboTeddy has quit (Ping timeout: 272 seconds)
 615 2014-10-09 12:27:40 Diablo-D3 has joined
 616 2014-10-09 12:28:01 goykasi has quit (Quit: Leaving.)
 617 2014-10-09 12:28:15 ak_ has quit (Read error: Connection reset by peer)
 618 2014-10-09 12:29:01 ak_ has joined
 619 2014-10-09 12:33:12 kristofferR has quit (Quit: Textual IRC Client: www.textualapp.com)
 620 2014-10-09 12:33:54 nessence has joined
 621 2014-10-09 12:36:06 Denim-jdev has joined
 622 2014-10-09 12:38:41 nessence has quit (Ping timeout: 260 seconds)
 623 2014-10-09 12:42:34 paveljanik has joined
 624 2014-10-09 12:44:35 s0le has quit (Read error: Connection reset by peer)
 625 2014-10-09 12:44:56 s0le has joined
 626 2014-10-09 12:47:46 Zarutian has joined
 627 2014-10-09 12:51:56 ruukasu has joined
 628 2014-10-09 12:52:10 nessence has joined
 629 2014-10-09 12:52:31 ruukasu has quit (Client Quit)
 630 2014-10-09 12:53:05 ValicekB has quit (Ping timeout: 272 seconds)
 631 2014-10-09 12:53:37 Aquent_ has joined
 632 2014-10-09 12:54:09 syst3mw0rm has quit (Ping timeout: 250 seconds)
 633 2014-10-09 12:54:27 nessence has quit (Read error: Connection reset by peer)
 634 2014-10-09 12:54:42 nessence has joined
 635 2014-10-09 12:55:41 ruukasu has joined
 636 2014-10-09 12:56:04 nessence has quit (Read error: Connection reset by peer)
 637 2014-10-09 12:56:28 nessence has joined
 638 2014-10-09 12:58:47 daybyter has quit (Quit: Konversation terminated!)
 639 2014-10-09 12:58:54 ruukasu has quit (Client Quit)
 640 2014-10-09 13:01:08 ValicekB has joined
 641 2014-10-09 13:02:59 viajero has quit (Quit: viajero)
 642 2014-10-09 13:03:17 one0one has quit ()
 643 2014-10-09 13:05:49 andytoshi has joined
 644 2014-10-09 13:09:05 aschildbach_ has quit (Remote host closed the connection)
 645 2014-10-09 13:09:35 weilu has joined
 646 2014-10-09 13:11:30 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 647 2014-10-09 13:13:11 syst3mw0rm has joined
 648 2014-10-09 13:14:19 Joshmeows has quit (Ping timeout: 272 seconds)
 649 2014-10-09 13:14:24 ionstorm has joined
 650 2014-10-09 13:14:27 weilu has quit (Ping timeout: 258 seconds)
 651 2014-10-09 13:17:39 Aquent_ is now known as Aquent
 652 2014-10-09 13:19:03 aschildbach has joined
 653 2014-10-09 13:21:40 ak_ has quit (Read error: Connection reset by peer)
 654 2014-10-09 13:22:13 RoboTeddy has joined
 655 2014-10-09 13:22:25 ak_ has joined
 656 2014-10-09 13:22:40 benrcole has quit (Quit: Leaving.)
 657 2014-10-09 13:23:24 mkarrer has quit (Remote host closed the connection)
 658 2014-10-09 13:23:43 dabura667 has quit (Quit: Connection closed for inactivity)
 659 2014-10-09 13:24:03 b-itcoinssg has joined
 660 2014-10-09 13:24:54 mkarrer has joined
 661 2014-10-09 13:25:44 benrcole1 has joined
 662 2014-10-09 13:26:10 agricocb has quit (Quit: Leaving.)
 663 2014-10-09 13:26:55 imfaust has joined
 664 2014-10-09 13:27:17 RoboTeddy has quit (Ping timeout: 272 seconds)
 665 2014-10-09 13:27:22 ValicekB has quit (Ping timeout: 246 seconds)
 666 2014-10-09 13:29:26 Eiii has joined
 667 2014-10-09 13:34:12 maraoz has joined
 668 2014-10-09 13:34:50 hearn has joined
 669 2014-10-09 13:34:56 robonerd has quit (Ping timeout: 244 seconds)
 670 2014-10-09 13:36:07 ValicekB has joined
 671 2014-10-09 13:37:05 robonerd has joined
 672 2014-10-09 13:37:06 nessence has quit (Read error: Connection reset by peer)
 673 2014-10-09 13:37:18 nessence has joined
 674 2014-10-09 13:39:53 kermit has quit (Quit: Leaving.)
 675 2014-10-09 13:40:21 kermit has joined
 676 2014-10-09 13:40:22 Andymeows has joined
 677 2014-10-09 13:42:30 agricocb has joined
 678 2014-10-09 13:43:28 Skirmant has joined
 679 2014-10-09 13:46:04 <helo> onefox: there is some talk of them in -wizards from time to time
 680 2014-10-09 13:46:22 benrcole1 has quit (Quit: Leaving.)
 681 2014-10-09 13:46:30 <onefox> helo: in bitcoin-wizards ?
 682 2014-10-09 13:46:45 <helo> yes
 683 2014-10-09 13:47:07 <onefox> thanks
 684 2014-10-09 13:48:14 Andrewmeows has joined
 685 2014-10-09 13:51:21 Andymeows has quit (Ping timeout: 250 seconds)
 686 2014-10-09 13:51:28 ValicekB has quit (Ping timeout: 244 seconds)
 687 2014-10-09 13:54:28 devthedev has joined
 688 2014-10-09 13:55:22 Andrewmeows has quit (Read error: Connection reset by peer)
 689 2014-10-09 13:56:07 ValicekB has joined
 690 2014-10-09 13:57:18 ruukasu has joined
 691 2014-10-09 14:01:06 swulf--_ has quit (Ping timeout: 240 seconds)
 692 2014-10-09 14:01:44 xdothate_ is now known as xdotcommer
 693 2014-10-09 14:01:47 jujumax has quit (Remote host closed the connection)
 694 2014-10-09 14:02:25 jujumax has joined
 695 2014-10-09 14:03:18 swulf--_ has joined
 696 2014-10-09 14:04:40 tjopper has quit (Read error: Connection reset by peer)
 697 2014-10-09 14:07:09 t7 has quit (Quit: home)
 698 2014-10-09 14:08:27 swulf--_ has quit (Ping timeout: 272 seconds)
 699 2014-10-09 14:10:30 weilu has joined
 700 2014-10-09 14:14:51 ak_ has quit (Read error: Connection reset by peer)
 701 2014-10-09 14:15:06 weilu has quit (Ping timeout: 240 seconds)
 702 2014-10-09 14:15:41 ak_ has joined
 703 2014-10-09 14:18:20 gavinandresen has joined
 704 2014-10-09 14:18:33 swulf--_ has joined
 705 2014-10-09 14:18:39 Skirmant has quit (Remote host closed the connection)
 706 2014-10-09 14:19:05 Skirmant has joined
 707 2014-10-09 14:20:06 syst3mw0rm has quit (Ping timeout: 240 seconds)
 708 2014-10-09 14:22:56 RoboTeddy has joined
 709 2014-10-09 14:27:31 RoboTeddy has quit (Ping timeout: 260 seconds)
 710 2014-10-09 14:27:48 zwischenzug has quit (Quit: Leaving)
 711 2014-10-09 14:29:36 Diablo-D3 has quit (Quit: This computer has gone to sleep)
 712 2014-10-09 14:29:51 Diablo-D3 has joined
 713 2014-10-09 14:31:37 adam3us has quit (Quit: Leaving.)
 714 2014-10-09 14:34:53 zwischenzug has joined
 715 2014-10-09 14:35:40 phoenix54 has joined
 716 2014-10-09 14:37:04 benrcole has joined
 717 2014-10-09 14:37:10 nullbyte has joined
 718 2014-10-09 14:37:10 nullbyte has quit (Changing host)
 719 2014-10-09 14:37:10 nullbyte has joined
 720 2014-10-09 14:39:36 DougieBot5000 has joined
 721 2014-10-09 14:45:13 Adlai has quit (Remote host closed the connection)
 722 2014-10-09 14:45:26 aulait has quit (Max SendQ exceeded)
 723 2014-10-09 14:46:08 Adlai has joined
 724 2014-10-09 14:47:47 hearn has quit (Ping timeout: 244 seconds)
 725 2014-10-09 14:47:56 aulait has joined
 726 2014-10-09 14:48:22 extor has joined
 727 2014-10-09 14:48:28 xtor has quit (Remote host closed the connection)
 728 2014-10-09 14:49:43 ericmuyser has joined
 729 2014-10-09 14:50:55 ericmuyser has quit (Read error: Connection reset by peer)
 730 2014-10-09 14:51:04 ericmuyser has joined
 731 2014-10-09 14:52:18 hearn has joined
 732 2014-10-09 14:52:43 smorim has quit (Remote host closed the connection)
 733 2014-10-09 14:52:52 torsthaldo has quit (Quit: Leaving.)
 734 2014-10-09 14:53:40 smorim has joined
 735 2014-10-09 14:56:17 nadio has joined
 736 2014-10-09 14:56:19 nadio has quit (Changing host)
 737 2014-10-09 14:56:19 nadio has joined
 738 2014-10-09 14:59:04 ThomasV has quit (Ping timeout: 246 seconds)
 739 2014-10-09 15:00:38 adam3us has joined
 740 2014-10-09 15:04:46 Subo1977 has joined
 741 2014-10-09 15:05:04 OneMiner has joined
 742 2014-10-09 15:05:20 Quanttek has joined
 743 2014-10-09 15:07:29 Subo1977_ has quit (Ping timeout: 264 seconds)
 744 2014-10-09 15:08:14 ak_ has quit (Read error: Connection reset by peer)
 745 2014-10-09 15:08:34 devthedev has quit (Ping timeout: 260 seconds)
 746 2014-10-09 15:09:15 ak_ has joined
 747 2014-10-09 15:11:29 weilu has joined
 748 2014-10-09 15:13:51 ikbenwouter has joined
 749 2014-10-09 15:16:12 weilu has quit (Ping timeout: 244 seconds)
 750 2014-10-09 15:17:24 adam3us has quit (Quit: Leaving.)
 751 2014-10-09 15:17:57 trixisowned has quit (Read error: Connection reset by peer)
 752 2014-10-09 15:18:20 trixisowned has joined
 753 2014-10-09 15:23:39 RoboTeddy has joined
 754 2014-10-09 15:24:44 <sipa> dcousens: which PR? what makes it redundant?
 755 2014-10-09 15:26:59 ubuntu_ has quit (Ping timeout: 272 seconds)
 756 2014-10-09 15:27:14 OneMiner has quit (Read error: Connection reset by peer)
 757 2014-10-09 15:27:15 adam3us has joined
 758 2014-10-09 15:28:10 RoboTeddy has quit (Ping timeout: 260 seconds)
 759 2014-10-09 15:29:48 Grouver has quit (Quit: Leaving)
 760 2014-10-09 15:30:30 OneMiner has joined
 761 2014-10-09 15:32:25 <sipa> S
 762 2014-10-09 15:32:45 vmatekol_ has quit (Remote host closed the connection)
 763 2014-10-09 15:33:19 vmatekole has joined
 764 2014-10-09 15:37:23 vmatekole has quit (Ping timeout: 244 seconds)
 765 2014-10-09 15:37:54 amtri has quit (Ping timeout: 244 seconds)
 766 2014-10-09 15:38:01 <sipa> dcousens: i misread; that funcyion does not deal with unevaluated branches, and not with OP_1NEGATE
 767 2014-10-09 15:38:13 jedunnigan has joined
 768 2014-10-09 15:38:27 <sipa> but tbh i forgot it existed
 769 2014-10-09 15:39:56 stanfill has joined
 770 2014-10-09 15:40:24 blast has quit (Remote host closed the connection)
 771 2014-10-09 15:41:20 adam3us has quit (Quit: Leaving.)
 772 2014-10-09 15:44:15 JackH has quit (Quit: JackH)
 773 2014-10-09 15:44:40 JackH has joined
 774 2014-10-09 15:45:58 Starduster has quit (Ping timeout: 246 seconds)
 775 2014-10-09 15:49:25 adam3us has joined
 776 2014-10-09 15:50:25 vim has joined
 777 2014-10-09 15:50:34 brson has joined
 778 2014-10-09 15:50:48 vim is now known as Guest30738
 779 2014-10-09 15:52:06 devthedev has joined
 780 2014-10-09 15:52:43 Guest9784 has joined
 781 2014-10-09 15:53:44 <Guest30738> g
 782 2014-10-09 15:56:54 blast has joined
 783 2014-10-09 15:58:03 Starduster has joined
 784 2014-10-09 15:58:23 Guest9784 is now known as Sleepnbum
 785 2014-10-09 16:00:10 adam3us has quit (Quit: Leaving.)
 786 2014-10-09 16:01:01 adam3us has joined
 787 2014-10-09 16:01:34 ak_ has quit (Read error: Connection reset by peer)
 788 2014-10-09 16:02:18 ak_ has joined
 789 2014-10-09 16:03:56 AlSzacrel has left ()
 790 2014-10-09 16:04:20 AlSzacrel has joined
 791 2014-10-09 16:06:42 banghouse has joined
 792 2014-10-09 16:10:35 Guest30738 has quit (Quit: Page closed)
 793 2014-10-09 16:12:16 weilu has joined
 794 2014-10-09 16:16:15 patcon has joined
 795 2014-10-09 16:16:39 weilu has quit (Ping timeout: 244 seconds)
 796 2014-10-09 16:18:55 jrklein has quit (Ping timeout: 272 seconds)
 797 2014-10-09 16:20:31 agricocb has quit (Quit: Leaving.)
 798 2014-10-09 16:20:40 DanMAbraham has joined
 799 2014-10-09 16:21:23 benrcole has quit (Quit: Leaving.)
 800 2014-10-09 16:22:05 ruukasu has quit (Ping timeout: 272 seconds)
 801 2014-10-09 16:23:29 luktgf has quit (Quit: Leaving)
 802 2014-10-09 16:24:33 jrklein has joined
 803 2014-10-09 16:24:34 RoboTeddy has joined
 804 2014-10-09 16:28:18 ericmuyser has quit (Remote host closed the connection)
 805 2014-10-09 16:28:46 RoboTeddy has quit (Ping timeout: 245 seconds)
 806 2014-10-09 16:28:51 ericmuyser has joined
 807 2014-10-09 16:31:14 tombtc has joined
 808 2014-10-09 16:31:19 tombtc has quit (Changing host)
 809 2014-10-09 16:31:19 tombtc has joined
 810 2014-10-09 16:31:36 attilah has quit (Ping timeout: 245 seconds)
 811 2014-10-09 16:32:59 ericmuyser has quit (Ping timeout: 250 seconds)
 812 2014-10-09 16:34:13 OneMiner has quit (Quit: Leaving)
 813 2014-10-09 16:36:53 onefox has quit (Quit: Verlassend)
 814 2014-10-09 16:38:36 devthedev has quit (Ping timeout: 240 seconds)
 815 2014-10-09 16:45:26 timothy has quit (Remote host closed the connection)
 816 2014-10-09 16:45:41 jujumax has quit (Remote host closed the connection)
 817 2014-10-09 16:46:14 jujumax has joined
 818 2014-10-09 16:48:17 W0rmDr1nk has quit (Ping timeout: 246 seconds)
 819 2014-10-09 16:50:39 jujumax has quit (Ping timeout: 258 seconds)
 820 2014-10-09 16:51:56 msvb-lab has joined
 821 2014-10-09 16:54:50 ak_ has quit (Read error: Connection reset by peer)
 822 2014-10-09 16:55:36 JackH has quit (Quit: JackH)
 823 2014-10-09 16:55:53 ak_ has joined
 824 2014-10-09 16:57:49 Techguy305 has joined
 825 2014-10-09 16:58:36 adam3us has quit (Quit: Leaving.)
 826 2014-10-09 17:02:00 adam3us has joined
 827 2014-10-09 17:02:29 elichai2 has joined
 828 2014-10-09 17:02:41 gst has quit (Ping timeout: 264 seconds)
 829 2014-10-09 17:03:59 stanfill has quit (Quit: stanfill)
 830 2014-10-09 17:04:28 gst has joined
 831 2014-10-09 17:04:44 Aquent is now known as bullwhale
 832 2014-10-09 17:05:05 drawesome is now known as awesomebot
 833 2014-10-09 17:05:06 AlSzacrel has quit (Quit: Leaving.)
 834 2014-10-09 17:06:54 jMyles has joined
 835 2014-10-09 17:06:55 awesomebot is now known as drawesome
 836 2014-10-09 17:07:10 adam3us has quit (Quit: Leaving.)
 837 2014-10-09 17:07:47 adam3us has joined
 838 2014-10-09 17:08:33 nessence has quit (Remote host closed the connection)
 839 2014-10-09 17:13:08 weilu has joined
 840 2014-10-09 17:13:58 kermit has quit (Quit: Leaving.)
 841 2014-10-09 17:14:03 Dizzle has joined
 842 2014-10-09 17:15:22 jtimon has joined
 843 2014-10-09 17:16:58 cbeams has quit (Remote host closed the connection)
 844 2014-10-09 17:17:11 drawesome has left ("Leaving")
 845 2014-10-09 17:17:25 cbeams has joined
 846 2014-10-09 17:17:38 weilu has quit (Ping timeout: 244 seconds)
 847 2014-10-09 17:18:16 MoALTz has joined
 848 2014-10-09 17:20:12 ruukasu has joined
 849 2014-10-09 17:21:25 Vinnie_win has joined
 850 2014-10-09 17:22:04 Centaure has joined
 851 2014-10-09 17:22:36 cbeams has quit (Ping timeout: 272 seconds)
 852 2014-10-09 17:22:40 drawesome has joined
 853 2014-10-09 17:25:07 adam3us has quit (Quit: Leaving.)
 854 2014-10-09 17:25:10 RoboTeddy has joined
 855 2014-10-09 17:26:56 chmod755 has joined
 856 2014-10-09 17:28:51 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 857 2014-10-09 17:29:59 RoboTeddy has quit (Ping timeout: 260 seconds)
 858 2014-10-09 17:30:29 Hasimir has quit (Ping timeout: 272 seconds)
 859 2014-10-09 17:32:17 oujh has joined
 860 2014-10-09 17:32:26 gonedrk has joined
 861 2014-10-09 17:32:28 davispuh has joined
 862 2014-10-09 17:37:27 Dizzle has quit (Ping timeout: 260 seconds)
 863 2014-10-09 17:39:49 adam3us has joined
 864 2014-10-09 17:40:58 ubuntu__ has joined
 865 2014-10-09 17:41:27 syst3mw0rm has joined
 866 2014-10-09 17:43:03 bullwhale is now known as Aquent
 867 2014-10-09 17:44:35 napedia has joined
 868 2014-10-09 17:45:21 stiggy89 has joined
 869 2014-10-09 17:48:09 ak_ has quit (Read error: Connection reset by peer)
 870 2014-10-09 17:48:54 Skirmant has quit (Remote host closed the connection)
 871 2014-10-09 17:48:57 ak_ has joined
 872 2014-10-09 17:49:21 Skirmant has joined
 873 2014-10-09 17:49:32 t7 has joined
 874 2014-10-09 17:49:46 hearn has joined
 875 2014-10-09 17:52:00 DanMAbraham has quit (Quit: Daniel Michael Abraham (T: twitter.com/danmabraham follow @danmabraham FB: facebook.com/daniel.mystory add daniel mystory))
 876 2014-10-09 17:54:25 elichai2 has quit (Remote host closed the connection)
 877 2014-10-09 17:54:48 elichai2 has joined
 878 2014-10-09 17:54:48 elichai2 has quit (Changing host)
 879 2014-10-09 17:54:48 elichai2 has joined
 880 2014-10-09 17:55:12 viajero has joined
 881 2014-10-09 17:55:35 adam3us has quit (Quit: Leaving.)
 882 2014-10-09 17:55:48 elichai2 has quit (Remote host closed the connection)
 883 2014-10-09 17:56:11 elichai2 has joined
 884 2014-10-09 17:56:18 elichai2 has quit (Changing host)
 885 2014-10-09 17:56:18 elichai2 has joined
 886 2014-10-09 17:57:31 Techguy305 has quit (Ping timeout: 260 seconds)
 887 2014-10-09 18:01:24 ShawnLeary has quit (Ping timeout: 250 seconds)
 888 2014-10-09 18:02:17 Application has quit (Remote host closed the connection)
 889 2014-10-09 18:03:27 weilu has joined
 890 2014-10-09 18:04:36 derbumi has joined
 891 2014-10-09 18:05:32 hashtag_ has joined
 892 2014-10-09 18:06:34 patcon_ has joined
 893 2014-10-09 18:07:06 gwillen has quit (Ping timeout: 240 seconds)
 894 2014-10-09 18:07:36 sl01 has quit (Ping timeout: 240 seconds)
 895 2014-10-09 18:07:44 sl01 has joined
 896 2014-10-09 18:07:54 weilu has quit (Ping timeout: 250 seconds)
 897 2014-10-09 18:08:24 gwillen has joined
 898 2014-10-09 18:08:47 gwillen is now known as Guest11330
 899 2014-10-09 18:10:01 ppr has quit (Ping timeout: 245 seconds)
 900 2014-10-09 18:10:08 ShawnLeary has joined
 901 2014-10-09 18:10:21 patcon has quit (Ping timeout: 245 seconds)
 902 2014-10-09 18:10:28 peper has joined
 903 2014-10-09 18:16:53 syst3mw0_ has joined
 904 2014-10-09 18:17:24 WeCluster1 has quit (Quit: WeCluster1)
 905 2014-10-09 18:17:56 syst3mw0rm has quit (Ping timeout: 245 seconds)
 906 2014-10-09 18:20:36 rubensayshi has quit (Ping timeout: 240 seconds)
 907 2014-10-09 18:20:47 syst3mw0rm has joined
 908 2014-10-09 18:22:06 RoboTeddy has joined
 909 2014-10-09 18:22:16 Application has joined
 910 2014-10-09 18:23:06 syst3mw0_ has quit (Ping timeout: 260 seconds)
 911 2014-10-09 18:23:16 ruukasu has quit (Quit: WeeChat 1.0.1)
 912 2014-10-09 18:23:30 ruukasu has joined
 913 2014-10-09 18:23:31 Zarutian has quit (Quit: Zarutian)
 914 2014-10-09 18:24:31 ubuntu__ has quit (Ping timeout: 245 seconds)
 915 2014-10-09 18:24:40 MoALTz has quit (Quit: Leaving)
 916 2014-10-09 18:24:51 Blackreign has joined
 917 2014-10-09 18:25:23 Guest11330 has quit (Changing host)
 918 2014-10-09 18:25:23 Guest11330 has joined
 919 2014-10-09 18:25:32 Guest11330 is now known as gwillen
 920 2014-10-09 18:26:50 RoboTeddy has quit (Ping timeout: 260 seconds)
 921 2014-10-09 18:27:46 syst3mw0rm has quit (Ping timeout: 260 seconds)
 922 2014-10-09 18:28:38 devthedev has joined
 923 2014-10-09 18:33:05 syst3mw0rm has joined
 924 2014-10-09 18:33:14 WeCluster has joined
 925 2014-10-09 18:37:07 ubuntu__ has joined
 926 2014-10-09 18:37:17 patcon_ is now known as patcon
 927 2014-10-09 18:38:25 jtimon has quit (Read error: Connection reset by peer)
 928 2014-10-09 18:40:38 derbumi has quit (Quit: derbumi)
 929 2014-10-09 18:40:55 samson_ has quit (Ping timeout: 260 seconds)
 930 2014-10-09 18:41:02 samson_ has joined
 931 2014-10-09 18:41:30 ak_ has quit (Read error: Connection reset by peer)
 932 2014-10-09 18:42:27 ak_ has joined
 933 2014-10-09 18:44:35 neozaru has joined
 934 2014-10-09 18:46:55 gdm85 has quit (Remote host closed the connection)
 935 2014-10-09 18:48:45 patcon has quit (Read error: Connection reset by peer)
 936 2014-10-09 18:52:58 ribasushi has quit (Ping timeout: 250 seconds)
 937 2014-10-09 18:53:37 perrier has quit (Remote host closed the connection)
 938 2014-10-09 18:57:05 Dr-G2 has quit (Quit: Leaving)
 939 2014-10-09 18:58:07 ubuntu__ has quit (Remote host closed the connection)
 940 2014-10-09 18:58:35 RoboTeddy has joined
 941 2014-10-09 18:59:02 ribasushi has joined
 942 2014-10-09 19:01:32 nello has joined
 943 2014-10-09 19:01:34 jedunnigan has quit (Remote host closed the connection)
 944 2014-10-09 19:01:46 ubuntu_ has joined
 945 2014-10-09 19:02:35 nello has left ()
 946 2014-10-09 19:06:38 agricocb has joined
 947 2014-10-09 19:08:43 syst3mw0rm has quit (Ping timeout: 244 seconds)
 948 2014-10-09 19:09:00 syst3mw0rm has joined
 949 2014-10-09 19:10:58 Subo1977 has quit (Quit: No Ping reply in 180 seconds.)
 950 2014-10-09 19:11:05 jchp has quit (Ping timeout: 246 seconds)
 951 2014-10-09 19:12:53 jchp has joined
 952 2014-10-09 19:13:31 Subo1977 has joined
 953 2014-10-09 19:14:37 syst3mw0_ has joined
 954 2014-10-09 19:14:44 stanfill has joined
 955 2014-10-09 19:16:36 hashtag_ has quit (Max SendQ exceeded)
 956 2014-10-09 19:17:20 hashtag_ has joined
 957 2014-10-09 19:17:51 syst3mw0rm has quit (Ping timeout: 258 seconds)
 958 2014-10-09 19:18:10 ruukasu has quit (Ping timeout: 260 seconds)
 959 2014-10-09 19:22:42 Emzy has joined
 960 2014-10-09 19:22:54 <cfields> sipa: ping
 961 2014-10-09 19:23:06 <sipa> cfields: pung
 962 2014-10-09 19:23:30 MoALTz has joined
 963 2014-10-09 19:24:17 Skirmant has quit (Ping timeout: 264 seconds)
 964 2014-10-09 19:24:46 Dr-G has joined
 965 2014-10-09 19:25:05 syst3mw0_ has quit (Ping timeout: 246 seconds)
 966 2014-10-09 19:25:34 <cfields> sipa: regarding key.cpp/pubkey.cpp split, i need a CECKey (RAII wrapper around EC_KEY) that doesn't depend on CPrivKey. Would you prefer that I passed in buffer pointers to the existing CECKey, or create a new class, something like CECPubKey with stripped down functionality?
 967 2014-10-09 19:26:12 <sipa> gah, can't we just switch to libsecp256k1? :p
 968 2014-10-09 19:26:18 <cfields> i hope that makes some sense, i tried hard :)
 969 2014-10-09 19:26:19 <sipa> (yes i know, no, not yet)
 970 2014-10-09 19:26:19 <cfields> heh
 971 2014-10-09 19:27:53 <sipa> i think passing buffer pointers in is acceptable here - CECKey is pretty low level anyway
 972 2014-10-09 19:28:00 NewLiberty has quit (Ping timeout: 272 seconds)
 973 2014-10-09 19:28:03 <sipa> it also feels wrong that it depends on CPrivKey in the first place, actually
 974 2014-10-09 19:28:07 <cfields> i did it as a new class, where CECPubKey has limited functionality. It works fine, but conceptually it's weird. Looks now if it'd be easier to just keep CECKey and pass in the pointers
 975 2014-10-09 19:28:48 <cfields> ok, great
 976 2014-10-09 19:30:14 <cfields> want me to do the same with CPubKey? no dependency issues there, but if you think it's weird for it to be using the high-level structures I'll do em both at once
 977 2014-10-09 19:30:35 <sipa> feel free
 978 2014-10-09 19:30:48 <cfields> ok, thanks
 979 2014-10-09 19:34:50 ak_ has quit (Read error: Connection reset by peer)
 980 2014-10-09 19:35:24 kermit has joined
 981 2014-10-09 19:35:24 supermartingale has quit (Quit: Leaving)
 982 2014-10-09 19:35:36 ak_ has joined
 983 2014-10-09 19:35:46 cbeams has joined
 984 2014-10-09 19:37:17 Zarutian has joined
 985 2014-10-09 19:40:12 quickcoin has joined
 986 2014-10-09 19:41:09 stanfill has quit (Quit: stanfill)
 987 2014-10-09 19:42:13 supermartingale has joined
 988 2014-10-09 19:45:09 Alina-malina has quit (Read error: Connection reset by peer)
 989 2014-10-09 19:47:52 justanotheruser is now known as midoriseki
 990 2014-10-09 19:48:04 midoriseki is now known as justanotheruser
 991 2014-10-09 19:48:49 Stellarflip is now known as Rippleflip
 992 2014-10-09 19:55:22 JackH has joined
 993 2014-10-09 19:58:24 jMyles has quit (Ping timeout: 250 seconds)
 994 2014-10-09 20:00:46 stanfill has joined
 995 2014-10-09 20:02:47 b-itcoinssg has quit (Quit: Connection closed for inactivity)
 996 2014-10-09 20:04:45 kermit has quit (Read error: Connection reset by peer)
 997 2014-10-09 20:05:33 kermit has joined
 998 2014-10-09 20:05:53 Hasimir has joined
 999 2014-10-09 20:06:36 samesong has joined
1000 2014-10-09 20:11:03 MoALTz has quit (Quit: Leaving)
1001 2014-10-09 20:11:47 realtime has joined
1002 2014-10-09 20:14:03 gavinandresen has quit (Quit: gavinandresen)
1003 2014-10-09 20:15:39 Eagle[TM] has quit (Ping timeout: 260 seconds)
1004 2014-10-09 20:16:06 NewLiberty has joined
1005 2014-10-09 20:16:22 Centaure has quit (Remote host closed the connection)
1006 2014-10-09 20:16:26 jtimon has joined
1007 2014-10-09 20:20:57 stiggy89 has quit (Quit: Textual IRC Client: www.textualapp.com)
1008 2014-10-09 20:22:21 jMyles has joined
1009 2014-10-09 20:28:08 ak_ has quit (Read error: Connection reset by peer)
1010 2014-10-09 20:28:27 go1111111 has quit (Ping timeout: 272 seconds)
1011 2014-10-09 20:29:11 ak_ has joined
1012 2014-10-09 20:30:54 trixisowned has quit (Quit: Leaving)
1013 2014-10-09 20:30:55 MoALTz has joined
1014 2014-10-09 20:31:20 trixisowned has joined
1015 2014-10-09 20:32:13 devrandom has quit (Remote host closed the connection)
1016 2014-10-09 20:32:46 devrandom has joined
1017 2014-10-09 20:33:29 patcon has joined
1018 2014-10-09 20:34:23 belcher has joined
1019 2014-10-09 20:34:23 belcher has quit (Changing host)
1020 2014-10-09 20:34:23 belcher has joined
1021 2014-10-09 20:38:22 daybyter has joined
1022 2014-10-09 20:38:53 DiabloD3 has joined
1023 2014-10-09 20:39:39 Diablo-D3 has quit (Ping timeout: 244 seconds)
1024 2014-10-09 20:39:59 samesong has quit (Quit: Textual IRC Client: www.textualapp.com)
1025 2014-10-09 20:45:21 DiabloD3 has quit (Ping timeout: 245 seconds)
1026 2014-10-09 20:47:23 TheButterZone has joined
1027 2014-10-09 20:47:26 DiabloD3 has joined
1028 2014-10-09 20:48:16 aliasaila__ has quit (Remote host closed the connection)
1029 2014-10-09 20:48:21 samesong has joined
1030 2014-10-09 20:54:43 simondlr has quit (Remote host closed the connection)
1031 2014-10-09 20:55:16 simondlr has joined
1032 2014-10-09 20:55:19 DiabloD3 has quit (Ping timeout: 260 seconds)
1033 2014-10-09 20:55:27 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1034 2014-10-09 20:56:21 DiabloD3 has joined
1035 2014-10-09 20:59:56 simondlr has quit (Ping timeout: 250 seconds)
1036 2014-10-09 21:10:12 ruukasu has joined
1037 2014-10-09 21:10:58 go1111111 has joined
1038 2014-10-09 21:11:03 samesong has quit (Quit: Textual IRC Client: www.textualapp.com)
1039 2014-10-09 21:13:03 jtimon has quit (Read error: Connection reset by peer)
1040 2014-10-09 21:14:27 Quanttek has quit (Ping timeout: 260 seconds)
1041 2014-10-09 21:15:57 moa has joined
1042 2014-10-09 21:17:07 AnoAnon has joined
1043 2014-10-09 21:17:21 AnoAnon has quit (Max SendQ exceeded)
1044 2014-10-09 21:21:03 cbeams has quit (Remote host closed the connection)
1045 2014-10-09 21:21:29 cbeams has joined
1046 2014-10-09 21:21:29 ak_ has quit (Read error: Connection reset by peer)
1047 2014-10-09 21:22:14 ak_ has joined
1048 2014-10-09 21:24:15 uvicon has joined
1049 2014-10-09 21:24:19 aliasaila has joined
1050 2014-10-09 21:24:47 hashtag_ has quit (Ping timeout: 246 seconds)
1051 2014-10-09 21:25:23 cbeams_ has joined
1052 2014-10-09 21:26:07 cbeams has quit (Ping timeout: 260 seconds)
1053 2014-10-09 21:28:17 webdeli has quit (Remote host closed the connection)
1054 2014-10-09 21:35:58 JackH has quit (Ping timeout: 244 seconds)
1055 2014-10-09 21:40:56 chmod755 has quit (Quit: Leaving)
1056 2014-10-09 21:45:31 phish has joined
1057 2014-10-09 21:45:49 kgk_ has joined
1058 2014-10-09 21:47:58 saulimus has quit (Ping timeout: 272 seconds)
1059 2014-10-09 21:48:55 msvb-lab has quit (Quit: msvb-lab)
1060 2014-10-09 21:50:30 kgk_ has quit (Ping timeout: 272 seconds)
1061 2014-10-09 21:53:48 neozaru has quit (Remote host closed the connection)
1062 2014-10-09 21:56:26 webdeli has joined
1063 2014-10-09 21:56:51 torsthaldo has joined
1064 2014-10-09 22:00:29 Burrito has joined
1065 2014-10-09 22:02:09 paveljanik has quit (Quit: This computer has gone to sleep)
1066 2014-10-09 22:03:18 mhanne has quit (Quit: leaving)
1067 2014-10-09 22:04:11 mhanne has joined
1068 2014-10-09 22:04:30 Zifre has joined
1069 2014-10-09 22:04:56 brson has quit (Quit: leaving)
1070 2014-10-09 22:05:06 brson has joined
1071 2014-10-09 22:05:15 ThomasV has joined
1072 2014-10-09 22:05:22 NewLiberty has quit (Ping timeout: 258 seconds)
1073 2014-10-09 22:10:49 cbeams_ has quit (Remote host closed the connection)
1074 2014-10-09 22:11:40 aliasaila has quit (Remote host closed the connection)
1075 2014-10-09 22:14:01 AaronvanW has quit (Ping timeout: 265 seconds)
1076 2014-10-09 22:14:57 ak_ has quit (Read error: Connection reset by peer)
1077 2014-10-09 22:15:20 coeus has joined
1078 2014-10-09 22:15:48 ak_ has joined
1079 2014-10-09 22:18:03 Zifre_ has joined
1080 2014-10-09 22:21:22 Denim-jdev has quit (Read error: Connection reset by peer)
1081 2014-10-09 22:21:48 kristofferR has joined
1082 2014-10-09 22:22:02 Zifre has quit (Ping timeout: 260 seconds)
1083 2014-10-09 22:22:29 Adlai has quit (Ping timeout: 264 seconds)
1084 2014-10-09 22:22:49 ThomasV has quit (Ping timeout: 272 seconds)
1085 2014-10-09 22:23:06 Adlai has joined
1086 2014-10-09 22:23:31 Application has quit (Remote host closed the connection)
1087 2014-10-09 22:23:56 elichai2 has quit (Ping timeout: 246 seconds)
1088 2014-10-09 22:25:44 viajero has quit (Quit: viajero)
1089 2014-10-09 22:29:14 phish has quit (Read error: Connection reset by peer)
1090 2014-10-09 22:30:12 cornfeedhobo has joined
1091 2014-10-09 22:30:14 jMyles has quit (Ping timeout: 246 seconds)
1092 2014-10-09 22:31:15 aliasaila has joined
1093 2014-10-09 22:31:35 hearn has joined
1094 2014-10-09 22:32:04 hanti is now known as HANTI
1095 2014-10-09 22:37:39 maraoz has quit (Ping timeout: 272 seconds)
1096 2014-10-09 22:38:53 Cory has joined
1097 2014-10-09 22:42:08 t7 has quit (Remote host closed the connection)
1098 2014-10-09 22:42:17 uvicon has quit (Quit: Leaving)
1099 2014-10-09 22:44:37 WeCluster has quit (Ping timeout: 240 seconds)
1100 2014-10-09 22:44:44 daybyter has quit (Quit: Konversation terminated!)
1101 2014-10-09 22:45:11 cbeams has joined
1102 2014-10-09 22:47:12 WeCluster has joined
1103 2014-10-09 22:50:11 Application has joined
1104 2014-10-09 22:52:34 cbeams_ has joined
1105 2014-10-09 22:52:55 cbeams has quit (Ping timeout: 260 seconds)
1106 2014-10-09 22:53:25 chaosagent has joined
1107 2014-10-09 22:56:54 jtimon has joined
1108 2014-10-09 22:57:32 stanfill has quit (Quit: stanfill)
1109 2014-10-09 22:57:59 viajero has joined
1110 2014-10-09 23:02:05 cbeams_ has quit (Ping timeout: 272 seconds)
1111 2014-10-09 23:03:17 won9 has joined
1112 2014-10-09 23:04:43 DougieBot5000 has quit (Quit: Leaving)
1113 2014-10-09 23:06:47 jedunnigan has joined
1114 2014-10-09 23:08:05 ak_ has quit (Read error: Connection reset by peer)
1115 2014-10-09 23:08:52 ak_ has joined
1116 2014-10-09 23:10:28 ikbenwouter has quit (Quit: Leaving)
1117 2014-10-09 23:10:57 RagnarDanneskjol has joined
1118 2014-10-09 23:16:45 tombtc has quit (Quit: quit)
1119 2014-10-09 23:18:37 okae has quit (Quit: bye bye.)
1120 2014-10-09 23:28:50 gingpark has quit (Ping timeout: 260 seconds)
1121 2014-10-09 23:30:23 wumpus has quit (Ping timeout: 245 seconds)
1122 2014-10-09 23:30:38 wumpus has joined
1123 2014-10-09 23:31:44 Dr-G has quit (Remote host closed the connection)
1124 2014-10-09 23:32:57 mkarrer has quit (Remote host closed the connection)
1125 2014-10-09 23:33:09 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1126 2014-10-09 23:33:38 Dr-G has joined
1127 2014-10-09 23:34:40 Blackreign has quit ()
1128 2014-10-09 23:44:02 <BlueMatt> cfields: ping
1129 2014-10-09 23:44:09 <cfields> pong
1130 2014-10-09 23:44:29 <BlueMatt> cfields: opinion on api https://github.com/TheBlueMatt/bitcoin/commit/6d697838209a12eb5cba4f5f41caca53899b85d1 ?
1131 2014-10-09 23:45:27 <BlueMatt> maybe needs a bitcoinconsensus_minversion_to_get_consensus(my version) or something?
1132 2014-10-09 23:47:33 TheButterZone has left ()
1133 2014-10-09 23:48:13 <cfields> i thought the plan was to use the flags to determine that...
1134 2014-10-09 23:48:21 <cfields> sipa would be a better bet, though
1135 2014-10-09 23:48:37 <cfields> iirc he had it worked out nicely
1136 2014-10-09 23:48:39 <BlueMatt> cfields: how far off is the build system shown there?
1137 2014-10-09 23:49:01 <BlueMatt> something like i_support_these_flags_will_i_get_consensus(flags)?
1138 2014-10-09 23:49:26 <cfields> more like that, yes
1139 2014-10-09 23:49:29 <cfields> my understanding, anyway
1140 2014-10-09 23:49:47 Detritus has joined
1141 2014-10-09 23:50:14 <cfields> not too far off on the build-side, but it looks quite different without boost and with the dependencies trimmed down
1142 2014-10-09 23:50:28 <cfields> also, we need to check for those attributes rather than hard-coding them. i have a branch around for that somewhere
1143 2014-10-09 23:50:29 Cryo has joined
1144 2014-10-09 23:51:11 <cfields> BlueMatt: i'll push up my boost branch in just a min. just going through and cleaning it up a bit
1145 2014-10-09 23:51:57 <BlueMatt> cfields: no rush, they're complementary :)
1146 2014-10-09 23:52:21 Emzy has quit (Quit: Textual IRC Client: www.textualapp.com)
1147 2014-10-09 23:53:05 <BlueMatt> cfields: check which attributes?
1148 2014-10-09 23:53:36 <cfields> the visibility/declspec stuff
1149 2014-10-09 23:54:22 <BlueMatt> re: declspec: yes, you need to, but not for visibility?
1150 2014-10-09 23:54:39 <BlueMatt> or...I suppose you could use autotools to make that a .in and generate it?
1151 2014-10-09 23:54:57 agricocb has quit (Ping timeout: 244 seconds)
1152 2014-10-09 23:55:12 <cfields> just some stuff that goes into bitcoin-config.h
1153 2014-10-09 23:55:18 Flyer9933 has joined
1154 2014-10-09 23:55:24 <cfields> if it's not a standard, it needs to be checked for rather than assumed
1155 2014-10-09 23:55:41 <BlueMatt> ???
1156 2014-10-09 23:56:02 <cfields> ?
1157 2014-10-09 23:56:34 <BlueMatt> which is not standard?
1158 2014-10-09 23:56:36 <BlueMatt> _WIN32?
1159 2014-10-09 23:56:49 Flyer33 has quit (Ping timeout: 272 seconds)
1160 2014-10-09 23:57:18 davispuh has quit (Remote host closed the connection)
1161 2014-10-09 23:57:20 <cfields> function attribute syntax in general
1162 2014-10-09 23:57:24 <cfields> not until c++11 afaik
1163 2014-10-09 23:57:36 <BlueMatt> huh?
1164 2014-10-09 23:57:42 <BlueMatt> its all protected by #if __GNUC__
1165 2014-10-09 23:57:44 <BlueMatt> so...
1166 2014-10-09 23:57:52 Centaure has joined
1167 2014-10-09 23:58:31 <cfields> right, because you got it from the gnu website :)
1168 2014-10-09 23:58:43 <BlueMatt> ?
1169 2014-10-09 23:58:55 <BlueMatt> why is it bad to have gnu-specific code if its wrapped in #if __GNUC__ ?
1170 2014-10-09 23:59:05 <BlueMatt> when the non-gcc standard is to always include