1 2014-03-11 00:01:24 e4xit has joined
   2 2014-03-11 00:02:03 <Luke-Jr> amiller: thanks
   3 2014-03-11 00:03:24 toffoo has joined
   4 2014-03-11 00:05:04 one_zero has joined
   5 2014-03-11 00:05:16 banghouse has joined
   6 2014-03-11 00:05:30 BTC_Bear is now known as BTC_Bear|hbrntng
   7 2014-03-11 00:06:28 joesmoe_ has joined
   8 2014-03-11 00:06:34 derbumi has quit (Ping timeout: 252 seconds)
   9 2014-03-11 00:07:02 moe has joined
  10 2014-03-11 00:07:26 moe is now known as Guest64671
  11 2014-03-11 00:08:13 alusion has quit (Ping timeout: 252 seconds)
  12 2014-03-11 00:09:27 joesmoe has quit (Ping timeout: 264 seconds)
  13 2014-03-11 00:09:44 smash has joined
  14 2014-03-11 00:10:21 banghouse has quit (Ping timeout: 265 seconds)
  15 2014-03-11 00:10:39 JZavala has joined
  16 2014-03-11 00:13:00 Coincidental has quit (Remote host closed the connection)
  17 2014-03-11 00:15:15 phoenix52 has quit (Quit: Leaving.)
  18 2014-03-11 00:15:16 ryanxcharles has joined
  19 2014-03-11 00:17:25 zcopley has joined
  20 2014-03-11 00:17:45 basva___ has joined
  21 2014-03-11 00:18:28 Ogig has quit (Remote host closed the connection)
  22 2014-03-11 00:18:28 rodrigo31 has joined
  23 2014-03-11 00:18:35 <rodrigo31> Hi?
  24 2014-03-11 00:18:44 <sipa> Hi!
  25 2014-03-11 00:19:07 <rodrigo31> :O someone said that i needed to have an account to talk here....
  26 2014-03-11 00:19:11 <rodrigo31> lol
  27 2014-03-11 00:20:05 zcopley_ has quit (Ping timeout: 240 seconds)
  28 2014-03-11 00:20:23 <rodrigo31> I have a question. I'm trying to crate something that I call "bitcoin analysis tool" .
  29 2014-03-11 00:20:44 <rodrigo31> and i need to go through all the blocks on the blockchain
  30 2014-03-11 00:20:48 Coincidental has joined
  31 2014-03-11 00:20:54 <rodrigo31> can i do that with bitcoind ?
  32 2014-03-11 00:21:52 AHornyMinerGirl is now known as Dominguet
  33 2014-03-11 00:22:11 <Luke-Jr> rodrigo31: why bother?
  34 2014-03-11 00:22:11 wallet42 has quit (Read error: Connection reset by peer)
  35 2014-03-11 00:22:14 Dominguet is now known as MinerGirl
  36 2014-03-11 00:22:16 bizzle_ has quit (Remote host closed the connection)
  37 2014-03-11 00:22:23 cagedwisdom has joined
  38 2014-03-11 00:22:52 bizzle has joined
  39 2014-03-11 00:23:52 sbrossie has quit (Quit: Leaving.)
  40 2014-03-11 00:24:04 <rodrigo31> Luke-Jr: what? why? i could tell you something like because I want.....
  41 2014-03-11 00:24:11 bizzle_ has joined
  42 2014-03-11 00:24:22 <airbreather> rodrigo31: tell us what you're trying to do, not how you're trying to do it
  43 2014-03-11 00:25:37 <rodrigo31> I want to go throught all the blocks and analyse each one of them. I want to start from the first one and go until the last one.
  44 2014-03-11 00:25:46 Belxjander has joined
  45 2014-03-11 00:25:52 <sipa> you can call getblock <hash>
  46 2014-03-11 00:26:05 sbrossie has joined
  47 2014-03-11 00:26:53 <Luke-Jr> rodrigo31: analyze in what way?
  48 2014-03-11 00:27:27 bizzle has quit (Ping timeout: 264 seconds)
  49 2014-03-11 00:27:33 <airbreather> getblockhash <height> gives the hash, then getblock <hash> gives the json block.
  50 2014-03-11 00:28:04 <airbreather> height 0 is the genesis block
  51 2014-03-11 00:29:06 HaltingState has joined
  52 2014-03-11 00:29:07 HaltingState has quit (Changing host)
  53 2014-03-11 00:29:07 HaltingState has joined
  54 2014-03-11 00:30:08 TD has quit (Quit: TD)
  55 2014-03-11 00:32:15 <rodrigo31> airbreather: Thanks, that way i can start from 0 until getinfo.blocks...
  56 2014-03-11 00:32:38 * Luke-Jr notes that is probably the slowest possible way
  57 2014-03-11 00:33:31 <rodrigo31> Luke-Jr: do you know a faster way?
  58 2014-03-11 00:33:35 sserrano44 has quit (Quit: Computer has gone to sleep.)
  59 2014-03-11 00:34:36 <Luke-Jr> read the block files directly
  60 2014-03-11 00:35:21 <espringe> Calling: 'getrawtransaction' on 11347 transactions (in a batched jsonrpc req)  ... crashed bitcoind [without my system running out of memory]
  61 2014-03-11 00:35:28 Tykling has joined
  62 2014-03-11 00:35:41 bbrian has quit (Ping timeout: 240 seconds)
  63 2014-03-11 00:35:43 <espringe> Is that a bitcoin bug, or what's the sane limit I should do for batched requests?
  64 2014-03-11 00:35:52 <rodrigo31> Luke-Jr: if you can point me a good link exaplaining how to do that...
  65 2014-03-11 00:36:01 djcoin_ has joined
  66 2014-03-11 00:36:14 <rodrigo31> because i'm using a python library to interact with bitcoind...
  67 2014-03-11 00:36:41 <rodrigo31> if i could read the block files probably it would be better
  68 2014-03-11 00:36:59 loltu has joined
  69 2014-03-11 00:37:07 Coincidental has quit (Remote host closed the connection)
  70 2014-03-11 00:37:34 <Luke-Jr> rodrigo31: https://en.bitcoin.it/wiki/Protocol_specification#block
  71 2014-03-11 00:37:53 espringe has quit (Quit: espringe)
  72 2014-03-11 00:39:36 banghouse has joined
  73 2014-03-11 00:39:52 melvster has quit (Ping timeout: 240 seconds)
  74 2014-03-11 00:41:36 <rodrigo31> Luke-Jr: it looks harder for me... I will try the easy path first... :)
  75 2014-03-11 00:41:49 <rodrigo31> Maybe I will learn from my erros :)
  76 2014-03-11 00:43:57 <jgarzik> drat, espringe dropped off
  77 2014-03-11 00:45:46 _ImI_ has quit (Quit: _ImI_)
  78 2014-03-11 00:48:14 english- has quit (Quit: Leaving)
  79 2014-03-11 00:48:34 ziggamon has quit (Remote host closed the connection)
  80 2014-03-11 00:49:05 bizzle_ has quit (Remote host closed the connection)
  81 2014-03-11 00:49:09 ziggamon has joined
  82 2014-03-11 00:49:33 phogster has joined
  83 2014-03-11 00:49:39 bizzle has joined
  84 2014-03-11 00:50:27 ziggamon has quit (Read error: Connection reset by peer)
  85 2014-03-11 00:50:57 ziggamon has joined
  86 2014-03-11 00:51:36 askmike has quit (Remote host closed the connection)
  87 2014-03-11 00:51:47 raminnoodle has joined
  88 2014-03-11 00:52:05 darkskiez has quit (Ping timeout: 245 seconds)
  89 2014-03-11 00:53:41 bizzle has quit (Ping timeout: 240 seconds)
  90 2014-03-11 00:54:01 paracyst has quit (Read error: Connection reset by peer)
  91 2014-03-11 00:54:21 <raminnoodle> Is it possible to call the rpc command "sinelastblock" with a value of null or something in the string? On older clients I am able to pass in an empty string if its the first time im running sincelastblock however if I try on the new client it says cant find block and it only works if I dont pass any parameter at all
  92 2014-03-11 00:54:22 yubrew has quit (Remote host closed the connection)
  93 2014-03-11 00:54:22 johnsoft has quit (Ping timeout: 240 seconds)
  94 2014-03-11 00:55:14 johnsoft has joined
  95 2014-03-11 00:55:32 ziggamon has quit (Ping timeout: 252 seconds)
  96 2014-03-11 00:56:06 <sipa> jgarzik: espringe?
  97 2014-03-11 00:56:25 <raminnoodle> listSinceBlock*
  98 2014-03-11 00:56:49 <jgarzik> sipa, <espringe> Calling: 'getrawtransaction' on 11347 transactions (in a batched jsonrpc req)  ... crashed bitcoind [without my system running out of memory]
  99 2014-03-11 00:57:36 <jgarzik> Though clearly that is a bad idea, I'm curious if it was an rlimit or something else that killed bitcoind
 100 2014-03-11 00:57:44 JackH has quit (Quit: JackH)
 101 2014-03-11 00:58:47 brson has quit (Read error: Operation timed out)
 102 2014-03-11 00:58:52 askmike has joined
 103 2014-03-11 01:01:03 <phantomcircuit> jgarzik, how did it crash?
 104 2014-03-11 01:01:14 <phantomcircuit> anything in dmesg?
 105 2014-03-11 01:01:18 <jgarzik> phantomcircuit, exactly!
 106 2014-03-11 01:01:41 phogster has quit (Quit: leaving)
 107 2014-03-11 01:01:41 askmike has quit (Remote host closed the connection)
 108 2014-03-11 01:01:43 <phantomcircuit> if it was an rlimit i would expect there to be something in dmesg
 109 2014-03-11 01:02:17 Neozonz has joined
 110 2014-03-11 01:02:54 <jgarzik> I suppose I could try to reproduce, but I'm feeling lazy
 111 2014-03-11 01:03:11 sirk390 has quit (Quit: Leaving.)
 112 2014-03-11 01:03:48 TheSeven has quit (Read error: Operation timed out)
 113 2014-03-11 01:04:09 tesserajk has quit (Read error: Operation timed out)
 114 2014-03-11 01:04:39 zcopley has quit (Ping timeout: 264 seconds)
 115 2014-03-11 01:05:15 Neozonz has quit (Ping timeout: 264 seconds)
 116 2014-03-11 01:05:44 sirk390 has joined
 117 2014-03-11 01:05:59 roboaunt has joined
 118 2014-03-11 01:06:21 zcopley has joined
 119 2014-03-11 01:07:57 TheSeven has joined
 120 2014-03-11 01:09:41 ghtdak has quit (Quit: Leaving.)
 121 2014-03-11 01:10:54 uiop has quit (Ping timeout: 240 seconds)
 122 2014-03-11 01:13:30 uiop has joined
 123 2014-03-11 01:13:45 paracyst has joined
 124 2014-03-11 01:14:18 Gyps has quit (Quit: Gyps)
 125 2014-03-11 01:16:19 banghouse has quit (Remote host closed the connection)
 126 2014-03-11 01:16:30 BTC_Bear is now known as hbrntng!~BTC_Bear@unaffiliated/btc-bear/x-5233302|BTC_Bear
 127 2014-03-11 01:16:39 Coincidental has joined
 128 2014-03-11 01:17:48 roboaunt has quit (Quit: Textual IRC Client: www.textualapp.com)
 129 2014-03-11 01:18:31 uiop has quit (Ping timeout: 240 seconds)
 130 2014-03-11 01:19:27 jrmrjnck has quit (Remote host closed the connection)
 131 2014-03-11 01:19:57 jrmrjnck has joined
 132 2014-03-11 01:20:06 <rodrigo31> 22 seconds 100 blocks ... to slow?
 133 2014-03-11 01:20:16 llllllllll has quit ()
 134 2014-03-11 01:20:34 uiop has joined
 135 2014-03-11 01:23:59 jrmrjnck has quit (Read error: Connection reset by peer)
 136 2014-03-11 01:24:11 saulimus has quit (Quit: saulimus)
 137 2014-03-11 01:24:51 jrmrjnck has joined
 138 2014-03-11 01:25:37 yubrew has joined
 139 2014-03-11 01:29:51 yubrew has quit (Ping timeout: 240 seconds)
 140 2014-03-11 01:31:50 agricocb has joined
 141 2014-03-11 01:32:24 askmike has joined
 142 2014-03-11 01:32:54 ematiu has joined
 143 2014-03-11 01:34:45 aynstein has quit (Remote host closed the connection)
 144 2014-03-11 01:37:21 askmike has quit (Ping timeout: 252 seconds)
 145 2014-03-11 01:37:53 aynstein has joined
 146 2014-03-11 01:38:24 asa1024 has joined
 147 2014-03-11 01:38:44 aynstein has quit (Remote host closed the connection)
 148 2014-03-11 01:39:13 aynstein has joined
 149 2014-03-11 01:40:41 ntio has joined
 150 2014-03-11 01:41:38 <ntio> do transactions have in them the previous address balance? Or the number of transfers out of that address?
 151 2014-03-11 01:42:21 dec_ has joined
 152 2014-03-11 01:42:30 dec_ has left ()
 153 2014-03-11 01:43:14 StSeek has quit (Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424])
 154 2014-03-11 01:43:22 aynstein has quit (Ping timeout: 240 seconds)
 155 2014-03-11 01:43:38 <gmaxwell> ntio: see topic
 156 2014-03-11 01:43:52 <gmaxwell> also, there are no balances at all in the actual implementation of the bitcoin system
 157 2014-03-11 01:44:17 ghtdak has joined
 158 2014-03-11 01:44:52 Coincidental has quit (Remote host closed the connection)
 159 2014-03-11 01:45:09 ziggamon has joined
 160 2014-03-11 01:45:10 <raminnoodle> am I crazy or am i really seeing negative confs? http://pastebin.com/ay4qz8fM
 161 2014-03-11 01:46:16 zcopley has quit (Quit: Computer has gone to sleep.)
 162 2014-03-11 01:47:19 asa1024 has quit (Quit: asa1024)
 163 2014-03-11 01:48:14 Diablo-D3 has quit (Quit: This computer has gone to sleep)
 164 2014-03-11 01:49:22 ziggamon has quit (Ping timeout: 240 seconds)
 165 2014-03-11 01:50:00 uiop has quit (Ping timeout: 252 seconds)
 166 2014-03-11 01:50:26 uiop has joined
 167 2014-03-11 01:51:37 DougieBot5000 has quit (Quit: Leaving)
 168 2014-03-11 01:53:27 basva___ has quit (Quit: Computer has gone to sleep.)
 169 2014-03-11 01:55:34 basva___ has joined
 170 2014-03-11 01:55:48 <gmaxwell> thats not output from bitcoind ... what is that from?
 171 2014-03-11 01:56:15 <gmaxwell> (bitcoind can give a -1 for conflicted transactions, but it tells you the conflicts.. it also won't display amounts like that)
 172 2014-03-11 01:56:15 basva___ has quit (Client Quit)
 173 2014-03-11 01:57:42 runeks has quit (Read error: Operation timed out)
 174 2014-03-11 01:57:53 Eggman33 has quit (Remote host closed the connection)
 175 2014-03-11 01:58:35 uiop has quit (Read error: Operation timed out)
 176 2014-03-11 01:58:43 runeks has joined
 177 2014-03-11 01:58:59 hmmma1 has joined
 178 2014-03-11 01:59:11 hmmma has quit (Ping timeout: 240 seconds)
 179 2014-03-11 01:59:35 k0mputer_ has joined
 180 2014-03-11 02:00:30 Guest64671 has quit (Ping timeout: 240 seconds)
 181 2014-03-11 02:00:55 k0mputer_ has left ("Leaving")
 182 2014-03-11 02:01:34 joesmoe has joined
 183 2014-03-11 02:02:00 tinaivanova_ has joined
 184 2014-03-11 02:03:00 askmike has joined
 185 2014-03-11 02:03:36 Eggman33 has joined
 186 2014-03-11 02:03:37 WormDrink has joined
 187 2014-03-11 02:03:47 funky_dinner is now known as funky2
 188 2014-03-11 02:03:54 tinaivanova has quit (Read error: Connection reset by peer)
 189 2014-03-11 02:04:00 tinaivanova_ is now known as tinaivanova
 190 2014-03-11 02:04:19 nullp has joined
 191 2014-03-11 02:04:55 joesmoe_ has quit (Ping timeout: 265 seconds)
 192 2014-03-11 02:04:55 Internet13 has quit (Ping timeout: 265 seconds)
 193 2014-03-11 02:05:20 <MinerGirl> Hi, a little question, do you think doge is more profitable than 365Coin? im mining it a www.mingopool.com but im not sure. People say 1 365coin have value of 20 ~ 50 BTC cause only 1 total coin a day but, what do you think? And if you are mining at mingopool, do you know if is true that monthly bounty?Hi, a little question, do you think doge is more profitable than 365Coin? im mining it a www.mingopool.com but im not sure. People say
 194 2014-03-11 02:06:21 ematiu has quit (Remote host closed the connection)
 195 2014-03-11 02:06:31 Eggman33 has quit (Ping timeout: 240 seconds)
 196 2014-03-11 02:07:28 venzen has joined
 197 2014-03-11 02:07:31 askmike has quit (Ping timeout: 244 seconds)
 198 2014-03-11 02:07:59 Internet13 has joined
 199 2014-03-11 02:08:28 lalopalo has quit (Remote host closed the connection)
 200 2014-03-11 02:08:58 <raminnoodle> gmaxwell: thats from blockchain.info bitcoind rpc
 201 2014-03-11 02:09:11 <raminnoodle> i guess they just send confs as negatives..
 202 2014-03-11 02:10:56 ntio has left ("WeeChat 0.4.3")
 203 2014-03-11 02:10:56 <gmaxwell> or they're busted...
 204 2014-03-11 02:11:03 <gmaxwell> I sure hope they don't show them as negatives.
 205 2014-03-11 02:11:19 <raminnoodle> lol.. iv sent two transactions and both of them are in the high 10s with negative sir
 206 2014-03-11 02:12:29 uiop has joined
 207 2014-03-11 02:13:39 pbuchan has quit (Ping timeout: 264 seconds)
 208 2014-03-11 02:13:39 Guest64671 has joined
 209 2014-03-11 02:15:52 kurtosis has quit (Ping timeout: 240 seconds)
 210 2014-03-11 02:19:10 uiop has quit (Ping timeout: 252 seconds)
 211 2014-03-11 02:19:12 nova90 has quit (Quit: nova90)
 212 2014-03-11 02:20:04 Guest30468 has quit ()
 213 2014-03-11 02:20:22 uiop has joined
 214 2014-03-11 02:21:42 nirom has joined
 215 2014-03-11 02:24:17 nirom_ has joined
 216 2014-03-11 02:24:41 alex_fun has joined
 217 2014-03-11 02:24:56 <alex_fun> hello
 218 2014-03-11 02:25:04 Application has quit (Ping timeout: 244 seconds)
 219 2014-03-11 02:26:01 <alex_fun> how I can connect multiple gpu righs with cgiminer to remote rpc daemon on box 2? I done it already - server 2 ram 30 GB however some miners keep dropping off
 220 2014-03-11 02:26:06 uiop has quit (Ping timeout: 244 seconds)
 221 2014-03-11 02:26:10 <alex_fun> saying dead - then coming up again
 222 2014-03-11 02:26:22 nirom has quit (Ping timeout: 240 seconds)
 223 2014-03-11 02:26:22 nirom_ is now known as nirom
 224 2014-03-11 02:26:42 <alex_fun> multiple rpd connections from the same username to daemon
 225 2014-03-11 02:26:52 nirom is now known as Guest22788
 226 2014-03-11 02:27:22 ryanxcharles has quit (Ping timeout: 245 seconds)
 227 2014-03-11 02:28:39 beachandbytes has quit (Ping timeout: 264 seconds)
 228 2014-03-11 02:29:31 cagedwisdom has quit (Ping timeout: 240 seconds)
 229 2014-03-11 02:29:51 <alex_fun> also is there any plans to implement zerocoin?
 230 2014-03-11 02:29:58 <alex_fun> or similar solution
 231 2014-03-11 02:31:12 pbuchan has joined
 232 2014-03-11 02:32:19 sirk390 has quit (Quit: Leaving.)
 233 2014-03-11 02:33:21 askmike has joined
 234 2014-03-11 02:34:40 Diablo-D3 has joined
 235 2014-03-11 02:36:21 uiop has joined
 236 2014-03-11 02:38:15 askmike has quit (Ping timeout: 264 seconds)
 237 2014-03-11 02:39:20 ziggamon has joined
 238 2014-03-11 02:39:51 Coincidental has joined
 239 2014-03-11 02:42:49 <warren> http://download1.rpmfusion.org/~warren/openssl/  Updated openssl packages for Fedora 19 and 20, GPG signed by me.
 240 2014-03-11 02:44:03 ziggamon has quit (Ping timeout: 265 seconds)
 241 2014-03-11 02:44:39 <warren> If anyone wants Fedora 21 ask me.
 242 2014-03-11 02:45:31 cagedwisdom has joined
 243 2014-03-11 02:46:53 rappo_ is now known as rappo
 244 2014-03-11 02:48:36 jordandotdev has quit (Quit: Connection closed for inactivity)
 245 2014-03-11 02:49:28 lagarde has joined
 246 2014-03-11 02:49:52 Guest22788 has quit (Ping timeout: 265 seconds)
 247 2014-03-11 02:52:38 <gmaxwell> Anyone aware of any recent changes on master which would make the first getinfo call after a restart take 12 seconds for me?
 248 2014-03-11 02:53:29 johnsoft has quit (Ping timeout: 244 seconds)
 249 2014-03-11 02:53:41 johnsoft has joined
 250 2014-03-11 02:53:51 jgarzik has quit (Ping timeout: 264 seconds)
 251 2014-03-11 02:54:06 <gmaxwell> it's 100% repeatable for me, so I can bisect... but it would go faster if someone had a guess. :)
 252 2014-03-11 02:54:17 gasteve has joined
 253 2014-03-11 02:55:54 bizzle has joined
 254 2014-03-11 02:56:57 Eggman33 has joined
 255 2014-03-11 02:57:17 Coincidental has quit (Remote host closed the connection)
 256 2014-03-11 02:59:03 makerofthings7 has joined
 257 2014-03-11 02:59:54 joesmoe has quit (Quit: One of these days I'm gonna find this *PEER* guy and reset *HIS* connection.)
 258 2014-03-11 03:02:40 leofidus has joined
 259 2014-03-11 03:03:37 Eggman33 has quit (Remote host closed the connection)
 260 2014-03-11 03:04:14 Eggman33 has joined
 261 2014-03-11 03:04:34 m104 has joined
 262 2014-03-11 03:06:10 leofidus-ger has quit (Ping timeout: 252 seconds)
 263 2014-03-11 03:06:10 leofidus is now known as leofidus-ger
 264 2014-03-11 03:08:08 Guest64671 has quit (Ping timeout: 252 seconds)
 265 2014-03-11 03:08:43 Eggman33 has quit (Ping timeout: 265 seconds)
 266 2014-03-11 03:08:47 phrackage has joined
 267 2014-03-11 03:13:45 yubrew has joined
 268 2014-03-11 03:13:52 Subo1977 has quit (Ping timeout: 240 seconds)
 269 2014-03-11 03:14:11 Gyps has joined
 270 2014-03-11 03:15:01 bizzle has quit (Remote host closed the connection)
 271 2014-03-11 03:15:35 bizzle has joined
 272 2014-03-11 03:16:24 OneMiner has quit (Quit: Leaving)
 273 2014-03-11 03:16:56 Eagle[TM] has quit (Ping timeout: 252 seconds)
 274 2014-03-11 03:17:15 banghouse has joined
 275 2014-03-11 03:17:33 espringe has joined
 276 2014-03-11 03:17:38 Eggman33 has joined
 277 2014-03-11 03:17:49 espringe has quit (Client Quit)
 278 2014-03-11 03:18:06 yubrew has quit (Ping timeout: 240 seconds)
 279 2014-03-11 03:18:20 kurtosis has joined
 280 2014-03-11 03:19:02 petcat has quit (Quit: Leaving.)
 281 2014-03-11 03:19:19 petcat has joined
 282 2014-03-11 03:19:50 bizzle has quit (Ping timeout: 244 seconds)
 283 2014-03-11 03:19:52 nullp has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 284 2014-03-11 03:19:57 Guest64671 has joined
 285 2014-03-11 03:20:24 OneMiner has joined
 286 2014-03-11 03:21:22 bit14 has quit (Read error: Connection reset by peer)
 287 2014-03-11 03:23:07 viperhr1 has joined
 288 2014-03-11 03:23:09 Eagle[TM] has joined
 289 2014-03-11 03:23:10 Nes-asleep has joined
 290 2014-03-11 03:23:11 bit14_ has joined
 291 2014-03-11 03:23:11 banghouse has quit (Ping timeout: 265 seconds)
 292 2014-03-11 03:23:11 twobitcoins has joined
 293 2014-03-11 03:23:11 kermit has quit (Quit: Leaving.)
 294 2014-03-11 03:23:12 banghouse3 has joined
 295 2014-03-11 03:23:18 Neseface has quit (Ping timeout: 240 seconds)
 296 2014-03-11 03:23:24 aschildbach has joined
 297 2014-03-11 03:23:27 aschildbach_ has quit (Ping timeout: 244 seconds)
 298 2014-03-11 03:23:48 kermit has joined
 299 2014-03-11 03:24:30 twobitcoins_ has quit (Ping timeout: 240 seconds)
 300 2014-03-11 03:25:16 owowo has quit (Quit: owowo)
 301 2014-03-11 03:26:31 viperhr has quit (Ping timeout: 240 seconds)
 302 2014-03-11 03:28:28 Subo1977 has joined
 303 2014-03-11 03:32:36 Coincidental has joined
 304 2014-03-11 03:33:29 askmike has joined
 305 2014-03-11 03:33:31 ziggamon has joined
 306 2014-03-11 03:33:59 johnsoft has quit (Ping timeout: 252 seconds)
 307 2014-03-11 03:34:00 drsource has joined
 308 2014-03-11 03:34:11 johnsoft has joined
 309 2014-03-11 03:36:40 Zifre_ has joined
 310 2014-03-11 03:36:40 Eagle[TM] has quit (Ping timeout: 264 seconds)
 311 2014-03-11 03:36:40 super3_ has joined
 312 2014-03-11 03:36:41 LarsLarsen has quit (Ping timeout: 240 seconds)
 313 2014-03-11 03:37:19 jgarzik has joined
 314 2014-03-11 03:37:52 ziggamon has quit (Ping timeout: 240 seconds)
 315 2014-03-11 03:38:12 askmike has quit (Ping timeout: 265 seconds)
 316 2014-03-11 03:38:30 Zifre has quit (Ping timeout: 240 seconds)
 317 2014-03-11 03:38:30 super3 has quit (Ping timeout: 240 seconds)
 318 2014-03-11 03:39:04 Eagle[TM] has joined
 319 2014-03-11 03:39:15 da2ce7_laptop has joined
 320 2014-03-11 03:39:27 Application has joined
 321 2014-03-11 03:40:46 LarsLarsen has joined
 322 2014-03-11 03:40:57 RoboTeddy has joined
 323 2014-03-11 03:44:47 ryanxcharles has joined
 324 2014-03-11 03:45:22 Krellan__ has quit (Ping timeout: 240 seconds)
 325 2014-03-11 03:46:03 petcat has quit (Quit: Leaving.)
 326 2014-03-11 03:49:32 drsource has quit (Quit: • IRcap • 8.6 •)
 327 2014-03-11 03:54:28 mE\Ta has quit (Ping timeout: 244 seconds)
 328 2014-03-11 03:56:30 johnsoft has quit (Ping timeout: 240 seconds)
 329 2014-03-11 03:56:48 johnsoft has joined
 330 2014-03-11 03:57:53 fpx has joined
 331 2014-03-11 03:58:18 bizzle has joined
 332 2014-03-11 03:58:39 just[dead] is now known as justanotheruser
 333 2014-03-11 04:00:48 StSeek has joined
 334 2014-03-11 04:01:03 m104 has quit (Quit: brb)
 335 2014-03-11 04:01:52 johnsoft has quit (Ping timeout: 240 seconds)
 336 2014-03-11 04:02:18 johnsoft has joined
 337 2014-03-11 04:03:37 beachandbytes has joined
 338 2014-03-11 04:06:45 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 339 2014-03-11 04:06:54 Burrito has quit (Ping timeout: 240 seconds)
 340 2014-03-11 04:07:05 lachesis has quit (Ping timeout: 245 seconds)
 341 2014-03-11 04:07:58 yubrew has joined
 342 2014-03-11 04:08:09 ematiu has joined
 343 2014-03-11 04:10:24 bizzle has quit (Remote host closed the connection)
 344 2014-03-11 04:10:42 ppvkignx has joined
 345 2014-03-11 04:10:59 bizzle has joined
 346 2014-03-11 04:11:00 lachesis has joined
 347 2014-03-11 04:11:47 <copumpkin> anyone run bitcoin stuff on ARM linux distros?
 348 2014-03-11 04:12:04 <copumpkin> err, this probably isn't the best place to ask, sorry
 349 2014-03-11 04:13:03 yubrew has quit (Ping timeout: 264 seconds)
 350 2014-03-11 04:14:10 petcat has joined
 351 2014-03-11 04:14:16 petcat has quit (Client Quit)
 352 2014-03-11 04:14:37 kurtosis has quit (Ping timeout: 244 seconds)
 353 2014-03-11 04:14:58 phantomspark has joined
 354 2014-03-11 04:15:22 bizzle has quit (Ping timeout: 240 seconds)
 355 2014-03-11 04:15:49 banghouse3 has quit (Remote host closed the connection)
 356 2014-03-11 04:18:04 sserrano44 has joined
 357 2014-03-11 04:20:53 bizzle has joined
 358 2014-03-11 04:22:06 Coincidental has quit (Remote host closed the connection)
 359 2014-03-11 04:23:37 phrackage has quit (Quit: phrackage)
 360 2014-03-11 04:25:35 dansmith_btc2 has joined
 361 2014-03-11 04:25:38 phantomspark has quit (Remote host closed the connection)
 362 2014-03-11 04:25:42 dansmith_btc2 has quit (Client Quit)
 363 2014-03-11 04:27:27 Neozonz has quit (Disc!~Neozonz@unaffiliated/neozonz|Ping timeout: 264 seconds)
 364 2014-03-11 04:27:30 Coincidental has joined
 365 2014-03-11 04:27:42 ziggamon has joined
 366 2014-03-11 04:29:11 wei__ has joined
 367 2014-03-11 04:29:36 gasteve has quit (Ping timeout: 244 seconds)
 368 2014-03-11 04:29:52 petcat has joined
 369 2014-03-11 04:31:37 pbuchan has quit (Quit: Ex-Chat)
 370 2014-03-11 04:32:15 petcat has quit (Client Quit)
 371 2014-03-11 04:32:15 ziggamon has quit (Ping timeout: 264 seconds)
 372 2014-03-11 04:33:00 dexX7 has quit (Ping timeout: 260 seconds)
 373 2014-03-11 04:33:22 askmike has joined
 374 2014-03-11 04:33:34 petcat has joined
 375 2014-03-11 04:36:07 fddfssdf has joined
 376 2014-03-11 04:36:29 fddfssdf has left ()
 377 2014-03-11 04:36:54 fddfssdf has joined
 378 2014-03-11 04:37:53 darkskiez has joined
 379 2014-03-11 04:38:04 fddfssdf has left ()
 380 2014-03-11 04:38:08 askmike has quit (Ping timeout: 265 seconds)
 381 2014-03-11 04:39:11 Gyps has quit (Quit: Gyps)
 382 2014-03-11 04:39:30 greenspa has quit (Remote host closed the connection)
 383 2014-03-11 04:39:32 gffdffd has joined
 384 2014-03-11 04:39:51 greenspa has joined
 385 2014-03-11 04:42:45 Eagle[TM] has quit (Ping timeout: 252 seconds)
 386 2014-03-11 04:44:35 TheSeven has quit (Disconnected by services)
 387 2014-03-11 04:44:42 sserrano44 has quit (Quit: Computer has gone to sleep.)
 388 2014-03-11 04:44:48 [7] has joined
 389 2014-03-11 04:45:23 t3st3r has quit (Remote host closed the connection)
 390 2014-03-11 04:45:24 ThomasV has joined
 391 2014-03-11 04:46:59 Eagle[TM] has joined
 392 2014-03-11 04:47:09 jordandotdev has joined
 393 2014-03-11 04:47:57 beachandbytes has quit (Read error: Connection reset by peer)
 394 2014-03-11 04:48:47 eoss has joined
 395 2014-03-11 04:48:51 whereswaldo has joined
 396 2014-03-11 04:49:11 AtashiCon has quit (Quit: AtashiCon)
 397 2014-03-11 04:49:24 neuroMode has joined
 398 2014-03-11 04:49:42 whereswaldo has quit (Read error: Connection reset by peer)
 399 2014-03-11 04:49:48 ghtdak has quit (Quit: Leaving.)
 400 2014-03-11 04:50:40 beachandbytes has joined
 401 2014-03-11 04:52:41 Zifre_ has quit (Read error: Connection reset by peer)
 402 2014-03-11 04:54:33 AtashiCon has joined
 403 2014-03-11 04:55:14 <gffdffd> WTF
 404 2014-03-11 04:55:35 gffdffd has quit (Quit: Page closed)
 405 2014-03-11 04:57:39 aynstein has joined
 406 2014-03-11 04:58:43 petcat has quit (Quit: Leaving.)
 407 2014-03-11 05:00:16 ematiu has quit (Remote host closed the connection)
 408 2014-03-11 05:02:11 yubrew has joined
 409 2014-03-11 05:04:32 kurtosis has joined
 410 2014-03-11 05:05:29 ericmuyser has joined
 411 2014-03-11 05:06:31 yubrew has quit (Ping timeout: 240 seconds)
 412 2014-03-11 05:08:31 <saracen> 0.0000000000000000000000000000000000000000000000000000000000000000021146%
 413 2014-03-11 05:08:37 <saracen> That's the percentage of keys found by people hitting directory.io altogether so far.
 414 2014-03-11 05:08:56 phrackage has joined
 415 2014-03-11 05:09:11 <gmaxwell> lol
 416 2014-03-11 05:09:24 <saracen> Maybe I should put a progress bar up, as I'm still being crawled by people that clearly don't realise what they're doing
 417 2014-03-11 05:10:00 BTC_Bear is now known as BTC_Bear|hbrntng
 418 2014-03-11 05:11:55 Maged has quit (Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424])
 419 2014-03-11 05:12:56 vegard has quit (Ping timeout: 265 seconds)
 420 2014-03-11 05:14:36 vegard has joined
 421 2014-03-11 05:15:01 <ewust> I got to the end, and then it just gave me a blank page :(
 422 2014-03-11 05:16:44 funky2 is now known as funky
 423 2014-03-11 05:20:31 uiop has quit (Ping timeout: 240 seconds)
 424 2014-03-11 05:21:14 uiop has joined
 425 2014-03-11 05:21:51 ziggamon has joined
 426 2014-03-11 05:22:05 darkskiez has quit (Ping timeout: 245 seconds)
 427 2014-03-11 05:22:11 Zarutian has quit (Quit: Zarutian)
 428 2014-03-11 05:23:00 darkskiez has joined
 429 2014-03-11 05:24:45 <cornfeedhobo> some of these addreses had coins at them
 430 2014-03-11 05:25:56 Eggman33 has quit (Remote host closed the connection)
 431 2014-03-11 05:26:01 e4xit has quit (Ping timeout: 240 seconds)
 432 2014-03-11 05:26:06 ziggamon has quit (Ping timeout: 240 seconds)
 433 2014-03-11 05:26:22 Eggman33 has joined
 434 2014-03-11 05:26:41 RoboTedd_ has joined
 435 2014-03-11 05:28:50 Barbossa has joined
 436 2014-03-11 05:30:11 RoboTeddy has quit (Ping timeout: 240 seconds)
 437 2014-03-11 05:30:49 Eggman33 has quit (Ping timeout: 265 seconds)
 438 2014-03-11 05:30:55 <Barbossa> sorry, its very vague quest but I want to understand bitcoin code (https://github.com/bitcoin/bitcoin).....
 439 2014-03-11 05:31:01 <Barbossa> sorry, its very vague quest but I want to understand bitcoin code (https://github.com/bitcoin/bitcoin).....
 440 2014-03-11 05:31:05 RoboTedd_ has quit (Ping timeout: 244 seconds)
 441 2014-03-11 05:31:42 <Barbossa> can anyone tell me about the source to understand it properly
 442 2014-03-11 05:32:31 uiop has quit (Ping timeout: 240 seconds)
 443 2014-03-11 05:33:19 ericmuyser has quit (Remote host closed the connection)
 444 2014-03-11 05:33:22 askmike has joined
 445 2014-03-11 05:33:42 uiop has joined
 446 2014-03-11 05:33:51 ericmuyser has joined
 447 2014-03-11 05:34:16 <SomeoneWeird> saracen, obviously it generates them on the fly?
 448 2014-03-11 05:34:35 <SomeoneWeird> >_>
 449 2014-03-11 05:36:19 gasteve has joined
 450 2014-03-11 05:36:19 gasteve has quit (Changing host)
 451 2014-03-11 05:36:19 gasteve has joined
 452 2014-03-11 05:37:02 phoenix52 has joined
 453 2014-03-11 05:38:04 askmike has quit (Ping timeout: 265 seconds)
 454 2014-03-11 05:38:22 ericmuyser has quit (Ping timeout: 240 seconds)
 455 2014-03-11 05:39:55 <cornfeedhobo> SomeoneWeird: you think it would grow faster
 456 2014-03-11 05:40:04 <cornfeedhobo> if its otf
 457 2014-03-11 05:40:54 gasteve has quit (Ping timeout: 244 seconds)
 458 2014-03-11 05:43:26 paveljanik has joined
 459 2014-03-11 05:45:28 kurtosis has quit (Ping timeout: 252 seconds)
 460 2014-03-11 05:46:55 jtcwang has joined
 461 2014-03-11 05:47:02 <saracen> SomeoneWeird: correct
 462 2014-03-11 05:47:08 StSeek has quit (Ping timeout: 252 seconds)
 463 2014-03-11 05:48:49 Coincidental has quit (Remote host closed the connection)
 464 2014-03-11 05:49:01 antephialtic has joined
 465 2014-03-11 05:50:15 kurtosis has joined
 466 2014-03-11 05:50:55 sserrano44 has joined
 467 2014-03-11 05:52:46 Coincide_ has joined
 468 2014-03-11 05:54:09 JimmyCoin has joined
 469 2014-03-11 05:54:21 <JimmyCoin> Hi, for some reason my bitcoin qt wallet has sent out .5 btc without any fees attached and I have had zero confirms in almost 24 hours. How can I fix this?
 470 2014-03-11 05:55:22 ThomasV has quit (Ping timeout: 244 seconds)
 471 2014-03-11 05:55:52 <gmaxwell> JimmyCoin: have you left it online during those 24 hours?
 472 2014-03-11 05:56:06 <JimmyCoin> No I havent
 473 2014-03-11 05:56:12 <gmaxwell> JimmyCoin: this should move to #bitcoin
 474 2014-03-11 05:56:22 <JimmyCoin> Ok I am there thanks
 475 2014-03-11 05:56:27 yubrew has joined
 476 2014-03-11 05:56:53 JimmyCoin has left ()
 477 2014-03-11 05:57:17 justanotheruser is now known as just[dead]
 478 2014-03-11 05:58:53 yubrew has quit (Read error: Operation timed out)
 479 2014-03-11 05:59:16 di_sc has joined
 480 2014-03-11 05:59:17 ThomasV has joined
 481 2014-03-11 05:59:46 antephialtic has quit (Remote host closed the connection)
 482 2014-03-11 06:01:37 bizzle has quit ()
 483 2014-03-11 06:02:31 jazper- has quit (Ping timeout: 240 seconds)
 484 2014-03-11 06:06:49 smash has quit (Remote host closed the connection)
 485 2014-03-11 06:07:15 MagBo has quit (Ping timeout: 244 seconds)
 486 2014-03-11 06:07:36 Soligor has quit (Quit: Soligor)
 487 2014-03-11 06:07:54 <petertodd> jgarzik: done that scriptSig increase and wound up fixing the CHECKMULTISIG dummy arg mutability issue in the process: https://github.com/bitcoin/bitcoin/pull/3843
 488 2014-03-11 06:08:28 Coincide_ has quit (Remote host closed the connection)
 489 2014-03-11 06:12:10 jazper- has joined
 490 2014-03-11 06:12:10 jazper- has quit (Changing host)
 491 2014-03-11 06:12:10 jazper- has joined
 492 2014-03-11 06:13:25 ralphtheninja has joined
 493 2014-03-11 06:15:52 kurtosis has quit (Ping timeout: 240 seconds)
 494 2014-03-11 06:15:58 ziggamon has joined
 495 2014-03-11 06:16:41 banghouse has joined
 496 2014-03-11 06:17:33 smash has joined
 497 2014-03-11 06:18:45 darkskiez has quit (Ping timeout: 245 seconds)
 498 2014-03-11 06:19:35 darkskiez has joined
 499 2014-03-11 06:20:10 ziggamon has quit (Ping timeout: 244 seconds)
 500 2014-03-11 06:20:50 coeus has quit (Read error: Operation timed out)
 501 2014-03-11 06:20:51 banghouse has quit (Ping timeout: 240 seconds)
 502 2014-03-11 06:21:38 kurtosis has joined
 503 2014-03-11 06:23:11 Guest64671 has quit (Ping timeout: 240 seconds)
 504 2014-03-11 06:25:01 MagBo has joined
 505 2014-03-11 06:25:03 ThomasV has quit (Ping timeout: 264 seconds)
 506 2014-03-11 06:28:22 jcrubino has quit (Quit: Leaving)
 507 2014-03-11 06:30:22 kurtosis has quit (Ping timeout: 264 seconds)
 508 2014-03-11 06:31:31 MagBo has quit (Read error: Operation timed out)
 509 2014-03-11 06:32:06 MagBo has joined
 510 2014-03-11 06:32:09 phrackage has quit (Quit: phrackage)
 511 2014-03-11 06:33:29 askmike has joined
 512 2014-03-11 06:35:19 da2ce7_laptop has joined
 513 2014-03-11 06:38:11 wallet42 has joined
 514 2014-03-11 06:38:15 askmike has quit (Ping timeout: 264 seconds)
 515 2014-03-11 06:38:35 alecalve has joined
 516 2014-03-11 06:47:36 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 517 2014-03-11 06:49:54 <gmaxwell> wumpus: I can't understand what substrata is saying.
 518 2014-03-11 06:50:02 <gmaxwell> testnet=1 works just fine in my config... thats how I run testnet.
 519 2014-03-11 06:50:19 <wumpus> hm I noticed in the GUI it doesn't work in the configuration file
 520 2014-03-11 06:50:35 yubrew has joined
 521 2014-03-11 06:51:32 <wumpus> the initialization order was changed around a bit (it's actually difficult now that the datadirectory can be configured through a registry setting *which are seperate for testnet/mainnet*)
 522 2014-03-11 06:51:39 <gmaxwell> I don't understand that. ... oh you're saying that bitcoin-qt won't take testnet=1 in the config file but bitcoind will?!  hm I have indeed not tested the gui that way.
 523 2014-03-11 06:51:49 <wumpus> right
 524 2014-03-11 06:52:25 <gmaxwell> (I have tested the gui with testnet, but I've been starting it with it on the commandline)
 525 2014-03-11 06:52:42 <wumpus> the gui parses the command line to determine testnet/regtest/mainnet, then determines based on that where to look for registry settings, and only then determines the data directory
 526 2014-03-11 06:52:51 <wumpus> yeah on the command line it works fine, I always use that
 527 2014-03-11 06:52:51 just[dead] is now known as justanotheruser
 528 2014-03-11 06:53:43 <wumpus> and from this data directory it derives the configuration file name, then parses the configuration... the 'choice of network' was made a long time ago then
 529 2014-03-11 06:54:02 <wumpus> always fun those chicken and egg problems :-)
 530 2014-03-11 06:55:18 yubrew has quit (Ping timeout: 244 seconds)
 531 2014-03-11 06:55:58 <wumpus> but his (2) is stranger
 532 2014-03-11 06:56:08 <wumpus> he had to move the testnet files to the datadir root? huh?
 533 2014-03-11 06:56:27 <wumpus> I can't think of any case where that would be necessary
 534 2014-03-11 06:56:50 kurtosis has joined
 535 2014-03-11 06:57:33 ralphtheninja has quit (Quit: leaving)
 536 2014-03-11 06:59:14 petcat has joined
 537 2014-03-11 07:00:14 sustrik has quit (Ping timeout: 265 seconds)
 538 2014-03-11 07:00:52 kurtosis has quit (Ping timeout: 240 seconds)
 539 2014-03-11 07:02:06 Guest64671 has joined
 540 2014-03-11 07:03:31 petcat has quit (Ping timeout: 240 seconds)
 541 2014-03-11 07:04:41 <wallet42> P(dorian == Nakamoto) ?
 542 2014-03-11 07:05:04 <wumpus> enough of the satoshi speculation already
 543 2014-03-11 07:05:41 <wallet42> sry i was disconnected for about a week and im just catching up and i wanted to know what -dev thinks
 544 2014-03-11 07:06:00 BTC_Bear is now known as hbrntng!~BTC_Bear@unaffiliated/btc-bear/x-5233302|BTC_Bear
 545 2014-03-11 07:06:10 <SomeoneWeird> wallet42, offtopic
 546 2014-03-11 07:06:26 <SomeoneWeird> wallet42, #bitcoin-satoshispeculation
 547 2014-03-11 07:07:07 <wallet42> SomeoneWeird: sorry for being OT
 548 2014-03-11 07:07:13 jrmrjnck has quit (Quit: Konversation terminated!)
 549 2014-03-11 07:07:18 jeewee has joined
 550 2014-03-11 07:10:12 ziggamon has joined
 551 2014-03-11 07:13:16 CheckDavid has quit (Quit: Connection closed for inactivity)
 552 2014-03-11 07:13:30 kardan has quit (Ping timeout: 252 seconds)
 553 2014-03-11 07:14:36 ziggamon has quit (Ping timeout: 252 seconds)
 554 2014-03-11 07:14:46 RoboTeddy has joined
 555 2014-03-11 07:15:17 RoboTeddy has quit (Read error: Connection reset by peer)
 556 2014-03-11 07:15:22 RoboTedd_ has joined
 557 2014-03-11 07:18:25 dansmith_btc2 has joined
 558 2014-03-11 07:18:29 dansmith_btc2 has quit (Client Quit)
 559 2014-03-11 07:20:20 ThomasV has joined
 560 2014-03-11 07:22:07 basva has joined
 561 2014-03-11 07:24:56 abossard has joined
 562 2014-03-11 07:25:46 sustrik has joined
 563 2014-03-11 07:27:36 antephialtic has joined
 564 2014-03-11 07:32:37 jtimon has quit (Ping timeout: 265 seconds)
 565 2014-03-11 07:33:25 askmike has joined
 566 2014-03-11 07:34:21 storeaff has joined
 567 2014-03-11 07:35:12 <storeaff> hi. have you used Armory fragmented backups?
 568 2014-03-11 07:35:59 <cornfeedhobo> storeaff: #bitcoin
 569 2014-03-11 07:36:30 BTC_Bear is now known as BTC_Bear|hbrntng
 570 2014-03-11 07:36:35 petcat has joined
 571 2014-03-11 07:36:53 jeewee has quit (Quit: Leaving.)
 572 2014-03-11 07:38:16 askmike has quit (Ping timeout: 252 seconds)
 573 2014-03-11 07:40:50 Tykling has quit (Ping timeout: 265 seconds)
 574 2014-03-11 07:40:51 petcat has quit (Ping timeout: 240 seconds)
 575 2014-03-11 07:44:41 yubrew has joined
 576 2014-03-11 07:46:25 t3st3r has joined
 577 2014-03-11 07:46:30 wei__ has quit (Ping timeout: 240 seconds)
 578 2014-03-11 07:46:42 Tykling has joined
 579 2014-03-11 07:48:54 yubrew has quit (Ping timeout: 240 seconds)
 580 2014-03-11 07:50:09 mrkent has joined
 581 2014-03-11 07:50:10 mrkent has quit (Changing host)
 582 2014-03-11 07:50:10 mrkent has joined
 583 2014-03-11 07:50:59 Krellan_ has joined
 584 2014-03-11 07:51:57 smash has quit (Remote host closed the connection)
 585 2014-03-11 07:52:08 hmmma1 has quit (Ping timeout: 244 seconds)
 586 2014-03-11 07:52:20 draino has quit (Ping timeout: 252 seconds)
 587 2014-03-11 07:54:57 antephialtic has quit (Remote host closed the connection)
 588 2014-03-11 07:57:32 kurtosis has joined
 589 2014-03-11 08:00:08 Ademan has quit (Quit: leaving)
 590 2014-03-11 08:00:58 tarantillo_ has quit (Remote host closed the connection)
 591 2014-03-11 08:01:25 Ademan has joined
 592 2014-03-11 08:01:47 wallet42 has quit (Quit: Leaving.)
 593 2014-03-11 08:01:52 kurtosis has quit (Ping timeout: 240 seconds)
 594 2014-03-11 08:04:20 ziggamon has joined
 595 2014-03-11 08:05:23 tarantillo_ has joined
 596 2014-03-11 08:05:58 LarsLarsen is now known as needmoarmindmelt
 597 2014-03-11 08:06:27 needmoarmindmelt is now known as LarsLarsen
 598 2014-03-11 08:08:31 ziggamon has quit (Ping timeout: 240 seconds)
 599 2014-03-11 08:10:39 Barbossa has quit (Ping timeout: 264 seconds)
 600 2014-03-11 08:13:22 paveljanik has quit (Ping timeout: 240 seconds)
 601 2014-03-11 08:13:40 aynstein has quit (Remote host closed the connection)
 602 2014-03-11 08:15:32 zzyzx has quit (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.22.1/20131113180422])
 603 2014-03-11 08:15:40 Grouver has joined
 604 2014-03-11 08:17:42 banghouse has joined
 605 2014-03-11 08:19:45 Gouou has joined
 606 2014-03-11 08:19:48 YoY has quit (Quit: Leaving...)
 607 2014-03-11 08:20:40 YoY has joined
 608 2014-03-11 08:20:50 Raziel has quit (Ping timeout: 245 seconds)
 609 2014-03-11 08:20:57 _ImI_ has joined
 610 2014-03-11 08:21:04 paracyst has quit (Read error: Connection reset by peer)
 611 2014-03-11 08:22:24 banghouse has quit (Ping timeout: 265 seconds)
 612 2014-03-11 08:23:43 <Gouou> hey guys, when using btc daemon (rpc) do you use "accounts"? i'm thinking of doing a tipping bot for some altcoin and was wondering it's worth using "accounts" or is it better to store them in my own database
 613 2014-03-11 08:23:59 antephialtic has joined
 614 2014-03-11 08:25:14 <michagogo> cloud!uid14316@wikia/Michagogo|Gouou: no, don't use bitcoind's accounts
 615 2014-03-11 08:25:25 jeewee has joined
 616 2014-03-11 08:25:30 <michagogo> cloud!uid14316@wikia/Michagogo|Especially not for handling multiple peoples' money
 617 2014-03-11 08:25:32 <cornfeedhobo> storeaff: oops, i thought i was in a different chan :3
 618 2014-03-11 08:25:41 <wumpus> indeed, don't use accounts, build your own database-based system
 619 2014-03-11 08:25:43 <Gouou> michagogo|cloud: performance issue or security issue?
 620 2014-03-11 08:25:57 <wumpus> it's going to be deprecated/removed
 621 2014-03-11 08:26:12 <michagogo> cloud!uid14316@wikia/Michagogo|Gouou: I mean, you can use accounts, iff you can afford to lose that data at any time :-P
 622 2014-03-11 08:26:14 <Gouou> wumpus: oh it makes sense to not to use them
 623 2014-03-11 08:26:45 <michagogo> cloud!uid14316@wikia/Michagogo|They're all kinds of broken and/or weird, depending on how you look at it
 624 2014-03-11 08:27:11 <wumpus> and for a good reasons.. for one, the current implementation sucks and behaves surprising to many people, also everyone wants something else from an account system, also managing third-party deposits is outside the scope of the reference client
 625 2014-03-11 08:27:20 <Gouou> michagogo|cloud: what's the best way for checking incoming transactions?
 626 2014-03-11 08:27:59 <Gouou> listreceivedbyaddress with excluded empty, seems a little bit un efficient for me
 627 2014-03-11 08:28:22 antephialtic has quit (Ping timeout: 240 seconds)
 628 2014-03-11 08:28:30 jhfgh has quit (Quit: Leaving)
 629 2014-03-11 08:28:40 <michagogo> cloud!uid14316@wikia/Michagogo|Gouou: see the "help" rpc
 630 2014-03-11 08:29:01 <michagogo> cloud!uid14316@wikia/Michagogo|I think there was one called listsinceblock which might be helpful
 631 2014-03-11 08:29:15 <michagogo> cloud!uid14316@wikia/Michagogo|Also, walletnotify is helpful
 632 2014-03-11 08:29:33 aynstein has joined
 633 2014-03-11 08:29:41 <michagogo> cloud!uid14316@wikia/Michagogo|It runs a command when a wallet transaction is received (and again when it confirms, iirc)
 634 2014-03-11 08:30:18 <Gouou> michagogo|cloud: thanks man i will look into it
 635 2014-03-11 08:30:50 darkskiez has quit (Ping timeout: 245 seconds)
 636 2014-03-11 08:31:17 <michagogo> cloud!uid14316@wikia/Michagogo|Gouou: but I'm not completely familiar with all of the RPC calls, so definitely look at the list
 637 2014-03-11 08:31:35 <michagogo> cloud!uid14316@wikia/Michagogo|(The `help` rpc)
 638 2014-03-11 08:31:44 <Gouou> \help rpc
 639 2014-03-11 08:31:51 <Gouou> ffs :D nvm
 640 2014-03-11 08:32:23 <michagogo> cloud!uid14316@wikia/Michagogo|And then `help #{command}` will give you details about individual calls
 641 2014-03-11 08:32:30 darkskiez has joined
 642 2014-03-11 08:32:49 <michagogo> cloud!uid14316@wikia/Michagogo|Oh, and I'd suggest using 0.9.0rc, since the help texts were redone since 0.8
 643 2014-03-11 08:33:07 Elio19 has quit (Ping timeout: 265 seconds)
 644 2014-03-11 08:33:21 askmike has joined
 645 2014-03-11 08:34:04 <jouke> wumpus: the account-system will be deprecated? :( eta?
 646 2014-03-11 08:34:49 <wumpus> jouke: it will be removed in JSON API v2, along with a few other RPC changes, no eta yet
 647 2014-03-11 08:35:37 <wumpus> see https://github.com/bitcoin/bitcoin/issues/3816 and  https://github.com/bitcoin/bitcoin/pull/3759
 648 2014-03-11 08:37:16 <jouke> tnx
 649 2014-03-11 08:37:19 petcat has joined
 650 2014-03-11 08:38:10 <wumpus> note that 'labeling' of receiving addresses will continue to exist, just the account balances and 'virtual transactions' (with 'move') are going away
 651 2014-03-11 08:38:14 askmike has quit (Ping timeout: 252 seconds)
 652 2014-03-11 08:38:20 darkskiez has quit (Ping timeout: 245 seconds)
 653 2014-03-11 08:38:39 jhfgh has joined
 654 2014-03-11 08:38:54 yubrew has joined
 655 2014-03-11 08:39:35 aschildbach has quit (Remote host closed the connection)
 656 2014-03-11 08:41:51 petcat has quit (Ping timeout: 264 seconds)
 657 2014-03-11 08:43:12 yubrew has quit (Ping timeout: 240 seconds)
 658 2014-03-11 08:43:28 melvster has joined
 659 2014-03-11 08:44:27 _ImI_ has quit (Quit: _ImI_)
 660 2014-03-11 08:47:22 mappum has quit (Ping timeout: 240 seconds)
 661 2014-03-11 08:51:17 <michagogo> cloud!uid14316@wikia/Michagogo|;;topic
 662 2014-03-11 08:51:18 <gribble> Development of the Bitcoin; This is for discussion about the Bitcoin network and reference software between developers. | http://bitcoin.org/ https://en.bitcoin.it/wiki/ | This channel is logged: http://bitcoinstats.com/  | There is no from address | No altcoin/bc.i/mtgox/bitstamp support | tell us what you're trying to do, not how you're trying to do it | register to talk
 663 2014-03-11 08:51:22 darkskiez has joined
 664 2014-03-11 08:52:21 darkskiez has quit (Max SendQ exceeded)
 665 2014-03-11 08:54:33 darkskiez has joined
 666 2014-03-11 08:56:56 OneMiner1 has joined
 667 2014-03-11 08:58:17 kurtosis has joined
 668 2014-03-11 08:58:31 ziggamon has joined
 669 2014-03-11 09:00:07 OneMiner has quit (Ping timeout: 265 seconds)
 670 2014-03-11 09:01:19 t7 has joined
 671 2014-03-11 09:02:22 kurtosis has quit (Ping timeout: 240 seconds)
 672 2014-03-11 09:02:31 ziggamon has quit (Ping timeout: 240 seconds)
 673 2014-03-11 09:04:41 ziggamon has joined
 674 2014-03-11 09:04:53 paracyst has joined
 675 2014-03-11 09:07:20 paveljanik has joined
 676 2014-03-11 09:09:12 WormDrink has quit (Ping timeout: 240 seconds)
 677 2014-03-11 09:12:22 JZavala has quit (Ping timeout: 256 seconds)
 678 2014-03-11 09:13:50 _ImI_ has joined
 679 2014-03-11 09:18:01 viperhr1 has quit (Remote host closed the connection)
 680 2014-03-11 09:20:25 melvster has quit (Ping timeout: 265 seconds)
 681 2014-03-11 09:20:37 toffoo has quit ()
 682 2014-03-11 09:22:02 Guest64671 has quit (Ping timeout: 244 seconds)
 683 2014-03-11 09:23:26 gavinandresen_ has joined
 684 2014-03-11 09:23:36 <michagogo> cloud!uid14316@wikia/Michagogo|If we're going to have an rc3, can we have 0.9.0rc3-linux?
 685 2014-03-11 09:24:52 gavinandresen has quit (Ping timeout: 240 seconds)
 686 2014-03-11 09:24:53 gavinandresen_ is now known as gavinandresen
 687 2014-03-11 09:25:21 aynstein has quit (Quit: blablabla(blabla))
 688 2014-03-11 09:25:33 aynstein has joined
 689 2014-03-11 09:27:56 gues has quit (Read error: Connection reset by peer)
 690 2014-03-11 09:29:53 gues has joined
 691 2014-03-11 09:30:24 theorbtwo has quit (Remote host closed the connection)
 692 2014-03-11 09:30:44 theorbtwo has joined
 693 2014-03-11 09:32:51 fpx has quit (Quit: Connection closed for inactivity)
 694 2014-03-11 09:33:07 yubrew has joined
 695 2014-03-11 09:33:25 askmike has joined
 696 2014-03-11 09:33:53 mn3m0nic has joined
 697 2014-03-11 09:35:07 yubrew has quit (Read error: Operation timed out)
 698 2014-03-11 09:35:18 mn3monic has quit (Ping timeout: 240 seconds)
 699 2014-03-11 09:37:43 qwebirc7042 has joined
 700 2014-03-11 09:37:52 askmike has quit (Ping timeout: 240 seconds)
 701 2014-03-11 09:38:05 petcat has joined
 702 2014-03-11 09:39:51 _ImI_ has quit (Quit: _ImI_)
 703 2014-03-11 09:40:34 antephialtic has joined
 704 2014-03-11 09:43:03 petcat has quit (Ping timeout: 264 seconds)
 705 2014-03-11 09:43:38 sserrano44 has quit (Quit: Computer has gone to sleep.)
 706 2014-03-11 09:45:06 gues has quit ()
 707 2014-03-11 09:46:19 lagarde_ has joined
 708 2014-03-11 09:46:22 draino has joined
 709 2014-03-11 09:47:46 sserrano44 has joined
 710 2014-03-11 09:49:11 _ImI_ has joined
 711 2014-03-11 09:51:17 stonecoldpat has joined
 712 2014-03-11 09:53:25 shet is now known as lysobit
 713 2014-03-11 09:54:30 speed- has joined
 714 2014-03-11 09:54:57 <speed-> hey, maybe this is not question for here, but still any idea why my wallet can't connect anywhere, even tho I added like 30+ nodes? :/
 715 2014-03-11 09:54:58 gues has joined
 716 2014-03-11 09:55:32 <speed-> always says 'No block source available'
 717 2014-03-11 09:56:19 WormDrink has joined
 718 2014-03-11 09:56:21 jeewee has quit (Quit: Leaving.)
 719 2014-03-11 09:56:25 stonecoldpat0 has joined
 720 2014-03-11 09:57:52 stonecoldpat1 has joined
 721 2014-03-11 09:58:30 stonecoldpat has quit (Ping timeout: 240 seconds)
 722 2014-03-11 09:59:01 kurtosis has joined
 723 2014-03-11 09:59:20 jeewee1 has joined
 724 2014-03-11 09:59:22 paveljanik has quit (Ping timeout: 240 seconds)
 725 2014-03-11 09:59:46 <speed-> ah nevermind :p
 726 2014-03-11 09:59:53 <speed-> solved it, thanks anyway \o :)
 727 2014-03-11 09:59:55 speed- has left ()
 728 2014-03-11 10:00:28 paveljanik has joined
 729 2014-03-11 10:00:45 stonecoldpat0 has quit (Ping timeout: 252 seconds)
 730 2014-03-11 10:01:09 JackH has joined
 731 2014-03-11 10:01:12 buhbuh has joined
 732 2014-03-11 10:01:34 stonecoldpat1 is now known as stonecoldpat
 733 2014-03-11 10:02:56 _ImI_ has quit (Quit: _ImI_)
 734 2014-03-11 10:03:22 kurtosis has quit (Ping timeout: 240 seconds)
 735 2014-03-11 10:04:24 bahk has quit (Quit: Page closed)
 736 2014-03-11 10:06:16 stonecoldpat has quit (Ping timeout: 252 seconds)
 737 2014-03-11 10:07:02 <michagogo> cloud!uid14316@wikia/Michagogo|11:22:48 <michagogo|cloud> If we're going to have an rc3, can we have 0.9.0rc3-linux? <-- To clarify: contrast with 0.9.0rc3, compare to 0.9.0rc3-win
 738 2014-03-11 10:07:37 sserrano44 has quit (Quit: Computer has gone to sleep.)
 739 2014-03-11 10:07:45 fanquake has joined
 740 2014-03-11 10:08:37 jordandotdev has quit (Quit: Connection closed for inactivity)
 741 2014-03-11 10:09:13 <vegard> so for long periods of time (while doing the initial block chain download) the server seems to get stuck. it doesn't answer rpc requests and 'netstat' shows that incoming data from other nodes is stuck on the recvq
 742 2014-03-11 10:10:02 <vegard> the log is full of (only) "UpdateTip: new best=..." messages while this is going on
 743 2014-03-11 10:10:55 Barbossa has joined
 744 2014-03-11 10:12:50 <wumpus> vegard: this is with 0.9?
 745 2014-03-11 10:14:07 <vegard> v0.9.0rc2-17-gd33f69a
 746 2014-03-11 10:15:06 Jasmin68k has joined
 747 2014-03-11 10:18:03 e4xit has joined
 748 2014-03-11 10:18:31 banghouse has joined
 749 2014-03-11 10:20:41 lagarde has left ("Leaving")
 750 2014-03-11 10:21:24 <wumpus> ok IMO that warrants a github issue
 751 2014-03-11 10:21:46 TD has joined
 752 2014-03-11 10:22:01 <vegard> I'll try to debug it :-)
 753 2014-03-11 10:23:15 banghouse has quit (Ping timeout: 264 seconds)
 754 2014-03-11 10:24:08 mn3m0nic is now known as mn3monic
 755 2014-03-11 10:27:32 yubrew has joined
 756 2014-03-11 10:29:37 _ImI_ has joined
 757 2014-03-11 10:30:12 _ImI_ has quit (Client Quit)
 758 2014-03-11 10:30:22 go1111111 has quit (Ping timeout: 240 seconds)
 759 2014-03-11 10:30:34 <vegard> it got stuck for like 35 minutes and finally started responding now after saying "ProcessBlock: ACCEPTED" in the log
 760 2014-03-11 10:31:42 yubrew has quit (Ping timeout: 240 seconds)
 761 2014-03-11 10:32:49 uiop has quit (Ping timeout: 244 seconds)
 762 2014-03-11 10:32:59 noone2014 has joined
 763 2014-03-11 10:33:15 uiop has joined
 764 2014-03-11 10:33:25 askmike has joined
 765 2014-03-11 10:33:37 Breign has quit (Ping timeout: 245 seconds)
 766 2014-03-11 10:33:53 JackH has quit (Quit: JackH)
 767 2014-03-11 10:34:12 mrkent has quit (Ping timeout: 240 seconds)
 768 2014-03-11 10:34:35 <vegard> guess it was just stuck on the cs_main lock taken in ProcessMessage() for received "block" messages
 769 2014-03-11 10:35:10 funky has quit (Quit: Leaving.)
 770 2014-03-11 10:35:12 justanotheruser is now known as just[dead]
 771 2014-03-11 10:38:10 askmike has quit (Ping timeout: 252 seconds)
 772 2014-03-11 10:38:51 petcat has joined
 773 2014-03-11 10:38:57 noone2014 has quit (Quit: Page closed)
 774 2014-03-11 10:39:11 Eiii has quit ()
 775 2014-03-11 10:39:18 one_zero has quit ()
 776 2014-03-11 10:40:37 petcat1 has joined
 777 2014-03-11 10:40:56 petcat has quit (Read error: Connection reset by peer)
 778 2014-03-11 10:43:17 phrackage has joined
 779 2014-03-11 10:44:15 aaaaaaaaaaaaaaaa has joined
 780 2014-03-11 10:44:47 aaaaaaaaaaaaaaaa has quit (Client Quit)
 781 2014-03-11 10:44:52 petcat1 has quit (Ping timeout: 240 seconds)
 782 2014-03-11 10:45:03 _biO_ has joined
 783 2014-03-11 10:45:25 askmike has joined
 784 2014-03-11 10:45:34 sirk390 has joined
 785 2014-03-11 10:46:23 ziggamon has quit (Remote host closed the connection)
 786 2014-03-11 10:46:53 <fanquake> ;;blocks
 787 2014-03-11 10:46:53 <gribble> 290018
 788 2014-03-11 10:46:59 phrackage has quit (Client Quit)
 789 2014-03-11 10:46:59 ziggamon has joined
 790 2014-03-11 10:47:08 askmike_ has joined
 791 2014-03-11 10:49:52 askmike has quit (Ping timeout: 240 seconds)
 792 2014-03-11 10:51:27 ziggamon has quit (Ping timeout: 264 seconds)
 793 2014-03-11 10:51:42 askmike_ has quit (Ping timeout: 240 seconds)
 794 2014-03-11 10:51:45 c0rw1n has joined
 795 2014-03-11 10:54:18 gasteve has joined
 796 2014-03-11 10:54:26 gasteve has quit (Changing host)
 797 2014-03-11 10:54:26 gasteve has joined
 798 2014-03-11 10:55:44 ItSANgo_ has quit (Read error: Connection reset by peer)
 799 2014-03-11 10:56:10 ItSANgo_ has joined
 800 2014-03-11 10:58:32 noone2014 has joined
 801 2014-03-11 10:59:07 <noone2014> hello
 802 2014-03-11 10:59:47 kurtosis has joined
 803 2014-03-11 11:00:48 <noone2014> I am new to IRC and I want to ask question about Multibit client. How may I do it?
 804 2014-03-11 11:01:36 ssshhh has joined
 805 2014-03-11 11:01:55 <wumpus> depends on the kind of question, this is a development channel, not tech support
 806 2014-03-11 11:01:57 <t7> maybe search for a multibit channel or ask in #bitcoin
 807 2014-03-11 11:02:38 rdymac has quit (Excess Flood)
 808 2014-03-11 11:03:52 kurtosis has quit (Ping timeout: 240 seconds)
 809 2014-03-11 11:04:30 uiop has quit (Ping timeout: 240 seconds)
 810 2014-03-11 11:04:56 uiop has joined
 811 2014-03-11 11:05:18 aegis has quit (Ping timeout: 265 seconds)
 812 2014-03-11 11:05:53 jtcwang has quit (Ping timeout: 244 seconds)
 813 2014-03-11 11:06:37 rdymac has joined
 814 2014-03-11 11:06:52 markus__ has joined
 815 2014-03-11 11:08:28 _ImI_ has joined
 816 2014-03-11 11:11:05 melvster has joined
 817 2014-03-11 11:11:46 <noone2014> this is a development question. I am trying to compile Miltibit on Windows (IDEA 13.0.2) and I am stuck  with 2 test failures. Where can I look for explanations? Can I post errors here?
 818 2014-03-11 11:12:20 twobitcoins_ has joined
 819 2014-03-11 11:13:08 <nkuttler> noone2014: ask in #multibit, this channel is for the reference software
 820 2014-03-11 11:13:52 twobitcoins has quit (Ping timeout: 240 seconds)
 821 2014-03-11 11:14:00 <noone2014> OK, thanks
 822 2014-03-11 11:17:10 wei__ has joined
 823 2014-03-11 11:20:11 petcat has joined
 824 2014-03-11 11:20:52 ThomasV has quit (Ping timeout: 240 seconds)
 825 2014-03-11 11:23:06 ssshhh has quit (Quit: Got to go - Be back soon!)
 826 2014-03-11 11:23:18 tjopper has joined
 827 2014-03-11 11:24:16 <lagarde_> !seen gavinandresen
 828 2014-03-11 11:24:17 <gribble> gavinandresen was last seen in #bitcoin-dev 17 hours, 16 minutes, and 33 seconds ago: <gavinandresen> writing code that might be picked up by script-kiddies to disrupt parts of the network isn't particularly helpful
 829 2014-03-11 11:24:39 MagicalMole has joined
 830 2014-03-11 11:25:00 MagicalMole is now known as lnovy`phone
 831 2014-03-11 11:27:36 Starduster has joined
 832 2014-03-11 11:27:47 aegis has joined
 833 2014-03-11 11:34:21 nullp has joined
 834 2014-03-11 11:37:54 pierre`_ is now known as pierre`
 835 2014-03-11 11:38:00 markus__ has quit (Remote host closed the connection)
 836 2014-03-11 11:38:10 fanquake has left ()
 837 2014-03-11 11:38:23 paveljanik has quit (Quit: This computer has gone to sleep)
 838 2014-03-11 11:39:23 Namworld has quit ()
 839 2014-03-11 11:40:59 paveljanik has joined
 840 2014-03-11 11:42:51 cajg has joined
 841 2014-03-11 11:46:08 AriseChikun has quit (Remote host closed the connection)
 842 2014-03-11 11:46:26 AriseChikun has joined
 843 2014-03-11 11:47:37 jeewee1 has quit (Quit: Leaving.)
 844 2014-03-11 11:49:50 RoboTedd_ has quit (Remote host closed the connection)
 845 2014-03-11 11:50:15 nullp has quit (Quit: Textual IRC Client: www.textualapp.com)
 846 2014-03-11 11:50:29 RoboTeddy has joined
 847 2014-03-11 11:52:09 _ImI_ has quit (Quit: _ImI_)
 848 2014-03-11 11:55:03 RoboTeddy has quit (Ping timeout: 264 seconds)
 849 2014-03-11 11:57:02 _ImI_ has joined
 850 2014-03-11 11:57:58 GM0127 has joined
 851 2014-03-11 12:00:37 kurtosis has joined
 852 2014-03-11 12:01:10 nakumo has joined
 853 2014-03-11 12:02:51 Plinker_ has quit (Ping timeout: 264 seconds)
 854 2014-03-11 12:03:13 <t7> gavinandresen hates full disclosure
 855 2014-03-11 12:04:27 Neozonz has joined
 856 2014-03-11 12:04:52 kurtosis has quit (Ping timeout: 240 seconds)
 857 2014-03-11 12:07:28 ryanxcharles has quit (Remote host closed the connection)
 858 2014-03-11 12:09:11 ircuser-6 has quit (Ping timeout: 265 seconds)
 859 2014-03-11 12:10:27 Plinker_ has joined
 860 2014-03-11 12:12:56 dims_ has quit (Ping timeout: 242 seconds)
 861 2014-03-11 12:14:29 BTC_Bear is now known as hbrntng!~BTC_Bear@unaffiliated/btc-bear/x-5233302|BTC_Bear
 862 2014-03-11 12:15:11 GM0127 has quit (Quit: Leaving)
 863 2014-03-11 12:15:21 dims_ has joined
 864 2014-03-11 12:15:42 yubrew has joined
 865 2014-03-11 12:16:23 _ImI_ has quit (Quit: _ImI_)
 866 2014-03-11 12:20:22 yubrew has quit (Ping timeout: 240 seconds)
 867 2014-03-11 12:20:32 ryanxcharles has joined
 868 2014-03-11 12:27:57 ziggamon has joined
 869 2014-03-11 12:30:22 antephialtic has quit (Remote host closed the connection)
 870 2014-03-11 12:31:40 antephialtic has joined
 871 2014-03-11 12:32:04 Zarutian has joined
 872 2014-03-11 12:32:27 maraoz has joined
 873 2014-03-11 12:34:19 djcoin_ has left ()
 874 2014-03-11 12:34:44 agricocb has quit (Quit: Leaving.)
 875 2014-03-11 12:35:31 ThomasV has joined
 876 2014-03-11 12:38:44 paveljanik has quit (Quit: This computer has gone to sleep)
 877 2014-03-11 12:40:48 antephialtic has quit (Remote host closed the connection)
 878 2014-03-11 12:44:19 Guyver2 has joined
 879 2014-03-11 12:45:01 pbuchan has joined
 880 2014-03-11 12:45:17 Gouou has quit (Ping timeout: 245 seconds)
 881 2014-03-11 12:46:52 rdymac has quit (Read error: Connection reset by peer)
 882 2014-03-11 12:48:56 <lagarde_> !seen tysat
 883 2014-03-11 12:48:57 <gribble> I have not seen tysat.
 884 2014-03-11 12:51:51 beefviper is now known as Beef
 885 2014-03-11 12:54:11 ematiu has joined
 886 2014-03-11 12:54:30 ircuser-6 has joined
 887 2014-03-11 12:55:04 ematiu has quit (Remote host closed the connection)
 888 2014-03-11 12:55:38 ematiu has joined
 889 2014-03-11 12:56:20 ematiu has quit (Remote host closed the connection)
 890 2014-03-11 12:56:34 ematiu has joined
 891 2014-03-11 12:59:24 copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 892 2014-03-11 13:01:12 MolokoDesk has quit (Read error: Connection reset by peer)
 893 2014-03-11 13:01:21 kurtosis has joined
 894 2014-03-11 13:01:29 MolokoDesk has joined
 895 2014-03-11 13:04:12 noone2014 has quit (Ping timeout: 244 seconds)
 896 2014-03-11 13:05:53 kurtosis has quit (Ping timeout: 240 seconds)
 897 2014-03-11 13:08:42 Adlai has quit (Remote host closed the connection)
 898 2014-03-11 13:09:13 yubrew has joined
 899 2014-03-11 13:09:27 skinnkavaj has joined
 900 2014-03-11 13:10:30 Adlai has joined
 901 2014-03-11 13:15:54 AriseChikun has quit (Ping timeout: 252 seconds)
 902 2014-03-11 13:16:18 AriseChikun has joined
 903 2014-03-11 13:17:04 makerofthings7 has quit (Ping timeout: 245 seconds)
 904 2014-03-11 13:17:04 CheckDavid has joined
 905 2014-03-11 13:17:28 shesek has quit (Ping timeout: 242 seconds)
 906 2014-03-11 13:19:37 rdymac has joined
 907 2014-03-11 13:20:22 rdymac has quit (Read error: Connection reset by peer)
 908 2014-03-11 13:24:52 _ImI_ has joined
 909 2014-03-11 13:24:54 c0rw1n has quit (Ping timeout: 240 seconds)
 910 2014-03-11 13:24:58 OneMiner1 has quit (Quit: Leaving)
 911 2014-03-11 13:25:02 sirk390 has quit (Quit: Leaving.)
 912 2014-03-11 13:25:19 OneMiner has joined
 913 2014-03-11 13:25:43 OneMiner is now known as Guest28314
 914 2014-03-11 13:26:15 Guest28314 has quit (Read error: Connection reset by peer)
 915 2014-03-11 13:26:35 OneMiner1 has joined
 916 2014-03-11 13:30:33 phoenix52 has quit (Ping timeout: 244 seconds)
 917 2014-03-11 13:30:35 OneMiner1 has quit (Client Quit)
 918 2014-03-11 13:30:48 petcat has quit (Quit: Leaving.)
 919 2014-03-11 13:31:14 OneMiner1 has joined
 920 2014-03-11 13:31:27 lnovy has quit (Read error: Connection reset by peer)
 921 2014-03-11 13:32:38 lnovy has joined
 922 2014-03-11 13:35:04 OneMiner1 has quit (Client Quit)
 923 2014-03-11 13:35:28 OneMiner1 has joined
 924 2014-03-11 13:35:36 basva has quit (Quit: Lingo - http://www.lingoirc.com)
 925 2014-03-11 13:36:27 djoot has quit (Ping timeout: 264 seconds)
 926 2014-03-11 13:37:04 skinnkavaj has quit (Ping timeout: 265 seconds)
 927 2014-03-11 13:38:38 rdymac has joined
 928 2014-03-11 13:38:38 rdymac has quit (Read error: Connection reset by peer)
 929 2014-03-11 13:39:32 noone2014 has joined
 930 2014-03-11 13:39:51 noone2014 has quit (Client Quit)
 931 2014-03-11 13:40:26 pierreatwork has joined
 932 2014-03-11 13:41:22 banghouse has joined
 933 2014-03-11 13:41:37 rdymac has joined
 934 2014-03-11 13:41:39 rdymac has quit (Read error: Connection reset by peer)
 935 2014-03-11 13:42:52 hmsimha has quit (Ping timeout: 240 seconds)
 936 2014-03-11 13:43:11 djoot has joined
 937 2014-03-11 13:43:11 djoot has quit (Changing host)
 938 2014-03-11 13:43:12 djoot has joined
 939 2014-03-11 13:45:02 non2 has joined
 940 2014-03-11 13:45:07 bmcgee has joined
 941 2014-03-11 13:47:20 c0rw1n has joined
 942 2014-03-11 13:49:08 c0rw1n has quit (Read error: Connection reset by peer)
 943 2014-03-11 13:49:09 c0rw1n_ has joined
 944 2014-03-11 13:49:19 phoenix52 has joined
 945 2014-03-11 13:49:59 ValicekB has quit ()
 946 2014-03-11 13:50:26 c0rw1n_ has quit (Read error: Connection reset by peer)
 947 2014-03-11 13:50:35 c0rw1n has joined
 948 2014-03-11 13:52:07 rdymac has joined
 949 2014-03-11 13:52:07 rdymac has quit (Read error: Connection reset by peer)
 950 2014-03-11 13:54:08 rdymac has joined
 951 2014-03-11 13:54:08 rdymac has quit (Read error: Connection reset by peer)
 952 2014-03-11 13:54:16 ValicekB has joined
 953 2014-03-11 13:54:23 Barbossa has quit (Ping timeout: 240 seconds)
 954 2014-03-11 13:55:52 pierreatwork has quit (Ping timeout: 244 seconds)
 955 2014-03-11 13:56:07 rdymac has joined
 956 2014-03-11 13:56:53 rdymac has quit (Read error: Connection reset by peer)
 957 2014-03-11 13:57:37 rdymac has joined
 958 2014-03-11 13:58:07 rdymac has quit (Read error: Connection reset by peer)
 959 2014-03-11 13:58:42 skinnkavaj has joined
 960 2014-03-11 13:59:41 pierreatwork has joined
 961 2014-03-11 14:02:06 kurtosis has joined
 962 2014-03-11 14:06:25 kurtosis has quit (Ping timeout: 241 seconds)
 963 2014-03-11 14:07:08 rdymac has joined
 964 2014-03-11 14:07:08 rdymac has quit (Read error: Connection reset by peer)
 965 2014-03-11 14:08:08 rdymac has joined
 966 2014-03-11 14:08:11 rdymac has quit (Read error: Connection reset by peer)
 967 2014-03-11 14:08:33 roconnor has joined
 968 2014-03-11 14:13:12 Burrito has joined
 969 2014-03-11 14:13:13 Burrito has quit (Changing host)
 970 2014-03-11 14:13:13 Burrito has joined
 971 2014-03-11 14:14:45 _ImI_ has quit (Quit: _ImI_)
 972 2014-03-11 14:14:50 nickler has joined
 973 2014-03-11 14:15:16 rastapopuloto has joined
 974 2014-03-11 14:15:43 tarix_jp has joined
 975 2014-03-11 14:16:38 rdymac has joined
 976 2014-03-11 14:16:38 rdymac has quit (Read error: Connection reset by peer)
 977 2014-03-11 14:16:56 mljsimone is now known as off!~hashdogs@hashdogs.org|mljsimone
 978 2014-03-11 14:16:56 pbuchan has quit (Quit: Ex-Chat)
 979 2014-03-11 14:19:04 paveljanik has joined
 980 2014-03-11 14:20:12 ItSANgo_ has quit (Quit: Leaving...)
 981 2014-03-11 14:20:46 _ImI_ has joined
 982 2014-03-11 14:22:10 smash has joined
 983 2014-03-11 14:22:22 ericmuyser has joined
 984 2014-03-11 14:23:45 Eggman33 has joined
 985 2014-03-11 14:24:08 jron has quit (Changing host)
 986 2014-03-11 14:24:08 jron has joined
 987 2014-03-11 14:26:36 lnovy`phone has quit (Remote host closed the connection)
 988 2014-03-11 14:26:51 smash has quit (Ping timeout: 264 seconds)
 989 2014-03-11 14:26:54 lnovy`phone has joined
 990 2014-03-11 14:27:11 lnovy`phone has quit (Client Quit)
 991 2014-03-11 14:27:44 ItSANgo has joined
 992 2014-03-11 14:29:08 rdymac has joined
 993 2014-03-11 14:29:38 rdymac has quit (Read error: Connection reset by peer)
 994 2014-03-11 14:29:46 askmike has joined
 995 2014-03-11 14:30:06 nickler has quit (Ping timeout: 240 seconds)
 996 2014-03-11 14:30:23 kurtosis has joined
 997 2014-03-11 14:33:08 rdymac has joined
 998 2014-03-11 14:33:38 rdymac has quit (Read error: Connection reset by peer)
 999 2014-03-11 14:35:23 kurtosis has quit (Ping timeout: 269 seconds)
1000 2014-03-11 14:35:49 rastapopuloto has left ("Leaving")
1001 2014-03-11 14:38:36 Eggman33 has quit (Remote host closed the connection)
1002 2014-03-11 14:39:02 Eggman33 has joined
1003 2014-03-11 14:39:53 wiggitywhack has joined
1004 2014-03-11 14:40:08 rdymac has joined
1005 2014-03-11 14:40:33 _ImI_ has quit (Quit: _ImI_)
1006 2014-03-11 14:40:38 rdymac has quit (Read error: Connection reset by peer)
1007 2014-03-11 14:41:07 rdymac has joined
1008 2014-03-11 14:41:21 kurtosis has joined
1009 2014-03-11 14:41:40 rdymac has quit (Read error: Connection reset by peer)
1010 2014-03-11 14:41:54 PRab has quit (Ping timeout: 252 seconds)
1011 2014-03-11 14:42:49 lnovy`phone has joined
1012 2014-03-11 14:43:02 agricocb has joined
1013 2014-03-11 14:43:47 Eggman33 has quit (Ping timeout: 265 seconds)
1014 2014-03-11 14:44:42 Eggman33 has joined
1015 2014-03-11 14:45:08 rdymac has joined
1016 2014-03-11 14:45:08 rdymac has quit (Read error: Connection reset by peer)
1017 2014-03-11 14:46:09 askmike_ has joined
1018 2014-03-11 14:46:36 askmike has quit (Read error: Connection reset by peer)
1019 2014-03-11 14:46:57 agricocb1 has joined
1020 2014-03-11 14:47:52 agricocb has quit (Ping timeout: 264 seconds)
1021 2014-03-11 14:48:42 Eiii has joined
1022 2014-03-11 14:48:42 Eiii has quit (Changing host)
1023 2014-03-11 14:48:42 Eiii has joined
1024 2014-03-11 14:50:53 lachesis has quit (Ping timeout: 245 seconds)
1025 2014-03-11 14:52:06 djoot has quit (Remote host closed the connection)
1026 2014-03-11 14:53:36 askmike_ has quit (Remote host closed the connection)
1027 2014-03-11 14:54:36 e4xit has quit (Read error: Connection reset by peer)
1028 2014-03-11 14:55:30 lachesis has joined
1029 2014-03-11 14:55:35 e4xit has joined
1030 2014-03-11 14:56:20 basva has joined
1031 2014-03-11 14:58:29 wallet42 has joined
1032 2014-03-11 14:58:56 wallet42 has quit (Client Quit)
1033 2014-03-11 15:04:58 ericmuyser has quit (Remote host closed the connection)
1034 2014-03-11 15:05:34 ericmuyser has joined
1035 2014-03-11 15:07:12 loltu has quit (Ping timeout: 240 seconds)
1036 2014-03-11 15:09:11 lachesis has quit (Ping timeout: 245 seconds)
1037 2014-03-11 15:09:29 c0rw1n has quit (Remote host closed the connection)
1038 2014-03-11 15:09:52 loltu has joined
1039 2014-03-11 15:09:53 ericmuyser has quit (Ping timeout: 241 seconds)
1040 2014-03-11 15:11:32 lachesis has joined
1041 2014-03-11 15:12:55 jpxd has joined
1042 2014-03-11 15:15:10 aynstein has quit (Read error: Connection reset by peer)
1043 2014-03-11 15:15:11 aynstein_ has joined
1044 2014-03-11 15:15:29 BTC_Bear is now known as BTC_Bear|hbrntng
1045 2014-03-11 15:17:51 shesek has joined
1046 2014-03-11 15:18:08 rdymac has joined
1047 2014-03-11 15:18:38 rdymac has quit (Read error: Connection reset by peer)
1048 2014-03-11 15:18:46 djoot has joined
1049 2014-03-11 15:18:46 djoot has quit (Changing host)
1050 2014-03-11 15:18:46 djoot has joined
1051 2014-03-11 15:19:38 rdymac has joined
1052 2014-03-11 15:19:38 rdymac has quit (Read error: Connection reset by peer)
1053 2014-03-11 15:20:08 rdymac has joined
1054 2014-03-11 15:22:30 rdymac has quit (Read error: Connection reset by peer)
1055 2014-03-11 15:22:41 llllllllll has joined
1056 2014-03-11 15:23:12 Eggman33 has quit (Remote host closed the connection)
1057 2014-03-11 15:23:30 jordandotdev has joined
1058 2014-03-11 15:23:42 gasteve has quit (Ping timeout: 244 seconds)
1059 2014-03-11 15:23:48 Eggman33 has joined
1060 2014-03-11 15:26:00 yubrew has quit ()
1061 2014-03-11 15:28:07 Eggman33 has quit (Ping timeout: 253 seconds)
1062 2014-03-11 15:28:32 loltu has quit (Ping timeout: 240 seconds)
1063 2014-03-11 15:28:32 Subo1977 has quit (Ping timeout: 240 seconds)
1064 2014-03-11 15:28:47 TD has quit (Quit: TD)
1065 2014-03-11 15:29:48 Dagger2 is now known as Dagger
1066 2014-03-11 15:31:04 yubrew has joined
1067 2014-03-11 15:31:59 petcat has joined
1068 2014-03-11 15:32:24 loltu has joined
1069 2014-03-11 15:32:44 tiago has joined
1070 2014-03-11 15:32:44 tiago has quit (Changing host)
1071 2014-03-11 15:32:45 tiago has joined
1072 2014-03-11 15:34:07 roconnor has quit (Ping timeout: 240 seconds)
1073 2014-03-11 15:37:25 daybyter has joined
1074 2014-03-11 15:38:28 _ImI_ has joined
1075 2014-03-11 15:39:36 <sipa> petertodd: are you sure you can fit a checkmultisig of 15 keys in 510 bytes?
1076 2014-03-11 15:40:22 <sipa> OP_n + 15*(push 33 bytes) + OP_MULTICHECKSIG = 2 + 15*34 = 512
1077 2014-03-11 15:42:05 MagicalMole has joined
1078 2014-03-11 15:42:06 basva has quit (Quit: Computer has gone to sleep.)
1079 2014-03-11 15:42:30 shaileshg has joined
1080 2014-03-11 15:44:10 Subo1977 has joined
1081 2014-03-11 15:45:19 lnovy`phone has quit (Ping timeout: 240 seconds)
1082 2014-03-11 15:45:29 <waxwing> sipa, I thought the limit was 520?
1083 2014-03-11 15:45:51 <waxwing> btw I tried 8/15 and 14/15 today via Eligius; the first was OK, the second rejected
1084 2014-03-11 15:47:11 <gavinandresen> waxwing: what is your use case for those?  or are you just fooling around?
1085 2014-03-11 15:47:27 <waxwing> voting pool type thing
1086 2014-03-11 15:47:35 <waxwing> although 14/15 was really playing around
1087 2014-03-11 15:48:16 <waxwing> is there a sigopcount issue? I only ask from scanning around the code
1088 2014-03-11 15:48:55 ThomasV has quit (Ping timeout: 240 seconds)
1089 2014-03-11 15:51:25 TD has joined
1090 2014-03-11 15:51:58 <TD> wumpus: ping
1091 2014-03-11 15:52:30 roconnor has joined
1092 2014-03-11 15:52:59 Zarutian has quit (Quit: Zarutian)
1093 2014-03-11 15:54:38 rdymac has joined
1094 2014-03-11 15:54:50 super3_ is now known as super3
1095 2014-03-11 15:54:59 <wumpus> pong
1096 2014-03-11 15:55:09 <sipa> waxwing: ugh, right :)
1097 2014-03-11 15:55:44 pierreatwork has quit (Ping timeout: 244 seconds)
1098 2014-03-11 15:56:03 <jgarzik> I continue to want to lib-ify Bitcoin Core C++ code, and use it in my own projects
1099 2014-03-11 15:56:47 jpxd has quit (Ping timeout: 244 seconds)
1100 2014-03-11 15:56:54 <TD> wumpus: what's your email address?
1101 2014-03-11 15:57:02 _ImI_ has quit (Quit: _ImI_)
1102 2014-03-11 15:57:08 <jgarzik> libbitcoin_common.a unfortunately fails to capture a lot of the useful code.  You need libbitcoin_server.a too
1103 2014-03-11 15:57:17 pierreatwork has joined
1104 2014-03-11 15:57:25 <wumpus> right, you'd have to change the split a bit
1105 2014-03-11 15:57:38 <jgarzik> main.cpp is still too fat :)
1106 2014-03-11 15:57:45 <sipa> jgarzik: it absolutely is
1107 2014-03-11 15:57:52 <wumpus> agreed there
1108 2014-03-11 15:58:07 <wumpus> TD: see pm
1109 2014-03-11 15:58:08 <sipa> the largest problem imho is the very unclear separation between net/protocol and main
1110 2014-03-11 15:58:15 <TD> yup thanks
1111 2014-03-11 15:58:43 <sipa> the node-specific data structures are mostly accessed from main, which does the protocol handling
1112 2014-03-11 15:58:48 <sipa> while they're defined in net
1113 2014-03-11 15:59:05 <jgarzik> main.cpp is really The Thing That Glues Everything Together
1114 2014-03-11 15:59:12 paveljanik has quit (Quit: This computer has gone to sleep)
1115 2014-03-11 15:59:16 dexX7 has joined
1116 2014-03-11 15:59:17 <wumpus> ideally, main shouldn't care about nodes at all, just the blockchain and blocks
1117 2014-03-11 15:59:20 <sipa> i'm going to propose something controversial:
1118 2014-03-11 15:59:25 <sipa> merge main and net
1119 2014-03-11 15:59:36 <sipa> and then split validation from protocol handling
1120 2014-03-11 15:59:42 <wumpus> make it fatter :)
1121 2014-03-11 15:59:47 jpxd has joined
1122 2014-03-11 15:59:49 <jgarzik> main is really "handle P2P messages, resulting in a blockchain"
1123 2014-03-11 15:59:49 <sipa> yes, but currently it's horrible
1124 2014-03-11 15:59:58 <jgarzik> move all the useful helpers out of main
1125 2014-03-11 16:00:01 <sipa> it seems to try to separate the two
1126 2014-03-11 16:00:02 <jgarzik> keep core logic
1127 2014-03-11 16:00:03 <sipa> but it does not
1128 2014-03-11 16:00:04 <wumpus> yes, split validation from protocol handling
1129 2014-03-11 16:00:21 <sipa> from the file names, you'd say that net is protocol handling and main is validation
1130 2014-03-11 16:00:26 <sipa> and for the headers that is true
1131 2014-03-11 16:00:29 <sipa> but not for the code
1132 2014-03-11 16:00:32 <jgarzik> IMO the core core of main is ProcessMessage()... everything branches out from there
1133 2014-03-11 16:00:42 <sipa> and SendMessages
1134 2014-03-11 16:00:44 <wumpus> sipa: yes that gets me every time!
1135 2014-03-11 16:00:46 <jgarzik> yes
1136 2014-03-11 16:01:01 <wumpus> I try to look up where a certain P2P message is handled and I look in net.cpp
1137 2014-03-11 16:01:02 <sipa> so main is constantly locking net's mutexes
1138 2014-03-11 16:01:08 <sipa> which it would have no need for if it just has its own
1139 2014-03-11 16:01:18 <sipa> i've tried to do that partially already
1140 2014-03-11 16:01:25 <sipa> by adding CNodeState in main
1141 2014-03-11 16:01:32 <sipa> which net is oblivious about
1142 2014-03-11 16:01:45 <gmaxwell> before I start bisecting, anyone know why the first run of getinfo after a restart is taking my laptop 12 seconds?
1143 2014-03-11 16:01:57 <sipa> imho, pretty much everything except raw p2p message handling should move from CNode to CNodeState
1144 2014-03-11 16:01:58 <gmaxwell> I believe this is a new behavior in master as of the last couple weeks.
1145 2014-03-11 16:02:08 <wumpus> gmaxwell: large wallet?
1146 2014-03-11 16:02:25 <wumpus> in that case could be the vtxprev/spent removal change
1147 2014-03-11 16:02:27 <jgarzik> debug.log shows nothing?  any keypool activity?
1148 2014-03-11 16:02:36 <gmaxwell> wumpus: not really large, 1300 transactions or so.
1149 2014-03-11 16:02:59 <sipa> or maybe rather the try-to-recover-metadata-of-conflicts thing
1150 2014-03-11 16:03:02 <jgarzik> gmaxwell, approx number of keys?
1151 2014-03-11 16:03:05 <wumpus> apart from that I know of nothing that would make getinfo slower, we didn't add anything to it for long
1152 2014-03-11 16:03:10 tonikt has joined
1153 2014-03-11 16:03:11 <gmaxwell> ah. point, okay I'll bisect, it's easy to test.
1154 2014-03-11 16:03:25 <gmaxwell> I think I would have noticed if it were the conflicts stuff...
1155 2014-03-11 16:03:35 <gmaxwell> (just because I was testing that pretty actively)
1156 2014-03-11 16:04:20 <sipa> hmm, only the first time
1157 2014-03-11 16:04:32 <sipa> gmaxwell: can you isolate it to computing the wallet balance?
1158 2014-03-11 16:04:44 <sipa> so getbalance without getinfo should exhibit the same behaviour
1159 2014-03-11 16:05:01 t7 has quit (Quit: drahdellort)
1160 2014-03-11 16:05:10 c0rw1n has joined
1161 2014-03-11 16:05:23 <tonikt> hi guys. i'm working on making multisig txs. can anyone please give me some clue what OP_0 is doing at the beginning of each sigscript that spends a P2SH output - what is it for?
1162 2014-03-11 16:05:33 <sipa> tonikt: working around abug
1163 2014-03-11 16:05:47 <sipa> checkmultisig pops off one element too many
1164 2014-03-11 16:05:53 JWU42 has quit (Ping timeout: 240 seconds)
1165 2014-03-11 16:06:03 <jgarzik> I <heart> git bisect run my_script
1166 2014-03-11 16:06:43 <tonikt> sipa: oh, ok - so it just must be there?
1167 2014-03-11 16:06:52 <sipa> yes
1168 2014-03-11 16:06:52 <tonikt> thx
1169 2014-03-11 16:07:01 <jgarzik> tonikt, yes, for historical reasons (hysterical raisins)
1170 2014-03-11 16:07:47 <tonikt> ok, got you. cheers
1171 2014-03-11 16:07:50 tonikt has quit (Quit: Leaving)
1172 2014-03-11 16:08:05 <gmaxwell> sipa: yes, the getbalance is the slow thing.
1173 2014-03-11 16:08:36 MagicalMole has quit (Remote host closed the connection)
1174 2014-03-11 16:08:52 shesek has quit (Ping timeout: 264 seconds)
1175 2014-03-11 16:08:52 MagicalMole has joined
1176 2014-03-11 16:09:07 ThomasV has joined
1177 2014-03-11 16:09:43 c0rw1n has quit (Read error: Connection reset by peer)
1178 2014-03-11 16:10:05 c0rw1n has joined
1179 2014-03-11 16:10:09 <sipa> gmaxwell: sounds like slow balance computation (perhaps because of the mempool checking?), which then gets cached
1180 2014-03-11 16:10:26 <sipa> 12s is really quite ridiculous
1181 2014-03-11 16:11:23 kurtosis has quit (Ping timeout: 269 seconds)
1182 2014-03-11 16:11:24 abossard has quit (Quit: abossard)
1183 2014-03-11 16:11:25 jpxd has quit ()
1184 2014-03-11 16:11:48 <gmaxwell> yea, and this wallet is not huge. I think there are 200 keys in it and 1200 transactions.
1185 2014-03-11 16:12:06 Zarutian has joined
1186 2014-03-11 16:12:18 <wumpus> but isn't the mempool empty at start?
1187 2014-03-11 16:12:43 c0rw1n has quit (Read error: Connection reset by peer)
1188 2014-03-11 16:13:01 <sipa> it may make sense to try counting how many time some of the internal wallet methods are called during that call
1189 2014-03-11 16:13:11 <sipa> perhaps there is some weird exponential behaviour
1190 2014-03-11 16:13:24 <wumpus> yes this is one of the cases where a profiler is useful
1191 2014-03-11 16:13:27 <gmaxwell> I could just profile it.
1192 2014-03-11 16:13:41 <wbaw> can't you cache it?
1193 2014-03-11 16:14:30 Guyver2 has quit (Ping timeout: 252 seconds)
1194 2014-03-11 16:14:49 <wbaw> is it just the first time it's slow?
1195 2014-03-11 16:14:59 <gmaxwell> it's just the first time.
1196 2014-03-11 16:15:01 askmike has joined
1197 2014-03-11 16:15:18 <sipa> the reason it's only slow the first time is exactly because after the first time is is cached (presumable)
1198 2014-03-11 16:15:24 <jgarzik> easy enough to pre-cache in init
1199 2014-03-11 16:15:35 <jgarzik> startup is slow as it is
1200 2014-03-11 16:15:37 cagedwisdom has quit (Remote host closed the connection)
1201 2014-03-11 16:16:22 MoALTz has joined
1202 2014-03-11 16:17:01 shesek has joined
1203 2014-03-11 16:17:18 Guyver2 has joined
1204 2014-03-11 16:18:39 shesek has quit (Max SendQ exceeded)
1205 2014-03-11 16:18:51 Eggman33 has joined
1206 2014-03-11 16:19:43 shesek has joined
1207 2014-03-11 16:19:55 lnovy is now known as nanashi___
1208 2014-03-11 16:20:10 nanashi___ is now known as lnovy
1209 2014-03-11 16:21:09 Burrito has left ("Leaving")
1210 2014-03-11 16:21:39 shesek has quit (Max SendQ exceeded)
1211 2014-03-11 16:21:45 Burrito has joined
1212 2014-03-11 16:22:22 shesek has joined
1213 2014-03-11 16:22:51 <waxwing> just to repeat from earlier, does anyone know why a 14/15 p2sh would not work? might there be an issue with sigopcount? or is that not relevant.
1214 2014-03-11 16:23:44 <sipa> define "not work"
1215 2014-03-11 16:24:44 TD has quit (Quit: TD)
1216 2014-03-11 16:25:03 <waxwing> rejected by Eligius
1217 2014-03-11 16:25:34 <waxwing> it's non standard anyway because the scriptsig is too big
1218 2014-03-11 16:25:52 <waxwing> I mentioned earlier 8/15 was ok
1219 2014-03-11 16:26:42 tesserajk has joined
1220 2014-03-11 16:26:52 phoenix52 has quit (Ping timeout: 240 seconds)
1221 2014-03-11 16:27:23 <devrandom> waxwing: you can compile bitcoind yourself, turning off IsStandard and see if it's still rejected
1222 2014-03-11 16:27:28 _ImI_ has joined
1223 2014-03-11 16:27:52 DougieBot5000 has joined
1224 2014-03-11 16:28:24 _ImI_ has quit (Client Quit)
1225 2014-03-11 16:28:50 <waxwing> devrandom, hmm I guess that's true. Thanks for the suggestion. Was hoping it could be attacked by reasoning :)
1226 2014-03-11 16:28:51 ematiu has quit (Remote host closed the connection)
1227 2014-03-11 16:29:12 GrandHierophant has joined
1228 2014-03-11 16:29:25 <sipa> i don't understand your question anymore
1229 2014-03-11 16:29:25 <sipa> you ask why it gets rejected
1230 2014-03-11 16:29:27 ematiu has joined
1231 2014-03-11 16:29:35 <sipa> but then give the answer yourself?
1232 2014-03-11 16:30:10 <devrandom> I think waxwing is assuming that Eligius accepts all !IsStandard txs
1233 2014-03-11 16:30:36 <devrandom> but it probably fails some other check or Eligius has some weaker IsStandard the the tx falls afoul of
1234 2014-03-11 16:31:39 diki has joined
1235 2014-03-11 16:32:15 <waxwing> devrandom, yes i realised today that I must be hitting some other limit; I just wanted to know what that limit was
1236 2014-03-11 16:32:26 <waxwing> so as to understand what the "hard" limits on P2SH size were
1237 2014-03-11 16:32:36 <gmaxwell> you cannot have a redeemscript over 520 bytes.
1238 2014-03-11 16:32:57 <waxwing> ok, but with compressed pubkeys it's under 520 with N=15
1239 2014-03-11 16:33:16 <waxwing> hence 8/15 worked
1240 2014-03-11 16:33:24 <gmaxwell> In any case, eligius has a bunch of its own anti-spam rules.
1241 2014-03-11 16:33:39 <waxwing> right; I guess it's somewhat off topic in that it's Luke-Jr's own code
1242 2014-03-11 16:34:02 jtimon has joined
1243 2014-03-11 16:34:10 <waxwing> my original question was though, if someone could help me understand what the sigop count limit is
1244 2014-03-11 16:34:31 <waxwing> because it looked like that was one potential limit (although I really dont understand)
1245 2014-03-11 16:34:35 <sipa> max 20k sigops in a block
1246 2014-03-11 16:34:49 <gmaxwell> p2sh sigops are counted accurately though
1247 2014-03-11 16:34:51 sserrano44 has joined
1248 2014-03-11 16:35:15 <waxwing> oh ok per block only in standard bitcoin? or per tx limit also?
1249 2014-03-11 16:35:46 <gmaxwell> Thats a block validity rule
1250 2014-03-11 16:36:03 HANTI is now known as hanti
1251 2014-03-11 16:36:21 pierreatwork has quit (Ping timeout: 252 seconds)
1252 2014-03-11 16:37:12 <gmaxwell> god knows why the limit is 520. weird number.
1253 2014-03-11 16:38:00 <waxwing> gmaxwell, petertodd has a pull request to change it for p2sh I think, he mentioned it yesterday
1254 2014-03-11 16:38:31 <sipa> waxwing: it does not, and cannot
1255 2014-03-11 16:39:56 <waxwing> sipa, i didn't get it, context please?
1256 2014-03-11 16:40:19 <sipa> script data pushes are at most 520 bytes, that's a hard rule
1257 2014-03-11 16:40:46 <sipa> petertodd's pullreq changes the maximum size of the scriptSig
1258 2014-03-11 16:40:58 <sipa> not of the redeemScript
1259 2014-03-11 16:41:02 <waxwing> oh i'm sorry, of course, i got it mixed up
1260 2014-03-11 16:42:03 uiop__ has joined
1261 2014-03-11 16:42:11 uiop__ has quit (Read error: Connection reset by peer)
1262 2014-03-11 16:42:37 uiop has quit (Disconnected by services)
1263 2014-03-11 16:42:38 kurtosis has joined
1264 2014-03-11 16:42:53 <gmaxwell> (I assume that the reason the limit is 520 because some encoding of a 4kbit rsa signature was that big... or something like that... lost to the mists of time)
1265 2014-03-11 16:43:31 uiop has joined
1266 2014-03-11 16:43:53 super3 has quit (Ping timeout: 240 seconds)
1267 2014-03-11 16:45:11 lnovy has quit (Read error: Connection reset by peer)
1268 2014-03-11 16:45:44 super3 has joined
1269 2014-03-11 16:46:08 lnovy has joined
1270 2014-03-11 16:46:43 lolstate has quit (Read error: Connection reset by peer)
1271 2014-03-11 16:48:35 lolstate has joined
1272 2014-03-11 16:49:20 sois has joined
1273 2014-03-11 16:50:31 Grouver has quit (Quit: Leaving)
1274 2014-03-11 16:51:57 olalonde has joined
1275 2014-03-11 16:52:01 HeySteve has joined
1276 2014-03-11 16:52:01 HeySteve has quit (Changing host)
1277 2014-03-11 16:52:01 HeySteve has joined
1278 2014-03-11 16:53:16 Guest67287 is now known as liquid3Xb
1279 2014-03-11 16:56:01 _BNCatDIGISHELL has joined
1280 2014-03-11 16:56:18 BNCatDIGISHELL has quit (Ping timeout: 252 seconds)
1281 2014-03-11 16:56:18 dx_ has joined
1282 2014-03-11 16:58:03 gasteve has joined
1283 2014-03-11 16:58:04 gasteve has quit (Changing host)
1284 2014-03-11 16:58:04 gasteve has joined
1285 2014-03-11 16:58:14 wallet42 has joined
1286 2014-03-11 17:00:16 nsh_ has joined
1287 2014-03-11 17:00:34 nsh has quit (Ping timeout: 265 seconds)
1288 2014-03-11 17:00:37 GrandHierophant has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
1289 2014-03-11 17:01:45 <Luke-Jr> michagogo|cloud: there's nothing broken/weird about accounts; they just don't work with B-Qt and require constant backups :P
1290 2014-03-11 17:02:24 uiop has quit (Ping timeout: 244 seconds)
1291 2014-03-11 17:03:04 <sipa> they are useful for one particular purpose, but many assume they have properties they don't
1292 2014-03-11 17:03:18 <sipa> in addition, they interact badly with labels, and indeed require constant backups
1293 2014-03-11 17:03:39 <anton000> blockahin.info's dowwn?
1294 2014-03-11 17:03:40 <sipa> it's just a problem that better solved in the layer on top of bitcoin
1295 2014-03-11 17:03:55 <gmaxwell> just convering them to being tags/labels accomplishes 95% of what they're currently good for and avoids a bunch of code.
1296 2014-03-11 17:03:57 <sipa> so it can be synchronized with application laye
1297 2014-03-11 17:04:08 tarix_jp has quit (Quit: bye)
1298 2014-03-11 17:04:25 paveljanik has joined
1299 2014-03-11 17:06:14 <Luke-Jr> should be fairly trivial to add it back as an external layer (proxy, even)
1300 2014-03-11 17:07:44 <gmaxwell> yea and such a layer could do proper data replication so you don't have the backup issue.
1301 2014-03-11 17:07:52 sois has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
1302 2014-03-11 17:08:23 Nes-asleep is now known as Nesetalis
1303 2014-03-11 17:08:48 uiop has joined
1304 2014-03-11 17:08:48 uiop has quit (Client Quit)
1305 2014-03-11 17:09:01 Soligor has joined
1306 2014-03-11 17:09:07 uiop has joined
1307 2014-03-11 17:11:10 stickie has joined
1308 2014-03-11 17:11:15 Diapolo has joined
1309 2014-03-11 17:11:27 Diapolo has left ()
1310 2014-03-11 17:12:34 Diapolo has joined
1311 2014-03-11 17:12:40 Diapolo has left ()
1312 2014-03-11 17:13:18 ematiu has quit (Remote host closed the connection)
1313 2014-03-11 17:13:32 ematiu has joined
1314 2014-03-11 17:13:37 vegard has quit (Ping timeout: 265 seconds)
1315 2014-03-11 17:13:45 pierreatwork has joined
1316 2014-03-11 17:14:55 skinnkavaj has quit (Ping timeout: 240 seconds)
1317 2014-03-11 17:15:00 vegard has joined
1318 2014-03-11 17:17:47 Eggman33 has quit (Remote host closed the connection)
1319 2014-03-11 17:18:14 Eggman33 has joined
1320 2014-03-11 17:18:43 sirk390 has joined
1321 2014-03-11 17:20:16 wallet42 has quit (Quit: Leaving.)
1322 2014-03-11 17:22:48 Eggman33 has quit (Ping timeout: 265 seconds)
1323 2014-03-11 17:23:15 tombtc has joined
1324 2014-03-11 17:23:21 melik has joined
1325 2014-03-11 17:24:16 <melik> hi there everyone i apologize if this question has been asked a million times
1326 2014-03-11 17:24:17 lalopalo has joined
1327 2014-03-11 17:24:39 Ogig has joined
1328 2014-03-11 17:25:09 <melik> but 1) what is the best way to parse the blockchain? are there any good APIs we can use, or is it better to write code to manually do it
1329 2014-03-11 17:25:40 ziggamon has quit (Remote host closed the connection)
1330 2014-03-11 17:26:21 HeySteve2 has joined
1331 2014-03-11 17:26:24 HeySteve2 has quit (Changing host)
1332 2014-03-11 17:26:24 HeySteve2 has joined
1333 2014-03-11 17:27:12 HeySteve has quit (Ping timeout: 244 seconds)
1334 2014-03-11 17:28:42 Joric has joined
1335 2014-03-11 17:30:04 HeySteve2 has quit (Remote host closed the connection)
1336 2014-03-11 17:33:08 bbrian has joined
1337 2014-03-11 17:33:35 HeySteve has joined
1338 2014-03-11 17:33:35 HeySteve has quit (Changing host)
1339 2014-03-11 17:33:35 HeySteve has joined
1340 2014-03-11 17:33:59 buhbuh has quit (Quit: Page closed)
1341 2014-03-11 17:37:14 aynstein_ has quit (Remote host closed the connection)
1342 2014-03-11 17:38:16 olalonde has quit (Ping timeout: 264 seconds)
1343 2014-03-11 17:38:51 HeySteve2 has joined
1344 2014-03-11 17:38:51 HeySteve2 has quit (Changing host)
1345 2014-03-11 17:38:51 HeySteve2 has joined
1346 2014-03-11 17:39:48 <devrandom> I wrote a short article about hardware wallet security
1347 2014-03-11 17:40:06 <devrandom> anybody up to reviewing?  https://github.com/devrandom/btc-papers/blob/master/hardware-wallet-security.md
1348 2014-03-11 17:40:24 olalonde has joined
1349 2014-03-11 17:40:24 <devrandom> *up for
1350 2014-03-11 17:41:23 HeySteve has quit (Ping timeout: 240 seconds)
1351 2014-03-11 17:41:34 VossArtesian has joined
1352 2014-03-11 17:42:37 basva has joined
1353 2014-03-11 17:43:12 HeySteve2 has quit (Ping timeout: 244 seconds)
1354 2014-03-11 17:44:59 HeySteve has joined
1355 2014-03-11 17:44:59 HeySteve has quit (Changing host)
1356 2014-03-11 17:44:59 HeySteve has joined
1357 2014-03-11 17:45:12 lalopalo has quit (Ping timeout: 240 seconds)
1358 2014-03-11 17:46:23 ThomasV has quit (Ping timeout: 240 seconds)
1359 2014-03-11 17:47:12 maaku has quit (Remote host closed the connection)
1360 2014-03-11 17:47:18 HeySteve2 has joined
1361 2014-03-11 17:47:18 HeySteve2 has quit (Changing host)
1362 2014-03-11 17:47:18 HeySteve2 has joined
1363 2014-03-11 17:47:27 basva has quit (Ping timeout: 265 seconds)
1364 2014-03-11 17:49:53 HeySteve has quit (Ping timeout: 269 seconds)
1365 2014-03-11 17:49:59 maaku has joined
1366 2014-03-11 17:50:26 Krellan_ has quit (Ping timeout: 244 seconds)
1367 2014-03-11 17:50:40 <gmaxwell> devrandom: needs work
1368 2014-03-11 17:51:18 <gmaxwell> devrandom: I'm not currently aware of a way in ecdsa to eliminate the nonce channel securely while still allowing the signer to know what they're signing.
1369 2014-03-11 17:51:52 <gmaxwell> I'd harassed wallet makers in the past to use determinstic dsa so that with auditing the problem reduces to the initial randomness.
1370 2014-03-11 17:52:31 <gmaxwell> With schnorr signatures the signatures can be rerandomized (e.g. like a 2-of-2 threshold signature) in order to eliminate the subliminal channel.
1371 2014-03-11 17:52:51 <gmaxwell> Maybe its possible with ECDSA but the only approach I'm aware of prevents the device from knowing what its signing. :(
1372 2014-03-11 17:53:17 CheckDavid has quit (Quit: Connection closed for inactivity)
1373 2014-03-11 17:53:20 <gmaxwell> (which means you can't do things like have it give you a reliable display of the destination and value, largely mooting the advantage of the hardware)
1374 2014-03-11 17:54:49 <devrandom> gmaxwell: looks like http://www.jofcis.com/publishedpapers/2011_7_4_1254_1261.pdf has a scheme to collaboratively choose a random signature k
1375 2014-03-11 17:55:01 <devrandom> my scheme doesn't work actually, since it discloses k to Warden
1376 2014-03-11 17:55:13 lalopalo has joined
1377 2014-03-11 17:55:47 <gmaxwell> right, I'd just assumed you didn't mean that. :P
1378 2014-03-11 17:55:54 <devrandom> hmm... need to look at that paper closer
1379 2014-03-11 17:55:57 <gmaxwell> since that trivialy recovers the private key.
1380 2014-03-11 17:56:21 <gmaxwell> it's irritating, this is trivial to solve with schnorr.
1381 2014-03-11 17:58:19 shadders has quit (Ping timeout: 252 seconds)
1382 2014-03-11 17:58:37 lagarde_ has quit (Ping timeout: 265 seconds)
1383 2014-03-11 17:58:54 _ImI_ has joined
1384 2014-03-11 17:58:56 ikbenwouter is now known as Truus
1385 2014-03-11 17:59:03 Truus is now known as ikbenwouter
1386 2014-03-11 17:59:13 Application has quit (Remote host closed the connection)
1387 2014-03-11 17:59:52 [\\\] has quit (Remote host closed the connection)
1388 2014-03-11 18:00:03 ThomasZ has joined
1389 2014-03-11 18:00:21 just[dead] is now known as justanotheruser
1390 2014-03-11 18:00:23 maxplm has quit (Quit: maxplm)
1391 2014-03-11 18:00:44 tiago has quit (Quit: Leaving)
1392 2014-03-11 18:02:17 <dhill> gavinandresen: would bitcoind be opposed to adding a license to their tests?
1393 2014-03-11 18:03:09 Eggman33 has joined
1394 2014-03-11 18:03:20 <Luke-Jr> dhill: huh?
1395 2014-03-11 18:04:03 Emcy_ has joined
1396 2014-03-11 18:04:03 Emcy_ has quit (Changing host)
1397 2014-03-11 18:04:04 Emcy_ has joined
1398 2014-03-11 18:04:07 kurtosis has quit (Ping timeout: 240 seconds)
1399 2014-03-11 18:04:07 maxplm has joined
1400 2014-03-11 18:04:21 <dhill> i'd like to use the same tests bitcoind does in my code
1401 2014-03-11 18:04:40 <gmaxwell> dhill: I think we intend to have them licensed the same as the rest of the code, they just lacked the headers.
1402 2014-03-11 18:04:40 <Luke-Jr> oh, MIT license not explicitly on those files
1403 2014-03-11 18:04:43 <Luke-Jr> sigh
1404 2014-03-11 18:04:57 _ImI_ has quit (Quit: _ImI_)
1405 2014-03-11 18:05:12 <gmaxwell> dhill: Can you just open an issue? I believe it's pure oversight.
1406 2014-03-11 18:05:17 <dhill> sure can
1407 2014-03-11 18:05:28 <Luke-Jr> like 30 people need to sign off on it :x
1408 2014-03-11 18:05:49 chmod755 has joined
1409 2014-03-11 18:07:19 _ImI_ has joined
1410 2014-03-11 18:07:21 maxplm_ has joined
1411 2014-03-11 18:07:26 <gmaxwell> The tests? meh. 29 names in git blame on tests/*.cpp  7 in tests/data/*.json
1412 2014-03-11 18:07:33 espringe has joined
1413 2014-03-11 18:07:40 Emcy has quit (Ping timeout: 252 seconds)
1414 2014-03-11 18:07:44 <sipa> let's do it
1415 2014-03-11 18:07:47 <espringe> Does bitcoind's maxconnections  affect the amount of rpcconnections ?
1416 2014-03-11 18:07:51 <sipa> espringe: no
1417 2014-03-11 18:08:00 bmcgee has quit (Ping timeout: 244 seconds)
1418 2014-03-11 18:08:02 <espringe> i.e. if bitcoind is using the maximium connections, it still lets rpc connections?
1419 2014-03-11 18:08:08 <dhill> gmaxwell: #3848
1420 2014-03-11 18:08:09 <sipa> espringe: they're completely independent
1421 2014-03-11 18:08:10 <dhill> thanks
1422 2014-03-11 18:08:14 melik has quit (Ping timeout: 265 seconds)
1423 2014-03-11 18:08:23 maxplm has quit (Ping timeout: 240 seconds)
1424 2014-03-11 18:08:23 maxplm_ is now known as maxplm
1425 2014-03-11 18:08:33 <gmaxwell> (It's debatable that any request is really needed given the top level package licensing, but always better to make fewer assumptions…)
1426 2014-03-11 18:08:40 Grouver has joined
1427 2014-03-11 18:08:49 <espringe> My bitcoind keeps rejecting rpc connections after its been running long enough. But the actual node is working fine
1428 2014-03-11 18:08:53 <espringe> The only thing I can do is reset it
1429 2014-03-11 18:09:06 <espringe> Nothing to do with memory, cpu or file descriptors
1430 2014-03-11 18:09:31 _ImI_ has quit (Client Quit)
1431 2014-03-11 18:10:42 xabbix_ has joined
1432 2014-03-11 18:11:06 <gmaxwell> CodeShark: gavinandresen: BlueMatt: sipa: petertodd: wumpus: grau:  you are the only other people who git blame implicates for the json data. Please go ack https://github.com/bitcoin/bitcoin/issues/3848
1433 2014-03-11 18:11:26 dx_ has quit (Quit: Page closed)
1434 2014-03-11 18:11:34 maaku has quit (Quit: No Ping reply in 180 seconds.)
1435 2014-03-11 18:11:56 <CodeShark> huh?!
1436 2014-03-11 18:12:01 <BlueMatt> gmaxwell: done
1437 2014-03-11 18:12:03 maaku has joined
1438 2014-03-11 18:12:06 <BlueMatt> CodeShark: just go post a copy of my comment there
1439 2014-03-11 18:12:09 lnovy has quit (Ping timeout: 244 seconds)
1440 2014-03-11 18:12:12 cris has quit ()
1441 2014-03-11 18:12:52 xabbix has quit (Ping timeout: 240 seconds)
1442 2014-03-11 18:13:57 hmsimha has joined
1443 2014-03-11 18:14:29 banghouse has quit (Remote host closed the connection)
1444 2014-03-11 18:15:03 cris has joined
1445 2014-03-11 18:15:05 <Joric> does he assume you have to put a license in every folder
1446 2014-03-11 18:15:06 Ostkaka has joined
1447 2014-03-11 18:15:28 <gmaxwell> sipa: you'd think that after seperately counting the json and test/ I would have correctly read dhill's message. (I read it as asking only about the json somehow)
1448 2014-03-11 18:16:13 GM0127 has joined
1449 2014-03-11 18:16:17 zer0def has left ("Part:")
1450 2014-03-11 18:16:28 Coincidental has joined
1451 2014-03-11 18:16:33 hmsimha has quit (Max SendQ exceeded)
1452 2014-03-11 18:16:38 <gmaxwell> Joric: the normal practice is to include it on every file. There isn't any reason to believe you actually have to do this, though because its so common (and because e.g. debian's packaging guidelines require it) there is some potenntial that someone might have a different understanding, so its better to ask than risk any surprise drama.
1453 2014-03-11 18:16:42 Eggman33 has quit (Remote host closed the connection)
1454 2014-03-11 18:17:04 hmsimha has joined
1455 2014-03-11 18:17:05 <dhill> i am specifically wanting to use the tests in hash_tests.cpp right now
1456 2014-03-11 18:17:08 Eggman33 has joined
1457 2014-03-11 18:18:14 <gmaxwell> dhill: everything of interest in hash_tests.cpp is petertodd
1458 2014-03-11 18:18:36 <gmaxwell> I think he's asleep or otherwise AFK at the moment.
1459 2014-03-11 18:18:50 <gmaxwell> in any case, in a couple hours it should be mostly all sorted and we'll change it.
1460 2014-03-11 18:19:00 <dhill> \o/
1461 2014-03-11 18:19:27 lnovy has joined
1462 2014-03-11 18:19:33 nickler has joined
1463 2014-03-11 18:19:40 <gmaxwell> dhill: please feel free to submit some pulls for more tests too. :) if you push tests in our direction it reduces the risk that any incompatiblities get introduced in the future. :)
1464 2014-03-11 18:20:03 <dhill> well do
1465 2014-03-11 18:20:16 paveljanik has quit (Ping timeout: 264 seconds)
1466 2014-03-11 18:20:24 melik has joined
1467 2014-03-11 18:21:19 Eggman33 has quit (Ping timeout: 240 seconds)
1468 2014-03-11 18:22:03 <dhill> how long does a ban on an ip last
1469 2014-03-11 18:22:22 sserrano44 has quit (Quit: Computer has gone to sleep.)
1470 2014-03-11 18:22:44 ThomasV has joined
1471 2014-03-11 18:22:48 <gmaxwell> dhill: 24 hours. It's configurable.
1472 2014-03-11 18:23:22 <vegard> I created src/test/script_tests.cpp, do I need to comment on the github issue as well?
1473 2014-03-11 18:23:31 <gmaxwell> mostly it's just to prevent obviously broken peers from wasting resources... e.g. sending you invalid signatures to grind with your cpu.
1474 2014-03-11 18:23:37 MoALTz has quit (Read error: Connection reset by peer)
1475 2014-03-11 18:23:38 <gmaxwell> vegard: please.
1476 2014-03-11 18:24:08 espringe has quit (Quit: espringe)
1477 2014-03-11 18:24:37 MoALTz has joined
1478 2014-03-11 18:25:24 <gmaxwell> td: you too, jgarzik as well go ack https://github.com/bitcoin/bitcoin/issues/3848  (I'll hunt wahtever straglers remain after we get most of it)
1479 2014-03-11 18:27:08 kurtosis has joined
1480 2014-03-11 18:27:49 Joric has quit ()
1481 2014-03-11 18:28:08 brson has joined
1482 2014-03-11 18:28:50 MoALTz_ has joined
1483 2014-03-11 18:28:54 <Emcy_> 0.9 soon?
1484 2014-03-11 18:29:28 Raziel has joined
1485 2014-03-11 18:29:30 jhfgh has quit (Ping timeout: 265 seconds)
1486 2014-03-11 18:31:53 MoALTz has quit (Ping timeout: 240 seconds)
1487 2014-03-11 18:32:12 bmcgee has joined
1488 2014-03-11 18:32:13 espringe has joined
1489 2014-03-11 18:32:54 sirk390 has quit (Quit: Leaving.)
1490 2014-03-11 18:33:06 justanotheruser is now known as just[dead]
1491 2014-03-11 18:34:55 _biO_ has quit ()
1492 2014-03-11 18:35:15 sirk390 has joined
1493 2014-03-11 18:35:21 KillYourTV has quit (Remote host closed the connection)
1494 2014-03-11 18:35:51 maraoz has quit (Quit: Leaving)
1495 2014-03-11 18:35:53 bmcgee has quit (Client Quit)
1496 2014-03-11 18:36:09 maraoz has joined
1497 2014-03-11 18:36:44 KillYourTV has joined
1498 2014-03-11 18:37:16 Burrito has quit (Quit: Leaving)
1499 2014-03-11 18:37:27 basva has joined
1500 2014-03-11 18:37:36 Burrito has joined
1501 2014-03-11 18:37:36 Burrito has quit (Changing host)
1502 2014-03-11 18:37:36 Burrito has joined
1503 2014-03-11 18:38:30 banghouse has joined
1504 2014-03-11 18:40:13 brson has quit (Quit: leaving)
1505 2014-03-11 18:40:28 brson has joined
1506 2014-03-11 18:45:13 Shayanjm has quit (Ping timeout: 244 seconds)
1507 2014-03-11 18:45:39 jhfgh has joined
1508 2014-03-11 18:48:47 lolz has joined
1509 2014-03-11 18:51:08 [1]Grouver has joined
1510 2014-03-11 18:51:53 Grouver has quit (Ping timeout: 240 seconds)
1511 2014-03-11 18:51:53 [1]Grouver is now known as Grouver
1512 2014-03-11 18:52:36 zcopley has joined
1513 2014-03-11 18:52:41 Namworld has joined
1514 2014-03-11 18:56:04 VossArtesian has quit (Ping timeout: 244 seconds)
1515 2014-03-11 18:56:05 basva has quit (Quit: Computer has gone to sleep.)
1516 2014-03-11 18:59:04 Ursium has joined
1517 2014-03-11 18:59:23 MoALTz__ has joined
1518 2014-03-11 18:59:29 aschildbach has joined
1519 2014-03-11 19:00:42 Xarian has joined
1520 2014-03-11 19:01:50 c0rw1n has joined
1521 2014-03-11 19:01:53 beachandbytes has quit (Ping timeout: 240 seconds)
1522 2014-03-11 19:01:58 MoALTz_ has quit (Read error: Operation timed out)
1523 2014-03-11 19:03:11 Shayanjm has joined
1524 2014-03-11 19:03:51 pooler has quit (Read error: Connection timed out)
1525 2014-03-11 19:06:33 adam3us has quit (Ping timeout: 253 seconds)
1526 2014-03-11 19:07:17 skinnkavaj has joined
1527 2014-03-11 19:08:52 jtimon has quit (Ping timeout: 264 seconds)
1528 2014-03-11 19:11:25 Application has joined
1529 2014-03-11 19:14:01 Akima has joined
1530 2014-03-11 19:14:54 guest3453 has joined
1531 2014-03-11 19:15:49 guest3453 is now known as reneg
1532 2014-03-11 19:16:40 Davincij15 has joined
1533 2014-03-11 19:17:31 panasync has joined
1534 2014-03-11 19:17:42 GM0127 has quit (Write error: Connection reset by peer)
1535 2014-03-11 19:17:44 reneg is now known as charlierlee
1536 2014-03-11 19:18:17 HeySteve2 has quit (Ping timeout: 244 seconds)
1537 2014-03-11 19:20:31 kurtosis has quit (Ping timeout: 240 seconds)
1538 2014-03-11 19:21:22 pooler has joined
1539 2014-03-11 19:21:42 MoALTz__ has quit (Quit: brb)
1540 2014-03-11 19:21:42 songz has joined
1541 2014-03-11 19:21:56 MoALTz has joined
1542 2014-03-11 19:23:36 spinza has joined
1543 2014-03-11 19:24:05 basva has joined
1544 2014-03-11 19:24:28 lolz has quit (Ping timeout: 264 seconds)
1545 2014-03-11 19:24:57 panasync has quit (Remote host closed the connection)
1546 2014-03-11 19:26:25 Starduster has quit (Quit: gotta go)
1547 2014-03-11 19:27:04 MagicalMole has quit (Remote host closed the connection)
1548 2014-03-11 19:27:04 <michagogo> cloud!uid14316@wikia/Michagogo|If it's possible (and I don't see why not, personally, but you may disagree) I'd like to get #3775 and #3806 merged in time for rc3...
1549 2014-03-11 19:27:20 MagicalMole has joined
1550 2014-03-11 19:27:30 MoALTz has quit (Ping timeout: 265 seconds)
1551 2014-03-11 19:28:02 Emzy has joined
1552 2014-03-11 19:29:11 spinza has quit (Disconnected by services)
1553 2014-03-11 19:29:11 spin123456 has joined
1554 2014-03-11 19:30:06 <ewust> gmaxwell: re: <@gmaxwell> devrandom: I'm not currently aware of a way in ecdsa to eliminate the nonce channel securely while still allowing the signer to know what they're  signing.
1555 2014-03-11 19:30:06 sserrano44 has joined
1556 2014-03-11 19:30:25 <ewust> why doesn't deterministic dsa solve that, and why does it need to be randomized?
1557 2014-03-11 19:30:31 MoALTz has joined
1558 2014-03-11 19:30:38 <gmaxwell> ewust: no it doesn't solve it at all.
1559 2014-03-11 19:31:20 <gmaxwell> an observe cannot tell if your DSA was determinstic or not.   (well at all is a bit strong, I think these devices should use determinstic dsa to be more auditable, but on a case by case basis it doesn't prevent the leak)
1560 2014-03-11 19:32:11 <ewust> are you saying k = HMAC(device_secret, message)?
1561 2014-03-11 19:32:14 pierreatwork has quit (Ping timeout: 244 seconds)
1562 2014-03-11 19:32:38 <ewust> or is the problem that the device can't have device_secret?
1563 2014-03-11 19:33:14 <michagogo> cloud!uid14316@wikia/Michagogo|Question about deterministic dsa... (And this might be an idiotic question, sorry in advance)
1564 2014-03-11 19:33:40 <gmaxwell> ewust: the device can have it nothing else can.
1565 2014-03-11 19:33:52 <michagogo> cloud!uid14316@wikia/Michagogo|The determinism is in the value that must be unique for signatures with the same key otherwise the key is revealed, right?
1566 2014-03-11 19:34:24 <michagogo> cloud!uid14316@wikia/Michagogo|Why not just have a counter and sign with 1, then 2, then 3, et cetera?
1567 2014-03-11 19:34:42 <gmaxwell> michagogo|cloud: it must be unknown to everyone else.
1568 2014-03-11 19:34:44 <ewust> michagogo|cloud: it also has to be secret (the k value)
1569 2014-03-11 19:35:06 <michagogo> cloud!uid14316@wikia/Michagogo|Ah
1570 2014-03-11 19:35:34 <michagogo> cloud!uid14316@wikia/Michagogo|I suspected it might be something like that :-P
1571 2014-03-11 19:35:55 paveljanik has joined
1572 2014-03-11 19:36:20 beachandbytes has joined
1573 2014-03-11 19:36:39 <ewust> gmaxwell: i'm not sure i understand how k = HMAC for hardware wallets doesn't solve the problem
1574 2014-03-11 19:36:49 <ewust> perhaps i am thinking of the wrong problem :)
1575 2014-03-11 19:37:58 kermit has quit (Ping timeout: 252 seconds)
1576 2014-03-11 19:38:33 Neozonz has joined
1577 2014-03-11 19:38:37 kermit has joined
1578 2014-03-11 19:38:55 <gmaxwell> ewust: maybe because you are not thinking of an adversarial model? (or you are desynced and have no idea what was being discussed there)
1579 2014-03-11 19:39:06 rdymac has quit (Ping timeout: 252 seconds)
1580 2014-03-11 19:39:15 <gmaxwell> If the device actually does what you specified you're fine. But you cannot tell if it did or didn't.
1581 2014-03-11 19:40:15 <ewust> ah i see now, thanks
1582 2014-03-11 19:41:16 Neozonz has quit (Ping timeout: 264 seconds)
1583 2014-03-11 19:42:05 rdymac has joined
1584 2014-03-11 19:46:34 nsh__ has joined
1585 2014-03-11 19:46:36 nsh__ has quit (Changing host)
1586 2014-03-11 19:46:36 nsh__ has joined
1587 2014-03-11 19:46:50 nsh__ is now known as nsh
1588 2014-03-11 19:47:14 rdymac has quit (Excess Flood)
1589 2014-03-11 19:47:28 <rodrigo31> Hi, i'm back!
1590 2014-03-11 19:47:40 <rodrigo31> How much space does bitcoin blockchain uses?
1591 2014-03-11 19:47:47 <rodrigo31> runing out of space here...
1592 2014-03-11 19:48:35 antephialtic has joined
1593 2014-03-11 19:48:46 nsh_ has quit (Ping timeout: 244 seconds)
1594 2014-03-11 19:48:49 BTC_Bear is now known as hbrntng!~BTC_Bear@unaffiliated/btc-bear/x-5233302|BTC_Bear
1595 2014-03-11 19:49:06 owowo has joined
1596 2014-03-11 19:49:22 go1111111 has joined
1597 2014-03-11 19:50:05 rdymac has joined
1598 2014-03-11 19:50:57 ziggamon has joined
1599 2014-03-11 19:52:23 nsh has quit (Ping timeout: 240 seconds)
1600 2014-03-11 19:53:01 <mikeche1en> 15gb? something like that
1601 2014-03-11 19:53:43 beachandbytes has quit (Read error: Connection reset by peer)
1602 2014-03-11 19:54:03 nsh has joined
1603 2014-03-11 19:54:20 nsh has quit (Changing host)
1604 2014-03-11 19:54:21 nsh has joined
1605 2014-03-11 19:54:37 <rodrigo31> 15GB? What?
1606 2014-03-11 19:54:49 <rodrigo31> i Have 8 ... (used)
1607 2014-03-11 19:55:42 <mikeche1en> well you are about halfway then
1608 2014-03-11 19:56:28 <dexX7> more like 18-20
1609 2014-03-11 19:57:28 alecalve has quit (Ping timeout: 264 seconds)
1610 2014-03-11 19:58:33 MagicalMole has quit (Read error: Connection reset by peer)
1611 2014-03-11 19:58:37 kr1t1c4l has quit (Read error: Connection reset by peer)
1612 2014-03-11 19:58:46 MagicalMole has joined
1613 2014-03-11 19:59:09 Qasaur has joined
1614 2014-03-11 19:59:47 beachandbytes has joined
1615 2014-03-11 20:00:17 espringe has quit (Quit: espringe)
1616 2014-03-11 20:00:19 ielo has joined
1617 2014-03-11 20:00:23 kr1t1c4l has joined
1618 2014-03-11 20:00:53 Eagle[TM] has quit (Ping timeout: 240 seconds)
1619 2014-03-11 20:02:34 ziggamon has quit (Remote host closed the connection)
1620 2014-03-11 20:03:06 ziggamon has joined
1621 2014-03-11 20:03:12 alecalve has joined
1622 2014-03-11 20:03:27 paveljanik has quit (Read error: Connection reset by peer)
1623 2014-03-11 20:04:08 <helo> 19G here
1624 2014-03-11 20:05:08 antephialtic has quit (Read error: Connection reset by peer)
1625 2014-03-11 20:05:25 non2 has quit (Read error: Operation timed out)
1626 2014-03-11 20:05:37 antephialtic has joined
1627 2014-03-11 20:06:34 nakumo has quit (Quit: adios motherfuckers)
1628 2014-03-11 20:06:35 antephialtic has quit (Read error: Connection reset by peer)
1629 2014-03-11 20:07:07 antephialtic has joined
1630 2014-03-11 20:07:12 ziggamon has quit (Ping timeout: 240 seconds)
1631 2014-03-11 20:07:20 Qasaur has quit (Remote host closed the connection)
1632 2014-03-11 20:07:22 maaku is now known as Guest92427
1633 2014-03-11 20:08:22 verwilst has joined
1634 2014-03-11 20:09:50 espringe has joined
1635 2014-03-11 20:10:26 antephialtic has quit (Read error: Connection reset by peer)
1636 2014-03-11 20:10:26 pierreatwork has joined
1637 2014-03-11 20:10:36 antephialtic has joined
1638 2014-03-11 20:11:13 MoALTz_ has joined
1639 2014-03-11 20:11:19 smash has joined
1640 2014-03-11 20:12:14 paveljanik has joined
1641 2014-03-11 20:12:19 paveljanik has quit (Changing host)
1642 2014-03-11 20:12:19 paveljanik has joined
1643 2014-03-11 20:13:39 MoALTz has quit (Ping timeout: 252 seconds)
1644 2014-03-11 20:13:44 aynstein has joined
1645 2014-03-11 20:13:55 zcopley has quit (Ping timeout: 265 seconds)
1646 2014-03-11 20:16:07 Zarutian has quit (Quit: Zarutian)
1647 2014-03-11 20:16:17 jaromil has quit (Quit: leaving)
1648 2014-03-11 20:16:31 smash has quit (Ping timeout: 240 seconds)
1649 2014-03-11 20:18:02 <CodeShark> master branch, src/rpcmining.cpp lines 492-518: isn't pblocktemplate uninitialized if the conditional fails?
1650 2014-03-11 20:18:17 ematiu has left ()
1651 2014-03-11 20:18:44 HaltingState has quit (Quit: Leaving)
1652 2014-03-11 20:20:19 <CodeShark> ah, I guess the idea is the condition must succeed at least the first time
1653 2014-03-11 20:20:59 non2 has joined
1654 2014-03-11 20:21:11 <CodeShark> seems we should be initializing pindexPrev and pblocktemplate to nullptr, though
1655 2014-03-11 20:21:11 olalonde has quit (Quit: Leaving.)
1656 2014-03-11 20:21:25 Qasaur has joined
1657 2014-03-11 20:21:33 <paveljanik> CodeShark: yes, static var.
1658 2014-03-11 20:21:51 <CodeShark> pindexPrev is still uninitialized the first time it runs
1659 2014-03-11 20:22:18 <CodeShark> so pindexPrev != chainActiveTip() makes me a little uncomfortable :)
1660 2014-03-11 20:22:21 Xeno-Genesis has joined
1661 2014-03-11 20:22:40 <paveljanik>         pindexPrev = NULL;
1662 2014-03-11 20:22:47 Xeno-Genesis is now known as Guest52976
1663 2014-03-11 20:22:50 <paveljanik> it is there in the conditional.
1664 2014-03-11 20:23:02 <CodeShark> only after the if
1665 2014-03-11 20:23:44 antephialtic has quit (Remote host closed the connection)
1666 2014-03-11 20:23:56 VossArtesian has joined
1667 2014-03-11 20:24:13 Eggman33 has joined
1668 2014-03-11 20:24:19 <vegard> static variables are implicitly initialised to 0
1669 2014-03-11 20:24:30 Guest52976 has quit (Client Quit)
1670 2014-03-11 20:24:59 Xeno-Genesis_ has joined
1671 2014-03-11 20:25:00 jaromil has joined
1672 2014-03-11 20:25:04 jrklein has quit (Quit: No Ping reply in 180 seconds.)
1673 2014-03-11 20:25:13 jrklein has joined
1674 2014-03-11 20:26:08 <CodeShark> hmm, is that part of the C++ standard?
1675 2014-03-11 20:26:25 <gmaxwell> yes. (and C standard, too)
1676 2014-03-11 20:26:29 MoALTz_ has quit (Ping timeout: 244 seconds)
1677 2014-03-11 20:26:38 <jaromil> ps axf
1678 2014-03-11 20:26:49 <jaromil> whopsie sry -_-'
1679 2014-03-11 20:27:42 Coincidental has quit (Remote host closed the connection)
1680 2014-03-11 20:27:46 mappum has joined
1681 2014-03-11 20:28:54 Eggman33 has quit (Ping timeout: 265 seconds)
1682 2014-03-11 20:30:35 <CodeShark> so then line 497 seems superfluous
1683 2014-03-11 20:31:09 <vegard> no, it's only initialised to 0 before the program starts. afterwards it retains its value (unless you change it, of course)
1684 2014-03-11 20:31:50 <CodeShark> ah, ok - I see - so in case of an exception
1685 2014-03-11 20:32:00 <gmaxwell> CodeShark: statics are like globals, initilized at start and keep their value... (the only difference is the scoping for access to the name)
1686 2014-03-11 20:32:21 Jasmin68k has quit (Quit: Leaving.)
1687 2014-03-11 20:32:23 spinza has joined
1688 2014-03-11 20:32:27 <CodeShark> yes, I understand statics - but I'm used to explicitly initializing them
1689 2014-03-11 20:32:52 spin123456 has quit (Ping timeout: 264 seconds)
1690 2014-03-11 20:32:55 ThomasV has quit (Ping timeout: 240 seconds)
1691 2014-03-11 20:33:08 aynstein_ has joined
1692 2014-03-11 20:33:08 <jgarzik> technically speaking, it wastes a tiny amount of space to explicitly initialize
1693 2014-03-11 20:33:23 <CodeShark> doesn't that depend on the compiler?
1694 2014-03-11 20:33:34 zcopley has joined
1695 2014-03-11 20:33:44 <jgarzik> well, in C anyway.  C++ picture is a bit different, though treatment of sections remains the same ultimately.
1696 2014-03-11 20:33:54 <jgarzik> yeah it depends on in which section stuff gets placed
1697 2014-03-11 20:34:13 JimmyCoin has joined
1698 2014-03-11 20:34:45 aynstein has quit (Ping timeout: 244 seconds)
1699 2014-03-11 20:36:32 <ThomasZ> statics in shared libraries is a bit messy, guarentees of when statics are initialized has some weird rules to it too. I tend to avoid them ;)
1700 2014-03-11 20:36:38 c0rw1n has quit (Ping timeout: 265 seconds)
1701 2014-03-11 20:36:56 Krellan_ has joined
1702 2014-03-11 20:37:13 ft_ has joined
1703 2014-03-11 20:37:33 phogster has joined
1704 2014-03-11 20:38:04 coeus has joined
1705 2014-03-11 20:42:05 <venzen> i'm seeing int64_t and uint256 datatypes in the code (looking at main.cpp) - is there any convention or rule-of-thumb as to which types get used?
1706 2014-03-11 20:42:13 Coincidental has joined
1707 2014-03-11 20:42:14 spin123456 has joined
1708 2014-03-11 20:42:18 spinza has quit (Disconnected by services)
1709 2014-03-11 20:42:28 zcopley has quit (Ping timeout: 264 seconds)
1710 2014-03-11 20:45:05 shesek has quit (Ping timeout: 244 seconds)
1711 2014-03-11 20:45:10 smartvlad has joined
1712 2014-03-11 20:45:13 JimmyCoin has left ()
1713 2014-03-11 20:46:11 <gmaxwell> venzen: do you think uint256 is used anywhere where a int64 could have been used?
1714 2014-03-11 20:46:15 ziggamon has joined
1715 2014-03-11 20:46:18 zcopley has joined
1716 2014-03-11 20:48:22 smartvlad has quit (Remote host closed the connection)
1717 2014-03-11 20:49:40 TD has joined
1718 2014-03-11 20:50:34 _ImI_ has joined
1719 2014-03-11 20:50:40 <venzen> gmaxwell: well, you answer me with a question... and, true, i don't see such cases.
1720 2014-03-11 20:50:52 ziggamon has quit (Ping timeout: 264 seconds)
1721 2014-03-11 20:51:11 <CodeShark> one is 64 bits, the other is 256 bits
1722 2014-03-11 20:51:22 <CodeShark> you cannot store 256 bit values in a 64 bit variable
1723 2014-03-11 20:51:24 <CodeShark> you need four of them
1724 2014-03-11 20:51:32 zcopley has quit (Ping timeout: 240 seconds)
1725 2014-03-11 20:52:02 <dexX7> is there a reason to have both varint and pushdata?
1726 2014-03-11 20:52:06 nsh_ has joined
1727 2014-03-11 20:52:15 <CodeShark> so the rule of thumb is: if you only need 64 bits, go with a uint64_t or int64_t…if you need 256 bits, go with a uint256 :)
1728 2014-03-11 20:52:22 nsh_ has quit (Changing host)
1729 2014-03-11 20:52:22 nsh_ has joined
1730 2014-03-11 20:52:42 <venzen> CodeShark: sure, and the uint256 seems to mostly be used for hashes
1731 2014-03-11 20:52:48 <CodeShark> indeed
1732 2014-03-11 20:53:01 roconnor has quit (Remote host closed the connection)
1733 2014-03-11 20:53:04 nsh has quit (Read error: Operation timed out)
1734 2014-03-11 20:54:44 ahbritto has quit (Read error: Connection reset by peer)
1735 2014-03-11 20:54:49 <venzen> CodeShark: i'm doing my best to dead and comprehend... are transaction amounts, for example, being typed as int64_t and then converted to decimal at the last moment?
1736 2014-03-11 20:54:55 <venzen> *read
1737 2014-03-11 20:55:15 <CodeShark> transaction amounts should NEVER be treated as decimal unless we have a decimal datatype
1738 2014-03-11 20:55:30 ahbritto has joined
1739 2014-03-11 20:55:43 <CodeShark> the floating point stuff is only for the RPC
1740 2014-03-11 20:55:50 <venzen> CodeShark: but we don't jave decimals that i can see
1741 2014-03-11 20:55:50 <CodeShark> and it's a horrible idea there, too
1742 2014-03-11 20:55:57 <venzen> sure
1743 2014-03-11 20:56:08 <CodeShark> using floating point numbers is asking for trouble
1744 2014-03-11 20:56:21 <CodeShark> at least if they are base 2
1745 2014-03-11 20:56:33 <CodeShark> which C++ floats and doubles are
1746 2014-03-11 20:57:14 <venzen> ah, i see what the "double" i've been seeing means
1747 2014-03-11 20:57:22 tarantillo_ has quit (Remote host closed the connection)
1748 2014-03-11 20:57:37 nova90 has joined
1749 2014-03-11 20:57:45 _syslog has joined
1750 2014-03-11 20:57:59 charlierlee has quit (Quit: charlierlee)
1751 2014-03-11 20:58:35 <CodeShark> given that many other languages do not come with a native decimal type, we should always be using quoted integers in the JSON
1752 2014-03-11 20:58:56 <CodeShark> perhaps we could also provide the decimal expression for human consumption
1753 2014-03-11 20:58:57 nova90 has quit (Client Quit)
1754 2014-03-11 20:59:15 nova90 has joined
1755 2014-03-11 20:59:20 <CodeShark> but discourage its use unless you have a JSON parser that handles it correctly
1756 2014-03-11 20:59:38 <CodeShark> discourage its programmatic use, that is
1757 2014-03-11 21:00:00 <CodeShark> the only safe way to send these values over JSON is as quoted integers
1758 2014-03-11 21:00:55 <venzen> yes, as a reference quoted decimals help, but that's just as bad having to convert strings to floats... so i get the quoted integer logic
1759 2014-03-11 21:01:30 <venzen> thanks for explaining that
1760 2014-03-11 21:01:40 ThomasV has joined
1761 2014-03-11 21:01:56 di_sc has quit (Quit: Leaving.)
1762 2014-03-11 21:02:08 buhbuh has joined
1763 2014-03-11 21:04:10 askmike has quit (Remote host closed the connection)
1764 2014-03-11 21:06:13 tarantillo_ has joined
1765 2014-03-11 21:06:20 tarantillo_ has quit (Remote host closed the connection)
1766 2014-03-11 21:06:22 viajero has joined
1767 2014-03-11 21:06:44 daybyter has quit (Quit: Konversation terminated!)
1768 2014-03-11 21:06:45 <viajero> !seen sturles
1769 2014-03-11 21:06:46 <gribble> sturles was last seen in #bitcoin-dev 1 week, 1 day, 4 hours, 9 minutes, and 56 seconds ago: <sturles> The automation itself is probably done somewhere else.
1770 2014-03-11 21:06:50 tjopper has quit (Read error: Connection reset by peer)
1771 2014-03-11 21:07:01 ahbritto has quit (Read error: Connection reset by peer)
1772 2014-03-11 21:09:23 MagicalMole has quit (Remote host closed the connection)
1773 2014-03-11 21:09:43 basva has quit (Quit: Computer has gone to sleep.)
1774 2014-03-11 21:10:34 mjb504 has joined
1775 2014-03-11 21:11:25 mjb504_ has quit (Read error: Operation timed out)
1776 2014-03-11 21:11:52 tarantillo_ has joined
1777 2014-03-11 21:13:22 Eggman33 has joined
1778 2014-03-11 21:16:10 theorb has joined
1779 2014-03-11 21:17:26 storeaff has quit (Quit: storeaff)
1780 2014-03-11 21:17:37 Starduster has joined
1781 2014-03-11 21:18:31 AriseChikun has quit (Ping timeout: 240 seconds)
1782 2014-03-11 21:22:04 dmitrysv has joined
1783 2014-03-11 21:23:41 Muis_ has joined
1784 2014-03-11 21:23:44 ThomasZzZ has joined
1785 2014-03-11 21:23:50 happyface_ has joined
1786 2014-03-11 21:25:06 dmitrysv has quit (Remote host closed the connection)
1787 2014-03-11 21:25:08 sneak__ has joined
1788 2014-03-11 21:26:04 jouke_ has joined
1789 2014-03-11 21:27:32 Dagger2 has joined
1790 2014-03-11 21:29:15 BlueMatt_ has joined
1791 2014-03-11 21:29:58 tris- has joined
1792 2014-03-11 21:29:58 ThomasZzZ has quit (Write error: Broken pipe)
1793 2014-03-11 21:30:42 Sorcier_FXK has joined
1794 2014-03-11 21:30:48 imagegami has quit (Read error: Connection reset by peer)
1795 2014-03-11 21:31:21 Qasaur has quit ()
1796 2014-03-11 21:32:28 Ademan-school has joined
1797 2014-03-11 21:34:07 BCB has quit (Ping timeout: 240 seconds)
1798 2014-03-11 21:36:14 Ademan-school has quit (Quit: leaving)
1799 2014-03-11 21:36:28 Muis_ is now known as Muis
1800 2014-03-11 21:38:35 askmike has joined
1801 2014-03-11 21:40:44 Ursium has joined
1802 2014-03-11 21:40:44 agath has joined
1803 2014-03-11 21:40:44 _alp_ has joined
1804 2014-03-11 21:40:44 cazalla has joined
1805 2014-03-11 21:40:44 sustrik has joined
1806 2014-03-11 21:40:44 andytoshi has joined
1807 2014-03-11 21:40:44 murr4y has joined
1808 2014-03-11 21:40:44 knotwork has joined
1809 2014-03-11 21:41:55 raminnoodle has joined
1810 2014-03-11 21:42:29 MolokoDeck has joined
1811 2014-03-11 21:42:29 storeaff has joined
1812 2014-03-11 21:42:29 maaku has joined
1813 2014-03-11 21:42:29 mn3m0nic has joined
1814 2014-03-11 21:42:29 coryfields has joined
1815 2014-03-11 21:42:29 Guest97799 has joined
1816 2014-03-11 21:42:29 mikalv has joined
1817 2014-03-11 21:42:29 roybadami has joined
1818 2014-03-11 21:42:29 RazielZ has joined
1819 2014-03-11 21:42:29 askmike_ has joined
1820 2014-03-11 21:42:29 Guest38076 has joined
1821 2014-03-11 21:42:29 darksk1ez has joined
1822 2014-03-11 21:42:29 spinza has joined
1823 2014-03-11 21:42:29 TheSeven has joined
1824 2014-03-11 21:42:29 imagegami1 has joined
1825 2014-03-11 21:42:29 boldfield_ has joined
1826 2014-03-11 21:42:29 btcinmypocket has joined
1827 2014-03-11 21:42:29 poggy_ has joined
1828 2014-03-11 21:42:29 dstien_ has joined
1829 2014-03-11 21:42:29 khalahan_ has joined
1830 2014-03-11 21:42:29 wangbus_ has joined
1831 2014-03-11 21:42:29 nadio_ has joined
1832 2014-03-11 21:42:29 Cusipzzz_ has joined
1833 2014-03-11 21:42:29 pierce_ has joined
1834 2014-03-11 21:42:29 metric_ has joined
1835 2014-03-11 21:42:29 JyZyXEL- has joined
1836 2014-03-11 21:42:29 sanders_ has joined
1837 2014-03-11 21:42:29 buZz_ has joined
1838 2014-03-11 21:42:29 bit14 has joined
1839 2014-03-11 21:42:29 luke-jr_ has joined
1840 2014-03-11 21:42:29 Aexoden_ has joined
1841 2014-03-11 21:42:29 Guest90481 has joined
1842 2014-03-11 21:42:29 testnode9 has joined
1843 2014-03-11 21:42:29 easye` has joined
1844 2014-03-11 21:42:29 optimator_ has joined
1845 2014-03-11 21:42:29 twobitcoins has joined
1846 2014-03-11 21:42:29 ziggamon has joined
1847 2014-03-11 21:42:29 phoenix52 has joined
1848 2014-03-11 21:42:29 _Iriez has joined
1849 2014-03-11 21:42:29 brson_ has joined
1850 2014-03-11 21:42:48 askmike_ has quit (Ping timeout: 265 seconds)
1851 2014-03-11 21:42:48 spinza has quit (Read error: Operation timed out)
1852 2014-03-11 21:42:48 storeaff has quit (Client Quit)
1853 2014-03-11 21:42:48 Muis has quit (Changing host)
1854 2014-03-11 21:42:48 happyface_ has quit (Changing host)
1855 2014-03-11 21:42:48 happyface_ has joined
1856 2014-03-11 21:42:49 raminnoodle has quit (Changing host)
1857 2014-03-11 21:42:49 raminnoodle has joined
1858 2014-03-11 21:42:51 Sorcier_FXK has quit (Changing host)
1859 2014-03-11 21:42:51 Sorcier_FXK has joined
1860 2014-03-11 21:42:52 btcinmypocket has quit (Ping timeout: 240 seconds)
1861 2014-03-11 21:42:55 askmike has quit (Ping timeout: 240 seconds)
1862 2014-03-11 21:43:17 mjb504 is now known as Guest76004
1863 2014-03-11 21:44:17 jumpnmove has joined
1864 2014-03-11 21:44:27 Tril has joined
1865 2014-03-11 21:44:30 gmaxwell has joined
1866 2014-03-11 21:45:07 zcopley_ has joined
1867 2014-03-11 21:45:23 qwebirc7042 has quit (Quit: Page closed)
1868 2014-03-11 21:45:40 clopez has joined
1869 2014-03-11 21:45:44 Coincidental has joined
1870 2014-03-11 21:45:55 v4mp has joined
1871 2014-03-11 21:46:09 dlunch has joined
1872 2014-03-11 21:46:19 yano has joined
1873 2014-03-11 21:46:31 melvster has joined
1874 2014-03-11 21:46:58 antephialtic has joined
1875 2014-03-11 21:47:24 ryanxcharles has joined
1876 2014-03-11 21:47:56 gribble has joined
1877 2014-03-11 21:48:07 maraoz has joined
1878 2014-03-11 21:48:33 kermit has quit (Read error: Connection reset by peer)
1879 2014-03-11 21:49:00 [Author] has quit (Quit: ZNC - http://znc.sourceforge.net)
1880 2014-03-11 21:49:04 luke-jr_ is now known as Luke-Jr
1881 2014-03-11 21:49:16 Guest23940 has joined
1882 2014-03-11 21:49:16 Guest23940 has quit (Changing host)
1883 2014-03-11 21:49:16 Guest23940 has joined
1884 2014-03-11 21:49:25 tinaivanova has joined
1885 2014-03-11 21:49:53 kermit has joined
1886 2014-03-11 21:49:59 non2 has joined
1887 2014-03-11 21:50:09 aquarat has joined
1888 2014-03-11 21:50:13 eoss has joined
1889 2014-03-11 21:50:17 jtimon has joined
1890 2014-03-11 21:51:50 spinza has joined
1891 2014-03-11 21:52:57 obsidion has joined
1892 2014-03-11 21:53:24 btcinmypocket has joined
1893 2014-03-11 21:53:28 [Author] has joined
1894 2014-03-11 21:53:40 zcopley_ has quit (Quit: Computer has gone to sleep.)
1895 2014-03-11 21:54:38 yubrew has joined
1896 2014-03-11 21:54:51 beachandbytes has joined
1897 2014-03-11 21:58:19 WormDrink has quit (Ping timeout: 265 seconds)
1898 2014-03-11 21:58:20 kjj has joined
1899 2014-03-11 21:59:16 yubrew has quit (Ping timeout: 264 seconds)
1900 2014-03-11 21:59:17 denisx has joined
1901 2014-03-11 21:59:54 Neozonz has quit (Disc!~Neozonz@unaffiliated/neozonz|Disconnected by services)
1902 2014-03-11 22:00:20 Neozonz has joined
1903 2014-03-11 22:01:40 skinnkavaj has quit (Ping timeout: 264 seconds)
1904 2014-03-11 22:01:41 kr1t1c4l has joined
1905 2014-03-11 22:05:27 sserrano44 has joined
1906 2014-03-11 22:05:44 BlueMatt_ has left ("Ex-Chat")
1907 2014-03-11 22:05:48 BlueMatt has joined
1908 2014-03-11 22:06:48 Guest90481 has quit (Changing host)
1909 2014-03-11 22:06:48 Guest90481 has joined
1910 2014-03-11 22:06:48 Guest90481 has quit (Changing host)
1911 2014-03-11 22:06:48 Guest90481 has joined
1912 2014-03-11 22:07:09 Guest90481 is now known as anarchystar
1913 2014-03-11 22:08:41 CheckDavid has joined
1914 2014-03-11 22:09:31 zone117x has joined
1915 2014-03-11 22:10:03 <zone117x> hey guys. anyone know if its possible to do batch rpc requests to daemon?
1916 2014-03-11 22:10:24 <sipa> yes
1917 2014-03-11 22:10:36 Akima has quit (Quit: WeeChat 0.4.3)
1918 2014-03-11 22:10:40 <zone117x> for example I have 50 transcations IDs. instead of doing a gettransaction for each one, can I put all json method object in an array then get an array response back from daemon?
1919 2014-03-11 22:11:15 <zone117x> any tips on how to do that? links to documentation or anything? couldnt find anything on it
1920 2014-03-11 22:11:33 cagedwisdom has joined
1921 2014-03-11 22:11:42 <sipa> zone117x: RTFM
1922 2014-03-11 22:11:45 <sipa> zone117x: http://www.jsonrpc.org/specification#batch
1923 2014-03-11 22:12:24 <zone117x> thanks but I've heard that bitcoin daemon doesnt fully support the protocol properly
1924 2014-03-11 22:12:40 AriseChikun has joined
1925 2014-03-11 22:12:58 <gmaxwell> I've heard users often ask questions without testing or research.
1926 2014-03-11 22:12:58 <sipa> it does support batch requests
1927 2014-03-11 22:13:05 <gmaxwell> :P
1928 2014-03-11 22:14:06 <zone117x> okay thanks for the help. you know it saves a lot of developer headache to be able to ask a simple question rather than setting up testing
1929 2014-03-11 22:14:51 Emzy has quit (Quit: Textual IRC Client: www.textualapp.com)
1930 2014-03-11 22:15:18 <zone117x> thats partially why these irc channels exist. no need to be rude :p
1931 2014-03-11 22:15:28 darksk1ez has quit (Ping timeout: 245 seconds)
1932 2014-03-11 22:16:03 wei__ has quit (Quit: wei__)
1933 2014-03-11 22:16:23 <gmaxwell> Actually the channel exists to coordinate the actual development, it's not a support channel— though no harm in some here and there. Sorry for offending you, my snark was intended to be mild and only because sipa answered you and you didn't seem to believe him.
1934 2014-03-11 22:18:16 <zone117x> its worries. is there a bitcoin-related development support channel?
1935 2014-03-11 22:18:37 johnsoft has quit (Ping timeout: 265 seconds)
1936 2014-03-11 22:19:29 johnsoft has joined
1937 2014-03-11 22:19:36 adam3us has joined
1938 2014-03-11 22:20:28 <michagogo> cloud!uid14316@wikia/Michagogo|Hm, how come there isn't a channel specifically for help/support? Usually it happens in #bitcoin or occasionally here, but sometimes things get missed or drowned out by conversation
1939 2014-03-11 22:20:57 <gmaxwell> Generally I direct support that isn't of the "I have good reason to believe I've found a bug" into #bitcoin  (and I also idle there to answer those queries).  This channel also— in theory carries traffic about the bitcoin protocol and operational state of the network which large bitcoin companies should be following in some capacity.
1940 2014-03-11 22:21:09 _syslog has left ()
1941 2014-03-11 22:21:14 <gmaxwell> michagogo|cloud: because moving it into another one makes #bitcoin more of a cesspool.
1942 2014-03-11 22:21:54 <michagogo> cloud!uid14316@wikia/Michagogo|gmaxwell: ah, interesting
1943 2014-03-11 22:22:25 qwebirc43534 has joined
1944 2014-03-11 22:22:59 <zone117x> I dont mean a channel for "hur der how do I compile bitcoin daemon on win95" I mean for questions that popup when developing a bitcoin related project
1945 2014-03-11 22:26:21 phoenix52 has quit (Ping timeout: 265 seconds)
1946 2014-03-11 22:27:49 <zone117x> the bitcoin wiki isn't exactly very featured and often has misleading outdated information which has set me back while developing a project. so short of making the wiki a lot better it would be nice to have a irc channel for bitcoin-related project development support. where questions like "does the daemon support full json rpc specs such as batch calls?"
1947 2014-03-11 22:27:58 lachesis has quit (Quit: ZNC - http://znc.in)
1948 2014-03-11 22:28:29 lachesis has joined
1949 2014-03-11 22:29:31 <arubi> zone117x, I'm not much of a coder, but I've seen interesting comments in bitcoin's code itself that might help
1950 2014-03-11 22:29:44 <gmaxwell> zone117x: you could have just asked that in #bitcoin  (or here, and gotten your yes, then went on to express disbelief, then recieved my snark, then been offended, and here we are)
1951 2014-03-11 22:29:46 <arubi> not specifically for what you're asking, but I've seen comments
1952 2014-03-11 22:30:17 <zone117x> for developers just now taking an interest in developing bitcoin related projects - it takes a lot of effort hunting through endless bitcointalk forum threads, out-dated wikis, finding people around here who have been around long enough to already have the answers and are willing to help
1953 2014-03-11 22:30:32 tombtc has quit (Ping timeout: 240 seconds)
1954 2014-03-11 22:31:04 dims_ has quit (Ping timeout: 264 seconds)
1955 2014-03-11 22:31:13 <CodeShark> signal-to-noise ratio in #bitcoin-dev >> signal-to-noise ratio in #bitcoin >>>>>>> signal-to-noise ratio in bitcointalk
1956 2014-03-11 22:31:16 <zone117x> add to the list "sifting through cpp code that a non-C devleper hardly understand)
1957 2014-03-11 22:31:49 <CodeShark> in other words, it practically takes more time and effort to weed out the gems of bitcointalk than to just rediscover whatever they are by yourself :)
1958 2014-03-11 22:32:05 <waxwing> how about #bitcoin-dev and #bitcoin-coredev so developers can share info about bitcoin-related issues that are not directly related to the core client development process?
1959 2014-03-11 22:32:21 rdymac has quit (Ping timeout: 252 seconds)
1960 2014-03-11 22:32:45 <arubi> ==> #cryptodev
1961 2014-03-11 22:33:12 <TD> zone117x: there are people working on a new developer center section of the webstie
1962 2014-03-11 22:33:16 <TD> so hopefully docs will get better soon
1963 2014-03-11 22:33:17 <gmaxwell> zone117x: I don't have any clue who arubi is, but it's not the most awful advice:   Does Bitcoin support Json batching?
1964 2014-03-11 22:33:17 <zone117x> and all that researching and frustration and dealing with the smart people with the answers but not willing to help (not you guys, you just helped me). is making developers run away screaming or wasting development time on bs-research time
1965 2014-03-11 22:33:20 <gmaxwell> [gmaxwell@helmholtz src]$ grep  -i 'batch' rpc*cpp
1966 2014-03-11 22:33:22 <gmaxwell> rpcserver.cpp:static string JSONRPCExecBatch(const Array& vReq)
1967 2014-03-11 22:34:07 rdymac has joined
1968 2014-03-11 22:34:07 rdymac has quit (Changing host)
1969 2014-03-11 22:34:07 rdymac has joined
1970 2014-03-11 22:34:08 <arubi> gmaxwell, yep, that's what I would be looking for
1971 2014-03-11 22:34:48 <gmaxwell> zone117x: well there is also a lot of people who _clearly do not know how to /program/_ who show up asking poorly framed questions that indicate serious misunderstanding, while concurrently saying they are running or planning to run some service to hold thousands of other people's bitcoins. It may be arguable that the best thing to do in those cases is not to help them, unless you have the free time to do their job for them. :(  (not ...
1972 2014-03-11 22:34:49 rdymac has quit (Read error: Connection reset by peer)
1973 2014-03-11 22:34:54 <gmaxwell> ... implicating anyone here right now…)
1974 2014-03-11 22:35:00 verwilst has quit (Remote host closed the connection)
1975 2014-03-11 22:35:21 <TD> at some point we'll also get commercial developer support companies, i'm sure
1976 2014-03-11 22:35:52 stickie has quit (Ping timeout: 264 seconds)
1977 2014-03-11 22:36:23 <gmaxwell> and even ignoring that reservation, the number of people using Bitcoin has been growing enormously, and people with actual expirence do eventually get tired of handling the 101 questions. Dispatching people off to secondary channels for the not quite greybeards to help is one of the ways to help build a real technical community... so the people who've been around and survived since 2010 aren't flooded with questions from 10,000 people.
1978 2014-03-11 22:37:01 sserrano44 has quit (Quit: Computer has gone to sleep.)
1979 2014-03-11 22:37:28 Xeno-Genesis_ has joined
1980 2014-03-11 22:37:34 askmike has joined
1981 2014-03-11 22:38:05 <zone117x> gmaxwell I agree with what your saying. but there are plenty of devs with the ability to make some cool btc related project that ultimately help with its adoption - who arent making gtmox exchanges where they will lose every's btc due to lack of security exprience
1982 2014-03-11 22:38:51 jazper- has joined
1983 2014-03-11 22:38:51 jazper- has quit (Changing host)
1984 2014-03-11 22:38:51 jazper- has joined
1985 2014-03-11 22:39:24 <gmaxwell> sure sure, sorry I wasn't trying to suggest that everyone was, just that there is a fair amount of it and over the years its created some callouses. Not an excuse, but just a point for improved mutual understanding.
1986 2014-03-11 22:40:09 <zone117x> the attitude of the devlopment community should certainly not be "if you don't know C and arent a good enough to develop a quality btc exchange or dont have a bunch of obscure knowledge that isn't easily found, then GTFO"
1987 2014-03-11 22:40:11 wallet42 has joined
1988 2014-03-11 22:40:41 hmmma has joined
1989 2014-03-11 22:41:02 maraoz has quit (Remote host closed the connection)
1990 2014-03-11 22:41:33 <zone117x> not saying anyone here right now has the attitude and I appreciate the help I've just recieved.
1991 2014-03-11 22:42:13 <zone117x> but from the stuff I'm made (a stratum server in node.js) I've already had people coming to me asking how the hell I managed to make that with the state of the documentation out there
1992 2014-03-11 22:42:28 askmike has quit (Ping timeout: 264 seconds)
1993 2014-03-11 22:43:50 <zone117x> and if it werent for some intelligent people kind enough to be hounded by tons of questions that sound noobish to the old timers around here - then I wouldnt have been able to make it
1994 2014-03-11 22:44:59 Xeno-Genesis_ is now known as Xeno-Genesis
1995 2014-03-11 22:45:38 <zone117x> and I bet there are way more people like who me had a cool idea for a btc project that have given up after wasting so much effort on poor documentation and help from the community
1996 2014-03-11 22:45:41 pablog has joined
1997 2014-03-11 22:45:41 pablog has quit (Changing host)
1998 2014-03-11 22:45:41 pablog has joined
1999 2014-03-11 22:46:09 dims_ has joined
2000 2014-03-11 22:46:25 Guest97799 has quit (Changing host)
2001 2014-03-11 22:46:25 Guest97799 has joined
2002 2014-03-11 22:46:32 Guest97799 is now known as SomeoneWeird
2003 2014-03-11 22:46:41 <zone117x> and thankyou to TheSeven who was one of those kind people :p
2004 2014-03-11 22:46:53 wallet42 has quit (Quit: Leaving.)
2005 2014-03-11 22:47:48 Guest76004 is now known as mjb504
2006 2014-03-11 22:48:36 yubrew has joined
2007 2014-03-11 22:49:06 paracyst has quit (Read error: Connection reset by peer)
2008 2014-03-11 22:49:12 <gmaxwell> well don't blame anyone here for stratum, that was a protocol just dropped on the worked from a single mining pool without discussion and without ever being adequately documented. :(
2009 2014-03-11 22:49:53 <zone117x> yeah I understand about the stratum protocol.. but other things invovled for that project, such as generation transcation building - fuck that was a nightmare
2010 2014-03-11 22:50:07 <zone117x> for someone with my development experience at least
2011 2014-03-11 22:50:58 qwebirc43534 has quit (Quit: Page closed)
2012 2014-03-11 22:51:49 <super3> is there any bitcoin projects with good documentation
2013 2014-03-11 22:51:56 <zone117x> first started off with the limited info about it in the wiki - which turned out to be outdated and incorrect. then had to discover there was a BIP addressing it, which is also pretty vague and has a technical problem in it
2014 2014-03-11 22:52:21 <super3> i've tried by best to clean up the /docs in qt but i've only made a small dent
2015 2014-03-11 22:52:34 <TD> why are you building coinbase transactions yourself, though?
2016 2014-03-11 22:52:34 Rez has joined
2017 2014-03-11 22:52:37 Rez is now known as LoRez
2018 2014-03-11 22:52:39 <zone117x> finally thinking I've developed it completely to the spec in the scattered documenation just to see it not working. then having to reverse engineer how some other software does it and getting help from people
2019 2014-03-11 22:52:58 yubrew has quit (Ping timeout: 245 seconds)
2020 2014-03-11 22:53:03 shesek has joined
2021 2014-03-11 22:53:05 rdymac has joined
2022 2014-03-11 22:53:19 <zone117x> you need to generate a coinbase transcation yourself for a stratum server
2023 2014-03-11 22:54:06 <TD> in general formatting your own blocks is a bad idea. miners should be mining against a plain vanilla bitcoin core
2024 2014-03-11 22:55:20 <gmaxwell> TD: modern mining must generate its own coinbase transaction, as things are constructed now. (not only does GBT not give you one, but you need to do extranonce generation in any case or you will rapidly overload bitcoind)
2025 2014-03-11 22:56:04 <gmaxwell> Stratum works by giving the miner a template coinbase transaction that they're allowed to increment an extranonce in, along with the left set of fragments of the hashtree so they can recompute the work.
2026 2014-03-11 22:56:05 piggydev has joined
2027 2014-03-11 22:56:45 <zone117x> anyway... one of the goals of my project is taking my list of "shit that was way harder to figure out than it should" and fixing/adding the right documentation to the wiki or BIPs or whatever
2028 2014-03-11 22:56:51 <TD> that's good
2029 2014-03-11 22:56:56 <gmaxwell> as single 4u devices can now scan 2^32 nonces in 2.1ms.
2030 2014-03-11 22:57:06 <gmaxwell> zone117x: hurrah!
2031 2014-03-11 22:57:12 <piggydev> hey, can you guys have a look at this code pls? http://pastebin.com/7CvU52Nx
2032 2014-03-11 22:57:17 <piggydev> see if it works
2033 2014-03-11 22:57:22 <zone117x> even paid the bitcoin wiki fee for it :p
2034 2014-03-11 23:00:45 gogo_ has joined
2035 2014-03-11 23:00:57 piggydev has left ()
2036 2014-03-11 23:02:21 <gogo_> anyone can help me? how can I create the data to calculate the target has on?
2037 2014-03-11 23:03:06 HaltingState has joined
2038 2014-03-11 23:03:06 HaltingState has quit (Changing host)
2039 2014-03-11 23:03:06 HaltingState has joined
2040 2014-03-11 23:03:13 Guyver2 has quit (Quit: :))
2041 2014-03-11 23:03:25 random_cat has joined
2042 2014-03-11 23:04:12 embicoin has quit (Ping timeout: 240 seconds)
2043 2014-03-11 23:05:08 hanti is now known as HANTI
2044 2014-03-11 23:05:11 pierreatwork has joined
2045 2014-03-11 23:07:08 askmike has joined
2046 2014-03-11 23:08:02 agricocb1 has quit (Quit: Leaving.)
2047 2014-03-11 23:08:23 one_zero has joined
2048 2014-03-11 23:08:28 basva has joined
2049 2014-03-11 23:09:11 <TheSeven> gmaxwell: I think technical questions about the internals of bitcoin shouldn't be referred to #bitcoin... they absolutely get lost in the noise there
2050 2014-03-11 23:09:35 <TheSeven> #bitcoin-tech seems like a better idea, to at least keep that separate from the usual smalltalk in #bitcoin
2051 2014-03-11 23:10:11 <TheSeven> I think people would much rather move to that than to #bitcoin... if you tell them to do the latter, they'll continue to ask here regardless
2052 2014-03-11 23:10:40 <TheSeven> sadly #bitcoin-tech doesn't have many users
2053 2014-03-11 23:11:00 <gmaxwell> TheSeven: I will actively mute people in #bitcoin if they're getting the way of a tech support discussion.
2054 2014-03-11 23:11:22 <TheSeven> ...and what exactly is the purpose of #bitcoin-wizards? would that be an adequate place to ask questions that are not directly related to the development of bitcoin, but to bitcoin's internals somehow? or is that channel more about altcoins? (it seems a bit like that)
2055 2014-03-11 23:11:46 aschildbach has quit (Remote host closed the connection)
2056 2014-03-11 23:12:13 <jcorgan> agree that #bitcoin should be perfectly fine to have a technical discussion about bitcoin
2057 2014-03-11 23:12:25 aynstein has joined
2058 2014-03-11 23:12:38 <TheSeven> well, tech support != tech support. people asking how to install bitcoin-qt is something else than people writing software that talks to bitcoind
2059 2014-03-11 23:12:56 <gmaxwell> TheSeven: no, it's about cryptographic musing and far future ideas, and some things related to bitcoin but not bitcoin itself.  Basically it exists to divert the offtopic geek chatter here. It's not an altcoin channel, though to the extent that alts are about interesting technology they do get discussed there some.
2060 2014-03-11 23:13:04 basva has quit (Ping timeout: 264 seconds)
2061 2014-03-11 23:13:22 <gmaxwell> TheSeven: no one shows up asking how to install it, if they can't figure that out they also can't make it onto IRC
2062 2014-03-11 23:13:40 lianj has quit (Ping timeout: 264 seconds)
2063 2014-03-11 23:13:49 DougieBot5000 has quit (Quit: Leaving)
2064 2014-03-11 23:14:19 <gmaxwell> The questions we get include things like researching weird and stuck transactions, sorting out crashes from flakly hardware vs bugs, or telling people how to use some rpc. That all fits in find with technical user questions too like if the rpc support batching or what do the sighash flags do.
2065 2014-03-11 23:14:42 <gmaxwell> seriously, try it sometime it does work. In part, perhaps because I watch the channel and will prod people to respond even if I don't.
2066 2014-03-11 23:14:45 <TheSeven> my personal impression if #bitcoin is "LOTS of noise, mostly speculations and smalltalk about largely unrelated things by not very informed people". I, personally, wouldn't even attempt to watch that channel for in-depth tech questions, so I wouldn't expect anyone to read my questions if I would ask them there.
2067 2014-03-11 23:15:54 <gmaxwell> it is, at times, but questions really do get answered there. Part of it not all being crap is for the other usage to go away.
2068 2014-03-11 23:16:05 <gmaxwell> And on that subject, please. Stop discussing this here.
2069 2014-03-11 23:16:39 <gmaxwell> I have complaints now from multiple bitcoin vendors and multiple alt implementors that the traffic levels and SNR in here are bad enough that its not useful for them to track the development or operational status of the network.
2070 2014-03-11 23:17:23 metric_ is now known as metric
2071 2014-03-11 23:17:25 c0rw1n has joined
2072 2014-03-11 23:18:21 smash has joined
2073 2014-03-11 23:18:47 aynstein_ has joined
2074 2014-03-11 23:20:01 PRab has joined
2075 2014-03-11 23:20:45 pierreatwork has quit (Ping timeout: 252 seconds)
2076 2014-03-11 23:21:51 aynstein has quit (Ping timeout: 252 seconds)
2077 2014-03-11 23:22:37 djcoin_ has joined
2078 2014-03-11 23:22:42 Belxjander has joined
2079 2014-03-11 23:23:19 bbrian has quit (Ping timeout: 240 seconds)
2080 2014-03-11 23:23:48 lianj has joined
2081 2014-03-11 23:24:04 ericmuys_ has joined
2082 2014-03-11 23:24:04 aceat64 has joined
2083 2014-03-11 23:24:30 Starduster has quit (Quit: gotta go)
2084 2014-03-11 23:25:28 Cusipzzz_ is now known as Cusipzzz
2085 2014-03-11 23:25:34 Cusipzzz has quit (Changing host)
2086 2014-03-11 23:25:34 Cusipzzz has joined
2087 2014-03-11 23:28:34 llllllllll has quit ()
2088 2014-03-11 23:30:16 vrs has joined
2089 2014-03-11 23:30:55 <vrs> I'm playing around with the blockchain and gox leak and loading a dump into postgres
2090 2014-03-11 23:30:58 <vrs> getting this:
2091 2014-03-11 23:31:01 <vrs> ERROR:  duplicate key value violates unique constraint "t_transaction_f_hash_key"
2092 2014-03-11 23:31:04 <vrs> DETAIL:  Key (f_hash)=(d5d27987d2a3dfc724e359870c6644b40e497bdc0589a033220fe15429d88599) already exists.
2093 2014-03-11 23:31:07 <vrs> what's the deal with that tx?
2094 2014-03-11 23:32:16 <gmaxwell> vrs: it's a duplicate transaction, of course.
2095 2014-03-11 23:32:22 <gmaxwell> one of two, iirc.
2096 2014-03-11 23:32:44 gogo_ has left ()
2097 2014-03-11 23:33:37 <gmaxwell> vrs: main.cpp:1733 (in master)
2098 2014-03-11 23:33:44 <flammit> blocks 91842 / 91880
2099 2014-03-11 23:33:44 <gmaxwell> see also BIP30
2100 2014-03-11 23:34:16 rdymac has quit (Excess Flood)
2101 2014-03-11 23:35:17 <vrs> I see
2102 2014-03-11 23:35:32 <vrs> I suppose I can prune those two from my data without messing up much?
2103 2014-03-11 23:35:35 rdymac has joined
2104 2014-03-11 23:38:15 raid5 has joined
2105 2014-03-11 23:38:52 pierreatwork has joined
2106 2014-03-11 23:39:18 <gmaxwell> vrs: I mean, they get spent eventually.
2107 2014-03-11 23:39:37 <vrs> I thought at least the first one each is unspendable?
2108 2014-03-11 23:40:04 <phantomcircuit> vrs, the first of each is not spendable
2109 2014-03-11 23:40:18 <vrs> yes
2110 2014-03-11 23:40:22 <phantomcircuit> i just blacklisted the block hash/txid pair
2111 2014-03-11 23:40:49 <phantomcircuit> you can also do it correctly and set the unique index on blockhash/txid
2112 2014-03-11 23:40:56 <phantomcircuit> but that's more effort than it's worth usually
2113 2014-03-11 23:42:48 yubrew has joined
2114 2014-03-11 23:43:13 <diki> blacklisted? where?
2115 2014-03-11 23:43:27 <raid5> gmaxwell: moving the conversation here. rc2 is just crashing on launch (OS X 10.9.2)
2116 2014-03-11 23:43:52 <vrs> diki: https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L1745
2117 2014-03-11 23:44:03 <vrs> if I understand correctly
2118 2014-03-11 23:44:05 btcinmypocket has quit (Max SendQ exceeded)
2119 2014-03-11 23:44:22 <gmaxwell> raid5: interesting! can you look in the debug log?
2120 2014-03-11 23:45:00 <phantomcircuit> diki, if you're trying to load the blockchain into a sql db and use a unique constraint for transaction hashes then you will find that there are 2 pairs of valid transactions with identical hashes
2121 2014-03-11 23:45:09 <phantomcircuit> diki, BIP30 explains why
2122 2014-03-11 23:45:18 banghouse has quit (Remote host closed the connection)
2123 2014-03-11 23:45:20 <phantomcircuit> it's safe to just ignore the first transaction in both pairs
2124 2014-03-11 23:45:29 <phantomcircuit> since neither has been spent and neither can be spent
2125 2014-03-11 23:45:41 <phantomcircuit> (short of a massive ridiculous reorganization that reversed the second one)
2126 2014-03-11 23:45:51 askmike has quit (Remote host closed the connection)
2127 2014-03-11 23:45:58 bbrian has joined
2128 2014-03-11 23:45:59 <raid5> gmaxwell: yea, I'm looking at it right now. Thread 0 crashed (EXC_BAD_ACCESS). A lot of references to QFont* stuff and CoreText
2129 2014-03-11 23:46:08 shaileshg has quit (Quit: Connection closed for inactivity)
2130 2014-03-11 23:46:27 askmike has joined
2131 2014-03-11 23:46:32 <gmaxwell> wumpus: gavinandresen: ^ I am useless on GUI + OSX stuff.
2132 2014-03-11 23:46:36 <melvster> re: gbt is there any reason that *both* nbits and target are returned from getblocktemplate?  https://en.bitcoin.it/wiki/Getblocktemplate
2133 2014-03-11 23:46:46 <sipa> melvster: yes
2134 2014-03-11 23:46:55 <sipa> melvster: because the target is lower
2135 2014-03-11 23:47:00 <sipa> in case of pools
2136 2014-03-11 23:47:02 Diablo-D3 has quit (Quit: This computer has gone to sleep)
2137 2014-03-11 23:47:07 <melvster> sipa: oh thanks, good point!
2138 2014-03-11 23:47:43 <phantomcircuit> sipa, because like everybody does the calculation wrong
2139 2014-03-11 23:47:49 <phantomcircuit> so it returns both
2140 2014-03-11 23:47:52 yubrew has quit (Ping timeout: 264 seconds)
2141 2014-03-11 23:47:53 <sipa> no
2142 2014-03-11 23:48:10 Apexseals has quit ()
2143 2014-03-11 23:48:43 <melvster> it's for shares, right?
2144 2014-03-11 23:48:51 <phantomcircuit> sipa, you cant actually point any of the mining software directly at bitcoind's rpc for getblocktemplate
2145 2014-03-11 23:49:09 <raid5> gmaxwell: okay, thanks for the assistance. hopefully one of those other guys chimes in :)
2146 2014-03-11 23:49:38 beachandbytes has quit (Ping timeout: 245 seconds)
2147 2014-03-11 23:50:01 <sipa> phantomcircuit: really?
2148 2014-03-11 23:50:13 <phantomcircuit> sipa, not the last time i tried it
2149 2014-03-11 23:50:22 <Luke-Jr> phantomcircuit: BFGMiner
2150 2014-03-11 23:50:26 askmike_ has joined
2151 2014-03-11 23:50:29 lagarde has joined
2152 2014-03-11 23:51:00 askmike has quit (Ping timeout: 252 seconds)
2153 2014-03-11 23:51:05 <phantomcircuit> huh guess i should try that again
2154 2014-03-11 23:51:38 <devrandom> ewust: deterministic dsa would solve it, but k in that scheme is a function of the private key
2155 2014-03-11 23:51:52 <devrandom> so there's no way for the Warden to verify it's the value that it should be
2156 2014-03-11 23:52:02 <Luke-Jr> phantomcircuit: note it will be less efficient due to lack of longpolling
2157 2014-03-11 23:52:11 <Luke-Jr> unless you merge that..
2158 2014-03-11 23:52:16 <gmaxwell> raid5: can you open an issue in github, http://github.org/bitcoin/bitcoin if no one gets back in a couple minutes?
2159 2014-03-11 23:52:26 Diablo-D3 has joined
2160 2014-03-11 23:53:08 <phantomcircuit> Luke-Jr, i'd swear the last time i tried getblocktemplate in bitcoind didn't return a required field
2161 2014-03-11 23:53:15 <phantomcircuit> iirc it was the coinbase tx information
2162 2014-03-11 23:53:15 <raid5> gmaxwell: yep, will do. I'll make sure there isn't on already in there :)
2163 2014-03-11 23:53:19 rlifchitz has quit (Ping timeout: 240 seconds)
2164 2014-03-11 23:53:22 btcinmypocket has joined
2165 2014-03-11 23:53:26 <Luke-Jr> phantomcircuit: it's not required
2166 2014-03-11 23:53:42 <phantomcircuit> Luke-Jr, how doesn't bfgminer build the coinbase?
2167 2014-03-11 23:53:44 <Luke-Jr> phantomcircuit: though if it's missing, you need to provide it yourself; which is covered in README
2168 2014-03-11 23:53:47 copumpkin has joined
2169 2014-03-11 23:53:56 <phantomcircuit> ah i see
2170 2014-03-11 23:53:58 <phantomcircuit> psh readmes
2171 2014-03-11 23:54:02 <phantomcircuit> who reads those?
2172 2014-03-11 23:54:14 <Luke-Jr> serious miners 8)
2173 2014-03-11 23:54:28 <phantomcircuit> lol
2174 2014-03-11 23:54:28 <melvster> been reading them the last day
2175 2014-03-11 23:54:37 <melvster> and writing a test miner in node
2176 2014-03-11 23:54:47 <melvster> bfgminer is awesome, great work Luke-Jr
2177 2014-03-11 23:54:50 <melvster> re: getblocktemplate MUST return a JSON Object containing the following keys:
2178 2014-03-11 23:54:53 <melvster> BIP 22
2179 2014-03-11 23:55:02 <melvster> it doesnt say which fields are optional
2180 2014-03-11 23:55:11 <melvster> https://github.com/bitcoin/bips/blob/master/bip-0022.mediawiki
2181 2014-03-11 23:55:13 <phantomcircuit> im pretty sure bitcoind doesn't follow those rules
2182 2014-03-11 23:55:52 <phantomcircuit> yeah bitcoind doesn't return coinbasetxn
2183 2014-03-11 23:56:11 <phantomcircuit> it's not hard to build your own though so who cares
2184 2014-03-11 23:56:15 <Luke-Jr> wtf, who screwed up BIP 22 converting to github?
2185 2014-03-11 23:56:22 <Luke-Jr> or is it github just screwing up mediawiki format?
2186 2014-03-11 23:56:31 <phantomcircuit> probably both
2187 2014-03-11 23:56:35 <melvster> lol
2188 2014-03-11 23:56:58 <Luke-Jr> github's bug
2189 2014-03-11 23:57:05 <Luke-Jr> view source shows it all there
2190 2014-03-11 23:57:17 <melvster> ok thanks
2191 2014-03-11 23:57:17 <Luke-Jr> why is the wiki copy deleted? -.-
2192 2014-03-11 23:57:31 <phantomcircuit> oh right
2193 2014-03-11 23:57:44 <phantomcircuit> coinbasevalue OR coinbasetxn
2194 2014-03-11 23:58:36 <Luke-Jr> there, read at https://en.bitcoin.it/wiki/BIP_0022
2195 2014-03-11 23:58:36 agricocb has joined
2196 2014-03-11 23:58:38 <Luke-Jr> github sucks
2197 2014-03-11 23:59:10 TD has quit (Quit: TD)
2198 2014-03-11 23:59:58 peacemaker has joined