1 2014-01-16 00:01:27 MobPhone has joined
   2 2014-01-16 00:01:49 ZG has joined
   3 2014-01-16 00:04:57 nfnty has joined
   4 2014-01-16 00:06:35 johnsoft has quit (Ping timeout: 246 seconds)
   5 2014-01-16 00:07:02 johnsoft has joined
   6 2014-01-16 00:08:44 stretchwarren has quit (Ping timeout: 252 seconds)
   7 2014-01-16 00:11:41 christophe has joined
   8 2014-01-16 00:14:54 MobPhone has quit (Read error: Connection reset by peer)
   9 2014-01-16 00:16:38 TD has quit (Quit: TD)
  10 2014-01-16 00:16:46 AriseChikun has quit (Remote host closed the connection)
  11 2014-01-16 00:17:13 AriseChikun has joined
  12 2014-01-16 00:18:07 t7 has quit (Ping timeout: 272 seconds)
  13 2014-01-16 00:19:10 <lechuga__> any1 up for a question about contracts?
  14 2014-01-16 00:20:10 <lechuga__> quiet in here today
  15 2014-01-16 00:20:14 nfnty has quit (Ping timeout: 246 seconds)
  16 2014-01-16 00:21:19 closer has joined
  17 2014-01-16 00:23:09 JZavala has joined
  18 2014-01-16 00:26:03 DougieBot5000 has quit (Quit: Leaving)
  19 2014-01-16 00:26:06 macboz has joined
  20 2014-01-16 00:28:10 Belxjander has quit (Quit: System Restarting!!!)
  21 2014-01-16 00:29:39 SwampTony has joined
  22 2014-01-16 00:33:39 MobPhone has joined
  23 2014-01-16 00:34:20 SwampTony has quit (Ping timeout: 260 seconds)
  24 2014-01-16 00:34:43 ZG has quit (caktux!~caktux@dsl-173-248-230-158.acanac.net|Quit: ZG|caktux)
  25 2014-01-16 00:34:52 n0n0 has joined
  26 2014-01-16 00:39:00 cadaverr has quit (Ping timeout: 260 seconds)
  27 2014-01-16 00:40:05 paracyst has joined
  28 2014-01-16 00:44:15 ovidiusoft has quit (Quit: Ex-Chat)
  29 2014-01-16 00:47:10 go1111111 has quit (Ping timeout: 272 seconds)
  30 2014-01-16 00:47:26 <realazthat> sipa: I am designing a mock RPC api to simulate the fork and other test-cases
  31 2014-01-16 00:47:35 <realazthat> seems most reliable to me
  32 2014-01-16 00:47:53 MobPhone has quit (Ping timeout: 246 seconds)
  33 2014-01-16 00:47:55 elgrecoFL has quit (Excess Flood)
  34 2014-01-16 00:47:57 blazon_ has left ()
  35 2014-01-16 00:47:59 <realazthat> just in case you wanted to know how I went about t hat
  36 2014-01-16 00:48:41 blazon has joined
  37 2014-01-16 00:49:26 elgrecoFL has joined
  38 2014-01-16 00:49:46 <sipa> realazthat: hmm, i once implemented a blacklistblock RPC, which instants marks a block as invalid and reorganizes away from it
  39 2014-01-16 00:50:21 Krellan_ has joined
  40 2014-01-16 00:51:34 cads has quit (Ping timeout: 248 seconds)
  41 2014-01-16 00:51:36 <realazthat> sipa: heh interesting
  42 2014-01-16 00:51:48 <realazthat> but still not really as useful for unit-testing another application I think
  43 2014-01-16 00:52:09 <realazthat> this way I can simply make some mock blockchain, no need for it to even use valid hashes or anything
  44 2014-01-16 00:52:28 <realazthat> just the amounts, addresses matter, essentially
  45 2014-01-16 00:53:04 <sipa> ok
  46 2014-01-16 00:53:10 n0n0 has quit (Ping timeout: 248 seconds)
  47 2014-01-16 00:53:16 <realazthat> sipa: is there anyone recording all known blocks, so that if there is a fork, the bad blocks are recorded
  48 2014-01-16 00:53:27 <realazthat> just curious
  49 2014-01-16 00:54:47 <sipa> every bitcoind records all blocks it sees
  50 2014-01-16 00:55:18 <sipa> well, all blocks which at least validate syntactic correctness and PoW, and connect to the genesis block
  51 2014-01-16 00:55:28 <realazthat> right, but if you restart it from scratch it won't get those, am I wrong?
  52 2014-01-16 00:55:39 <sipa> no
  53 2014-01-16 00:58:31 wallet42 has quit (Quit: Leaving.)
  54 2014-01-16 01:04:39 john5223 has quit (Read error: Operation timed out)
  55 2014-01-16 01:06:30 agricocb has quit (Quit: Leaving.)
  56 2014-01-16 01:07:22 n0n0 has joined
  57 2014-01-16 01:08:49 cads has joined
  58 2014-01-16 01:11:02 drayah has joined
  59 2014-01-16 01:12:16 MobPhone has joined
  60 2014-01-16 01:12:44 go1111111 has joined
  61 2014-01-16 01:16:18 drayah has quit (Ping timeout: 272 seconds)
  62 2014-01-16 01:16:59 wallet42 has joined
  63 2014-01-16 01:18:21 <jcorgan> sipa: are there bip0032 test vectors that exercise CKD' ?
  64 2014-01-16 01:18:52 <sipa> if you want them to
  65 2014-01-16 01:18:52 drayah has joined
  66 2014-01-16 01:19:21 <sipa> for any non-prime derivation, you can either use CKD on the parent private key, or CKD' on the public key
  67 2014-01-16 01:19:26 <sipa> and the result must be the same
  68 2014-01-16 01:19:36 <jcorgan> got it, made sense after I though about it for a bit
  69 2014-01-16 01:24:44 MobPhone has quit (Ping timeout: 260 seconds)
  70 2014-01-16 01:25:51 <jcorgan> is there intended to be a different meaning between 'm' and 'M' ?
  71 2014-01-16 01:26:08 <sipa> m is private, M is public
  72 2014-01-16 01:26:20 paracyst has quit (Read error: Connection reset by peer)
  73 2014-01-16 01:26:32 <jcorgan> as in return the extended public key vs. extended private key?
  74 2014-01-16 01:26:48 <sipa> not "return"
  75 2014-01-16 01:26:52 <sipa> they're variable name
  76 2014-01-16 01:26:59 Anduck has quit ()
  77 2014-01-16 01:27:10 <sipa> but typically lower case is used for private ones, and upper case for public ones
  78 2014-01-16 01:27:30 <jcorgan> sorry, i'm trying to wrap my bip32 code into a cli program, and pass the chain identifier as a cli argument
  79 2014-01-16 01:27:36 Pullphinger has joined
  80 2014-01-16 01:28:34 <jcorgan> so i'm writing something that evaluates a given chain string for correctness, and then a parser to return some output regarding it
  81 2014-01-16 01:28:57 <sipa> ok
  82 2014-01-16 01:29:21 <sipa> so in these chain strings that start with m or M
  83 2014-01-16 01:29:30 <sipa> those represent the xprv or xpub of the master
  84 2014-01-16 01:29:45 <jcorgan> thought so
  85 2014-01-16 01:30:06 SwampTony has joined
  86 2014-01-16 01:31:41 [\\\] has joined
  87 2014-01-16 01:34:17 JZavala has quit (Ping timeout: 245 seconds)
  88 2014-01-16 01:34:17 sytse has quit (Ping timeout: 245 seconds)
  89 2014-01-16 01:35:07 go1111111 has quit (Ping timeout: 245 seconds)
  90 2014-01-16 01:35:12 SwampTony has quit (Ping timeout: 265 seconds)
  91 2014-01-16 01:35:55 quidnunc has joined
  92 2014-01-16 01:36:34 cads has quit (Ping timeout: 272 seconds)
  93 2014-01-16 01:38:16 paracyst has joined
  94 2014-01-16 01:40:14 <jcorgan> if I handed someone the xpubkey generated from m/0'/1, they could generate the pubkeys for m/0'/1/i, but they wouldn't really need to know that the chain was rooted at m/0'/1 to do it other than to get the depth and identifier right.  So I'm trying to think of a good way for the user to supply that information to generate a subkey when all they have is a xprvkey or xpubkey somewhere down in the hierarchy
  95 2014-01-16 01:40:38 copumpkin has joined
  96 2014-01-16 01:41:09 n0n0 has quit (Ping timeout: 252 seconds)
  97 2014-01-16 01:41:26 <sipa> why do they need to know what lies above what you've given them?
  98 2014-01-16 01:41:26 defrostr has quit (Quit: Leaving)
  99 2014-01-16 01:42:03 <jcorgan> i don't think they do, but there are fields in the serialization that ask for depth and parent identifier
 100 2014-01-16 01:42:38 <sipa> yes, so they know
 101 2014-01-16 01:42:49 <sipa> i'm not sure what you're trying to do
 102 2014-01-16 01:44:21 <jcorgan> i want to be able to some something like: $ hdwgen -f xpubkey.bin 5 to generate /5 xpubkey under whatever node xpubkey.bin refers to
 103 2014-01-16 01:45:21 <jcorgan> ah, just pull the depth and ident out of the xpubkey.bin
 104 2014-01-16 01:47:10 <jcorgan> so if you are starting from the master key, you'd have m/..., but if you're just starting with an xprvkey or xpubkey from somewhere in the hierarchy, you could just specifiy the "relative" path continuing from there
 105 2014-01-16 01:47:14 <jcorgan> right?
 106 2014-01-16 01:47:55 <sipa> ye
 107 2014-01-16 01:47:56 <sipa> yes
 108 2014-01-16 01:47:56 <jcorgan> i might be overthinking this
 109 2014-01-16 01:48:20 <sipa> i implemented that in https://github.com/bitcoin/bitcoin/pull/3520
 110 2014-01-16 01:48:48 abueesp has joined
 111 2014-01-16 01:48:49 <sipa> you can pass xpub6ASuArnXKPbfEwhqN6e3mwBcDTgzisQN1wXN9BJcM47sSikHjJf3UFHKkNAWbWMiGj7Wf5uMash7SyYq527Hqck2AxYysAA7xmALppuCkwQ/2/3'/10000/0/1
 112 2014-01-16 01:48:56 <jcorgan> ah, nice, ima gonna steal from that
 113 2014-01-16 01:49:08 <sipa> well, no, you can't do prime derivations from an xpub
 114 2014-01-16 01:49:17 <jcorgan> i get your point though
 115 2014-01-16 01:49:33 <sipa> good!
 116 2014-01-16 01:49:34 cads has joined
 117 2014-01-16 01:50:04 abueesp has quit (Remote host closed the connection)
 118 2014-01-16 01:50:09 <sipa> phantomcircuit: can you have a look again at #2966?
 119 2014-01-16 01:50:12 dooglus has quit (Ping timeout: 252 seconds)
 120 2014-01-16 01:50:13 abueesp has joined
 121 2014-01-16 01:50:40 <jcorgan> so my program give the user the ability to supply the xpubkey or xprvkey from a file or stdin, or to supply entropy either from a file or stdin when creating a master
 122 2014-01-16 01:51:25 <jcorgan> to duplicate what you said above, they'd supply the xpub... in one cli, then '2/3'/10000/0/1' as the chain spec
 123 2014-01-16 01:51:36 nsh has quit (Read error: Connection reset by peer)
 124 2014-01-16 01:51:43 cads has quit (Read error: Connection reset by peer)
 125 2014-01-16 01:51:50 nsh has joined
 126 2014-01-16 01:51:59 cads has joined
 127 2014-01-16 01:52:01 stk` has joined
 128 2014-01-16 01:52:05 <jcorgan> thanks for clarifying.
 129 2014-01-16 01:52:09 <sipa> that hdderive command just takes [keyspec][/path[/path[...]]
 130 2014-01-16 01:52:22 owowo has quit (Quit: <                            ~~<   K1lr0y w4s h3R3   >~~                           >)
 131 2014-01-16 01:52:27 <sipa> where keyspec is either an xpub or xprv in base58, or a seed in hex
 132 2014-01-16 01:52:32 Plinker has left ()
 133 2014-01-16 01:52:46 owowo has joined
 134 2014-01-16 01:53:01 sytse has joined
 135 2014-01-16 01:53:44 <jcorgan> my Python utility is about the same, but a little more generalized
 136 2014-01-16 01:53:55 <sipa> oki
 137 2014-01-16 01:54:53 <jcorgan> like being able to generate the master xpub and xprv by supplying entropy
 138 2014-01-16 01:55:39 <jcorgan> and outputting different things about a generated node (secret, pubkey, chain code, addr, etc.)
 139 2014-01-16 01:56:11 <sipa> yup, that rpc command does all that too :)
 140 2014-01-16 01:56:19 <jcorgan> i'm sure :)
 141 2014-01-16 01:56:30 <sipa> anyway, not trying to discourage you at all
 142 2014-01-16 01:56:39 <sipa> it's much more useful to have that as an external tool
 143 2014-01-16 01:56:41 cads has quit (Client Quit)
 144 2014-01-16 01:56:51 <jcorgan> this started as an exercise to understand the bip, it's grown into an effort to make playing with these things scriptable
 145 2014-01-16 01:56:58 cads has joined
 146 2014-01-16 01:57:05 c0rw1n has quit (Remote host closed the connection)
 147 2014-01-16 01:57:22 c0rw1n has joined
 148 2014-01-16 01:57:47 dooglus has joined
 149 2014-01-16 01:57:58 <jcorgan> i've even had the notion to wrap a FUSE filesystem around it, so you could recursivly descend into nodes and the various parameters would be files you could read, like /proc
 150 2014-01-16 01:58:15 brson has quit (Quit: leaving)
 151 2014-01-16 01:58:43 <sipa> haha
 152 2014-01-16 01:58:48 brson has joined
 153 2014-01-16 01:59:07 <jcorgan> so you could "mount" an xpubkey, xprvkey, or entropy source, then do everything else with cat :)
 154 2014-01-16 01:59:23 <jcorgan> and cd
 155 2014-01-16 02:01:02 am42 has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
 156 2014-01-16 02:01:14 <jcorgan> that's a neat idea (and I'm a big fan of FUSE), but I have no idea if it is really useful
 157 2014-01-16 02:01:28 <sipa> i've written fuse filesystems before too :)
 158 2014-01-16 02:01:42 <sipa> here i think it's a little bit overkill though
 159 2014-01-16 02:02:32 <gmaxwell> a fuse block explorer would be more amusing.
 160 2014-01-16 02:03:11 <jcorgan> you are in a maze of twisty hex passages, all alike
 161 2014-01-16 02:03:19 <gmaxwell> sipa: I forget, did addr index also index the spending transactions?
 162 2014-01-16 02:03:36 twisterFire has joined
 163 2014-01-16 02:03:46 <sipa> gmaxwell: i think so, yes
 164 2014-01-16 02:04:54 wallet42 has quit (Quit: Leaving.)
 165 2014-01-16 02:06:30 drayah has quit (Remote host closed the connection)
 166 2014-01-16 02:06:42 ZG has joined
 167 2014-01-16 02:07:51 smash_ has quit (Remote host closed the connection)
 168 2014-01-16 02:10:01 Nesetalis has joined
 169 2014-01-16 02:11:13 DaQatz has joined
 170 2014-01-16 02:11:18 Lexa has quit (Remote host closed the connection)
 171 2014-01-16 02:13:21 Belxjander has joined
 172 2014-01-16 02:17:18 Michail1_ is now known as Michail1
 173 2014-01-16 02:17:36 twisterFire has quit ()
 174 2014-01-16 02:18:02 Lexa has joined
 175 2014-01-16 02:20:07 easye has quit (Remote host closed the connection)
 176 2014-01-16 02:20:10 easye` has joined
 177 2014-01-16 02:21:00 christophe has quit (Quit: leaving)
 178 2014-01-16 02:24:35 ZG has quit (caktux!~caktux@dsl-173-248-230-158.acanac.net|Quit: ZG|caktux)
 179 2014-01-16 02:25:07 dredredre has joined
 180 2014-01-16 02:25:44 smash_ has joined
 181 2014-01-16 02:25:58 bbrian has quit (Ping timeout: 272 seconds)
 182 2014-01-16 02:26:41 tesserajk has quit (Quit: tesserajk)
 183 2014-01-16 02:27:18 zeddan81 has quit (Quit: Lämnar)
 184 2014-01-16 02:27:26 Belxjander has quit (Ping timeout: 252 seconds)
 185 2014-01-16 02:28:43 d3p0rt3d has quit (Read error: No route to host)
 186 2014-01-16 02:28:57 d3p0rt3d has joined
 187 2014-01-16 02:29:47 sacrelege has joined
 188 2014-01-16 02:30:36 SwampTony has joined
 189 2014-01-16 02:31:34 agricocb has joined
 190 2014-01-16 02:32:00 Lexa has quit (Remote host closed the connection)
 191 2014-01-16 02:35:33 SwampTony has quit (Ping timeout: 272 seconds)
 192 2014-01-16 02:35:56 roconnor has joined
 193 2014-01-16 02:42:21 ThomasV has joined
 194 2014-01-16 02:49:33 Lexa has joined
 195 2014-01-16 02:51:00 bitcoiner has quit (Quit: Leaving)
 196 2014-01-16 02:52:00 jtimon has quit (Remote host closed the connection)
 197 2014-01-16 02:54:23 go1111111 has joined
 198 2014-01-16 03:01:50 Burrito has quit (Quit: Leaving)
 199 2014-01-16 03:09:11 agricocb has quit (Remote host closed the connection)
 200 2014-01-16 03:09:26 agricocb has joined
 201 2014-01-16 03:15:22 oPen_syLar has joined
 202 2014-01-16 03:15:22 oPen_syLar has quit (Changing host)
 203 2014-01-16 03:15:22 oPen_syLar has joined
 204 2014-01-16 03:25:10 nanotube has quit (Ping timeout: 248 seconds)
 205 2014-01-16 03:25:24 melik has quit (Ping timeout: 245 seconds)
 206 2014-01-16 03:26:31 nanotube has joined
 207 2014-01-16 03:31:03 SwampTony has joined
 208 2014-01-16 03:32:41 cadaverr has joined
 209 2014-01-16 03:35:09 SwampTon_ has joined
 210 2014-01-16 03:35:33 SwampTony has quit (Ping timeout: 252 seconds)
 211 2014-01-16 03:35:42 SwampTon_ has quit (Remote host closed the connection)
 212 2014-01-16 03:37:32 Subo1977_ has joined
 213 2014-01-16 03:37:44 wyager has joined
 214 2014-01-16 03:37:54 Subo1977 has quit (Ping timeout: 240 seconds)
 215 2014-01-16 03:39:35 <warren> sipa: for the leveldb patching, we commit to bitcoin/leveldb first then subtree merge squash to bitcoin?
 216 2014-01-16 03:40:42 mynameis has quit (Quit: mynameis)
 217 2014-01-16 03:41:21 <warren> This is a bit issue is disruptive to master testing so I hope it can be merged soon.
 218 2014-01-16 03:41:29 <warren> errr english
 219 2014-01-16 03:44:01 CryptoBuck has quit ()
 220 2014-01-16 03:49:14 KillYourTV has quit (Ping timeout: 240 seconds)
 221 2014-01-16 03:49:56 cads has quit (Ping timeout: 272 seconds)
 222 2014-01-16 03:51:37 KillYourTV has joined
 223 2014-01-16 03:52:36 cads has joined
 224 2014-01-16 03:56:45 mrkent has joined
 225 2014-01-16 03:56:46 mrkent has quit (Changing host)
 226 2014-01-16 03:56:46 mrkent has joined
 227 2014-01-16 04:03:44 Cryo has quit (Remote host closed the connection)
 228 2014-01-16 04:04:08 Cryo has joined
 229 2014-01-16 04:04:08 Cryo has quit (Changing host)
 230 2014-01-16 04:04:08 Cryo has joined
 231 2014-01-16 04:06:01 mrkent has quit (Read error: Operation timed out)
 232 2014-01-16 04:07:29 mattco has joined
 233 2014-01-16 04:09:30 wyager has quit (Quit: wyager)
 234 2014-01-16 04:12:25 agnostic98 has quit (Remote host closed the connection)
 235 2014-01-16 04:12:58 agnostic98 has joined
 236 2014-01-16 04:16:21 quidnunc has quit (Remote host closed the connection)
 237 2014-01-16 04:17:10 agricocb has quit (Remote host closed the connection)
 238 2014-01-16 04:17:21 agnostic98 has quit (Ping timeout: 252 seconds)
 239 2014-01-16 04:17:29 agricocb has joined
 240 2014-01-16 04:26:25 Belxjander has joined
 241 2014-01-16 04:26:36 Application has quit (Ping timeout: 276 seconds)
 242 2014-01-16 04:29:55 c0rw1n has quit (Remote host closed the connection)
 243 2014-01-16 04:32:59 garethmacleod has joined
 244 2014-01-16 04:35:06 eoss has joined
 245 2014-01-16 04:35:22 SwampTony has joined
 246 2014-01-16 04:36:51 Raziel has quit (Ping timeout: 252 seconds)
 247 2014-01-16 04:36:56 ThomasV has quit (Ping timeout: 265 seconds)
 248 2014-01-16 04:36:56 hmsimha has quit (Ping timeout: 265 seconds)
 249 2014-01-16 04:40:39 ThomasV has joined
 250 2014-01-16 04:43:03 n0n0 has joined
 251 2014-01-16 04:45:35 garethmacleod has quit (Quit: garethmacleod)
 252 2014-01-16 04:52:47 agnostic98 has joined
 253 2014-01-16 05:00:27 SwampTony has quit (Remote host closed the connection)
 254 2014-01-16 05:04:51 [7] has quit (Disconnected by services)
 255 2014-01-16 05:05:02 TheSeven has joined
 256 2014-01-16 05:06:20 hmsimha has joined
 257 2014-01-16 05:09:48 mattco1 has joined
 258 2014-01-16 05:10:05 mattco has quit (Disconnected by services)
 259 2014-01-16 05:10:09 mattco1 is now known as mattco
 260 2014-01-16 05:12:27 mattco1 has joined
 261 2014-01-16 05:14:42 <jgarzik> sipa, heh, cool.  FUSE is a lot of fun.  I wrote "dbfs": Local filesystem with POSIX semantics, implemented using Berkeley DB 4 over FUSE.
 262 2014-01-16 05:15:06 mattco has quit (Ping timeout: 252 seconds)
 263 2014-01-16 05:15:14 <jgarzik> did the same for "fuse-ext2", which is a POSIX filesystem implemented using userspace e2fsprogs library
 264 2014-01-16 05:16:38 sacrelege has quit (Ping timeout: 248 seconds)
 265 2014-01-16 05:16:49 * jgarzik has written several kernel and userspace filesystems.  Terribly interesting work, where genius data structure work is torn apart and smashed into pudding by hardware that lies to you
 266 2014-01-16 05:17:39 <jgarzik> http://linux.yyz.us/projects.html
 267 2014-01-16 05:18:43 dmanderson is now known as danderson_afk
 268 2014-01-16 05:21:09 QuantumQrack has joined
 269 2014-01-16 05:22:55 SwampTony has joined
 270 2014-01-16 05:23:30 [BNC]dansmith has quit (Changing host)
 271 2014-01-16 05:23:30 [BNC]dansmith has joined
 272 2014-01-16 05:25:15 cadaverr has quit (Ping timeout: 252 seconds)
 273 2014-01-16 05:27:46 agnostic98 has quit (Remote host closed the connection)
 274 2014-01-16 05:28:21 agnostic98 has joined
 275 2014-01-16 05:29:44 ThomasV has quit (Ping timeout: 260 seconds)
 276 2014-01-16 05:31:33 Prattler has quit (Read error: Connection reset by peer)
 277 2014-01-16 05:32:51 agnostic98 has quit (Ping timeout: 252 seconds)
 278 2014-01-16 05:33:54 [BNC]dansmith is now known as dansmith_btc
 279 2014-01-16 05:33:54 ThomasV has joined
 280 2014-01-16 05:34:02 Belxjander has quit (Quit: System Restarting!!!)
 281 2014-01-16 05:35:53 Belxjander has joined
 282 2014-01-16 05:36:47 cads has quit (Ping timeout: 245 seconds)
 283 2014-01-16 05:37:47 sassamo has quit (Remote host closed the connection)
 284 2014-01-16 05:38:14 sassamo has joined
 285 2014-01-16 05:38:39 Prattler has joined
 286 2014-01-16 05:40:00 brson has quit (Ping timeout: 260 seconds)
 287 2014-01-16 05:41:15 nsh has quit (Ping timeout: 245 seconds)
 288 2014-01-16 05:42:35 sassamo has quit (Ping timeout: 246 seconds)
 289 2014-01-16 05:45:21 Guest40208 has quit (Ping timeout: 252 seconds)
 290 2014-01-16 05:49:09 Nesetalis has quit (Ping timeout: 245 seconds)
 291 2014-01-16 05:50:31 Liquid has joined
 292 2014-01-16 05:50:54 Liquid is now known as Guest11043
 293 2014-01-16 05:53:21 smash_ has quit (Remote host closed the connection)
 294 2014-01-16 05:57:05 RoboTeddy has quit (Ping timeout: 245 seconds)
 295 2014-01-16 05:58:30 abrkn has joined
 296 2014-01-16 06:00:04 zeiris has quit (Ping timeout: 260 seconds)
 297 2014-01-16 06:07:21 cadaverr has joined
 298 2014-01-16 06:10:18 ericmuyser has joined
 299 2014-01-16 06:13:19 johnsoft has quit (Ping timeout: 245 seconds)
 300 2014-01-16 06:14:06 johnsoft has joined
 301 2014-01-16 06:22:25 mappum has joined
 302 2014-01-16 06:22:39 Gabralkhan has quit (Read error: Connection reset by peer)
 303 2014-01-16 06:24:05 cruelcat has joined
 304 2014-01-16 06:27:02 lifeofcray has quit (Ping timeout: 246 seconds)
 305 2014-01-16 06:27:50 lifeofcray has joined
 306 2014-01-16 06:27:58 Ursium has quit (Quit: Ursium)
 307 2014-01-16 06:32:27 owowo has quit (Remote host closed the connection)
 308 2014-01-16 06:32:33 RoboTeddy has joined
 309 2014-01-16 06:33:02 smash_ has joined
 310 2014-01-16 06:33:06 owowo has joined
 311 2014-01-16 06:33:59 RoboTeddy has quit (Read error: Connection reset by peer)
 312 2014-01-16 06:34:17 RoboTeddy has joined
 313 2014-01-16 06:34:58 eoss has quit (Ping timeout: 272 seconds)
 314 2014-01-16 06:37:20 john5223 has joined
 315 2014-01-16 06:41:09 stk` has quit (Ping timeout: 252 seconds)
 316 2014-01-16 06:43:43 Neozonz has joined
 317 2014-01-16 06:45:57 Neozonz has quit (Discx2!~Neozonz@unaffiliated/neozonz|Ping timeout: 245 seconds)
 318 2014-01-16 06:46:01 nightlingo has joined
 319 2014-01-16 06:46:05 <nightlingo> yo!
 320 2014-01-16 06:46:40 hmmma has quit (Ping timeout: 245 seconds)
 321 2014-01-16 06:48:51 cadaverr has quit (Ping timeout: 252 seconds)
 322 2014-01-16 06:49:37 skydome has quit (Ping timeout: 256 seconds)
 323 2014-01-16 06:49:48 nessence has quit (Remote host closed the connection)
 324 2014-01-16 06:50:21 nessence has joined
 325 2014-01-16 06:51:27 nessence has quit (Read error: Connection reset by peer)
 326 2014-01-16 06:55:58 nessence has joined
 327 2014-01-16 06:56:10 maveneagle has joined
 328 2014-01-16 06:56:22 maveneagle has quit (Max SendQ exceeded)
 329 2014-01-16 06:56:29 ahbritto has quit (Ping timeout: 252 seconds)
 330 2014-01-16 07:00:56 Application has joined
 331 2014-01-16 07:05:01 jtcwang has joined
 332 2014-01-16 07:06:48 Gabit has joined
 333 2014-01-16 07:08:57 sassamo has joined
 334 2014-01-16 07:09:03 ahbritto has joined
 335 2014-01-16 07:10:25 cadaver has joined
 336 2014-01-16 07:11:43 Namworld has quit ()
 337 2014-01-16 07:12:43 nsh has joined
 338 2014-01-16 07:12:48 nightlingo has quit (Ping timeout: 252 seconds)
 339 2014-01-16 07:13:13 [Author] has quit (Quit: ZNC - http://znc.sourceforge.net)
 340 2014-01-16 07:13:23 [Author] has joined
 341 2014-01-16 07:15:22 zeiris has joined
 342 2014-01-16 07:16:14 <abrkn> is github user vbuterin ever on irc?
 343 2014-01-16 07:16:22 sassamo has quit (Ping timeout: 252 seconds)
 344 2014-01-16 07:16:38 <Luke-Jr> abrkn: rarely
 345 2014-01-16 07:17:59 SwampTony has quit (Remote host closed the connection)
 346 2014-01-16 07:18:37 SwampTony has joined
 347 2014-01-16 07:19:24 MrOrange has joined
 348 2014-01-16 07:19:38 jgarzik has quit (Read error: Operation timed out)
 349 2014-01-16 07:21:40 <sipa> jgarzik: for backuppc, a pretty nice deduplicating incremental backupservice written in perl, i wrote a filesystem in fuse-perl to mount it
 350 2014-01-16 07:23:12 SwampTony has quit (Ping timeout: 265 seconds)
 351 2014-01-16 07:26:16 john5223 has quit (Ping timeout: 272 seconds)
 352 2014-01-16 07:26:18 nightlingo has joined
 353 2014-01-16 07:26:33 mappum_ has joined
 354 2014-01-16 07:27:19 n0n0 has quit (Ping timeout: 276 seconds)
 355 2014-01-16 07:31:54 mappum_ has quit (Quit: Stay fresh.)
 356 2014-01-16 07:33:21 niston` has joined
 357 2014-01-16 07:33:43 lifeofcray has quit (Read error: Operation timed out)
 358 2014-01-16 07:33:52 <abrkn> Luke-Jr: i see. he is not responding to pull requests
 359 2014-01-16 07:34:15 jtcwang has quit (Ping timeout: 252 seconds)
 360 2014-01-16 07:34:52 lifeofcray has joined
 361 2014-01-16 07:35:20 mappum_ has joined
 362 2014-01-16 07:36:43 twizt has joined
 363 2014-01-16 07:38:17 <warren> sipa: shoot.  using SSTFileName actually doesn't prevent the renaming
 364 2014-01-16 07:38:27 <warren> sipa: patching s/ldb/sst/ did
 365 2014-01-16 07:39:06 <sipa> really?
 366 2014-01-16 07:39:17 <sipa> that's unexpected
 367 2014-01-16 07:39:48 Anduck has joined
 368 2014-01-16 07:42:22 <warren> retesting
 369 2014-01-16 07:43:16 <warren> sipa: http://0bin.net/paste/kpbM-Uh5EYAsGLwh#nuidR/3rIa9imn7upS8cGu/wYV8vulRARXvcRYDRXao=  this is what you meant right?
 370 2014-01-16 07:44:12 damethos has joined
 371 2014-01-16 07:47:33 paracyst has quit (Read error: Connection reset by peer)
 372 2014-01-16 07:47:44 cysm has quit (Read error: Connection reset by peer)
 373 2014-01-16 07:48:22 <abrkn> is it possible to have bitcoind always send change to a specific address?
 374 2014-01-16 07:48:55 rdymac has quit (Excess Flood)
 375 2014-01-16 07:48:56 ThomasV has quit (Read error: Operation timed out)
 376 2014-01-16 07:50:02 owowo has quit (Remote host closed the connection)
 377 2014-01-16 07:50:12 agnostic98 has joined
 378 2014-01-16 07:50:15 owowo has joined
 379 2014-01-16 07:50:54 cysm has joined
 380 2014-01-16 07:51:09 SwampTony has joined
 381 2014-01-16 07:51:34 twizt has quit (Quit: Page closed)
 382 2014-01-16 07:51:50 johnsoft has quit (Ping timeout: 248 seconds)
 383 2014-01-16 07:52:33 rdymac has joined
 384 2014-01-16 07:52:59 johnsoft has joined
 385 2014-01-16 07:53:42 jgarzik has joined
 386 2014-01-16 07:53:42 jgarzik has quit (Changing host)
 387 2014-01-16 07:53:42 jgarzik has joined
 388 2014-01-16 07:54:04 VinceSamios has joined
 389 2014-01-16 07:54:46 agnostic98 has quit (Ping timeout: 272 seconds)
 390 2014-01-16 07:55:22 damethos has quit (Quit: Bye)
 391 2014-01-16 07:56:14 paracyst has joined
 392 2014-01-16 07:56:39 damethos has joined
 393 2014-01-16 07:59:00 ahbritto has quit (Read error: Connection reset by peer)
 394 2014-01-16 08:00:04 ahbritto has joined
 395 2014-01-16 08:00:38 mappum_ has quit (Remote host closed the connection)
 396 2014-01-16 08:10:52 go1111111 has quit (Ping timeout: 272 seconds)
 397 2014-01-16 08:12:39 Gabit has quit (Remote host closed the connection)
 398 2014-01-16 08:12:44 debiantoruser has quit (Ping timeout: 246 seconds)
 399 2014-01-16 08:12:50 sassamo has joined
 400 2014-01-16 08:13:42 MolokoDeck has quit (Ping timeout: 276 seconds)
 401 2014-01-16 08:14:30 debiantoruser has joined
 402 2014-01-16 08:17:13 sassamo has quit (Ping timeout: 245 seconds)
 403 2014-01-16 08:17:37 Anduck has quit (Ping timeout: 245 seconds)
 404 2014-01-16 08:19:45 MolokoDeck has joined
 405 2014-01-16 08:22:34 cadaver has quit (Ping timeout: 276 seconds)
 406 2014-01-16 08:22:44 Eiii has quit ()
 407 2014-01-16 08:25:04 n0n0 has joined
 408 2014-01-16 08:26:28 [1]AndyOfiesh has quit (Read error: Connection reset by peer)
 409 2014-01-16 08:26:40 <sipa> warren: yes
 410 2014-01-16 08:26:55 <warren> sipa: yeah, not working here.
 411 2014-01-16 08:27:00 <sipa> abrkn: yes, if you change the code, but don't do that
 412 2014-01-16 08:27:23 <sipa> warren: thanks, i'll have a look later today
 413 2014-01-16 08:27:36 MolokoDeck has quit (Ping timeout: 252 seconds)
 414 2014-01-16 08:28:02 <abrkn> sipa: what would be a disadvantage?
 415 2014-01-16 08:28:06 nessence has quit (Read error: Connection reset by peer)
 416 2014-01-16 08:28:23 nessence has joined
 417 2014-01-16 08:28:35 <abrkn> sipa: aside from loss of pseudonymity
 418 2014-01-16 08:30:16 <wumpus> there are tons fo threads about why not to reuse addresses, please do your own research as well
 419 2014-01-16 08:31:33 Grouver has joined
 420 2014-01-16 08:32:10 <warren> wumpus: hmm, renaming them back to .sst failed yesterday, but today it worked.
 421 2014-01-16 08:32:51 ericmuyser has quit (Remote host closed the connection)
 422 2014-01-16 08:32:59 <warren> cd ~/.bitcoin; for file in $(find -name '*.ldb'); do mv $file $(echo $file |sed 's/ldb$/sst/'); done
 423 2014-01-16 08:33:00 <wumpus> let's hope that you did something wrong, and not even that is non-deterministic
 424 2014-01-16 08:33:51 <abrkn> our wallet.dat's getting pretty big at justcoin and im trying to find a better system. was thinking generating addresses with bip32, but then we need to find inputs and construct tx' which is a pain and most people advice against
 425 2014-01-16 08:34:33 <abrkn> alternatively can use bip32 to create disposable addresses and routinely sweep them up in a hot wallet chain
 426 2014-01-16 08:35:00 tg0 has joined
 427 2014-01-16 08:35:17 VinceSamios has quit (Remote host closed the connection)
 428 2014-01-16 08:35:43 <wumpus> slowing of wallet.dat's is mostly on number of transactions, number of keys shouldn't make much of a difference
 429 2014-01-16 08:36:50 <warren> wumpus: hmm, should we switch the linux gitian intermediates to .zip for determinism?
 430 2014-01-16 08:37:07 <wumpus> warren: yes
 431 2014-01-16 08:37:48 VinceSamios has joined
 432 2014-01-16 08:38:47 <wumpus> and number of transactions doesn't change by using a different key generation scheme; the bitcoind wallet just doesn't scale that well, and a change like 'send the change to a fixed address' isn't going to resolve that
 433 2014-01-16 08:40:32 <wumpus> I'm not sure what to recommend either
 434 2014-01-16 08:42:27 <warren> i'm sleeping early tonight
 435 2014-01-16 08:42:31 <warren> ttyl
 436 2014-01-16 08:42:33 <abrkn> wumpus: alternative is to do our own input management, but things like having to re-broadcast tx'...
 437 2014-01-16 08:42:40 Denim-jdev has quit (Ping timeout: 253 seconds)
 438 2014-01-16 08:42:43 <wumpus> if you skip the wallet and build and sign transactions using the raw transaction API instead you can build your own well-scaling system on top, but yes you need a way to keep track of inputs, I'm sure someone else did this before and can comment
 439 2014-01-16 08:43:44 <abrkn> perhaps if sending using sendraw does the re-broadcasting for me, then i would benefit from bitcoind without bloating the wallet
 440 2014-01-16 08:45:26 <wumpus> IIRC it only re-broadcasts sendrawtransaction'ed transactions if the wallet accepts them
 441 2014-01-16 08:46:03 ovidiusoft has joined
 442 2014-01-16 08:46:21 <wumpus> (yes, it's the wallet that does the re-broadcasting)
 443 2014-01-16 08:46:29 <abrkn> ok
 444 2014-01-16 08:47:52 Guyver2 has joined
 445 2014-01-16 08:50:52 twizt has joined
 446 2014-01-16 08:54:04 go1111111 has joined
 447 2014-01-16 08:54:08 VinceSamios has quit (Remote host closed the connection)
 448 2014-01-16 08:58:16 imsaguy has quit (Read error: Connection reset by peer)
 449 2014-01-16 09:01:50 freewil has quit (Quit: Leaving)
 450 2014-01-16 09:04:39 t7 has joined
 451 2014-01-16 09:05:00 dooltaz has joined
 452 2014-01-16 09:07:24 shesek has joined
 453 2014-01-16 09:10:15 MolokoDeck has joined
 454 2014-01-16 09:10:24 nightlingo has quit (Ping timeout: 272 seconds)
 455 2014-01-16 09:10:46 dooltaz has quit ()
 456 2014-01-16 09:11:46 melvster has joined
 457 2014-01-16 09:13:24 sassamo has joined
 458 2014-01-16 09:15:34 roconnor has quit (Quit: Konversation terminated!)
 459 2014-01-16 09:17:42 sassamo has quit (Ping timeout: 248 seconds)
 460 2014-01-16 09:21:08 MolokoDeck has quit (Ping timeout: 265 seconds)
 461 2014-01-16 09:21:10 Grouver has quit (Ping timeout: 272 seconds)
 462 2014-01-16 09:23:13 SwampTony has quit (Remote host closed the connection)
 463 2014-01-16 09:24:23 zcopley has quit (Quit: Computer has gone to sleep.)
 464 2014-01-16 09:26:14 dredredre has quit (Ping timeout: 248 seconds)
 465 2014-01-16 09:26:22 SwampTon_ has joined
 466 2014-01-16 09:27:14 fanquake has joined
 467 2014-01-16 09:27:46 go1111111 has quit (Ping timeout: 272 seconds)
 468 2014-01-16 09:28:22 Apexseals has quit ()
 469 2014-01-16 09:30:05 jtcwang has joined
 470 2014-01-16 09:31:28 SwampTon_ has quit (Ping timeout: 276 seconds)
 471 2014-01-16 09:34:09 Belkaar has quit (Ping timeout: 252 seconds)
 472 2014-01-16 09:36:25 Belkaar has joined
 473 2014-01-16 09:42:40 Grouver has joined
 474 2014-01-16 09:43:47 wallet42 has joined
 475 2014-01-16 09:47:40 Apexseals has joined
 476 2014-01-16 09:49:04 Eagle[TM] has joined
 477 2014-01-16 09:50:08 stonecoldpat has joined
 478 2014-01-16 09:54:34 nickler has joined
 479 2014-01-16 09:57:12 TD[away] is now known as TD
 480 2014-01-16 09:57:34 etblvu1 has joined
 481 2014-01-16 10:00:29 etblvu1 has left ()
 482 2014-01-16 10:01:22 etblvu1 has joined
 483 2014-01-16 10:04:10 VinceSamios has joined
 484 2014-01-16 10:05:55 n0n0 has quit (Ping timeout: 276 seconds)
 485 2014-01-16 10:09:38 smash_ has quit (Remote host closed the connection)
 486 2014-01-16 10:11:41 nsh_ has joined
 487 2014-01-16 10:11:48 mynameis has joined
 488 2014-01-16 10:11:55 nsh has quit (Quit: Ex-Chat)
 489 2014-01-16 10:13:26 nsh_ has quit (Max SendQ exceeded)
 490 2014-01-16 10:13:57 sassamo has joined
 491 2014-01-16 10:14:05 CodeShark has quit (Read error: Connection reset by peer)
 492 2014-01-16 10:14:21 nsh_ has joined
 493 2014-01-16 10:14:40 CodeShark has joined
 494 2014-01-16 10:15:16 swulf-- has joined
 495 2014-01-16 10:15:25 swulf-- has left ()
 496 2014-01-16 10:16:29 nsh_ has quit (Max SendQ exceeded)
 497 2014-01-16 10:17:19 nsh_ has joined
 498 2014-01-16 10:17:52 hnz has quit (Ping timeout: 252 seconds)
 499 2014-01-16 10:17:58 damethos has quit (Quit: Bye)
 500 2014-01-16 10:18:32 sassamo has quit (Ping timeout: 272 seconds)
 501 2014-01-16 10:19:29 Neozonz has quit (Disc!~Neozonz@unaffiliated/neozonz|Ping timeout: 252 seconds)
 502 2014-01-16 10:21:13 porquilho has joined
 503 2014-01-16 10:21:33 Neozonz has joined
 504 2014-01-16 10:22:27 hnz has joined
 505 2014-01-16 10:22:58 phillipsjk has quit (Ping timeout: 272 seconds)
 506 2014-01-16 10:27:45 abrkn has quit (Ping timeout: 252 seconds)
 507 2014-01-16 10:29:49 hsmiths2 has joined
 508 2014-01-16 10:29:50 hsmiths has quit (Read error: Connection reset by peer)
 509 2014-01-16 10:30:13 mappum_ has joined
 510 2014-01-16 10:30:25 nsh_ has quit (Ping timeout: 245 seconds)
 511 2014-01-16 10:40:06 jdnavarro has joined
 512 2014-01-16 10:40:37 damethos has joined
 513 2014-01-16 10:44:04 c0rw1n has joined
 514 2014-01-16 10:49:17 macboz has quit (Quit: This computer has gone to sleep)
 515 2014-01-16 10:51:03 nightlingo has joined
 516 2014-01-16 10:51:51 Lbit_ has joined
 517 2014-01-16 10:52:38 rdymac has quit (Excess Flood)
 518 2014-01-16 10:53:17 Lbit has quit (Ping timeout: 256 seconds)
 519 2014-01-16 10:54:34 rdymac has joined
 520 2014-01-16 10:56:25 gwb3 has quit (Quit: leaving)
 521 2014-01-16 10:56:42 gwb3 has joined
 522 2014-01-16 10:57:11 Lbit has joined
 523 2014-01-16 10:58:37 tg0 has quit (Remote host closed the connection)
 524 2014-01-16 10:58:57 Lbit_ has quit (Ping timeout: 256 seconds)
 525 2014-01-16 11:00:29 webtest has joined
 526 2014-01-16 11:01:07 webtest has quit (Client Quit)
 527 2014-01-16 11:02:52 Gues_____ has joined
 528 2014-01-16 11:05:00 Gues_____ has quit (Client Quit)
 529 2014-01-16 11:07:09 mappum_ has quit (Remote host closed the connection)
 530 2014-01-16 11:07:15 QuantumQrack has left ("Leaving")
 531 2014-01-16 11:07:51 jtcwang has quit (Ping timeout: 272 seconds)
 532 2014-01-16 11:12:26 one_zero has quit ()
 533 2014-01-16 11:12:38 johnsoft has quit (Ping timeout: 272 seconds)
 534 2014-01-16 11:12:49 johnsoft has joined
 535 2014-01-16 11:13:08 gancl has quit ()
 536 2014-01-16 11:14:24 Pullphinger has quit ()
 537 2014-01-16 11:14:24 sassamo has joined
 538 2014-01-16 11:18:46 sassamo has quit (Ping timeout: 248 seconds)
 539 2014-01-16 11:20:16 smash_ has joined
 540 2014-01-16 11:21:06 shesek has quit (Read error: Connection reset by peer)
 541 2014-01-16 11:24:18 nightlingo has quit (Ping timeout: 272 seconds)
 542 2014-01-16 11:24:52 smash_ has quit (Ping timeout: 260 seconds)
 543 2014-01-16 11:25:36 joepie91_ has left ()
 544 2014-01-16 11:25:44 joepie91 has joined
 545 2014-01-16 11:25:54 joepie91 has quit (Changing host)
 546 2014-01-16 11:25:54 joepie91 has joined
 547 2014-01-16 11:25:57 <CodeShark> was a major LevelDB issue recently fixed with the master branch?
 548 2014-01-16 11:28:15 <Eagle[TM]> 0.8.6 fixed/hardened things for Mac regarding LevelDB iirc, not sure about master
 549 2014-01-16 11:29:34 <CodeShark> master from last week (I can get the exact commit id) was causing my system to hang on linux, with a process that simply could not be killed
 550 2014-01-16 11:30:08 coeus_ has quit (Ping timeout: 246 seconds)
 551 2014-01-16 11:30:16 <Apocalyptic> CodeShark, every process can be killed
 552 2014-01-16 11:30:24 <CodeShark> not this one :P
 553 2014-01-16 11:30:26 <Apocalyptic> with -9 kill
 554 2014-01-16 11:30:28 <CodeShark> nope
 555 2014-01-16 11:30:39 <CodeShark> not if there's a problem with hardware
 556 2014-01-16 11:30:42 <CodeShark> :p
 557 2014-01-16 11:30:46 <Apocalyptic> wait, you sent SIGKILL and it didn't kill ?
 558 2014-01-16 11:30:50 <Apocalyptic> hum yeah
 559 2014-01-16 11:30:56 <Apocalyptic> but that shouldn't happen
 560 2014-01-16 11:31:02 <CodeShark> famous last words
 561 2014-01-16 11:31:07 <CodeShark> I assure you it WAS happening - I'
 562 2014-01-16 11:31:25 <CodeShark> I was running it under VirtualBox, never had that problem before
 563 2014-01-16 11:31:36 <Eagle[TM]> linux-vserver or similar?
 564 2014-01-16 11:31:42 <Apocalyptic> you tried to reproduce it N
 565 2014-01-16 11:32:16 <CodeShark> I was just trying to do a sync, would sync some and then would just hang
 566 2014-01-16 11:32:27 <CodeShark> as in, kill -9 would not work
 567 2014-01-16 11:32:27 skydome has joined
 568 2014-01-16 11:32:57 <CodeShark> I thought perhaps I was running out of disk space, cleared out some…but it still was happening
 569 2014-01-16 11:33:17 <CodeShark> otherwise, this system is extremely stable and well-behaved
 570 2014-01-16 11:33:36 <Eagle[TM]> strace might be helpful for some pointers
 571 2014-01-16 11:34:19 agath has quit (Ping timeout: 252 seconds)
 572 2014-01-16 11:34:21 jtimon has joined
 573 2014-01-16 11:34:37 <wumpus> indeed, if it hangs in the kernel on an uninterruptible operation, you cannot kill it in any way
 574 2014-01-16 11:34:54 agath has joined
 575 2014-01-16 11:35:17 <CodeShark> I'm now running the latest master head, haven't seen the issue again yet
 576 2014-01-16 11:35:54 <wumpus> this tended to happen with NFS volumes when the server is unreachable, before there was an option for that
 577 2014-01-16 11:36:07 <CodeShark> the commit that seems to have been causing problems is 8da2b3316c6540684617a8ecb8edb458894c2009
 578 2014-01-16 11:36:23 <wumpus> normally, it should be impossible to cause that with user-space problem
 579 2014-01-16 11:36:46 <CodeShark> the volume still had at least a few gigs left
 580 2014-01-16 11:37:05 <CodeShark> so I don't think that was the issue
 581 2014-01-16 11:37:10 nightlingo has joined
 582 2014-01-16 11:37:33 <wumpus> I doubt it's caused by disk space, usually it's a communication problem somewhere between the file system and the backing storage
 583 2014-01-16 11:37:42 <wumpus> dmesg may show something
 584 2014-01-16 11:38:03 <CodeShark> I've since restarted this machine
 585 2014-01-16 11:38:04 <wumpus> for example a i/o problem or segfault in the kernel
 586 2014-01-16 11:38:24 shesek has joined
 587 2014-01-16 11:38:40 <CodeShark> perhaps I'll try running the problematic build again and run these tools
 588 2014-01-16 11:39:16 <CodeShark> just want to see whether this newer build remains stable for a little while longer
 589 2014-01-16 11:40:44 nsh_ has joined
 590 2014-01-16 11:41:16 <CodeShark> seems some of the orphan block processing stuff changed
 591 2014-01-16 11:43:48 nsh_ has quit (Excess Flood)
 592 2014-01-16 11:44:01 <CodeShark> oh wait…I pasted the wrong commit id
 593 2014-01-16 11:44:03 <CodeShark> it's e8837b384dc045a0b970b19a64844d11e2da99b3
 594 2014-01-16 11:49:55 InsiderJoe has joined
 595 2014-01-16 11:51:39 FabianB_ has joined
 596 2014-01-16 11:53:10 FabianB has quit (Ping timeout: 276 seconds)
 597 2014-01-16 11:54:28 MolokoDeck has joined
 598 2014-01-16 11:57:36 airbreather_1 has quit (Ping timeout: 272 seconds)
 599 2014-01-16 11:58:28 nickler has quit (Read error: Operation timed out)
 600 2014-01-16 12:00:45 InsiderJoe has quit (Remote host closed the connection)
 601 2014-01-16 12:04:43 shesek has quit (Ping timeout: 245 seconds)
 602 2014-01-16 12:10:41 airbreather has joined
 603 2014-01-16 12:14:42 maveneagle has joined
 604 2014-01-16 12:14:42 damethos has quit (Quit: Bye)
 605 2014-01-16 12:14:49 otoburb has quit (Read error: Operation timed out)
 606 2014-01-16 12:14:51 metric has quit (Read error: Operation timed out)
 607 2014-01-16 12:14:56 otoburb has joined
 608 2014-01-16 12:14:59 sassamo has joined
 609 2014-01-16 12:15:00 metric has joined
 610 2014-01-16 12:15:20 otoburb is now known as Guest81572
 611 2014-01-16 12:17:00 damethos has joined
 612 2014-01-16 12:18:10 shesek has joined
 613 2014-01-16 12:18:52 ircuser-6 has quit (Ping timeout: 272 seconds)
 614 2014-01-16 12:19:30 oPen_syLar has quit (Ping timeout: 272 seconds)
 615 2014-01-16 12:19:46 sassamo has quit (Ping timeout: 272 seconds)
 616 2014-01-16 12:22:18 drayah has joined
 617 2014-01-16 12:22:29 dredredre has joined
 618 2014-01-16 12:23:53 drayah_ has joined
 619 2014-01-16 12:24:12 jdnavarro_ has joined
 620 2014-01-16 12:25:05 jdnavarro has quit (Read error: Operation timed out)
 621 2014-01-16 12:26:45 nsh_ has joined
 622 2014-01-16 12:26:57 drayah has quit (Ping timeout: 260 seconds)
 623 2014-01-16 12:27:01 shesek has quit (Ping timeout: 272 seconds)
 624 2014-01-16 12:27:02 dredredre has quit (Ping timeout: 248 seconds)
 625 2014-01-16 12:30:39 maveneagle has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 626 2014-01-16 12:31:50 sacrelege has joined
 627 2014-01-16 12:36:09 wei__ has joined
 628 2014-01-16 12:36:20 eniss has quit ()
 629 2014-01-16 12:37:51 c0rw1n has quit (Ping timeout: 265 seconds)
 630 2014-01-16 12:39:34 shesek has joined
 631 2014-01-16 12:41:45 Denim-jdev has joined
 632 2014-01-16 12:44:24 PeoDev has joined
 633 2014-01-16 12:44:56 PeoDev has left ()
 634 2014-01-16 12:47:29 c0rw1n has joined
 635 2014-01-16 12:48:03 Denim-jdev has quit (Ping timeout: 245 seconds)
 636 2014-01-16 12:52:18 <Diablo-D3> https://github.com/tarruda/vim/tree/event-loop
 637 2014-01-16 12:52:26 Denim-jdev has joined
 638 2014-01-16 12:53:00 SwampTony has joined
 639 2014-01-16 12:54:45 Pullphinger has joined
 640 2014-01-16 12:57:25 Denim-jdev has quit (Ping timeout: 272 seconds)
 641 2014-01-16 12:57:43 Ursium has joined
 642 2014-01-16 13:00:02 askmike has quit (Remote host closed the connection)
 643 2014-01-16 13:02:59 damethos has quit (Ping timeout: 265 seconds)
 644 2014-01-16 13:04:24 SwampTony has quit (Remote host closed the connection)
 645 2014-01-16 13:04:56 SwampTony has joined
 646 2014-01-16 13:07:30 nsh_ has quit (Ping timeout: 245 seconds)
 647 2014-01-16 13:07:52 ircuser-6 has joined
 648 2014-01-16 13:08:46 Meistarin has joined
 649 2014-01-16 13:09:30 SwampTony has quit (Ping timeout: 252 seconds)
 650 2014-01-16 13:10:27 mattco1 is now known as mattco
 651 2014-01-16 13:10:41 askmike has joined
 652 2014-01-16 13:11:22 fanquake has quit (Quit: fanquake)
 653 2014-01-16 13:13:50 SwampTony has joined
 654 2014-01-16 13:15:27 sassamo has joined
 655 2014-01-16 13:15:44 SwampTony has quit (Client Quit)
 656 2014-01-16 13:18:11 agricocb has quit (Quit: Leaving.)
 657 2014-01-16 13:20:16 sassamo has quit (Ping timeout: 276 seconds)
 658 2014-01-16 13:20:38 nickler has joined
 659 2014-01-16 13:22:54 t3st3r has quit (Ping timeout: 240 seconds)
 660 2014-01-16 13:23:33 t3st3r has joined
 661 2014-01-16 13:24:52 mprat has joined
 662 2014-01-16 13:29:42 Raziel has joined
 663 2014-01-16 13:30:38 rfree has left ()
 664 2014-01-16 13:32:07 ZG has joined
 665 2014-01-16 13:32:52 nightlingo has quit (Quit: Leaving)
 666 2014-01-16 13:34:00 waxwing has quit (Read error: Operation timed out)
 667 2014-01-16 13:39:11 ThomasV has joined
 668 2014-01-16 13:48:19 sassamo has joined
 669 2014-01-16 13:49:31 cads has joined
 670 2014-01-16 13:50:20 ZG has quit (caktux!~caktux@dsl-173-248-230-158.acanac.net|Quit: ZG|caktux)
 671 2014-01-16 13:52:41 rdymac has quit (Excess Flood)
 672 2014-01-16 13:56:45 johnsoft has quit (Read error: Connection reset by peer)
 673 2014-01-16 13:57:04 rdymac has joined
 674 2014-01-16 13:59:59 cads has left ("Leaving")
 675 2014-01-16 14:05:09 johnsoft has joined
 676 2014-01-16 14:06:07 Eagle[TM] has quit (Quit: never is a long time - goodbye)
 677 2014-01-16 14:08:26 copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 678 2014-01-16 14:11:31 ovidiusoft has quit (Ping timeout: 272 seconds)
 679 2014-01-16 14:12:30 wei__ has quit (Ping timeout: 245 seconds)
 680 2014-01-16 14:16:04 Guest81572 has quit (Quit: leaving)
 681 2014-01-16 14:16:12 otoburb has joined
 682 2014-01-16 14:20:09 mprat has left ()
 683 2014-01-16 14:21:35 WKNiGHT_ is now known as WKNiGHT
 684 2014-01-16 14:21:37 MagicFab_ has joined
 685 2014-01-16 14:21:37 MagicFab_ has quit (Changing host)
 686 2014-01-16 14:21:37 MagicFab_ has joined
 687 2014-01-16 14:21:40 AusBitBank has quit (Ping timeout: 272 seconds)
 688 2014-01-16 14:21:52 wei__ has joined
 689 2014-01-16 14:22:02 tmsk has joined
 690 2014-01-16 14:26:06 dermoth__ has joined
 691 2014-01-16 14:26:09 ovidiusoft has joined
 692 2014-01-16 14:29:20 dermoth_ has quit (Ping timeout: 272 seconds)
 693 2014-01-16 14:30:52 skydome has quit (Ping timeout: 272 seconds)
 694 2014-01-16 14:36:26 Starduster has joined
 695 2014-01-16 14:42:22 agricocb has joined
 696 2014-01-16 14:46:43 Eiii has joined
 697 2014-01-16 14:47:50 killerstorm has joined
 698 2014-01-16 14:52:15 justusranvier has quit (Ping timeout: 240 seconds)
 699 2014-01-16 14:53:03 mappum has quit (Ping timeout: 245 seconds)
 700 2014-01-16 14:54:01 danderson_afk is now known as dmanderson
 701 2014-01-16 14:56:17 maveneagle has joined
 702 2014-01-16 14:56:21 maveneagle has quit (Max SendQ exceeded)
 703 2014-01-16 14:57:35 Eiii has quit ()
 704 2014-01-16 14:59:33 blueberry6 has joined
 705 2014-01-16 15:01:04 Eiii has joined
 706 2014-01-16 15:02:21 ThomasV has quit (Ping timeout: 260 seconds)
 707 2014-01-16 15:03:59 maveneagle has joined
 708 2014-01-16 15:04:11 maveneagle has quit (Max SendQ exceeded)
 709 2014-01-16 15:04:28 Clown- has joined
 710 2014-01-16 15:04:28  has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Killed (wolfe.freenode.net (Nickname regained by services)))
 711 2014-01-16 15:04:28 Clown- is now known as |Clown|
 712 2014-01-16 15:05:56 aielima has joined
 713 2014-01-16 15:18:55 john5223 has joined
 714 2014-01-16 15:20:40 nightlingo has joined
 715 2014-01-16 15:28:19 c0rw1n has quit (Remote host closed the connection)
 716 2014-01-16 15:30:40 [\\\] has quit (Ping timeout: 240 seconds)
 717 2014-01-16 15:39:09 Michail1 is now known as Michail1_
 718 2014-01-16 15:40:06 Lbit has quit (Remote host closed the connection)
 719 2014-01-16 15:40:10 nickler has quit (Ping timeout: 252 seconds)
 720 2014-01-16 15:41:31 MagicFab_ has quit (Ping timeout: 265 seconds)
 721 2014-01-16 15:42:36 niston` has quit (Quit: weekend starts here.)
 722 2014-01-16 15:43:27 killerstorm has left ()
 723 2014-01-16 15:43:30 john5223 has quit (Remote host closed the connection)
 724 2014-01-16 15:45:42 john5223 has joined
 725 2014-01-16 15:46:26 mrkent has joined
 726 2014-01-16 15:46:26 mrkent has quit (Changing host)
 727 2014-01-16 15:46:26 mrkent has joined
 728 2014-01-16 15:48:55 bbrian has joined
 729 2014-01-16 15:51:57 hmsimha has quit (Ping timeout: 246 seconds)
 730 2014-01-16 15:54:50 blueberry6 has quit (Ping timeout: 272 seconds)
 731 2014-01-16 15:57:58 DougieBot5000 has joined
 732 2014-01-16 15:58:34 blueberry6 has joined
 733 2014-01-16 15:59:54 mrkent has quit (Ping timeout: 272 seconds)
 734 2014-01-16 16:02:32 _yoy_ has quit (Quit: Leaving...)
 735 2014-01-16 16:02:42 MagicFab_ has joined
 736 2014-01-16 16:03:50 _yoy_ has joined
 737 2014-01-16 16:08:01 imsaguy has joined
 738 2014-01-16 16:09:41 Michail1_ is now known as Michail1
 739 2014-01-16 16:09:45 damethos has joined
 740 2014-01-16 16:12:36 Neozonz has joined
 741 2014-01-16 16:12:36 Neozonz has quit (Discx2!~Neozonz@135-23-85-251.cpe.pppoe.ca|Changing host)
 742 2014-01-16 16:12:36 Neozonz has joined
 743 2014-01-16 16:14:12 twizt has quit (Quit: Page closed)
 744 2014-01-16 16:15:44 Neozonz has quit (Disc!~Neozonz@unaffiliated/neozonz|Ping timeout: 272 seconds)
 745 2014-01-16 16:21:49 jdnavarro_ has quit (Read error: Connection reset by peer)
 746 2014-01-16 16:22:24 profreid has joined
 747 2014-01-16 16:24:32 Subo1977_ has quit (Remote host closed the connection)
 748 2014-01-16 16:25:47 Sleepnbum has joined
 749 2014-01-16 16:25:58 blueberry6 has quit (Quit: ...)
 750 2014-01-16 16:26:10 Sleepnbum is now known as Guest9865
 751 2014-01-16 16:26:50 Subo1977 has joined
 752 2014-01-16 16:31:07 tsche has joined
 753 2014-01-16 16:32:14 Nesetalis has joined
 754 2014-01-16 16:34:25 smash_ has joined
 755 2014-01-16 16:38:27 ovidiusoft has quit (Remote host closed the connection)
 756 2014-01-16 16:38:34 p8m has quit (Quit: leaving)
 757 2014-01-16 16:38:56 p8m has joined
 758 2014-01-16 16:40:33 MrOrange has quit (Quit: Leaving)
 759 2014-01-16 16:41:32 MagicFab_ has quit (Read error: Connection reset by peer)
 760 2014-01-16 16:41:34 t7 has quit (Quit: home)
 761 2014-01-16 16:45:29 Grouver has quit (Quit: Leaving)
 762 2014-01-16 16:47:43 gavinandresen has joined
 763 2014-01-16 16:48:29 brson has joined
 764 2014-01-16 16:51:55 damethos has quit (Quit: Bye)
 765 2014-01-16 16:52:22 <niston> If I have an address with BTC1000 in it, then do a payment to some other address of BTC0.01 and forget to include a change address for BTC999.99, then my transaction will have those BTC999.99 as fee. Correct?
 766 2014-01-16 16:53:35 damethos has joined
 767 2014-01-16 16:54:31 <michagogo> cloud!uid14316@wikia/Michagogo|niston: If the 1000 BTC is one output and you're creating the transaction manually, yes
 768 2014-01-16 16:55:00 <niston> okay :)
 769 2014-01-16 16:55:43 <lianj> yea, its over then :)
 770 2014-01-16 16:56:15 <lianj> although there were cases where a friendly miner gave those obvious mistaken fee back
 771 2014-01-16 16:56:20 <niston> the reward would go to the miner (or pool) that mines the block with my transaction in it?
 772 2014-01-16 16:56:21 <lianj> but don't bet on it
 773 2014-01-16 16:56:28 <lianj> yes
 774 2014-01-16 16:56:34 ericmuyser has joined
 775 2014-01-16 16:57:21 <niston> so to mine a block, I need to find the nonce that makes the hash of the whole block, whereas the individual TX hashes are stored as the merkle tree, satisfy the target requirement.
 776 2014-01-16 16:58:07 <niston> thus it becomes hard to fake or alter the block, cause the changed merkle root would require a new nonce for the block to be valid.
 777 2014-01-16 16:59:18 VinceSamios has quit (Ping timeout: 245 seconds)
 778 2014-01-16 16:59:37 <niston> plus the original block will be long distributed to many many nodes, whereas any following block will be linked to the original block due to the previous hash embedded in each block.
 779 2014-01-16 16:59:51 nickler has joined
 780 2014-01-16 17:00:17 <niston> so it will be very difficult to insert the faked block, even if I eventually manage to compute a nonce that makes my fake block valid.
 781 2014-01-16 17:01:13 <niston> I guess its possible for a given block to be uncomputable, means no nonce that satisfies target requirement can be found?
 782 2014-01-16 17:01:38 <niston> should happen all the time, the solution (to mining the block) being to change something in the block that affects the merkle root?
 783 2014-01-16 17:02:58 smash_ has quit (Remote host closed the connection)
 784 2014-01-16 17:07:25 <helo> that's one
 785 2014-01-16 17:08:28 agricocb has quit (Ping timeout: 245 seconds)
 786 2014-01-16 17:09:49 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
 787 2014-01-16 17:09:52 MagicFab_ has joined
 788 2014-01-16 17:10:24 ahbritto has quit (Read error: Connection reset by peer)
 789 2014-01-16 17:11:10 viperhr1 has quit (Read error: Operation timed out)
 790 2014-01-16 17:11:21 ahbritto has joined
 791 2014-01-16 17:11:38 Diablo-D3 has joined
 792 2014-01-16 17:14:48 agricocb has joined
 793 2014-01-16 17:19:05 easye` has quit (Remote host closed the connection)
 794 2014-01-16 17:19:48 t7 has joined
 795 2014-01-16 17:23:32 alphaw0lf has quit (Quit: changing servers)
 796 2014-01-16 17:29:58 <TD> sipa: ping
 797 2014-01-16 17:31:48 <lechuga__> is passing around unsigned/partially signed multiparty input txns via QR code prior to broadcast a crazy idea?
 798 2014-01-16 17:32:11 <lechuga__> like full hex encoded txns
 799 2014-01-16 17:33:16 <TD> qrcodes are very limited in size
 800 2014-01-16 17:33:28 <lechuga__> isnt it like 3k
 801 2014-01-16 17:33:40 <TD> the more data you try and add the less scannable they become
 802 2014-01-16 17:33:46 <lechuga__> ic
 803 2014-01-16 17:34:30 sacrelege has quit (Ping timeout: 246 seconds)
 804 2014-01-16 17:35:15 <lechuga__> trying to figure out how contracts r going to work from a UX perspective
 805 2014-01-16 17:35:32 TD is now known as TD[gone]
 806 2014-01-16 17:36:21 bbrian has quit (Ping timeout: 260 seconds)
 807 2014-01-16 17:36:59 nsh_ has joined
 808 2014-01-16 17:37:51 flatfly has joined
 809 2014-01-16 17:38:35 zcopley has joined
 810 2014-01-16 17:38:41 cninc has joined
 811 2014-01-16 17:43:50 danwalton has joined
 812 2014-01-16 17:44:49 nsh_ has quit (Changing host)
 813 2014-01-16 17:44:49 nsh_ has joined
 814 2014-01-16 17:44:51 alphaw0lf has joined
 815 2014-01-16 17:44:55 <danwalton> what is the purpose of COINBASE_MATURITY?
 816 2014-01-16 17:45:00 <danwalton> seems like a long time to wait
 817 2014-01-16 17:45:07 nsh_ is now known as nsh
 818 2014-01-16 17:46:07 bbrian has joined
 819 2014-01-16 17:51:15 Ursium has quit (Quit: Ursium)
 820 2014-01-16 17:51:24 skydome has joined
 821 2014-01-16 17:55:05 <michagogo> cloud!uid14316@wikia/Michagogo|danwalton: Essentially, to reduce the chances of a block ending up no longer on the best chain
 822 2014-01-16 17:55:14 <michagogo> cloud!uid14316@wikia/Michagogo|Which means that the generated coins are invalid
 823 2014-01-16 17:55:17 swulf-- has joined
 824 2014-01-16 17:55:25 gema737 has joined
 825 2014-01-16 17:55:37 <danwalton> so mine a block, then find out all your blocks are orphans
 826 2014-01-16 17:55:39 <michagogo> cloud!uid14316@wikia/Michagogo|Which could mean a very long chain of transactions suddenly gets wiped out non-maliciously
 827 2014-01-16 17:55:50 <danwalton> how often does that happen?
 828 2014-01-16 17:56:02 <michagogo> cloud!uid14316@wikia/Michagogo|danwalton: Short forks happen regularly
 829 2014-01-16 17:56:05 <michagogo> cloud!uid14316@wikia/Michagogo|(usually just one block)
 830 2014-01-16 17:56:10 <danwalton> right
 831 2014-01-16 17:56:21 <danwalton> i guess in the case of a bug, you might have a very long fork
 832 2014-01-16 17:56:32 <danwalton> this seems like its to allow for certain types of emergencies
 833 2014-01-16 17:56:37 drayah_ has quit (Remote host closed the connection)
 834 2014-01-16 17:56:39 <danwalton> big forks
 835 2014-01-16 17:56:44 <michagogo> cloud!uid14316@wikia/Michagogo|The thing is, with most transactions, a reorg just means that a transaction is no longer confirmed
 836 2014-01-16 17:56:53 <danwalton> right
 837 2014-01-16 17:56:56 <michagogo> cloud!uid14316@wikia/Michagogo|But the transaction is still valid and can get into future blocks
 838 2014-01-16 17:57:07 cysm has quit (Ping timeout: 252 seconds)
 839 2014-01-16 17:57:07 avar has quit (Ping timeout: 252 seconds)
 840 2014-01-16 17:57:08 <danwalton> because all the peers are honestly making sure that everyone isn't double spending
 841 2014-01-16 17:57:11 <michagogo> cloud!uid14316@wikia/Michagogo|That can't happen when a coinbase transaction is involved, because that transaction ceases to exist
 842 2014-01-16 17:57:40 bbrian has quit (Ping timeout: 252 seconds)
 843 2014-01-16 17:57:56 tmsk has quit (Quit: tmsk)
 844 2014-01-16 17:58:37 avar has joined
 845 2014-01-16 17:58:37 avar has quit (Changing host)
 846 2014-01-16 17:58:37 avar has joined
 847 2014-01-16 18:03:13 glitch_ has joined
 848 2014-01-16 18:03:24 Blackreign has joined
 849 2014-01-16 18:04:36 <dmanderson> You can still do a 33% attack
 850 2014-01-16 18:04:43 <dmanderson> using a greedy pool
 851 2014-01-16 18:05:03 <dmanderson> is this true?
 852 2014-01-16 18:05:20 <dmanderson> *selfish pool
 853 2014-01-16 18:05:22 Pullphinger has quit (Ping timeout: 252 seconds)
 854 2014-01-16 18:05:56 K1773R has quit (Ping timeout: 252 seconds)
 855 2014-01-16 18:06:19 Krellan_ has quit (Remote host closed the connection)
 856 2014-01-16 18:06:28 nickler has quit (Ping timeout: 252 seconds)
 857 2014-01-16 18:06:28 _-_-_ has quit (Ping timeout: 252 seconds)
 858 2014-01-16 18:07:01 MK` has quit (Ping timeout: 252 seconds)
 859 2014-01-16 18:07:02 sunspot has quit (Ping timeout: 252 seconds)
 860 2014-01-16 18:07:18 sunspot has joined
 861 2014-01-16 18:08:07 Anduck has joined
 862 2014-01-16 18:08:09 nickler has joined
 863 2014-01-16 18:08:17 Anduck has quit (Changing host)
 864 2014-01-16 18:08:17 Anduck has joined
 865 2014-01-16 18:08:21 _-_-_ has joined
 866 2014-01-16 18:08:53 xyz has joined
 867 2014-01-16 18:09:03 DougieBot5000_ has joined
 868 2014-01-16 18:09:04 VinceSamios has joined
 869 2014-01-16 18:09:19 ericmuyser has quit (Remote host closed the connection)
 870 2014-01-16 18:10:47 <xyz> I'm trying to build LevelDB for Windows with MSVC following the instructions at https://github.com/bitcoin/leveldb/blob/bitcoin-fork/WINDOWS.md but it doesn't work because there are no project/solution files; what do?
 871 2014-01-16 18:10:48 flatfly has quit (Quit: Yo!)
 872 2014-01-16 18:10:48 rdymac has quit (Excess Flood)
 873 2014-01-16 18:11:27 K1773R has joined
 874 2014-01-16 18:11:34 rdymac has joined
 875 2014-01-16 18:11:35 <michagogo> cloud!uid14316@wikia/Michagogo|xyz: Good luck trying to build in MSVC...
 876 2014-01-16 18:11:58 DougieBot5000 has quit (Ping timeout: 252 seconds)
 877 2014-01-16 18:12:32 daybyter has joined
 878 2014-01-16 18:12:33 tesserajk has joined
 879 2014-01-16 18:12:39 skydome has quit (Ping timeout: 248 seconds)
 880 2014-01-16 18:13:00 bbdude has joined
 881 2014-01-16 18:14:56 secbc has joined
 882 2014-01-16 18:14:58 secbc has quit (Changing host)
 883 2014-01-16 18:14:58 secbc has joined
 884 2014-01-16 18:15:54 <bbdude> hey BlueMatt, what are the coingen.io coins a fork of?
 885 2014-01-16 18:16:51 <blazon> the newest release for respective choice
 886 2014-01-16 18:17:16 <xyz> michagogo|cloud: I know, right
 887 2014-01-16 18:17:25 <xyz> I guess I'll go with official way of building it (with boost libs)
 888 2014-01-16 18:17:51 <michagogo> cloud!uid14316@wikia/Michagogo|bbdude: 0.8.6, I believe
 889 2014-01-16 18:17:54 alphaw0lf has quit (Quit: changing servers)
 890 2014-01-16 18:18:08 alphaw0lf has joined
 891 2014-01-16 18:18:20 alphaw0lf has quit (Max SendQ exceeded)
 892 2014-01-16 18:18:37 cypher has quit (Ping timeout: 240 seconds)
 893 2014-01-16 18:18:38 alphaw0lf has joined
 894 2014-01-16 18:19:44 <bbdude> michagogo|cloud, ah even says it on  the debug window, heh. Thanks!
 895 2014-01-16 18:20:07 <michagogo> cloud!uid14316@wikia/Michagogo|np
 896 2014-01-16 18:20:37 MK` has joined
 897 2014-01-16 18:21:33 Ursium has joined
 898 2014-01-16 18:22:13 _yoy_ has quit (Ping timeout: 245 seconds)
 899 2014-01-16 18:23:23 Ursium_ has joined
 900 2014-01-16 18:24:55 _yoy_ has joined
 901 2014-01-16 18:26:05 terrasapien has quit (Quit: Leaving)
 902 2014-01-16 18:26:18 Ursium has quit (Ping timeout: 246 seconds)
 903 2014-01-16 18:28:25 <sipa> TD[gone]: pang
 904 2014-01-16 18:28:35 sevenqueue has joined
 905 2014-01-16 18:28:45 Ursium_ has quit (Ping timeout: 265 seconds)
 906 2014-01-16 18:29:34 [Author] has quit (Quit: ZNC - http://znc.sourceforge.net)
 907 2014-01-16 18:29:58 [Author] has joined
 908 2014-01-16 18:30:42 <bbdude> anyone frequent the hackathons here?
 909 2014-01-16 18:30:59 <bbdude> Anyone going to any upcoming ones? It'd be cool to see some coin hacks!
 910 2014-01-16 18:31:57 Grouver has joined
 911 2014-01-16 18:33:41 <sevenqueue> dunno about the hackathons but the latest git pull of bitcoin on testnet has me 4 weeks behind and stuck on 153816 debug shows nothing but orphan blocks
 912 2014-01-16 18:37:16 Guest9865 has quit (Ping timeout: 252 seconds)
 913 2014-01-16 18:37:24 Guest9865 has joined
 914 2014-01-16 18:37:30 MagicFab_ has quit (Ping timeout: 245 seconds)
 915 2014-01-16 18:38:28 maaku_ has joined
 916 2014-01-16 18:38:56 gjs278 has quit (Ping timeout: 252 seconds)
 917 2014-01-16 18:38:56 wrabbit has quit (Ping timeout: 252 seconds)
 918 2014-01-16 18:39:19 jps has joined
 919 2014-01-16 18:39:28 zone117x has quit (Ping timeout: 252 seconds)
 920 2014-01-16 18:39:29 maaku has quit (Ping timeout: 252 seconds)
 921 2014-01-16 18:39:42 Prattler has quit (Quit: ZNC - http://znc.in)
 922 2014-01-16 18:39:46 nsh has quit (Ping timeout: 272 seconds)
 923 2014-01-16 18:40:15 zone117x has joined
 924 2014-01-16 18:40:41 wrabbit has joined
 925 2014-01-16 18:40:44 gjs278 has joined
 926 2014-01-16 18:41:27 nightlingo has quit (Ping timeout: 248 seconds)
 927 2014-01-16 18:41:32 cypher has joined
 928 2014-01-16 18:41:40 CheckDavid has quit (Read error: Connection reset by peer)
 929 2014-01-16 18:44:39 bbrian has joined
 930 2014-01-16 18:45:42 <helo> sevenqueue: attempting sync now
 931 2014-01-16 18:46:02 CheckDavid has joined
 932 2014-01-16 18:48:14 sacrelege has joined
 933 2014-01-16 18:48:50 <sevenqueue> should I wait a while? is there orphan block testing going on?
 934 2014-01-16 18:49:43 Namworld has joined
 935 2014-01-16 18:49:57 tmsk has joined
 936 2014-01-16 18:50:11 nsh has joined
 937 2014-01-16 18:52:03 melik has joined
 938 2014-01-16 18:54:25 guruvan has quit (Remote host closed the connection)
 939 2014-01-16 18:55:01 nightlingo has joined
 940 2014-01-16 18:55:28 <sevenqueue> github email says there was a testnet issue, wonder if that is what I'm hitting?
 941 2014-01-16 18:56:32 nsh has quit (Ping timeout: 272 seconds)
 942 2014-01-16 18:57:02 Pullphinger has joined
 943 2014-01-16 18:57:37 wei__ has quit (Ping timeout: 276 seconds)
 944 2014-01-16 18:58:25 stretchwarren has joined
 945 2014-01-16 19:00:14 Vinnie_win has joined
 946 2014-01-16 19:05:41 morton has joined
 947 2014-01-16 19:06:19 morton has quit (Client Quit)
 948 2014-01-16 19:06:48 tesserajk has quit (Ping timeout: 245 seconds)
 949 2014-01-16 19:07:35 shesek has quit (Ping timeout: 248 seconds)
 950 2014-01-16 19:07:49 porquilho has quit (Ping timeout: 260 seconds)
 951 2014-01-16 19:07:57 execut3 has joined
 952 2014-01-16 19:08:29 Subo1977 has quit (Remote host closed the connection)
 953 2014-01-16 19:08:39 Subo1977 has joined
 954 2014-01-16 19:09:05 Application has quit (Remote host closed the connection)
 955 2014-01-16 19:09:38 phillipsjk has joined
 956 2014-01-16 19:10:26 tesserajk has joined
 957 2014-01-16 19:12:33 wallet421 has joined
 958 2014-01-16 19:12:34 wallet42 has quit (Killed (kornbluth.freenode.net (Nickname regained by services)))
 959 2014-01-16 19:12:34 wallet421 is now known as wallet42
 960 2014-01-16 19:12:34 wallet42 has quit (Changing host)
 961 2014-01-16 19:12:34 wallet42 has joined
 962 2014-01-16 19:12:58 execut3 has left ()
 963 2014-01-16 19:13:11 shesek has joined
 964 2014-01-16 19:13:35 porquilho has joined
 965 2014-01-16 19:14:14 <shesek> which mode is causing that "#bitcoin-dev :Cannot change nickname while banned on channel"? its super annoying :-\
 966 2014-01-16 19:15:21 dbasch has joined
 967 2014-01-16 19:15:30 mynameis has quit (Quit: mynameis)
 968 2014-01-16 19:15:30 nsh has joined
 969 2014-01-16 19:15:47 <gmaxwell> shesek: need to leave the channel to change nick or register with nickserv
 970 2014-01-16 19:16:03 <dbasch> I just put together a standalone implementation of BIP38 in Java, if anyone is interested. It barely works, and it needs test cases: https://github.com/dbasch/BIP38
 971 2014-01-16 19:16:05 <gmaxwell> you can register with nickserv without changing nick by giving it the username with the password.
 972 2014-01-16 19:17:49 <shesek> I'm already registered to nickserv, and that is why I left the channel - to change my nickname and identify (I was execut3 a moment ago)
 973 2014-01-16 19:20:02 nickler has quit (Quit: Lost terminal)
 974 2014-01-16 19:21:42 Denim-jdev has joined
 975 2014-01-16 19:21:56 skydome has joined
 976 2014-01-16 19:23:11 <shesek> gmaxwell, oh, did you mean to identify when you said register? I think I misunderstood you
 977 2014-01-16 19:24:04 Ursium has joined
 978 2014-01-16 19:24:20 digitalmagus has joined
 979 2014-01-16 19:25:25 Emcy has quit (Read error: Connection reset by peer)
 980 2014-01-16 19:27:15 <michagogo> cloud!uid14316@wikia/Michagogo|Question: would an OC'd PC in a warmer-than-usual room be a possible cause for 2014-01-16 16:40:46 in this log? http://0bin.net/paste/xWid8aUuSN2hTmRN#gX2FrQ3IzvP9bmYjNKhl0VrLwS08Hq/E5W6nwCUlEhc=
 981 2014-01-16 19:28:01 mrkent has joined
 982 2014-01-16 19:28:01 mrkent has quit (Changing host)
 983 2014-01-16 19:28:01 mrkent has joined
 984 2014-01-16 19:28:10 mrkent has quit (Read error: Connection reset by peer)
 985 2014-01-16 19:28:53 Ursium has quit (Ping timeout: 245 seconds)
 986 2014-01-16 19:30:36 Krellan_ has joined
 987 2014-01-16 19:33:17 andytoshi has joined
 988 2014-01-16 19:34:28 louison has joined
 989 2014-01-16 19:34:54 cninc has quit (Quit: Page closed)
 990 2014-01-16 19:35:42 louison has quit (Client Quit)
 991 2014-01-16 19:36:01 <lechuga__> looks like my galaxy note3 has no prob scanning a QR code which is a base58check encoded raw transaction
 992 2014-01-16 19:36:51 viperhr1 has joined
 993 2014-01-16 19:38:44 <lianj> lechuga__: maybe youre lucky and have a small tx. meaning one input + 1 or 2 outputs
 994 2014-01-16 19:39:46 <michagogo> cloud!uid14316@wikia/Michagogo|lechuga__: Heh, a raw transaction in base58check?
 995 2014-01-16 19:40:04 <michagogo> cloud!uid14316@wikia/Michagogo|Never heard of that being done so far
 996 2014-01-16 19:40:37 <sipa> for QR, uou're better off with base36
 997 2014-01-16 19:43:12 <lechuga__> lianj: the type of txn im going to be working with is always 2 txins + 1 txout
 998 2014-01-16 19:43:32 <lechuga__> sipa: ah true
 999 2014-01-16 19:43:49 nightlingo has quit (Ping timeout: 252 seconds)
1000 2014-01-16 19:45:35 agricocb has quit (Remote host closed the connection)
1001 2014-01-16 19:45:41 <lechuga__> michagogolcloud: im trying to design a quasi-sensible UX for multiparty contracts
1002 2014-01-16 19:45:52 agricocb has joined
1003 2014-01-16 19:46:41 <lechuga__> well 2party in this case
1004 2014-01-16 19:47:29 drayah has joined
1005 2014-01-16 19:47:55 <lechuga__> not convinced this is correct but sketching it up to convince/unconvince myself
1006 2014-01-16 19:48:39 amidvidy has joined
1007 2014-01-16 19:49:09 cysm has joined
1008 2014-01-16 19:50:36 mynameis has joined
1009 2014-01-16 19:50:44 agricocb has quit (Remote host closed the connection)
1010 2014-01-16 19:51:02 agricocb has joined
1011 2014-01-16 19:51:30 nightlingo has joined
1012 2014-01-16 19:52:00 dbasch has quit (Quit: dbasch)
1013 2014-01-16 19:52:57 gema737 has quit (Remote host closed the connection)
1014 2014-01-16 19:53:52 petertretyakov has joined
1015 2014-01-16 19:55:13 gema737 has joined
1016 2014-01-16 19:55:37 Application has joined
1017 2014-01-16 19:55:38 manchbtcx has joined
1018 2014-01-16 19:57:38 Krellan_ has quit (Read error: Connection reset by peer)
1019 2014-01-16 19:57:59 Krellan_ has joined
1020 2014-01-16 19:58:24 Applicat_ has joined
1021 2014-01-16 19:59:46 <jaakkos> hmm. in the stealth address doc, it says: "we use BIP32-style derivation to create Q'=(Q+c)G" but since Q is EC point and c is integer, how is Q+c interpreted?
1022 2014-01-16 20:00:51 <jaakkos> should that be just Q+cG or something?
1023 2014-01-16 20:02:16 Application has quit (Ping timeout: 252 seconds)
1024 2014-01-16 20:02:25 <jaakkos> also, what if we forget about DH and simply use Q' = Q*c and publish c?
1025 2014-01-16 20:03:02 <sipa> that doesn't give you privacy
1026 2014-01-16 20:03:15 <sipa> anyone can detect payments to you, in that case
1027 2014-01-16 20:03:23 <jcorgan> jaakos: that's a typo, should be (d+c)G I think
1028 2014-01-16 20:03:43 <jaakkos> sipa: but how would third parties figure out Q?
1029 2014-01-16 20:04:12 <jaakkos> (Q*c)/c should be difficult, right?
1030 2014-01-16 20:04:31 <sipa> it's trivial
1031 2014-01-16 20:04:41 <sipa> you multiply by (1/c) mod n
1032 2014-01-16 20:05:18 <jaakkos> meh indeed it is (Q*c)/Q that is difficult. my bad.
1033 2014-01-16 20:05:46 dmanderson is now known as dmanderson_afk
1034 2014-01-16 20:06:23 MolokoDeck has quit (Read error: Connection reset by peer)
1035 2014-01-16 20:07:03 <jaakkos> jcorgan: yeah that's what i thought
1036 2014-01-16 20:07:13 davec has quit (Ping timeout: 252 seconds)
1037 2014-01-16 20:07:35 <jcorgan> Q' = (d+c)G => dG + cG => Q + P
1038 2014-01-16 20:08:04 MolokoDeck has joined
1039 2014-01-16 20:08:26 <jaakkos> c was not used in any key yet
1040 2014-01-16 20:08:51 <jaakkos> it was derived from the DH secret.
1041 2014-01-16 20:08:54 davec has joined
1042 2014-01-16 20:08:55 Burrito has joined
1043 2014-01-16 20:08:56 <jaakkos> so cG != P
1044 2014-01-16 20:09:14 <jaakkos> in the document eG = P
1045 2014-01-16 20:09:22 <jcorgan> my bad
1046 2014-01-16 20:15:00 dmanderson_afk is now known as dander
1047 2014-01-16 20:15:01 nsh has quit (Quit: Ex-Chat)
1048 2014-01-16 20:15:02 dander is now known as readyplaywithmyp
1049 2014-01-16 20:16:07 nsh has joined
1050 2014-01-16 20:16:23 nightlingo has quit (Ping timeout: 248 seconds)
1051 2014-01-16 20:17:26 tesserajk has quit (Read error: Connection reset by peer)
1052 2014-01-16 20:18:25 tesserajk has joined
1053 2014-01-16 20:19:09 readyplaywithmyp is now known as dmanderson
1054 2014-01-16 20:21:30 <jspilman> this might help: https://gist.github.com/jspilman/8396495
1055 2014-01-16 20:22:35 <jspilman> toy implementation in bitcoind coming soon
1056 2014-01-16 20:26:41 skydome has quit (Ping timeout: 276 seconds)
1057 2014-01-16 20:27:01 roconnor has joined
1058 2014-01-16 20:28:29 drayah has quit (Remote host closed the connection)
1059 2014-01-16 20:29:10 melik has quit (Read error: No route to host)
1060 2014-01-16 20:30:06 yubrew has quit (Remote host closed the connection)
1061 2014-01-16 20:30:15 gema737 has quit (Ping timeout: 248 seconds)
1062 2014-01-16 20:31:22 jps has quit (Quit: jps)
1063 2014-01-16 20:32:23 Krellan_ has quit (Ping timeout: 252 seconds)
1064 2014-01-16 20:32:53 profreid has quit (Quit: profreid)
1065 2014-01-16 20:32:54 jps has joined
1066 2014-01-16 20:33:24 drayah has joined
1067 2014-01-16 20:34:49 drayah has quit (Remote host closed the connection)
1068 2014-01-16 20:36:36 Starduster has quit (Quit: Leaving)
1069 2014-01-16 20:37:21 jakov has joined
1070 2014-01-16 20:40:18 nickler has joined
1071 2014-01-16 20:40:45 mynameis has quit (Ping timeout: 272 seconds)
1072 2014-01-16 20:44:03 kinlo has quit (Quit: leaving)
1073 2014-01-16 20:44:39 samson_ has quit (Ping timeout: 248 seconds)
1074 2014-01-16 20:44:56 drayah has joined
1075 2014-01-16 20:45:11 nfnty has joined
1076 2014-01-16 20:45:44 samson_ has joined
1077 2014-01-16 20:46:08 agricocb has quit (Remote host closed the connection)
1078 2014-01-16 20:46:23 kinlo has joined
1079 2014-01-16 20:46:27 agricocb has joined
1080 2014-01-16 20:47:30 mynameis has joined
1081 2014-01-16 20:49:13 TwoFifty has joined
1082 2014-01-16 20:49:42 mrkent has joined
1083 2014-01-16 20:51:28 dansmith_btc has quit (Remote host closed the connection)
1084 2014-01-16 20:52:58 Grouver has quit (Quit:  HydraIRC -> http://www.hydrairc.com <- IRC with a difference)
1085 2014-01-16 20:53:25 amidvidy has quit (Ping timeout: 272 seconds)
1086 2014-01-16 20:54:24 ThomasV has joined
1087 2014-01-16 20:55:24 cypher has quit (Remote host closed the connection)
1088 2014-01-16 20:55:36 cypher has joined
1089 2014-01-16 20:59:09 <lechuga__> any1 know what channel mycelium devs hang out on?
1090 2014-01-16 21:03:19 ferroh has joined
1091 2014-01-16 21:03:26 ferroh_ has joined
1092 2014-01-16 21:03:34 jspilman has quit (Ping timeout: 252 seconds)
1093 2014-01-16 21:03:45 ferroh_ has left ()
1094 2014-01-16 21:04:22 <ferroh> So I'm guessing this transaction will never confirm: https://blockchain.info/tx/79fbda85a003e24a8ceaae58dba988acedbd04778dfc68bbd1970b2af05f41ef
1095 2014-01-16 21:04:35 <ferroh> It was sent by blockchain.info shared send. Can someone shed some light on why it will never confirm?
1096 2014-01-16 21:04:47 <ferroh> I would like to be able to detect these types of transactions
1097 2014-01-16 21:04:59 <ferroh> (and not accept them if I they aren't likely to confirm)
1098 2014-01-16 21:05:28 petertretyakov has quit (Remote host closed the connection)
1099 2014-01-16 21:06:34 ovidiusoft has joined
1100 2014-01-16 21:10:15 thermoman has quit (Remote host closed the connection)
1101 2014-01-16 21:12:31 Belkaar has quit (Ping timeout: 245 seconds)
1102 2014-01-16 21:13:05 <shesek> ferroh, the inputs were spent in other transactions that was confirmed
1103 2014-01-16 21:13:49 <shesek> the transaction you linked to is now considered invalid
1104 2014-01-16 21:14:15 yubrew has joined
1105 2014-01-16 21:16:44 <Denim-jdev> if you want to detect it, you would detect it the same way as a double-spend attack
1106 2014-01-16 21:17:27 coeus_ has joined
1107 2014-01-16 21:19:03 yubrew has quit (Ping timeout: 272 seconds)
1108 2014-01-16 21:22:13 thermoman has joined
1109 2014-01-16 21:23:18 AusBitBank has joined
1110 2014-01-16 21:23:36 rfish has joined
1111 2014-01-16 21:24:34 Belkaar has joined
1112 2014-01-16 21:25:35 drayah has quit (Remote host closed the connection)
1113 2014-01-16 21:27:37 skydome has joined
1114 2014-01-16 21:28:08 <ferroh> Denim-jdev, shesek: Does it look like this was done maliciously?
1115 2014-01-16 21:28:28 <ferroh> Denim-jdev: What is an easy way to check for a double-spend attack?
1116 2014-01-16 21:29:39 porquilho has quit ()
1117 2014-01-16 21:30:56 <newbie__> How to store some ascii data in the block chain?
1118 2014-01-16 21:31:04 <sipa> don't
1119 2014-01-16 21:31:15 Neskia has joined
1120 2014-01-16 21:31:17 <newbie__> what about transaction messages?
1121 2014-01-16 21:31:20 Neskia is now known as Nes-writing
1122 2014-01-16 21:31:23 <Ry4an> those aren't in the blockchain
1123 2014-01-16 21:31:28 <Ry4an> they're only on that website you're looking at
1124 2014-01-16 21:31:55 <newbie__> for a couple of years ago I saw some attack where Dan Kaminsky stored some ascii art in the block chain
1125 2014-01-16 21:32:02 <sipa> yeah, he did
1126 2014-01-16 21:33:36 sacrelege has quit (Ping timeout: 272 seconds)
1127 2014-01-16 21:33:47 go1111111 has joined
1128 2014-01-16 21:33:59 mynameis has quit (Quit: mynameis)
1129 2014-01-16 21:34:17 Nesetalis has quit (Ping timeout: 276 seconds)
1130 2014-01-16 21:34:21 <shesek> ferroh, re "Does it look like this was done maliciously?" - seems like it was sent eventually to the same addresses, so I assume not
1131 2014-01-16 21:34:47 drayah has joined
1132 2014-01-16 21:35:13 mrkent has quit (Ping timeout: 252 seconds)
1133 2014-01-16 21:37:50 tmsk has quit (Quit: tmsk)
1134 2014-01-16 21:39:02 <ferroh> shesek: Is there a way that I can ask this user (who is using blockchain.info's wallet) to resend this? Or do I need to wait for the transaction to drop out of the memory pool
1135 2014-01-16 21:39:37 <shesek> ferroh, there's no way to re-send this transaction, the inputs are already spent
1136 2014-01-16 21:40:01 <ferroh> In other words, the user has already moved the coins that were "returned" to him
1137 2014-01-16 21:40:07 <ferroh> ?
1138 2014-01-16 21:41:49 <warren> sipa: did anyone look into the leveldb issue?
1139 2014-01-16 21:41:57 nfnty has quit (Quit: Leaving)
1140 2014-01-16 21:42:28 <warren> sipa: I'm a bit concerned that issue will hamper the ability of more eyes to test master right now.  If necessary I'll work on it today.
1141 2014-01-16 21:42:33 Pullphinger has quit ()
1142 2014-01-16 21:43:02 <sipa> warren: sorry, too tired now
1143 2014-01-16 21:43:28 <warren> sipa: how important is it that we retain .ldb support?
1144 2014-01-16 21:43:51 <sevenqueue> what is the proper github clone for the master?
1145 2014-01-16 21:44:04 <warren> sevenqueue: what is your goal?
1146 2014-01-16 21:44:25 <sevenqueue> I'n on testnet now and lots of orphans
1147 2014-01-16 21:44:55 <sipa> sevenqueue: could you try whether #3514 helps?
1148 2014-01-16 21:45:10 <sevenqueue> I'll check
1149 2014-01-16 21:45:26 Belkaar has quit (Ping timeout: 245 seconds)
1150 2014-01-16 21:47:31 go1111111 has quit (Ping timeout: 245 seconds)
1151 2014-01-16 21:49:13 <sipa> warren: i checked the source, if a db repair is attempted, everything is rewritten to .ldb
1152 2014-01-16 21:49:47 drayah has quit (Remote host closed the connection)
1153 2014-01-16 21:51:14 Vinnie_win has quit (Read error: Connection reset by peer)
1154 2014-01-16 21:51:48 dbasch has joined
1155 2014-01-16 21:53:25 Vinnie_win has joined
1156 2014-01-16 21:55:26 <warren> sipa: do we really need to support .ldb in bitcoin?
1157 2014-01-16 21:55:42 <warren> sipa: let's write only .sst and rename .ldb to .sst if db repair
1158 2014-01-16 21:55:49 ThomasV has quit (Ping timeout: 252 seconds)
1159 2014-01-16 21:56:07 <sipa> more code
1160 2014-01-16 21:56:14 <sipa> sec, i'm trying another patch
1161 2014-01-16 21:57:48 <sipa> warren: pullreq bitcoin/leveldb#3 updated
1162 2014-01-16 21:58:34 Belkaar has joined
1163 2014-01-16 21:58:58 dbasch has quit (Quit: dbasch)
1164 2014-01-16 21:59:07 <warren> sipa: testing
1165 2014-01-16 21:59:40 dbasch has joined
1166 2014-01-16 21:59:41 viperhr1 has quit (Ping timeout: 252 seconds)
1167 2014-01-16 21:59:48 <sipa> thanks!
1168 2014-01-16 22:00:06 <warren> sipa: yeah, that's what I tested originally
1169 2014-01-16 22:00:47 <sipa> ah, nice
1170 2014-01-16 22:01:53 nadio has quit (Ping timeout: 252 seconds)
1171 2014-01-16 22:02:44 dbasch has quit (Client Quit)
1172 2014-01-16 22:03:19 nadio has joined
1173 2014-01-16 22:03:20 <warren> testing again
1174 2014-01-16 22:03:38 Vinnie_win has quit (Read error: Connection reset by peer)
1175 2014-01-16 22:05:49 Vinnie_win has joined
1176 2014-01-16 22:06:19 killerstorm has joined
1177 2014-01-16 22:06:32 ferroh has left ("Leaving")
1178 2014-01-16 22:07:11 <killerstorm> hi. can somebody tell me when OP_RETURN will be usable on mainnet? I mean, when is it expected to be 'available'
1179 2014-01-16 22:07:15 <killerstorm> in a month, two, never?
1180 2014-01-16 22:08:38 ValicekB has quit (Read error: Connection reset by peer)
1181 2014-01-16 22:08:51 <lechuga__> im not aware of any immediate plans for it to exist
1182 2014-01-16 22:08:52 <sipa> whenever people choose to run a release that allows it
1183 2014-01-16 22:09:04 <lechuga__> er be availablei shud say
1184 2014-01-16 22:09:24 <sipa> and since there is no release of the 0.9 codebase yet, it could be still some months
1185 2014-01-16 22:09:34 <lechuga__> is it standard in 0.9?
1186 2014-01-16 22:09:47 Ursium has joined
1187 2014-01-16 22:10:24 <sipa> yes
1188 2014-01-16 22:11:23 roconnor has quit (Quit: Konversation terminated!)
1189 2014-01-16 22:13:22 <killerstorm> when do you anticipate the release of 0.9?
1190 2014-01-16 22:13:49 <sipa> first release candidate sometime next month
1191 2014-01-16 22:13:58 <sipa> unless unexpected events
1192 2014-01-16 22:14:52 ValicekB has joined
1193 2014-01-16 22:15:03 <killerstorm> ok, thanks
1194 2014-01-16 22:16:15 <michagogo> cloud!uid14316@wikia/Michagogo|What was the rule for the various files in a datadir, when copying from one place to another? Was it, chainstate/ not newer than blocks/index/, and blocks/index/ not newer than blocks/*.dat?
1195 2014-01-16 22:16:43 <sipa> michagogo|cloud: correct
1196 2014-01-16 22:16:53 gjs278 has quit (Read error: Operation timed out)
1197 2014-01-16 22:17:11 <michagogo> cloud!uid14316@wikia/Michagogo|sipa: thanks
1198 2014-01-16 22:17:58 <warren> sipa: crappppp
1199 2014-01-16 22:18:13 <warren> sipa: renamed my .ldb files back to .sst, 0.8.6 thinks it's corrupted
1200 2014-01-16 22:18:19 <warren> sipa: something else is incompatible
1201 2014-01-16 22:18:54 <warren> sipa: 2 out of 3 tries renaming back to .sst, 0.8.6 thinks it's corrupted.
1202 2014-01-16 22:18:56 <sipa> stop panicking
1203 2014-01-16 22:19:10 <warren> This isn't panic.
1204 2014-01-16 22:19:18 <sipa> ok
1205 2014-01-16 22:19:31 go1111111 has joined
1206 2014-01-16 22:20:11 <warren> I'm retaining a copy of this index and testing 0.8.6's index with the new patch again.
1207 2014-01-16 22:20:15 gjs278 has joined
1208 2014-01-16 22:20:36 hmmma has joined
1209 2014-01-16 22:21:58 super3 has joined
1210 2014-01-16 22:23:41 brson has quit (Ping timeout: 276 seconds)
1211 2014-01-16 22:24:29 flound1129 has joined
1212 2014-01-16 22:24:34 <flound1129> how do I find the amount of tx fees in a block?
1213 2014-01-16 22:24:48 uiop has joined
1214 2014-01-16 22:26:02 <sipa> sum the values of all outputs of transactions, minus the sum of all inputs in transactions
1215 2014-01-16 22:26:06 <sipa> (excluding the coinbase)
1216 2014-01-16 22:28:54 Guest9865 has left ()
1217 2014-01-16 22:29:52 <warren> https://github.com/bitcoin/leveldb/pull/3#issuecomment-32553309
1218 2014-01-16 22:30:30 <sipa> thanks for testing
1219 2014-01-16 22:34:47 <jakov> shesek you're interested in multisig tx, have you seen that deepweb marketplace that coded an electrum plugin for it?
1220 2014-01-16 22:36:00 EngierkO has quit (Quit: Textual IRC Client: www.textualapp.com)
1221 2014-01-16 22:36:11 skydome has quit (Ping timeout: 252 seconds)
1222 2014-01-16 22:36:28 <shesek> jakov, yeah, I did
1223 2014-01-16 22:37:12 <shesek> it looks quite complicated from the end-user's perspective though... they're required to setup a pair of keys elsewhere, copy/paste their public keys back to their interface
1224 2014-01-16 22:37:18 <shesek> then copy around raw transactions
1225 2014-01-16 22:38:33 <jakov> its not mentioned anywhere in bitcointalk.org, seems a shame since multisigs are useful for other stuff, its just a historical accident it came from a drugs marketplace
1226 2014-01-16 22:42:10 <jakov> i wonder if they should encode public keys in base58check
1227 2014-01-16 22:42:25 <jakov> since if theres an error in copying access to that money might be lost
1228 2014-01-16 22:44:17 Prattler has joined
1229 2014-01-16 22:45:11 dbasch has joined
1230 2014-01-16 22:45:20 <shesek> its a good idea, but there's no standard version for that
1231 2014-01-16 22:45:54 <shesek> I asked about it awhile ago - http://comments.gmane.org/gmane.comp.bitcoin.devel/2415
1232 2014-01-16 22:46:35 [\\\] has joined
1233 2014-01-16 22:46:56 john5223 has quit (Remote host closed the connection)
1234 2014-01-16 22:47:32 _yoy_ has quit (Ping timeout: 252 seconds)
1235 2014-01-16 22:47:32 <shesek> they could just make up a non-standard one, but that's probably a bad idea and will make it incompatible with other tools
1236 2014-01-16 22:48:58 _yoy_ has joined
1237 2014-01-16 22:50:12 <jakov> what electrum version did you use TMP's plugin with?
1238 2014-01-16 22:51:20 <jakov> shesek in https://en.bitcoin.it/wiki/Base58Check_encoding#Version_bytes someone suggests 52 which would make it start with 4
1239 2014-01-16 22:51:27 <jakov> but i never found any other reference to it
1240 2014-01-16 22:52:05 <jakov> and noone replied to your mail
1241 2014-01-16 22:52:13 CheckDavid has quit (Ping timeout: 272 seconds)
1242 2014-01-16 22:53:10 <jakov> : (
1243 2014-01-16 22:54:03 shesek has quit (Ping timeout: 246 seconds)
1244 2014-01-16 22:54:05 <jakov> the bitcoin developing machine seems to move slowly, understandable but sometimes i think its just better to do what casascius did and just do it without asking many people
1245 2014-01-16 22:54:12 m00p has joined
1246 2014-01-16 22:57:06 glitch_ has quit (Ping timeout: 245 seconds)
1247 2014-01-16 22:57:40 brson has joined
1248 2014-01-16 23:00:16 p8m has quit (Ping timeout: 240 seconds)
1249 2014-01-16 23:00:42 m00p has quit (Read error: Connection reset by peer)
1250 2014-01-16 23:01:03 m00p has joined
1251 2014-01-16 23:02:17 yubrew has joined
1252 2014-01-16 23:03:33 shesek has joined
1253 2014-01-16 23:05:10 yubrew has quit (Read error: Operation timed out)
1254 2014-01-16 23:05:43 m00p has quit (Read error: Connection reset by peer)
1255 2014-01-16 23:10:36 [BNC]dansmith has joined
1256 2014-01-16 23:10:43 [BNC]dansmith has quit (Changing host)
1257 2014-01-16 23:10:43 [BNC]dansmith has joined
1258 2014-01-16 23:11:13 <sevenqueue> sipa with 3370 & 3514 it flys through the orphans but with testnet=1 in the conf it starts half in main and looks at the testnet data and tries to connect to mainnet nodes
1259 2014-01-16 23:11:26 <sevenqueue> if I att -testnet to the command line it starts in full testnet mode
1260 2014-01-16 23:11:39 <sipa> sevenqueue: are you sure you don't have your data dirs mixed up?
1261 2014-01-16 23:11:44 MZXGiant has joined
1262 2014-01-16 23:11:54 <sevenqueue> ./src/qt/bitcoin-qt -conf=/home/myne/Miner/btc/data/testnet3/bitcoin.conf -datadir=/home/myne/Miner/btc/data/testnet3 &
1263 2014-01-16 23:12:09 <sevenqueue> if I add -testnet to that it goes into testnet
1264 2014-01-16 23:12:23 <sevenqueue> otherwise it tries to connect to mainnet but shows me my testnet wallet
1265 2014-01-16 23:12:35 vidplace7 has joined
1266 2014-01-16 23:12:56 vidplace7 has left ()
1267 2014-01-16 23:13:19 john5223 has joined
1268 2014-01-16 23:13:33 <warren> sipa: I guess go ahead and commit that leveldb patch?
1269 2014-01-16 23:14:49 Krellan_ has joined
1270 2014-01-16 23:15:12 <sevenqueue>  testnet=1 from the conf file
1271 2014-01-16 23:15:26 smash_ has joined
1272 2014-01-16 23:15:38 john5223 has quit (Client Quit)
1273 2014-01-16 23:15:42 <sevenqueue> I removed the leading space same result, needs -testnet on the command line to go full testnet mode
1274 2014-01-16 23:15:57 <sipa> sevenqueue: file a bug, please
1275 2014-01-16 23:16:04 <sevenqueue> will do
1276 2014-01-16 23:16:09 <helo> sevenqueue: fwiw, i synched git head on testnet just now
1277 2014-01-16 23:16:22 <sipa> maybe during the chainparams refactors, we lost the ability to specify -testnet in the config file
1278 2014-01-16 23:16:37 <helo> using testnet=1 in ~/.bitcoin/bitcoin.conf
1279 2014-01-16 23:16:46 <sipa> ah
1280 2014-01-16 23:17:03 <sipa> sevenqueue: you don't happen to have both a .../btc/data/testnet3 and .../btc/data/testnet3/testnet3 ?
1281 2014-01-16 23:17:34 <helo> i'm not specifying datadir on cli or config
1282 2014-01-16 23:18:29 <sevenqueue> hmmm, yes
1283 2014-01-16 23:18:48 <sipa> sevenqueue: my guess is that one is actually a mainnet datadir
1284 2014-01-16 23:19:00 <sipa> and the other a real testnet one
1285 2014-01-16 23:19:21 <sevenqueue> I'll remove them and start over and see what happens
1286 2014-01-16 23:19:27 <sipa> and adding -testnet on the command line vs in the config file... one changes the datadir and the other does not
1287 2014-01-16 23:19:42 jspilman has joined
1288 2014-01-16 23:19:44 <sevenqueue> is that command line correct?
1289 2014-01-16 23:19:55 MZXGiant has left ("Leaving")
1290 2014-01-16 23:19:58 <helo> i'd suggest not bothering with datadir
1291 2014-01-16 23:20:19 askmike has quit (Remote host closed the connection)
1292 2014-01-16 23:20:21 <helo> or rather make it .../btc/data/
1293 2014-01-16 23:20:35 <sevenqueue> I moved the data onto a separate drive so when I refresh the vm I can just mount and continue
1294 2014-01-16 23:20:50 <helo> it will add the testnet3/ part on its own
1295 2014-01-16 23:20:51 EngierkO has joined
1296 2014-01-16 23:21:00 <sevenqueue> ah, I'll try
1297 2014-01-16 23:21:04 <sevenqueue> thanks
1298 2014-01-16 23:22:03 <sipa> warren: found what caused your "other incompatibility" ?
1299 2014-01-16 23:22:08 askmike has joined
1300 2014-01-16 23:23:19 <warren> sipa: no =(
1301 2014-01-16 23:23:43 <warren> sipa: can't reproduce it with your new patch either
1302 2014-01-16 23:23:51 <sipa> ok
1303 2014-01-16 23:29:45 nsh has quit (Ping timeout: 246 seconds)
1304 2014-01-16 23:30:29 zone117x has quit (Ping timeout: 272 seconds)
1305 2014-01-16 23:31:10 zone117x has joined
1306 2014-01-16 23:34:12 <sevenqueue> if I start the gui with this './src/qt/bitcoin-qt -datadir=/home/myne/Miner/btc/data &' where does it expect to find the conf?
1307 2014-01-16 23:34:39 nsh has joined
1308 2014-01-16 23:36:21 <sipa> in that directory
1309 2014-01-16 23:36:55 damethos has quit (Quit: Bye)
1310 2014-01-16 23:37:12 <sevenqueue> ok, and the conf file I have in that directory has testnet=1 but it starts in mainnet, perhaps I should just start fresh
1311 2014-01-16 23:38:59 <sipa> well after the config file is read, the datadir doesn't change anymore i think
1312 2014-01-16 23:40:09 <sevenqueue> going to try without -datadir
1313 2014-01-16 23:40:30 [\\\] has quit (Ping timeout: 265 seconds)
1314 2014-01-16 23:41:32 nsh has quit (Read error: Connection reset by peer)
1315 2014-01-16 23:41:44 nsh has joined
1316 2014-01-16 23:42:07 sacrelege has joined
1317 2014-01-16 23:42:42 Guyver2 has quit (Quit: :))
1318 2014-01-16 23:42:54 nsh has quit (Read error: Connection reset by peer)
1319 2014-01-16 23:45:05 molson8472 has joined
1320 2014-01-16 23:45:26 molson8472 has left ()
1321 2014-01-16 23:46:33 molson84_ has joined
1322 2014-01-16 23:46:58 molson84_ has left ()
1323 2014-01-16 23:47:52 ahbiscuits has joined
1324 2014-01-16 23:48:56 skydome has joined
1325 2014-01-16 23:50:32 t7 has quit (Quit: i win at chess)
1326 2014-01-16 23:54:46 daybyter has quit (Quit: Konversation terminated!)
1327 2014-01-16 23:55:44 smash_ has quit (Remote host closed the connection)
1328 2014-01-16 23:56:19 smash_ has joined
1329 2014-01-16 23:56:24 smash_ has quit (Remote host closed the connection)
1330 2014-01-16 23:56:48 yubrew has joined
1331 2014-01-16 23:58:06 jspilman has quit (Remote host closed the connection)
1332 2014-01-16 23:59:04 jspilman has joined
1333 2014-01-16 23:59:34 random_cat has quit (Remote host closed the connection)
1334 2014-01-16 23:59:34 KillYourTV has quit (Remote host closed the connection)
1335 2014-01-16 23:59:35 owowo has quit (Remote host closed the connection)
1336 2014-01-16 23:59:35 Lexa has quit (Remote host closed the connection)
1337 2014-01-16 23:59:35 t3st3r has quit (Remote host closed the connection)
1338 2014-01-16 23:59:35 aielima has quit (Remote host closed the connection)
1339 2014-01-16 23:59:41 KillYourTV_ has joined
1340 2014-01-16 23:59:50 aielima has joined
1341 2014-01-16 23:59:51 jspilman01 has joined
1342 2014-01-16 23:59:55 KillYourTV_ is now known as KillYourTV