1 2012-10-13 00:03:11 Impaler has joined
   2 2012-10-13 00:04:19 lggr has quit (Ping timeout: 272 seconds)
   3 2012-10-13 00:04:33 <sipa> http://bitcoin.sipa.be/pruning.png
   4 2012-10-13 00:05:02 <sipa> the actual number on the y scale isn't that important, it's the fact that it's clearly going up
   5 2012-10-13 00:06:43 lggr has joined
   6 2012-10-13 00:07:12 <gmaxwell> hm. Why did it go down?
   7 2012-10-13 00:07:33 <sipa> firstbitd?
   8 2012-10-13 00:07:38 <sipa> *firstbits?
   9 2012-10-13 00:07:42 <gmaxwell> ah.
  10 2012-10-13 00:07:53 <sipa> (just a guess)
  11 2012-10-13 00:08:58 xisalty has joined
  12 2012-10-13 00:11:15 <gmaxwell> it's a reasonable guess.
  13 2012-10-13 00:12:51 lggr has quit (Ping timeout: 255 seconds)
  14 2012-10-13 00:13:43 <sipa> updated
  15 2012-10-13 00:14:42 <MC1984> pruning factor
  16 2012-10-13 00:14:44 <MC1984> lol
  17 2012-10-13 00:15:32 <sipa> funny?
  18 2012-10-13 00:15:41 lggr has joined
  19 2012-10-13 00:16:02 <sipa> it's the the factor between the size of all transaction outputs and the size of the unspent transaction outputs
  20 2012-10-13 00:19:10 eoss has joined
  21 2012-10-13 00:19:20 TD has quit (Quit: TD)
  22 2012-10-13 00:22:06 lggr has quit (Ping timeout: 265 seconds)
  23 2012-10-13 00:22:09 <gmaxwell> so it wasn't tiny outputs responsible for the dip!
  24 2012-10-13 00:22:12 <gmaxwell> weird.
  25 2012-10-13 00:22:58 <gmaxwell> it's a little troubling that the sizes diverge at a point.
  26 2012-10-13 00:23:22 <gmaxwell> suggests to me that a single even had a massive impact on the txout set size there.
  27 2012-10-13 00:23:44 <Luke-Jr> SatoshiDice obviously?
  28 2012-10-13 00:24:29 <gmaxwell> why would it _decrease_ prunability?
  29 2012-10-13 00:24:41 <gmaxwell> it should increase it, enh?
  30 2012-10-13 00:24:53 lggr has joined
  31 2012-10-13 00:24:56 <sipa> i think SD is responsible for a large part of the recent growth in prunability, yes
  32 2012-10-13 00:25:09 <gmaxwell> That was my belief.
  33 2012-10-13 00:25:19 <sipa> it's just a guess on my part too
  34 2012-10-13 00:25:31 <gmaxwell> Hm perhaps SD changed the average txout value, and the change initially reduced prunablity, but then once change it improved it.
  35 2012-10-13 00:26:02 <gmaxwell> e.g. first thing the users did was break big inputs into tiny ones, then they made a bunch of transactions.
  36 2012-10-13 00:26:29 <gmaxwell> which has some interesting implications.
  37 2012-10-13 00:27:12 <gmaxwell> (e.g. that the original funds came from large bitcoin value txouts, and then the character of newly introduced coin changed, or new coin stopped being introduced.)
  38 2012-10-13 00:27:18 <gmaxwell> sipa: you can exclude dice quite easily
  39 2012-10-13 00:27:47 <sipa> hmm
  40 2012-10-13 00:27:51 * sipa .sleep(28800);
  41 2012-10-13 00:27:59 <gmaxwell> just match on the first four bytes of the scriptpubkey.
  42 2012-10-13 00:28:05 <gmaxwell> night night.
  43 2012-10-13 00:28:12 <Luke-Jr> sipa: the shell sleep command takes "h" suffix FYI
  44 2012-10-13 00:28:16 mmoya has quit (Ping timeout: 260 seconds)
  45 2012-10-13 00:28:27 <gmaxwell> Luke-Jr: OMG YOU HAVE REVOLUTIONIZED MY LIFE
  46 2012-10-13 00:28:36 <Luke-Jr> LOL
  47 2012-10-13 00:28:59 <forrestv> gone are the days of "sleep $((8*60*60))" :P
  48 2012-10-13 00:29:16 <sipa> Luke-Jr: my god, i didn't know the shell sleep command was object-oriented!
  49 2012-10-13 00:29:22 freewil has joined
  50 2012-10-13 00:29:41 <sipa> (anyway, thanks for the tip: i didn't know it took suffices either)
  51 2012-10-13 00:29:51 <gmaxwell> well, really most of the waste time I have in dealing with it is figuring how many hours till 7am when I'm tired. :P
  52 2012-10-13 00:30:02 <Luke-Jr> XD
  53 2012-10-13 00:30:13 <Luke-Jr> yeah, that's what I learned it for too…
  54 2012-10-13 00:30:15 <gmaxwell> I guess I could use at.
  55 2012-10-13 00:30:35 <Luke-Jr> got tired of my other alarms not working, but 'sleep 5h && mplayer /path/to/some.ogg' has never failed me
  56 2012-10-13 00:31:04 lggr has quit (Ping timeout: 256 seconds)
  57 2012-10-13 00:31:28 <gmaxwell> yea. well when travling it's easy to set an unfamilar alarm 12 hours off.
  58 2012-10-13 00:32:42 <jgarzik> bah.  I'm tired of hand coding all this transaction building crap, or abusing the shell thereof
  59 2012-10-13 00:32:49 <jgarzik> time for "tx-tool"
  60 2012-10-13 00:33:42 <MC1984> you guys are massive nerds mind
  61 2012-10-13 00:33:45 denisx has quit (Quit: denisx)
  62 2012-10-13 00:33:54 <MC1984> full pocket protector and mini slide-rule
  63 2012-10-13 00:33:58 <gmaxwell> jgarzik: a python module for that stuff would be fun. something that you could ipython<enter>from bitcoin-txn import *
  64 2012-10-13 00:34:02 lggr has joined
  65 2012-10-13 00:34:47 <jgarzik> someone might hammer this into that shape
  66 2012-10-13 00:35:12 <gmaxwell> MC1984: And what people have stood on the surface of something other than the earth without the aid of sliderules?
  67 2012-10-13 00:35:24 * jgarzik needs a CLI tool that can handle the "smart" bits of your 2-of-2 escrow example
  68 2012-10-13 00:35:38 <jgarzik> something that communicates with RPC API, and makes multisig a bit easier to use
  69 2012-10-13 00:36:08 <MC1984> slide me to the moon
  70 2012-10-13 00:36:09 <jgarzik> makes handling two-part transactions (you send me XXX, I sign it, maybe do something else with it) a bit easier
  71 2012-10-13 00:36:15 freakazoid has quit (Ping timeout: 240 seconds)
  72 2012-10-13 00:36:29 <gmaxwell> jgarzik: have you seen etotheipi's format?
  73 2012-10-13 00:36:32 <jgarzik> all the guts is the RPC raw API
  74 2012-10-13 00:36:43 <gmaxwell> https://en.bitcoin.it/wiki/BIP_0010
  75 2012-10-13 00:36:51 <jgarzik> I was just using raw transaction binary data
  76 2012-10-13 00:37:16 <gmaxwell> etotheipi is the same hex encoding.
  77 2012-10-13 00:37:47 <gmaxwell> But it does things like handling the txins. that we take as extra parameters in some usecases. (mostly interesting for offline signing)
  78 2012-10-13 00:39:57 <gavinandresen> jgarzik: https://gist.github.com/3882537 might come in handy if you're doing a lot of multisig testing
  79 2012-10-13 00:40:08 lggr has quit (Ping timeout: 256 seconds)
  80 2012-10-13 00:40:52 <gavinandresen> gmaxwell: I don't like BIP 10 because it introduces Yet Another Encoding.
  81 2012-10-13 00:41:15 <jgarzik> gavinandresen: cool
  82 2012-10-13 00:41:42 t7 has quit (Quit: WeeChat 0.3.9)
  83 2012-10-13 00:42:10 <gmaxwell> gavinandresen: hm? the encoding is the one we already use, it just packages up the seperate bits of data.
  84 2012-10-13 00:42:28 <gmaxwell> with information we have format for.
  85 2012-10-13 00:42:32 <gmaxwell> er no format
  86 2012-10-13 00:42:46 <gavinandresen> We don't already have a "line-begins with ----BEGIN-TRANSACTION--....
  87 2012-10-13 00:43:05 <gavinandresen> We've got JSON and a binary serialization
  88 2012-10-13 00:43:11 lggr has joined
  89 2012-10-13 00:43:29 <gmaxwell> we also don't have any format that sutiable for passing a transaction to an offline wallet for signing.
  90 2012-10-13 00:43:39 <gavinandresen> What's wrong with JSON?
  91 2012-10-13 00:43:57 <gmaxwell> Okay, I see what you're saying now.
  92 2012-10-13 00:44:57 <gmaxwell> (I thought you were saying that it was redundant to, e.g. the output of decoderawtransaction)
  93 2012-10-13 00:46:57 prahanormal has quit ()
  94 2012-10-13 00:48:12 <MC1984> will the URI integration work properly on all browsers
  95 2012-10-13 00:48:39 skeledrew1 has joined
  96 2012-10-13 00:48:58 <gmaxwell> You tell us??
  97 2012-10-13 00:49:05 <gavinandresen> MC1984: on Windows?  I think so.  Mac: doesn't work at all.  Linux:  no idea what you have to do to make it work.
  98 2012-10-13 00:49:18 <MC1984> ok
  99 2012-10-13 00:49:57 lggr has quit (Ping timeout: 246 seconds)
 100 2012-10-13 00:50:15 skeledrew has quit (Ping timeout: 260 seconds)
 101 2012-10-13 00:50:53 ByronJohnson has quit (Ping timeout: 246 seconds)
 102 2012-10-13 00:51:33 <MC1984> its there a plan for sort of mostly hiding those huge ugly bitcoin addresses from the end user?
 103 2012-10-13 00:52:14 ByronJohnson has joined
 104 2012-10-13 00:52:29 <gmaxwell> the URIs are a first step. Too bad they seem to be really hard to get working!
 105 2012-10-13 00:53:15 lggr has joined
 106 2012-10-13 00:56:57 eoss is now known as poopie
 107 2012-10-13 00:57:10 poopie is now known as eoss
 108 2012-10-13 00:58:02 eoss is now known as poopie
 109 2012-10-13 00:58:35 <MC1984> yeah
 110 2012-10-13 00:59:07 <MC1984> ar you dropping mac support?
 111 2012-10-13 00:59:45 <jgarzik> MC1984: no
 112 2012-10-13 00:59:49 poopie is now known as eoss
 113 2012-10-13 00:59:56 lggr has quit (Ping timeout: 244 seconds)
 114 2012-10-13 01:00:10 <gmaxwell> 0_o
 115 2012-10-13 01:00:29 <MC1984> oh 10.5 is really old
 116 2012-10-13 01:01:51 one_zero has joined
 117 2012-10-13 01:01:55 tucenaber_ has joined
 118 2012-10-13 01:02:33 <MC1984> hold onto yer butts
 119 2012-10-13 01:03:23 lggr has joined
 120 2012-10-13 01:07:41 tower has quit (Ping timeout: 248 seconds)
 121 2012-10-13 01:08:23 tower has joined
 122 2012-10-13 01:10:05 RainbowD_ has joined
 123 2012-10-13 01:10:48 lggr has quit (Ping timeout: 276 seconds)
 124 2012-10-13 01:11:28 BTCTrader has quit (Quit: BTCTrader)
 125 2012-10-13 01:11:41 <jgarzik> woo! raking in that testnet3 fee income!
 126 2012-10-13 01:12:52 freakazoid has joined
 127 2012-10-13 01:12:53 yellowhat has quit (Remote host closed the connection)
 128 2012-10-13 01:13:01 tower has quit (Ping timeout: 248 seconds)
 129 2012-10-13 01:13:04 yellowhat has joined
 130 2012-10-13 01:14:00 AlexWaters has quit (Ping timeout: 246 seconds)
 131 2012-10-13 01:14:00 freakazoid has quit (Ping timeout: 246 seconds)
 132 2012-10-13 01:14:27 lggr has joined
 133 2012-10-13 01:15:35 att has joined
 134 2012-10-13 01:15:54 BlueMatt has quit (Changing host)
 135 2012-10-13 01:15:54 BlueMatt has joined
 136 2012-10-13 01:16:32 maaku has joined
 137 2012-10-13 01:17:02 AlexWaters has joined
 138 2012-10-13 01:19:36 <jgarzik>  /Ufasoft Coin:0.36/ is quite active on testnet3
 139 2012-10-13 01:20:32 lggr has quit (Ping timeout: 245 seconds)
 140 2012-10-13 01:20:53 <jgarzik> sipa: addrman needs a simple fix, to avoid trying an address it just tried < 5 minutes ago
 141 2012-10-13 01:21:37 <gmaxwell> jgarzik: it pretty much only does that when it still wants more connections and has nothing else to try.
 142 2012-10-13 01:22:10 BTCTrader has joined
 143 2012-10-13 01:23:22 lggr has joined
 144 2012-10-13 01:23:26 osmosis has quit (Quit: Leaving)
 145 2012-10-13 01:23:40 Raccoon` has joined
 146 2012-10-13 01:25:20 tower has joined
 147 2012-10-13 01:25:31 paraipan has quit (Quit: Saliendo)
 148 2012-10-13 01:26:01 Raccoon has quit (Ping timeout: 252 seconds)
 149 2012-10-13 01:26:01 Raccoon` is now known as Raccoon
 150 2012-10-13 01:26:29 copumpkin has joined
 151 2012-10-13 01:29:42 lggr has quit (Ping timeout: 245 seconds)
 152 2012-10-13 01:31:13 Impaler_ has joined
 153 2012-10-13 01:32:30 lggr has joined
 154 2012-10-13 01:34:32 Impaler has quit (Ping timeout: 260 seconds)
 155 2012-10-13 01:36:36 osmosis has joined
 156 2012-10-13 01:38:37 agricocb has joined
 157 2012-10-13 01:38:52 lggr has quit (Ping timeout: 245 seconds)
 158 2012-10-13 01:39:17 testnode9 has quit (Ping timeout: 245 seconds)
 159 2012-10-13 01:39:52 Impaler has joined
 160 2012-10-13 01:40:08 testnode9 has joined
 161 2012-10-13 01:41:26 lggr has joined
 162 2012-10-13 01:42:55 Impaler_ has quit (Ping timeout: 240 seconds)
 163 2012-10-13 01:47:37 lggr has quit (Ping timeout: 245 seconds)
 164 2012-10-13 01:48:29 eoss has quit (Remote host closed the connection)
 165 2012-10-13 01:48:53 <D34TH> jgarzik, threw your bootstrap on my seedbox its flying now
 166 2012-10-13 01:50:20 lggr has joined
 167 2012-10-13 01:50:56 osmosis has quit (Quit: Leaving)
 168 2012-10-13 01:52:03 bcb_ has quit (Quit: Page closed)
 169 2012-10-13 01:56:31 lggr has quit (Ping timeout: 246 seconds)
 170 2012-10-13 01:59:19 lggr has joined
 171 2012-10-13 02:01:01 AlexWaters has quit (Ping timeout: 246 seconds)
 172 2012-10-13 02:03:24 AlexWaters has joined
 173 2012-10-13 02:03:40 D34TH has quit (Read error: Connection reset by peer)
 174 2012-10-13 02:05:55 lggr has quit (Ping timeout: 272 seconds)
 175 2012-10-13 02:07:40 optimato_ has joined
 176 2012-10-13 02:08:18 lggr has joined
 177 2012-10-13 02:10:01 freakazoid has joined
 178 2012-10-13 02:11:24 BTCTrader has quit (Quit: BTCTrader)
 179 2012-10-13 02:14:53 freakazoid has quit (Ping timeout: 248 seconds)
 180 2012-10-13 02:15:01 AlexWaters has quit (Ping timeout: 246 seconds)
 181 2012-10-13 02:15:01 AlexWaters has joined
 182 2012-10-13 02:15:01 AlexWaters has quit (Changing host)
 183 2012-10-13 02:15:01 AlexWaters has joined
 184 2012-10-13 02:15:09 lggr has quit (Ping timeout: 252 seconds)
 185 2012-10-13 02:17:59 lggr has joined
 186 2012-10-13 02:21:16 Z0rZ0rZ0r has quit (Ping timeout: 252 seconds)
 187 2012-10-13 02:23:50 lggr has quit (Ping timeout: 256 seconds)
 188 2012-10-13 02:27:03 lggr has joined
 189 2012-10-13 02:30:14 denisx has joined
 190 2012-10-13 02:30:30 optimato_ has quit (Remote host closed the connection)
 191 2012-10-13 02:33:28 lggr has quit (Ping timeout: 240 seconds)
 192 2012-10-13 02:33:52 xisalty has quit (Remote host closed the connection)
 193 2012-10-13 02:35:05 BTCTrader has joined
 194 2012-10-13 02:36:51 lggr has joined
 195 2012-10-13 02:40:19 xisalty has joined
 196 2012-10-13 02:43:12 lggr has quit (Ping timeout: 256 seconds)
 197 2012-10-13 02:45:03 fiesh has quit (Ping timeout: 276 seconds)
 198 2012-10-13 02:45:25 <jgarzik> gmaxwell: yep
 199 2012-10-13 02:45:36 lggr has joined
 200 2012-10-13 02:46:10 <jgarzik> 10/13/12 02:26:22 Flushed 4897 addresses to peers.dat  13ms
 201 2012-10-13 02:46:11 <jgarzik> 10/13/12 02:28:02 Flushed 4897 addresses to peers.dat  14ms
 202 2012-10-13 02:46:11 <jgarzik> 10/13/12 02:29:42 Flushed 4897 addresses to peers.dat  15ms
 203 2012-10-13 02:46:11 <jgarzik> 10/13/12 02:31:22 Flushed 4897 addresses to peers.dat  14ms
 204 2012-10-13 02:46:33 <jgarzik> no call for that, either.  that wants updating, to avoid writing when state does not change.
 205 2012-10-13 02:46:50 <gmaxwell> But last tried change.
 206 2012-10-13 02:47:07 <gmaxwell> er changed.
 207 2012-10-13 02:49:02 fiesh has joined
 208 2012-10-13 02:52:37 rdponticelli has quit (Remote host closed the connection)
 209 2012-10-13 02:52:54 lggr has quit (Ping timeout: 265 seconds)
 210 2012-10-13 02:53:23 TheEslbear has joined
 211 2012-10-13 02:54:02 rdponticelli has joined
 212 2012-10-13 02:54:17 BTCTrader has quit (Remote host closed the connection)
 213 2012-10-13 02:54:29 BTCTrader has joined
 214 2012-10-13 02:55:17 <phantomcircuit> gmaxwell, which is why it only took 14ms
 215 2012-10-13 02:55:20 <phantomcircuit> :)
 216 2012-10-13 02:55:36 lggr has joined
 217 2012-10-13 02:56:54 Eslbaer has quit (Ping timeout: 245 seconds)
 218 2012-10-13 03:01:41 <jgarzik> hmmm
 219 2012-10-13 03:02:10 <jgarzik> using the RPC API, it seems I have a need to know a change address for the wallet
 220 2012-10-13 03:02:19 lggr has quit (Ping timeout: 245 seconds)
 221 2012-10-13 03:02:44 <gmaxwell> hm.  I've always used a regular address for raw change.
 222 2012-10-13 03:02:56 <gmaxwell> I guess we ought to add a flag to get one of those.
 223 2012-10-13 03:02:58 <jgarzik> building a TX that spends a specific nValue to a specific address... but need to pick out coins
 224 2012-10-13 03:03:17 <jgarzik> it is easy enough to design the outputs... but where to send the change?
 225 2012-10-13 03:03:26 <gmaxwell> right, you can just use a non-change address though you'll get two entries in listtransactions.
 226 2012-10-13 03:03:47 <gmaxwell> (which is what I've done and never even considered that I'd want a change flagged address!)
 227 2012-10-13 03:04:12 <gmaxwell> though god knows what evil will happen if you getnewaddress [changeflag] and give it to someone else to start paying.
 228 2012-10-13 03:04:21 <gmaxwell> That will need testing.
 229 2012-10-13 03:04:25 lggr has joined
 230 2012-10-13 03:04:38 <jgarzik> I suppose I must 'getaccountaddress account-for-change', and use that
 231 2012-10-13 03:05:37 <gmaxwell> thats basically what I've done.
 232 2012-10-13 03:07:04 Impaler_ has joined
 233 2012-10-13 03:09:04 maaku has quit (Quit: maaku)
 234 2012-10-13 03:09:24 Impaler has quit (Ping timeout: 245 seconds)
 235 2012-10-13 03:09:32 maaku has joined
 236 2012-10-13 03:11:25 lggr has quit (Ping timeout: 260 seconds)
 237 2012-10-13 03:14:04 lggr has joined
 238 2012-10-13 03:15:24 Impaler_ has quit (Read error: Operation timed out)
 239 2012-10-13 03:16:34 xisalty has quit (Remote host closed the connection)
 240 2012-10-13 03:21:08 lggr has quit (Ping timeout: 255 seconds)
 241 2012-10-13 03:24:09 lggr has joined
 242 2012-10-13 03:24:11 <gmaxwell> ... keypoololdest incrementing every time I run getinfo is not an expected behavior right?
 243 2012-10-13 03:24:41 RainbowD_ has quit (Ping timeout: 246 seconds)
 244 2012-10-13 03:25:23 <gmaxwell> yea.. showing the currrent time. 0_o
 245 2012-10-13 03:26:58 PhantomSpark has joined
 246 2012-10-13 03:27:12 DerCoin has quit (Ping timeout: 245 seconds)
 247 2012-10-13 03:27:30 TheSeven has quit (Disconnected by services)
 248 2012-10-13 03:27:40 [7] has joined
 249 2012-10-13 03:27:44 PhantomSpark has joined
 250 2012-10-13 03:29:42 PhantomSpark has quit (4!~kvirc@pool-71-251-16-25.nycmny.fios.verizon.net|Read error: Connection reset by peer)
 251 2012-10-13 03:30:33 PhantomSpark has quit (3!~kvirc@pool-71-251-16-25.nycmny.fios.verizon.net|Ping timeout: 276 seconds)
 252 2012-10-13 03:30:37 lggr has quit (Ping timeout: 248 seconds)
 253 2012-10-13 03:32:30 PhantomSpark has quit (2!~kvirc@pool-71-251-16-25.nycmny.fios.verizon.net|Ping timeout: 276 seconds)
 254 2012-10-13 03:32:35 PhantomSpark has joined
 255 2012-10-13 03:32:36 PhantomSpark has joined
 256 2012-10-13 03:32:38 PhantomSpark has joined
 257 2012-10-13 03:32:49 PhantomSpark has quit (4!~kvirc@pool-71-251-16-25.nycmny.fios.verizon.net|Client Quit)
 258 2012-10-13 03:32:56 PhantomSpark has quit (2!~kvirc@pool-71-251-16-25.nycmny.fios.verizon.net|Client Quit)
 259 2012-10-13 03:33:18 lggr has joined
 260 2012-10-13 03:40:57 lggr has quit (Ping timeout: 276 seconds)
 261 2012-10-13 03:43:17 lggr has joined
 262 2012-10-13 03:45:12 NxTitle has joined
 263 2012-10-13 03:49:47 lggr has quit (Ping timeout: 272 seconds)
 264 2012-10-13 03:52:11 lggr has joined
 265 2012-10-13 03:52:56 <devrandom> ;;later tell gavinandresen almost got bitcoin-qt compiling on Precise / gitian / lxc.  Getting one link error: undefined reference to `boost::chrono::system_clock::now()'
 266 2012-10-13 03:52:57 <gribble> The operation succeeded.
 267 2012-10-13 03:54:05 <devrandom> ;;later tell gavinandresen pull latest gitian if you try
 268 2012-10-13 03:54:06 <gribble> The operation succeeded.
 269 2012-10-13 03:58:57 lggr has quit (Ping timeout: 246 seconds)
 270 2012-10-13 04:02:18 lggr has joined
 271 2012-10-13 04:07:29 graingert has quit (Read error: Connection reset by peer)
 272 2012-10-13 04:07:31 dvide has quit ()
 273 2012-10-13 04:09:10 lggr has quit (Ping timeout: 260 seconds)
 274 2012-10-13 04:12:00 <gmaxwell> gonna have to change my vanity onion address.
 275 2012-10-13 04:12:04 lggr has joined
 276 2012-10-13 04:12:30 <gmaxwell> There is now an openCL one that does 600 million atttempts per second on a 6870.
 277 2012-10-13 04:12:42 Maged has joined
 278 2012-10-13 04:12:46 <jgarzik> gah
 279 2012-10-13 04:12:51 <jgarzik> this coin mixing is a fscking mess
 280 2012-10-13 04:13:07 <gmaxwell> jgarzik: watcha trying to do?
 281 2012-10-13 04:13:09 <jgarzik> pybond will hereby require two wallets, a smartcoin wallet and a payment wallet
 282 2012-10-13 04:13:14 <gmaxwell> ah.
 283 2012-10-13 04:13:29 <jgarzik> trying to keep bitcoin from accidentally spending smartcoins
 284 2012-10-13 04:17:43 denisx has quit (Quit: denisx)
 285 2012-10-13 04:17:46 Maged has quit (Read error: Connection reset by peer)
 286 2012-10-13 04:17:58 <gmaxwell> I'm still a bit sad about the smartcoins, the exponential growth of the txout set doesn't need help. :P
 287 2012-10-13 04:18:28 lggr has quit (Ping timeout: 240 seconds)
 288 2012-10-13 04:19:32 Maged has joined
 289 2012-10-13 04:22:00 lggr has joined
 290 2012-10-13 04:26:36 xisalty has joined
 291 2012-10-13 04:28:30 lggr has quit (Ping timeout: 256 seconds)
 292 2012-10-13 04:30:54 lggr has joined
 293 2012-10-13 04:31:22 setkeh` has joined
 294 2012-10-13 04:33:50 setkeh has quit (Ping timeout: 256 seconds)
 295 2012-10-13 04:34:44 setkeh` is now known as setkeh
 296 2012-10-13 04:37:35 lggr has quit (Ping timeout: 240 seconds)
 297 2012-10-13 04:39:39 maaku has quit (Quit: maaku)
 298 2012-10-13 04:39:56 lggr has joined
 299 2012-10-13 04:41:39 rcorreia has quit (Read error: Connection reset by peer)
 300 2012-10-13 04:42:03 BlackPrapor has joined
 301 2012-10-13 04:42:17 rcorreia has joined
 302 2012-10-13 04:43:04 xisalty has quit (Remote host closed the connection)
 303 2012-10-13 04:43:04 maaku has joined
 304 2012-10-13 04:46:52 lggr has quit (Ping timeout: 260 seconds)
 305 2012-10-13 04:47:35 xisalty has joined
 306 2012-10-13 04:49:40 copumpkin has quit (Ping timeout: 260 seconds)
 307 2012-10-13 04:49:50 lggr has joined
 308 2012-10-13 04:50:19 copumpkin has joined
 309 2012-10-13 04:56:25 lggr has quit (Ping timeout: 260 seconds)
 310 2012-10-13 04:58:36 lggr has joined
 311 2012-10-13 05:04:42 lggr has quit (Ping timeout: 245 seconds)
 312 2012-10-13 05:07:20 lggr has joined
 313 2012-10-13 05:14:01 lggr has quit (Ping timeout: 272 seconds)
 314 2012-10-13 05:16:19 lggr has joined
 315 2012-10-13 05:22:37 lggr has quit (Ping timeout: 245 seconds)
 316 2012-10-13 05:25:08 BlackPrapor has quit (Read error: Connection reset by peer)
 317 2012-10-13 05:25:47 lggr has joined
 318 2012-10-13 05:26:32 att_ has joined
 319 2012-10-13 05:26:43 <maaku> anyone know a NoSQL database especially suited for exchanges?
 320 2012-10-13 05:30:13 att has quit (Ping timeout: 255 seconds)
 321 2012-10-13 05:32:36 lggr has quit (Ping timeout: 260 seconds)
 322 2012-10-13 05:35:38 lggr has joined
 323 2012-10-13 05:42:24 lggr has quit (Ping timeout: 260 seconds)
 324 2012-10-13 05:43:25 copumpkin has quit (Ping timeout: 252 seconds)
 325 2012-10-13 05:44:08 copumpkin has joined
 326 2012-10-13 05:44:31 lggr has joined
 327 2012-10-13 05:46:14 drazak_ has quit (Ping timeout: 252 seconds)
 328 2012-10-13 05:46:43 drazak_ has joined
 329 2012-10-13 05:47:42 wizkid057 has quit (Ping timeout: 276 seconds)
 330 2012-10-13 05:47:49 wizkidO57 has joined
 331 2012-10-13 05:48:14 wizkidO57 is now known as wizkid057
 332 2012-10-13 05:50:48 tonikt has joined
 333 2012-10-13 05:51:50 lggr has quit (Ping timeout: 260 seconds)
 334 2012-10-13 05:54:24 lggr has joined
 335 2012-10-13 05:54:31 <weex> i'd look for 'transactional nosql'
 336 2012-10-13 05:56:05 <jgarzik> maaku: whatever the database, buy lots of SSDs
 337 2012-10-13 05:57:27 brwyatt is now known as brwyatt|Away
 338 2012-10-13 05:57:49 <jgarzik> gmaxwell: one of my ideas remains for a better-pybond "p2ptrade", which assists in cross-chain trading in a trustless or low trust environment.  Making cross-chain trading easy would enable a smart-property alt-chain.
 339 2012-10-13 05:59:02 <maaku> weex jgarzik, thx
 340 2012-10-13 06:01:06 lggr has quit (Ping timeout: 246 seconds)
 341 2012-10-13 06:01:49 arij has quit (Ping timeout: 246 seconds)
 342 2012-10-13 06:03:27 lggr has joined
 343 2012-10-13 06:08:56 att_ has quit (Ping timeout: 255 seconds)
 344 2012-10-13 06:10:14 lggr has quit (Ping timeout: 245 seconds)
 345 2012-10-13 06:13:23 lggr has joined
 346 2012-10-13 06:19:39 lggr has quit (Ping timeout: 246 seconds)
 347 2012-10-13 06:20:23 TigrBot has joined
 348 2012-10-13 06:20:38 rdponticelli_ has joined
 349 2012-10-13 06:22:09 rdponticelli has quit (Ping timeout: 276 seconds)
 350 2012-10-13 06:22:54 lggr has joined
 351 2012-10-13 06:23:11 maaku has quit (Quit: maaku)
 352 2012-10-13 06:26:29 maaku has joined
 353 2012-10-13 06:29:49 lggr has quit (Ping timeout: 245 seconds)
 354 2012-10-13 06:30:58 ThomasV_ has joined
 355 2012-10-13 06:33:09 lggr has joined
 356 2012-10-13 06:39:35 lggr has quit (Ping timeout: 240 seconds)
 357 2012-10-13 06:41:04 root2_ has joined
 358 2012-10-13 06:43:20 lggr has joined
 359 2012-10-13 06:44:48 root2 has quit (Ping timeout: 240 seconds)
 360 2012-10-13 06:48:56 lggr has quit (Ping timeout: 252 seconds)
 361 2012-10-13 06:51:00 Diablo-D3 has quit (Ping timeout: 260 seconds)
 362 2012-10-13 06:51:59 JZavala has joined
 363 2012-10-13 06:52:27 lggr has joined
 364 2012-10-13 06:59:08 lggr has quit (Ping timeout: 240 seconds)
 365 2012-10-13 07:02:22 lggr has joined
 366 2012-10-13 07:03:58 zebedee_ has quit (Read error: Connection reset by peer)
 367 2012-10-13 07:08:45 lggr has quit (Ping timeout: 248 seconds)
 368 2012-10-13 07:11:11 lggr has joined
 369 2012-10-13 07:16:06 PhantomSpark has quit (Ping timeout: 276 seconds)
 370 2012-10-13 07:18:27 zebedee_ has joined
 371 2012-10-13 07:18:42 lggr has quit (Ping timeout: 276 seconds)
 372 2012-10-13 07:21:08 lggr has joined
 373 2012-10-13 07:27:01 lggr has quit (Ping timeout: 256 seconds)
 374 2012-10-13 07:28:20 zebedee_ has quit (Remote host closed the connection)
 375 2012-10-13 07:28:33 zebedee_ has joined
 376 2012-10-13 07:28:38 zebedee_ has quit (Remote host closed the connection)
 377 2012-10-13 07:29:03 zebedee_ has joined
 378 2012-10-13 07:30:20 lggr has joined
 379 2012-10-13 07:31:30 ovidiusoft has joined
 380 2012-10-13 07:34:36 jdnavarro has joined
 381 2012-10-13 07:35:57 lggr has quit (Ping timeout: 245 seconds)
 382 2012-10-13 07:37:16 Motest031 has quit (Ping timeout: 244 seconds)
 383 2012-10-13 07:37:35 Motest003 has joined
 384 2012-10-13 07:39:29 lggr has joined
 385 2012-10-13 07:39:43 JZavala has quit (Ping timeout: 260 seconds)
 386 2012-10-13 07:41:39 Joric has quit ()
 387 2012-10-13 07:46:08 Impaler has joined
 388 2012-10-13 07:46:19 lggr has quit (Ping timeout: 246 seconds)
 389 2012-10-13 07:46:57 aurigae1 has joined
 390 2012-10-13 07:48:29 lggr has joined
 391 2012-10-13 07:49:09 aurigae has quit (Ping timeout: 244 seconds)
 392 2012-10-13 07:53:58 lggr has quit (Ping timeout: 245 seconds)
 393 2012-10-13 07:55:07 lggr has joined
 394 2012-10-13 08:00:48 dusty_ has quit (Remote host closed the connection)
 395 2012-10-13 08:02:01 lggr has quit (Ping timeout: 252 seconds)
 396 2012-10-13 08:05:03 lggr has joined
 397 2012-10-13 08:08:34 noagendamarket has joined
 398 2012-10-13 08:11:29 harkon has joined
 399 2012-10-13 08:12:00 lggr has quit (Ping timeout: 272 seconds)
 400 2012-10-13 08:13:39 Impaler_ has joined
 401 2012-10-13 08:14:50 lggr has joined
 402 2012-10-13 08:16:29 root2_ is now known as root2
 403 2012-10-13 08:16:29 Impaler has quit (Ping timeout: 245 seconds)
 404 2012-10-13 08:21:05 lggr has quit (Ping timeout: 252 seconds)
 405 2012-10-13 08:24:51 lggr has joined
 406 2012-10-13 08:26:57 BurtyBB has joined
 407 2012-10-13 08:30:37 BurtyB has quit (Ping timeout: 252 seconds)
 408 2012-10-13 08:31:31 lggr has quit (Ping timeout: 244 seconds)
 409 2012-10-13 08:34:08 m00p has quit (Ping timeout: 260 seconds)
 410 2012-10-13 08:34:51 lggr has joined
 411 2012-10-13 08:40:56 maaku has quit (Quit: maaku)
 412 2012-10-13 08:40:58 Ligand has joined
 413 2012-10-13 08:41:46 lggr has quit (Ping timeout: 272 seconds)
 414 2012-10-13 08:43:48 lggr has joined
 415 2012-10-13 08:48:19 <freewil> is it possible to generate a multisig address without having both priv keys in the wallet?
 416 2012-10-13 08:48:52 Impaler has joined
 417 2012-10-13 08:50:08 lggr has quit (Ping timeout: 245 seconds)
 418 2012-10-13 08:50:08 Impaler_ has quit (Remote host closed the connection)
 419 2012-10-13 08:52:46 lggr has joined
 420 2012-10-13 08:58:52 lggr has quit (Ping timeout: 272 seconds)
 421 2012-10-13 09:01:21 lggr has joined
 422 2012-10-13 09:04:51 toffoo has quit ()
 423 2012-10-13 09:06:57 otimm has quit (Read error: Operation timed out)
 424 2012-10-13 09:07:55 lggr has quit (Ping timeout: 240 seconds)
 425 2012-10-13 09:10:09 otimm has joined
 426 2012-10-13 09:11:15 lggr has joined
 427 2012-10-13 09:18:02 lggr has quit (Ping timeout: 246 seconds)
 428 2012-10-13 09:21:04 lggr has joined
 429 2012-10-13 09:23:57 Impaler_ has joined
 430 2012-10-13 09:25:47 pjorrit has quit (Quit: Lost terminal)
 431 2012-10-13 09:26:19 pjorrit has joined
 432 2012-10-13 09:26:48 Impaler has quit (Ping timeout: 244 seconds)
 433 2012-10-13 09:28:16 lggr has quit (Ping timeout: 265 seconds)
 434 2012-10-13 09:30:54 lggr has joined
 435 2012-10-13 09:38:10 lggr has quit (Ping timeout: 260 seconds)
 436 2012-10-13 09:40:33 lggr has joined
 437 2012-10-13 09:43:23 RazielZ has joined
 438 2012-10-13 09:44:00 ThomasV_ has quit (Ping timeout: 260 seconds)
 439 2012-10-13 09:47:17 superman2016 has joined
 440 2012-10-13 09:48:12 lggr has quit (Ping timeout: 276 seconds)
 441 2012-10-13 09:50:32 lggr has joined
 442 2012-10-13 09:52:51 setkeh has quit (Read error: No route to host)
 443 2012-10-13 09:54:03 setkeh has joined
 444 2012-10-13 09:57:35 lggr has quit (Ping timeout: 255 seconds)
 445 2012-10-13 09:58:47 setkeh` has joined
 446 2012-10-13 09:59:21 setkeh has quit (Ping timeout: 252 seconds)
 447 2012-10-13 10:00:48 lggr has joined
 448 2012-10-13 10:02:44 setkeh` has quit (Read error: Connection reset by peer)
 449 2012-10-13 10:03:09 setkeh has joined
 450 2012-10-13 10:05:56 setkeh` has joined
 451 2012-10-13 10:07:37 guruvan has quit (Remote host closed the connection)
 452 2012-10-13 10:07:38 guruvan_ is now known as guruvan
 453 2012-10-13 10:07:44 lggr has quit (Ping timeout: 246 seconds)
 454 2012-10-13 10:08:31 setkeh has quit (Ping timeout: 252 seconds)
 455 2012-10-13 10:09:38 setkeh has joined
 456 2012-10-13 10:10:35 setkeh` has quit (Ping timeout: 240 seconds)
 457 2012-10-13 10:11:24 lggr has joined
 458 2012-10-13 10:18:09 lggr has quit (Ping timeout: 245 seconds)
 459 2012-10-13 10:21:18 lggr has joined
 460 2012-10-13 10:22:58 guruvan- has joined
 461 2012-10-13 10:23:43 senseless has quit (Read error: Connection reset by peer)
 462 2012-10-13 10:23:56 senseless has joined
 463 2012-10-13 10:24:36 tower has quit (Remote host closed the connection)
 464 2012-10-13 10:24:59 tower has joined
 465 2012-10-13 10:28:48 lggr has quit (Ping timeout: 272 seconds)
 466 2012-10-13 10:31:23 lggr has joined
 467 2012-10-13 10:37:25 lggr has quit (Ping timeout: 256 seconds)
 468 2012-10-13 10:39:34 TD has joined
 469 2012-10-13 10:39:47 Raccoon` has joined
 470 2012-10-13 10:40:39 lggr has joined
 471 2012-10-13 10:42:20 Raccoon has quit (Ping timeout: 260 seconds)
 472 2012-10-13 10:42:21 Raccoon` is now known as Raccoon
 473 2012-10-13 10:45:03 CodesInChaos has joined
 474 2012-10-13 10:46:52 lggr has quit (Ping timeout: 244 seconds)
 475 2012-10-13 10:47:18 <freewil> how come bitcoind doesnt show transactions sent to a multisig address even if you have added it using addmultisigaddress. apparently you also need to import the n-keys?
 476 2012-10-13 10:49:45 lggr has joined
 477 2012-10-13 10:56:31 lggr has quit (Ping timeout: 246 seconds)
 478 2012-10-13 10:59:47 lggr has joined
 479 2012-10-13 11:03:28 <aurigae1>  anybody here who can make statistics of my pool display on a website? I have ecoin and eloi pool working, either one of them should display stats on a website.
 480 2012-10-13 11:05:45 lggr has quit (Ping timeout: 256 seconds)
 481 2012-10-13 11:06:04 BurtyBB is now known as BurtyB
 482 2012-10-13 11:08:08 datagutt has joined
 483 2012-10-13 11:08:53 lggr has joined
 484 2012-10-13 11:15:29 lggr has quit (Ping timeout: 240 seconds)
 485 2012-10-13 11:17:26 savetheinternet has joined
 486 2012-10-13 11:18:43 lggr has joined
 487 2012-10-13 11:19:16 mmoya has joined
 488 2012-10-13 11:25:29 lggr has quit (Ping timeout: 240 seconds)
 489 2012-10-13 11:28:28 lggr has joined
 490 2012-10-13 11:31:02 harkon has quit (Quit: Konversation terminated!)
 491 2012-10-13 11:31:48 jarpiain_ is now known as jarpiain
 492 2012-10-13 11:35:18 lggr has quit (Ping timeout: 252 seconds)
 493 2012-10-13 11:36:46 yellowhat has quit (Quit: yellowhat)
 494 2012-10-13 11:37:10 yellowhat has joined
 495 2012-10-13 11:38:21 lggr has joined
 496 2012-10-13 11:44:06 lggr has quit (Ping timeout: 252 seconds)
 497 2012-10-13 11:45:09 <sipa> freewil: bitckind doesn't consider them yours unless you have all keys
 498 2012-10-13 11:45:54 <sipa> freewil: and you can generate a multisig address from just the pubkeys
 499 2012-10-13 11:48:18 lggr has joined
 500 2012-10-13 11:50:29 TD has quit (Quit: TD)
 501 2012-10-13 11:53:19 GMP has joined
 502 2012-10-13 11:54:29 lggr has quit (Ping timeout: 252 seconds)
 503 2012-10-13 11:54:57 Maccer has quit (Ping timeout: 276 seconds)
 504 2012-10-13 11:56:45 Maccer has joined
 505 2012-10-13 11:57:16 lggr has joined
 506 2012-10-13 12:04:16 lggr has quit (Ping timeout: 252 seconds)
 507 2012-10-13 12:07:30 lggr has joined
 508 2012-10-13 12:11:39 pusle has joined
 509 2012-10-13 12:14:16 lggr has quit (Ping timeout: 240 seconds)
 510 2012-10-13 12:14:20 paraipan has joined
 511 2012-10-13 12:17:19 lggr has joined
 512 2012-10-13 12:21:37 ThomasV_ has joined
 513 2012-10-13 12:23:51 lggr has quit (Ping timeout: 260 seconds)
 514 2012-10-13 12:26:34 lggr has joined
 515 2012-10-13 12:30:06 TD has joined
 516 2012-10-13 12:33:09 lggr has quit (Ping timeout: 240 seconds)
 517 2012-10-13 12:36:22 lggr has joined
 518 2012-10-13 12:43:16 lggr has quit (Ping timeout: 252 seconds)
 519 2012-10-13 12:46:09 lggr has joined
 520 2012-10-13 12:47:29 BlackPrapor has joined
 521 2012-10-13 12:50:50 [7] has quit (Ping timeout: 246 seconds)
 522 2012-10-13 12:51:08 TheSeven has joined
 523 2012-10-13 12:52:38 setkeh has quit (Quit: Love Linux ?? and Sharing Experience ?? Come Join us on Freenode at #linuxdistrocommunity)
 524 2012-10-13 12:52:46 setkeh has joined
 525 2012-10-13 12:53:04 lggr has quit (Ping timeout: 246 seconds)
 526 2012-10-13 12:56:10 lggr has joined
 527 2012-10-13 12:57:32 boupitch has joined
 528 2012-10-13 12:58:32 boupitch has quit (Remote host closed the connection)
 529 2012-10-13 13:02:12 lggr has quit (Ping timeout: 255 seconds)
 530 2012-10-13 13:05:12 lggr has joined
 531 2012-10-13 13:11:37 lggr has quit (Ping timeout: 246 seconds)
 532 2012-10-13 13:13:44 Impaler_ has quit (Remote host closed the connection)
 533 2012-10-13 13:14:20 lggr has joined
 534 2012-10-13 13:14:51 D34TH has joined
 535 2012-10-13 13:20:56 lggr has quit (Ping timeout: 240 seconds)
 536 2012-10-13 13:24:24 lggr has joined
 537 2012-10-13 13:25:52 setkeh has quit (Quit: Love Linux ?? and Sharing Experience ?? Come Join us on Freenode at #linuxdistrocommunity)
 538 2012-10-13 13:26:30 setkeh has joined
 539 2012-10-13 13:28:43 one_zero has quit ()
 540 2012-10-13 13:30:34 lggr has quit (Ping timeout: 252 seconds)
 541 2012-10-13 13:31:52 Maccer has quit (Ping timeout: 260 seconds)
 542 2012-10-13 13:33:28 lggr has joined
 543 2012-10-13 13:39:29 lggr has quit (Ping timeout: 240 seconds)
 544 2012-10-13 13:40:25 Maccer has joined
 545 2012-10-13 13:43:05 lggr has joined
 546 2012-10-13 13:44:59 jdnavarro has quit (Read error: Connection reset by peer)
 547 2012-10-13 13:46:10 Swordsman has joined
 548 2012-10-13 13:47:04 jaxtr has quit (Ping timeout: 268 seconds)
 549 2012-10-13 13:47:29 jdnavarro has joined
 550 2012-10-13 13:47:48 harkon has joined
 551 2012-10-13 13:49:01 lggr has quit (Ping timeout: 255 seconds)
 552 2012-10-13 13:52:12 lggr has joined
 553 2012-10-13 13:52:36 JZavala has joined
 554 2012-10-13 13:52:43 att_ has joined
 555 2012-10-13 13:57:29 ThomasV_ has quit (Quit: Quitte)
 556 2012-10-13 13:57:38 m00p has joined
 557 2012-10-13 13:58:56 lggr has quit (Ping timeout: 260 seconds)
 558 2012-10-13 14:01:04 CodesInChaos has quit (Ping timeout: 276 seconds)
 559 2012-10-13 14:01:21 lggr has joined
 560 2012-10-13 14:08:16 lggr has quit (Ping timeout: 260 seconds)
 561 2012-10-13 14:10:28 lggr has joined
 562 2012-10-13 14:17:16 lggr has quit (Ping timeout: 240 seconds)
 563 2012-10-13 14:20:36 JZavala has quit (Ping timeout: 260 seconds)
 564 2012-10-13 14:20:43 lggr has joined
 565 2012-10-13 14:20:48 PhantomSpark has joined
 566 2012-10-13 14:22:21 form_ is now known as form
 567 2012-10-13 14:24:56 senseless has quit (Ping timeout: 240 seconds)
 568 2012-10-13 14:27:09 lggr has quit (Ping timeout: 255 seconds)
 569 2012-10-13 14:29:49 lggr has joined
 570 2012-10-13 14:36:16 lggr has quit (Ping timeout: 240 seconds)
 571 2012-10-13 14:38:45 senseless has joined
 572 2012-10-13 14:39:51 lggr has joined
 573 2012-10-13 14:46:05 lggr has quit (Ping timeout: 245 seconds)
 574 2012-10-13 14:48:49 lggr has joined
 575 2012-10-13 14:55:08 lggr has quit (Ping timeout: 245 seconds)
 576 2012-10-13 14:56:19 arij has joined
 577 2012-10-13 14:56:42 arij is now known as Guest5984
 578 2012-10-13 14:57:54 lggr has joined
 579 2012-10-13 15:04:23 dvide has joined
 580 2012-10-13 15:05:12 lggr has quit (Ping timeout: 260 seconds)
 581 2012-10-13 15:08:03 aurigae1 has left ()
 582 2012-10-13 15:08:11 lggr has joined
 583 2012-10-13 15:10:38 BurtyBB has joined
 584 2012-10-13 15:13:48 BurtyB has quit (Ping timeout: 272 seconds)
 585 2012-10-13 15:14:49 lggr has quit (Ping timeout: 246 seconds)
 586 2012-10-13 15:16:49 vazakl has joined
 587 2012-10-13 15:18:07 lggr has joined
 588 2012-10-13 15:18:58 ThomasV has quit (Remote host closed the connection)
 589 2012-10-13 15:19:11 CodesInChaos has joined
 590 2012-10-13 15:19:23 ThomasV has joined
 591 2012-10-13 15:20:08 k`sOSe has joined
 592 2012-10-13 15:24:34 lggr has quit (Ping timeout: 272 seconds)
 593 2012-10-13 15:27:20 lggr has joined
 594 2012-10-13 15:31:17 maaku has joined
 595 2012-10-13 15:33:35 lggr has quit (Ping timeout: 245 seconds)
 596 2012-10-13 15:35:48 rcorreia has quit (Remote host closed the connection)
 597 2012-10-13 15:36:40 lggr has joined
 598 2012-10-13 15:37:16 MC1984 has quit (Ping timeout: 276 seconds)
 599 2012-10-13 15:37:24 sebicas has joined
 600 2012-10-13 15:42:39 MobiusL has quit (Quit: Ex-Chat)
 601 2012-10-13 15:43:12 lggr has quit (Ping timeout: 255 seconds)
 602 2012-10-13 15:44:08 k`sOSe has left ("Sto andando via")
 603 2012-10-13 15:46:01 lggr has joined
 604 2012-10-13 15:52:17 lggr has quit (Ping timeout: 246 seconds)
 605 2012-10-13 15:52:31 MobiusL has joined
 606 2012-10-13 15:55:20 lggr has joined
 607 2012-10-13 15:55:44 theorbtwo has quit (Remote host closed the connection)
 608 2012-10-13 15:55:58 <jgarzik> ./smartcoin m=show id=test
 609 2012-10-13 15:55:59 <jgarzik> http://pastebin.com/6HzCbWcb
 610 2012-10-13 15:58:06 brwyatt is now known as Away!~brwyatt@brwyatt.net|brwyatt
 611 2012-10-13 16:00:55 <TD> cool!
 612 2012-10-13 16:01:08 <TD> that's fetched from the DHT?
 613 2012-10-13 16:02:16 lggr has quit (Ping timeout: 245 seconds)
 614 2012-10-13 16:05:15 lggr has joined
 615 2012-10-13 16:09:10 Muis has quit (Quit: Connection reset by apple)
 616 2012-10-13 16:12:12 guruvan has quit (Disconnected by services)
 617 2012-10-13 16:12:13 lggr has quit (Ping timeout: 246 seconds)
 618 2012-10-13 16:12:13 guruvan- is now known as guruvan
 619 2012-10-13 16:13:45 guruvan_ has joined
 620 2012-10-13 16:15:44 lggr has joined
 621 2012-10-13 16:18:12 theorbtwo has joined
 622 2012-10-13 16:21:44 lggr has quit (Ping timeout: 246 seconds)
 623 2012-10-13 16:22:44 <jgarzik> TD: local database for now
 624 2012-10-13 16:23:20 <jgarzik> TD: I created an "issue" object, which is a container for N bonds which behave similarly
 625 2012-10-13 16:23:45 <jgarzik> TD: it seemed wasteful to create a new bond for each holder
 626 2012-10-13 16:23:51 <TD> sure
 627 2012-10-13 16:24:34 <jgarzik> TD: also, an error...  the distributed bonds page is self-referential:  it references the OutPoint in the model... then describes that object as being hashed, and stored as a BOND<hash> message ... in the outpoint
 628 2012-10-13 16:24:43 lggr has joined
 629 2012-10-13 16:25:17 <jgarzik> hash comes after outpoint creation, so you cannot stuff the bond message in the stated outpoint
 630 2012-10-13 16:25:56 <TD> oops
 631 2012-10-13 16:26:17 <jgarzik> TD: https://github.com/jgarzik/pybond/blob/master/codec.proto is similar to your protobuf model
 632 2012-10-13 16:26:21 <TD> i suppose you could have the hash id the transaction with the bond marker removed
 633 2012-10-13 16:26:34 <jgarzik> TD: yep
 634 2012-10-13 16:26:46 <jgarzik> TD: that's what I'm doing for now
 635 2012-10-13 16:26:50 <TD> ok
 636 2012-10-13 16:27:35 <jgarzik> TD: you create the Genesis Transaction, then create the issue (bond), then any children have the BOND message attached
 637 2012-10-13 16:27:45 CodesInChaos has quit (Ping timeout: 245 seconds)
 638 2012-10-13 16:27:59 <jgarzik> TD: though I might do a second Genesis Transaction, with BOND hash attached, and _then_ create any children
 639 2012-10-13 16:28:31 <jgarzik> bbiab
 640 2012-10-13 16:31:05 lggr has quit (Ping timeout: 260 seconds)
 641 2012-10-13 16:33:56 lggr has joined
 642 2012-10-13 16:40:06 lggr has quit (Ping timeout: 256 seconds)
 643 2012-10-13 16:40:16 toffoo has joined
 644 2012-10-13 16:40:18 <freewil> is there any reason why bitcoind couldn't easily be modified to show payments sent to a multisigaddress that has been added using addmultisigaddress (ismine: true) without adding all the keys
 645 2012-10-13 16:42:57 lggr has joined
 646 2012-10-13 16:46:49 Guest5984 has quit (Changing host)
 647 2012-10-13 16:46:49 Guest5984 has joined
 648 2012-10-13 16:46:52 Guest5984 is now known as arij
 649 2012-10-13 16:49:10 lggr has quit (Ping timeout: 256 seconds)
 650 2012-10-13 16:49:57 <gmaxwell> freewil: because it is very risky if the wallet shows you being paid funds that you can't actually spend.
 651 2012-10-13 16:50:26 <freewil> i see
 652 2012-10-13 16:50:40 <freewil> this seems to seriously limit the usefulness of multisigaddresses though
 653 2012-10-13 16:50:41 <gmaxwell> I don't think we should do that without having a seperate list of transactions for those kinds of things.
 654 2012-10-13 16:51:13 <freewil> that complicates things
 655 2012-10-13 16:51:19 <gmaxwell> freewil: why? you can still getrawtransaction 1 them.  It's not like you won't know they exist.
 656 2012-10-13 16:51:24 <freewil> maybe an extra flag to specify to show those?
 657 2012-10-13 16:51:50 lggr has joined
 658 2012-10-13 16:52:11 <gmaxwell> Flag/ seperate command, same deal.
 659 2012-10-13 16:52:28 <freewil> how are you supposed to know the transaction exists?
 660 2012-10-13 16:52:41 <freewil> you need to know about the txid to call getrawtransaction
 661 2012-10-13 16:53:19 <freewil> what if you just want to addmultisigaddress
 662 2012-10-13 16:53:27 <freewil> then start listening for payments sent to that address
 663 2012-10-13 16:53:38 <freewil> without having all the keys
 664 2012-10-13 16:54:49 <gmaxwell> freewil: how did the transaction come into existance without giving someone the address?
 665 2012-10-13 16:57:09 <freewil> well you could have created two addresses on some machine a
 666 2012-10-13 16:57:17 <freewil> then addmultisigaddress on machine b
 667 2012-10-13 16:57:28 <freewil> tell user about the multisigaddress on machine b
 668 2012-10-13 16:57:34 <freewil> then listen for payments to it on machine b
 669 2012-10-13 16:58:12 tower has quit (Disconnected by services)
 670 2012-10-13 16:58:25 tower has joined
 671 2012-10-13 16:58:38 lggr has quit (Ping timeout: 246 seconds)
 672 2012-10-13 16:59:05 <freewil> but now you would need to have both keys on machine b to know about the payment
 673 2012-10-13 16:59:09 <gmaxwell> Well we currently have no listening facility, multisig or no.
 674 2012-10-13 16:59:16 <gmaxwell> s/no/not/
 675 2012-10-13 16:59:29 <gmaxwell> s/listening/listening-only/ really
 676 2012-10-13 16:59:43 <freewil> well by listening i mean using -blocknotify and listsince/listtransactions
 677 2012-10-13 17:00:23 <gmaxwell> sure, and we currently can't do that for transactions we can't spend.
 678 2012-10-13 17:01:54 <freewil> it seems like if you call addmultisigaddress x1, x2 -> x3, and then call validateaddress x3 (ismine: true)
 679 2012-10-13 17:02:02 lggr has joined
 680 2012-10-13 17:02:16 <freewil> then it should show up in any applicable transaction rpc calls (listsince, listtransactions)
 681 2012-10-13 17:02:43 <freewil> or have an extra option to do so?
 682 2012-10-13 17:03:23 <freewil> is that github-issue-opening worthy?
 683 2012-10-13 17:08:22 ThomasV has quit (Ping timeout: 252 seconds)
 684 2012-10-13 17:09:34 lggr has quit (Ping timeout: 276 seconds)
 685 2012-10-13 17:10:29 JZavala has joined
 686 2012-10-13 17:11:25 lggr has joined
 687 2012-10-13 17:11:33 <jgarzik> BFL posts an update on their build, https://forums.butterflylabs.com/showthread.php/104-Shipping-in-2-3-weeks?p=1461&viewfull=1#post1461
 688 2012-10-13 17:12:06 harkon has quit (Quit: Konversation terminated!)
 689 2012-10-13 17:12:38 <jgarzik> TD: in terms of status, the DHT/P2P skeleton is complete, but I'm shelving that for the moment.  The basic bond stuff needs to work locally first, before it is useful to advertise it on any network.  That is what is being created right now.
 690 2012-10-13 17:13:42 <jgarzik> the DHT initializes itself, and P2P network talks to other nodes: "hello!" "hello!" "here are some addresses" <insert useful work here :)>
 691 2012-10-13 17:13:58 <jgarzik> now time for the useful work
 692 2012-10-13 17:15:01 <D34TH> im seeding bootstrap.dat
 693 2012-10-13 17:15:02 <D34TH> :D
 694 2012-10-13 17:15:23 <jgarzik> D34TH: thanks!
 695 2012-10-13 17:15:35 <jgarzik> D34TH: you dropped before I had a chance to thank you yesterday ;p
 696 2012-10-13 17:15:38 ThomasV has joined
 697 2012-10-13 17:15:39 <D34TH> throw it on my seedbox everyone finished downloading really quickly
 698 2012-10-13 17:15:43 <D34TH> **threw
 699 2012-10-13 17:15:47 <jgarzik> hehe
 700 2012-10-13 17:15:58 <jgarzik> D34TH: your seedbox supports DHT?
 701 2012-10-13 17:16:07 <D34TH> utorrent server does
 702 2012-10-13 17:16:17 Luke-Jr has quit (Ping timeout: 260 seconds)
 703 2012-10-13 17:16:35 <jgarzik> good
 704 2012-10-13 17:17:54 lggr has quit (Ping timeout: 252 seconds)
 705 2012-10-13 17:18:38 Luke-Jr has joined
 706 2012-10-13 17:20:44 lggr has joined
 707 2012-10-13 17:21:06 m00p has quit (Quit: Leaving)
 708 2012-10-13 17:21:55 PhantomSpark has quit (3!~kvirc@pool-71-251-16-25.nycmny.fios.verizon.net|Ping timeout: 276 seconds)
 709 2012-10-13 17:25:29 <jgarzik> pybond is hereby renamed to "smartcoin": https://github.com/jgarzik/smartcoin
 710 2012-10-13 17:27:15 lggr has quit (Ping timeout: 265 seconds)
 711 2012-10-13 17:28:18 Diablo-D3 has joined
 712 2012-10-13 17:28:56 wizkid057 has quit (Ping timeout: 246 seconds)
 713 2012-10-13 17:29:11 <jgarzik> I have smartcoins.org, but alas someone grabbed smartcoin.org, and is squatting on it
 714 2012-10-13 17:30:07 lggr has joined
 715 2012-10-13 17:34:15 <D34TH> i could totally market you with some ipv6 enabled hosting
 716 2012-10-13 17:36:30 lggr has quit (Ping timeout: 240 seconds)
 717 2012-10-13 17:39:31 lggr has joined
 718 2012-10-13 17:40:19 da2ce7_d has joined
 719 2012-10-13 17:42:20 da2ce7 has quit (Ping timeout: 245 seconds)
 720 2012-10-13 17:44:15 aurigae has joined
 721 2012-10-13 17:44:43 Joric has joined
 722 2012-10-13 17:45:48 lggr has quit (Ping timeout: 272 seconds)
 723 2012-10-13 17:48:01 TD has quit (Quit: TD)
 724 2012-10-13 17:48:45 nameless has quit (!~root@weowntheinter.net|Ping timeout: 246 seconds)
 725 2012-10-13 17:48:46 lggr has joined
 726 2012-10-13 17:49:00 BurtyBB has quit (Read error: Connection reset by peer)
 727 2012-10-13 17:49:28 BurtyBB has joined
 728 2012-10-13 17:51:32 <sebicas> Hello, can somebody send me some Testnet coins to myF5SEABbSPKQirrXv3iKV6WqGoM5AQQJw
 729 2012-10-13 17:51:46 <gmaxwell> sebicas: http://testnet.freebitcoins.appspot.com/
 730 2012-10-13 17:51:52 <sebicas> Looks like http://testnet.freebitcoins.appspot.com/ is not working… or at least I am not getting it anything
 731 2012-10-13 17:52:06 <gmaxwell> sebicas: what version of bitcoin are you running?
 732 2012-10-13 17:52:12 <sebicas> Latest..
 733 2012-10-13 17:52:19 <gmaxwell> how many blocks do you see in testnet?
 734 2012-10-13 17:52:20 <sebicas> I just clone the git repo and built it
 735 2012-10-13 17:52:31 <sebicas>  "blocks" : 33058,
 736 2012-10-13 17:52:33 <sebicas> Looks ok
 737 2012-10-13 17:52:44 <gmaxwell> yea. okay. one sec.
 738 2012-10-13 17:52:45 Maccer has quit (Ping timeout: 260 seconds)
 739 2012-10-13 17:53:31 <gmaxwell> remember to return to the faucet when you're done with them.
 740 2012-10-13 17:53:38 <gmaxwell> (txid: 2855496d21641b0050eb985ea7652a5c0b1351978fe1befdf3f3645f41f2e533)
 741 2012-10-13 17:53:50 <sebicas> Thanks!
 742 2012-10-13 17:54:02 <sebicas> If I do… ./bitcoind -testnet getrawmempool
 743 2012-10-13 17:54:08 <sebicas> Can't it
 744 2012-10-13 17:54:10 <sebicas> Is that ok?
 745 2012-10-13 17:54:19 <gmaxwell> Can't it?
 746 2012-10-13 17:54:24 <sebicas> nop
 747 2012-10-13 17:54:24 Maccer has joined
 748 2012-10-13 17:54:31 <gmaxwell> I don't understand you.
 749 2012-10-13 17:54:38 lggr has quit (Ping timeout: 248 seconds)
 750 2012-10-13 17:54:45 nameless has joined
 751 2012-10-13 17:55:01 <gmaxwell> (also, if you put testnet=1 in your bitcoin.conf you can leave the -testnet off)
 752 2012-10-13 17:55:17 <sebicas> I start it with -testnet
 753 2012-10-13 17:56:03 <sebicas> Ok, I will double check my installation, it may be me...
 754 2012-10-13 17:56:10 <sebicas> IThanks gmaxwell!
 755 2012-10-13 17:56:18 <gmaxwell> I don't understand what your problem is, but good luck!
 756 2012-10-13 17:57:38 jdnavarro has quit (Ping timeout: 246 seconds)
 757 2012-10-13 17:57:55 lggr has joined
 758 2012-10-13 17:59:22 wizkid057 has joined
 759 2012-10-13 18:00:29 denisx has joined
 760 2012-10-13 18:00:42 TD has joined
 761 2012-10-13 18:02:49 rdponticelli_ is now known as rdponticelli
 762 2012-10-13 18:02:53 wizkidO57 has joined
 763 2012-10-13 18:04:04 wizkid057 has quit (Disconnected by services)
 764 2012-10-13 18:04:07 wizkidO57 is now known as wizkid057
 765 2012-10-13 18:04:31 lggr has quit (Ping timeout: 260 seconds)
 766 2012-10-13 18:04:46 Maccer has quit (Ping timeout: 248 seconds)
 767 2012-10-13 18:07:15 lggr has joined
 768 2012-10-13 18:07:17 <sebicas> gmaxwell: Could you please take a look at http://pastie.org/private/kn4v4hstnku03jna1pkpia
 769 2012-10-13 18:07:29 <sebicas> And tell me if you see something wrong..
 770 2012-10-13 18:08:49 nsh has quit (Ping timeout: 265 seconds)
 771 2012-10-13 18:09:50 <gmaxwell> run validateaddress myF5SEABbSPKQirrXv3iKV6WqGoM5AQQJw
 772 2012-10-13 18:09:56 <gmaxwell> and see what ismine says/
 773 2012-10-13 18:09:58 <gmaxwell> ?
 774 2012-10-13 18:10:09 root2_ has joined
 775 2012-10-13 18:10:13 <sebicas> Ok
 776 2012-10-13 18:10:26 Maccer has joined
 777 2012-10-13 18:10:39 <sebicas> http://pastie.org/5053397
 778 2012-10-13 18:11:08 <gmaxwell> how long has your node been running?
 779 2012-10-13 18:11:19 <sebicas> Half an hour
 780 2012-10-13 18:12:39 <gmaxwell> My two testnet nodes see it. Hm.
 781 2012-10-13 18:13:13 lggr has quit (Ping timeout: 260 seconds)
 782 2012-10-13 18:13:21 <gmaxwell> Can you look in your debug.log and see if you see if you see 28554 in it anywhere?
 783 2012-10-13 18:13:29 <sebicas> Le tme see
 784 2012-10-13 18:13:30 root2 has quit (Ping timeout: 245 seconds)
 785 2012-10-13 18:14:15 <sebicas> http://pastie.org/5053411
 786 2012-10-13 18:15:24 <gmaxwell> hm. sebicas can you pastebin your getpeerinfo ?
 787 2012-10-13 18:15:30 <sebicas> ok
 788 2012-10-13 18:15:44 <gmaxwell> You should see a CTxMemPool::accept() : accepted 2855496d21 (poolsz 1)
 789 2012-10-13 18:15:58 <gmaxwell> someplace. I see it on my second node, as well as a bunch of getdatas from my peers.
 790 2012-10-13 18:16:16 <sebicas> http://pastie.org/5053425
 791 2012-10-13 18:16:29 lggr has joined
 792 2012-10-13 18:17:54 <gmaxwell> very interesting. You're not connected to any of my nodes, which all have the transaction.
 793 2012-10-13 18:17:59 <gmaxwell> I wonder if someone is attacking testnet.
 794 2012-10-13 18:18:06 <sebicas> Um.
 795 2012-10-13 18:18:14 <gmaxwell> anyways, you should see it now
 796 2012-10-13 18:18:17 <gmaxwell>     "blocks" : 33059,
 797 2012-10-13 18:18:29 <gmaxwell> (as it now has 1 confirmation0
 798 2012-10-13 18:18:43 root2 has joined
 799 2012-10-13 18:18:50 <sebicas> I still on "blocks" : 33058,
 800 2012-10-13 18:19:56 <gmaxwell> We're partitioned for some reason then. It's been almost two minutes.
 801 2012-10-13 18:20:01 <sebicas> I guess I add your nodes to bitcoind and should be fixed… correct?
 802 2012-10-13 18:20:22 <sebicas> Still on "blocks" : 33058
 803 2012-10-13 18:20:55 <sebicas> May be is not discovering all the node correctly..
 804 2012-10-13 18:21:10 <gmaxwell> It shouldn't have to.
 805 2012-10-13 18:21:16 <gmaxwell> Any mention of 4fd017 in your log?
 806 2012-10-13 18:21:41 <sebicas> Nop
 807 2012-10-13 18:21:41 <gmaxwell> received block 000000004fd017e9fb77
 808 2012-10-13 18:21:42 <gmaxwell> SetBestChain: new best=000000004fd017e9fb77  height=33059  work=1528250208853526  date=10/13/12 18:06:25
 809 2012-10-13 18:22:13 root2_ has quit (Ping timeout: 245 seconds)
 810 2012-10-13 18:22:25 <sebicas> No, I still on "blocks" : 33058
 811 2012-10-13 18:23:24 lggr has quit (Ping timeout: 255 seconds)
 812 2012-10-13 18:23:44 <sebicas> Where can I get trustable testnet nodes?
 813 2012-10-13 18:23:51 <gmaxwell> I am connected to every single one of your peers.
 814 2012-10-13 18:24:04 tonikt has quit (Quit: Leaving)
 815 2012-10-13 18:24:11 <sebicas> Ahh
 816 2012-10-13 18:24:12 <sebicas> Ok
 817 2012-10-13 18:24:18 <gmaxwell> please email your debug.log to gmaxwell@gmail.com
 818 2012-10-13 18:24:39 <sebicas> Ok
 819 2012-10-13 18:24:39 <gmaxwell> after you do that try restarting and seeinf if you get the latest block
 820 2012-10-13 18:24:59 <gmaxwell> I need to figure out if git master is broken or if someone is performing an attack that we're vulnerable to.
 821 2012-10-13 18:26:39 lggr has joined
 822 2012-10-13 18:27:22 <sebicas> Sent
 823 2012-10-13 18:27:57 <sebicas> I am Restarting now
 824 2012-10-13 18:28:34 <sebicas> Got "blocks" : 33059
 825 2012-10-13 18:28:40 <sebicas> And "balance" : 50.00000000
 826 2012-10-13 18:30:50 <gmaxwell> Hm.
 827 2012-10-13 18:31:05 <gmaxwell> can you send me your getpeerinfo again?
 828 2012-10-13 18:31:10 <gmaxwell> via pastbin is fine
 829 2012-10-13 18:31:10 <sebicas> Sure.
 830 2012-10-13 18:31:25 <D34TH> gmaxwell want me to bootup a testnet node?
 831 2012-10-13 18:31:43 <sebicas> http://pastie.org/5053503
 832 2012-10-13 18:31:44 <gmaxwell> D34TH: a non-listening one perhaps?
 833 2012-10-13 18:31:52 <D34TH> sure gimmie a sec
 834 2012-10-13 18:32:09 JZavala has quit (Ping timeout: 240 seconds)
 835 2012-10-13 18:32:22 <D34TH> got a specific node you want me to addnode?
 836 2012-10-13 18:32:31 <sebicas> a few minutes after starting my node I requested some tenetnet coin from the Faucet
 837 2012-10-13 18:32:33 <gmaxwell> D34TH: nah, let it go organically.
 838 2012-10-13 18:32:36 <sebicas> Since I didn't get any
 839 2012-10-13 18:32:40 lggr has quit (Ping timeout: 245 seconds)
 840 2012-10-13 18:32:48 <sebicas> I indicate the node to get some
 841 2012-10-13 18:32:57 <gmaxwell> sebicas: well, the faucet could indeed be broken right now
 842 2012-10-13 18:33:08 <gmaxwell> I assume that what you got was the funds I sent you.
 843 2012-10-13 18:33:15 <D34TH> starting
 844 2012-10-13 18:33:37 <sebicas> Yes
 845 2012-10-13 18:33:57 <sebicas> Well, looks like eveyrhitng is ok now..
 846 2012-10-13 18:34:05 <sebicas> I can send you some to test it you like..
 847 2012-10-13 18:34:07 <gmaxwell> right so the only open questions are why didn't you see the rumor or the new block before.
 848 2012-10-13 18:34:24 <sebicas> The only I can think of is the I did a ./bitcoind -testnet setgenerate true
 849 2012-10-13 18:34:32 <sebicas> A few minutes after starting the node
 850 2012-10-13 18:34:49 <gmaxwell> Okay. Shouldn't matter of course... but... we'll see, I'm looking at your log now.
 851 2012-10-13 18:35:53 lggr has joined
 852 2012-10-13 18:36:56 <gmaxwell> sebicas: let me try sending you some more coins.
 853 2012-10-13 18:37:03 <gmaxwell> your node still running? don't restart it.
 854 2012-10-13 18:37:04 <sebicas> Ok
 855 2012-10-13 18:37:06 <sebicas> Yes
 856 2012-10-13 18:37:24 <gmaxwell> ab6210ef8c7fce73e993c7fe05aebb174c1b281a9332bf7a76e9113fafe40595 < do you see it?
 857 2012-10-13 18:37:29 <sebicas> Let me see
 858 2012-10-13 18:37:38 <sebicas> Yep got it..
 859 2012-10-13 18:37:42 <gmaxwell> darnit.
 860 2012-10-13 18:37:45 Maccer has quit (Ping timeout: 245 seconds)
 861 2012-10-13 18:38:11 <sebicas> well
 862 2012-10-13 18:38:15 <sebicas> Not sure that happened.
 863 2012-10-13 18:38:19 <D34TH> http://pastebin.com/Ad0aciDH
 864 2012-10-13 18:38:21 <sebicas> But looks like now is ok
 865 2012-10-13 18:39:29 Maccer has joined
 866 2012-10-13 18:40:31 <gmaxwell> D34TH: okay, can you setgenerate true and see if you get stuck like sebicas was?
 867 2012-10-13 18:40:51 <D34TH> does it have to be setgenerate or can i mine?
 868 2012-10-13 18:41:10 <D34TH> with a sepearate miner
 869 2012-10-13 18:41:18 <gmaxwell> Well I was suggesting the internal miner because: (1) I don't test it, and (2) thats what he did.
 870 2012-10-13 18:41:21 <gmaxwell> I mine.
 871 2012-10-13 18:41:35 <D34TH> turned on setgenerate
 872 2012-10-13 18:41:43 <sebicas> I will try setting it to setgenerate true again to see it happens again
 873 2012-10-13 18:42:18 lggr has quit (Ping timeout: 255 seconds)
 874 2012-10-13 18:42:28 <gmaxwell> sebicas: your log is very weird. After block 33058 there is no evidence that you're talking to any of your peers anymore.. no invs no getdata.. nothing.
 875 2012-10-13 18:42:40 <sebicas> Umm
 876 2012-10-13 18:43:57 <D34TH> http://paste.ubuntu.com/1277442/
 877 2012-10-13 18:44:04 <gmaxwell>     "blocks" : 33063,
 878 2012-10-13 18:44:06 <gmaxwell> btw
 879 2012-10-13 18:44:53 <D34TH> "blocks" : 33064,
 880 2012-10-13 18:44:58 TD has quit (Quit: TD)
 881 2012-10-13 18:45:00 <D34TH> im still talking to peers
 882 2012-10-13 18:45:07 lggr has joined
 883 2012-10-13 18:45:19 <D34TH> i see the getblocks
 884 2012-10-13 18:45:37 <D34TH> gmaxwell i think its just him
 885 2012-10-13 18:46:09 <gmaxwell> D34TH: it's not happening again to him, unfortunately, after restarting he was fixed.
 886 2012-10-13 18:46:19 <gmaxwell> The problem now is I don't know it was triggered.
 887 2012-10-13 18:46:20 <D34TH> ahh
 888 2012-10-13 18:46:39 <sebicas> "blocks" : 33065,
 889 2012-10-13 18:46:54 <sebicas> Looks like everything is ok now..
 890 2012-10-13 18:47:46 <sebicas> Not sure what was the problem.
 891 2012-10-13 18:48:40 <gmaxwell> well, I know all the rpcs you called, so I'll try building a test harness to reproduce it. Thanks for the report and happy testing!
 892 2012-10-13 18:48:57 <jgarzik> SetBestChain: new best=0000000000cf1e52200e  height=33065  work=1532584888143444  date=10/13/12 18:33:45
 893 2012-10-13 18:49:22 <sebicas> Yep, got it
 894 2012-10-13 18:50:02 <jgarzik> client spread:
 895 2012-10-13 18:50:17 <jgarzik> 63.131.210.203:4242 /Ufasoft Coin:0.36/ 4140 getblocks -1 to 00000000000000000000 limit 500
 896 2012-10-13 18:50:17 <jgarzik> 12.47.47.47:60762 /Satoshi:0.7.0.99/ 32461 getblocks -1 to 00000000000000000000 limit 500
 897 2012-10-13 18:50:17 <jgarzik> 24.253.13.34:60408 /Satoshi:0.7.0.3/ 32884 getblocks -1 to 00000000000000000000 limit 500
 898 2012-10-13 18:50:17 <jgarzik> 115.187.242.125:18333 /Satoshi:0.7.1/ 33012 getblocks -1 to 00000000000000000000 limit 500
 899 2012-10-13 18:50:17 <jgarzik> 201.80.82.128:57484 /Satoshi:0.7.0.3/ 33035 getblocks -1 to 00000000000000000000 limit 500
 900 2012-10-13 18:50:18 <jgarzik> 128.71.125.207:37826 /Satoshi:0.7.0.3/ 33058 getblocks -1 to 00000000000000000000 limit 500
 901 2012-10-13 18:50:39 xisalty has quit (Remote host closed the connection)
 902 2012-10-13 18:50:46 <gmaxwell> jgarzik: yea, but are they stuck or are those just old log entries?
 903 2012-10-13 18:51:15 <jgarzik> Not saying they are stuck.  This is the most recent log entry, but this is a long running node.  Those may be long running connections.
 904 2012-10-13 18:51:39 <gmaxwell> yea. I need to add some peerstuckcheck that getblocks the best from all peers.
 905 2012-10-13 18:51:55 lggr has quit (Ping timeout: 245 seconds)
 906 2012-10-13 18:52:07 * gmaxwell goes to bounce his node.
 907 2012-10-13 18:52:48 <jgarzik> wonder if we need an IBD slow start
 908 2012-10-13 18:52:58 <jgarzik> request a few blocks from various peers, and measure responses
 909 2012-10-13 18:53:04 <jgarzik> then ramp up to the faster peers
 910 2012-10-13 18:53:41 <gmaxwell> okay, I bounced my testnet node, back to 7 connections. All are at the best block.
 911 2012-10-13 18:53:53 <gmaxwell> 10 connections.
 912 2012-10-13 18:54:39 Arch_Coldfire has joined
 913 2012-10-13 18:55:17 lggr has joined
 914 2012-10-13 18:55:21 stalled has quit (Ping timeout: 255 seconds)
 915 2012-10-13 18:56:10 molecular has quit (Ping timeout: 252 seconds)
 916 2012-10-13 18:56:48 molecular has joined
 917 2012-10-13 18:58:36 t7 has joined
 918 2012-10-13 19:00:43 xisalty has joined
 919 2012-10-13 19:01:19 <jgarzik> a transaction!
 920 2012-10-13 19:01:25 <jgarzik> it's a very exciting day on testnet3 today
 921 2012-10-13 19:01:39 lggr has quit (Ping timeout: 255 seconds)
 922 2012-10-13 19:02:34 <gmaxwell> haha
 923 2012-10-13 19:04:19 lggr has joined
 924 2012-10-13 19:06:36 stalled has joined
 925 2012-10-13 19:08:25 root2 has quit (Quit: Leaving)
 926 2012-10-13 19:11:10 lggr has quit (Ping timeout: 244 seconds)
 927 2012-10-13 19:14:28 lggr has joined
 928 2012-10-13 19:16:49 root2 has joined
 929 2012-10-13 19:20:48 lggr has quit (Ping timeout: 272 seconds)
 930 2012-10-13 19:22:51 Joric has quit ()
 931 2012-10-13 19:24:14 lggr has joined
 932 2012-10-13 19:28:14 vampireb has joined
 933 2012-10-13 19:30:42 lggr has quit (Ping timeout: 255 seconds)
 934 2012-10-13 19:31:22 datagutt has quit (Read error: Connection reset by peer)
 935 2012-10-13 19:31:41 Arnavion has quit (Quit: Arnavion)
 936 2012-10-13 19:32:32 Arnavion has joined
 937 2012-10-13 19:34:26 lggr has joined
 938 2012-10-13 19:35:28 datagutt has joined
 939 2012-10-13 19:37:54 Motest031 has joined
 940 2012-10-13 19:38:35 Motest003 has quit (Ping timeout: 245 seconds)
 941 2012-10-13 19:41:00 jdnavarro has joined
 942 2012-10-13 19:41:42 lggr has quit (Ping timeout: 255 seconds)
 943 2012-10-13 19:41:50 Ligand has quit (Ping timeout: 245 seconds)
 944 2012-10-13 19:45:52 lggr has joined
 945 2012-10-13 19:52:20 lggr has quit (Ping timeout: 245 seconds)
 946 2012-10-13 19:55:33 int0x27h has quit (Changing host)
 947 2012-10-13 19:55:34 int0x27h has joined
 948 2012-10-13 19:56:01 lggr has joined
 949 2012-10-13 20:01:16 vampireb has quit (Quit: Lost terminal)
 950 2012-10-13 20:02:56 lggr has quit (Ping timeout: 260 seconds)
 951 2012-10-13 20:06:12 pusle has quit ()
 952 2012-10-13 20:06:13 lggr has joined
 953 2012-10-13 20:12:39 lggr has quit (Ping timeout: 245 seconds)
 954 2012-10-13 20:13:04 <freewil> are transactions using multisig addresses significantly larger?
 955 2012-10-13 20:15:34 <sipa> if you're just looking at the outputs (which is what will matter mostly in the future, imho), no
 956 2012-10-13 20:15:43 <sipa> if you're looking at the inputs as well: yes, a bit
 957 2012-10-13 20:16:26 lggr has joined
 958 2012-10-13 20:16:59 <freewil> ok
 959 2012-10-13 20:17:16 <freewil> im planning on directly giving users multisig deposit addresses
 960 2012-10-13 20:18:07 <sipa> don't worry about that
 961 2012-10-13 20:18:34 <freewil> dont worry about size?
 962 2012-10-13 20:18:59 <vazakl> https://bitcointalk.org/index.php?topic=117982.0
 963 2012-10-13 20:19:02 <vazakl> bootstrap.dat
 964 2012-10-13 20:19:03 <vazakl> nice
 965 2012-10-13 20:21:30 ovidiusoft has quit (Ping timeout: 245 seconds)
 966 2012-10-13 20:23:11 lggr has quit (Ping timeout: 265 seconds)
 967 2012-10-13 20:26:45 lggr has joined
 968 2012-10-13 20:29:53 galambo_ has quit (Read error: Connection reset by peer)
 969 2012-10-13 20:33:42 lggr has quit (Ping timeout: 260 seconds)
 970 2012-10-13 20:35:19 root2 has quit (Read error: Connection reset by peer)
 971 2012-10-13 20:35:36 root2 has joined
 972 2012-10-13 20:37:00 lggr has joined
 973 2012-10-13 20:43:14 lggr has quit (Ping timeout: 252 seconds)
 974 2012-10-13 20:47:15 lggr has joined
 975 2012-10-13 20:47:17 Arnavion has quit (Remote host closed the connection)
 976 2012-10-13 20:51:52 xisalty has quit (Ping timeout: 276 seconds)
 977 2012-10-13 20:53:41 lggr has quit (Ping timeout: 246 seconds)
 978 2012-10-13 20:56:20 <jgarzik> let's release 0.7.1 already, and pull ultraprune
 979 2012-10-13 20:56:27 <jgarzik> I need the gettxout RPC!  ;p
 980 2012-10-13 20:57:15 <D34TH> ;P
 981 2012-10-13 20:57:31 lggr has joined
 982 2012-10-13 20:57:34 <sipa> in order to make verification of ultraprune easier, i've created a sethash.h which helps calculating a hash of a set, without relying on the order of adding elements to it
 983 2012-10-13 20:58:05 <jgarzik> sipa: C++ sets, like maps, are ordered.  Correct?
 984 2012-10-13 20:58:09 <sipa> jgarzik: yes
 985 2012-10-13 20:58:44 <sipa> jgarzik: but the problem is that i want a hash that can be calculated easily both in the old codebase and in ultraprune
 986 2012-10-13 20:59:05 <sipa> as the utxo set can be extracted from the current blkindex.dat + blk????.dat
 987 2012-10-13 20:59:09 <sipa> but not in the same order
 988 2012-10-13 20:59:37 <sipa> jgarzik: stl::set is basically C++'s TreeSet
 989 2012-10-13 21:00:10 denisx has quit (Quit: denisx)
 990 2012-10-13 21:01:07 <phantomcircuit> jgarzik, lol there are no peers for that bootstrap.dat torrent
 991 2012-10-13 21:01:28 <sipa> phantomcircuit: you need a client that supports DHT
 992 2012-10-13 21:01:34 <phantomcircuit> i have one
 993 2012-10-13 21:01:34 <sipa> and it may take a while to find peers
 994 2012-10-13 21:01:49 <jgarzik> phantomcircuit: The normal state is 0 peers, 4+ seeds
 995 2012-10-13 21:01:53 <jgarzik> afaict
 996 2012-10-13 21:02:03 <jgarzik> phatty seeds mean peers get their fill quickly ;p
 997 2012-10-13 21:02:05 <phantomcircuit> it's a persistent rtorrent client on a server
 998 2012-10-13 21:02:17 <phantomcircuit> it should be able to find peers fairly quickly
 999 2012-10-13 21:02:24 <sipa> phantomcircuit: rtorrent needs some command-line settings for DHT, it seems
1000 2012-10-13 21:02:26 <sipa> ask gmaxwell
1001 2012-10-13 21:02:29 <jgarzik> phantomcircuit: rtorrent is special, too.  in the short-bus kind of way.
1002 2012-10-13 21:02:35 <jgarzik> phantomcircuit: dht=on
1003 2012-10-13 21:02:45 <jgarzik> phantomcircuit: dht_add_node=router.bittorrent.com
1004 2012-10-13 21:02:50 <jgarzik> phantomcircuit: dht_add_node=router.utorrent.com
1005 2012-10-13 21:02:55 <jgarzik> phantomcircuit: dht_add_node=dht.transmissionbt.com
1006 2012-10-13 21:03:11 <jgarzik> sipa: correct
1007 2012-10-13 21:04:03 ThomasV has quit (Quit: Quitte)
1008 2012-10-13 21:05:01 lggr has quit (Ping timeout: 260 seconds)
1009 2012-10-13 21:06:49 sebicas has quit (Quit: sebicas)
1010 2012-10-13 21:08:44 lggr has joined
1011 2012-10-13 21:08:56 toffoo has quit (Ping timeout: 240 seconds)
1012 2012-10-13 21:10:36 Arch_Coldfire has quit (Ping timeout: 260 seconds)
1013 2012-10-13 21:11:22 Pasha has joined
1014 2012-10-13 21:11:26 aurigae has left ()
1015 2012-10-13 21:11:48 <phantomcircuit> jgarzik, why not include open udp trackers also?
1016 2012-10-13 21:11:50 <phantomcircuit> magnet:?xt=urn:btih:0bb0521942f586ed96203c6f4d136324756f8a9a&dn=bootstrap.dat&tr=udp://tracker.publicbt.com:80&tr=udp://tracker.ccc.de:80&tr=udp://tracker.istole.it:80&tr=udp://tracker.openbittorrent.com:80
1017 2012-10-13 21:11:58 Cory has quit (Ping timeout: 260 seconds)
1018 2012-10-13 21:12:51 <jgarzik> phantomcircuit: the general idea was to avoid making anyone a target of bitcoin DDoS's, which are largely inevitable for anything remotely considered "bitcoin website" or "bitcoin infrastructure"
1019 2012-10-13 21:13:14 Pasha is now known as Cory
1020 2012-10-13 21:13:25 <jgarzik> phantomcircuit: in the client space, DHT support tends to exist if UDP tracker support exists.  If UDP tracker support is absent, DHT support is also likely absent.
1021 2012-10-13 21:13:44 <jgarzik> phantomcircuit: but overall... this is a test
1022 2012-10-13 21:13:54 <phantomcircuit> jgarzik, shrug
1023 2012-10-13 21:14:05 <jgarzik> if the owners of those trackers are OK with bitcoin usage, and it turns out to be helpful... why not?
1024 2012-10-13 21:14:11 <phantomcircuit> i doubt anybody is going to ddos open tracker over bitcoin things being there
1025 2012-10-13 21:14:34 <phantomcircuit> jgarzik, "OpenBitTorrent is a bittorrent tracker free for anyone to use. You don't need to register, upload or index a torrent anywhere, all you have to do is to include the OpenBitTorrent tracker URL in your torrent."
1026 2012-10-13 21:15:12 <jgarzik> phantomcircuit: most of them include a fine print asking you to contact them first, if you will be directing a lot of new traffic their way
1027 2012-10-13 21:16:34 lggr has quit (Ping timeout: 276 seconds)
1028 2012-10-13 21:18:27 toffoo has joined
1029 2012-10-13 21:18:29 <phantomcircuit> jgarzik, yes well i dont expect this will result in a lot of traffic :)
1030 2012-10-13 21:18:33 <phantomcircuit> (on the scale they mean)
1031 2012-10-13 21:18:59 lggr has joined
1032 2012-10-13 21:19:43 <D34TH> openbittorrent is a really heavily used tracker, i doubt there would be enough traffic to make an impact
1033 2012-10-13 21:21:25 osmosis has joined
1034 2012-10-13 21:24:34 maaku has quit (Quit: maaku)
1035 2012-10-13 21:25:24 lggr has quit (Ping timeout: 252 seconds)
1036 2012-10-13 21:25:51 vampireb has joined
1037 2012-10-13 21:26:13 <jgarzik> someone already posted an unofficial magnet link, adding udp trackers, to the forum:
1038 2012-10-13 21:26:15 <jgarzik> magnet:?xt=urn:btih:0bb0521942f586ed96203c6f4d136324756f8a9a&dn=bootstrap.dat&tr=udp://tracker.openbittorrent.com:80&tr=udp://tracker.publicbt.com:80&tr=udp://tracker.ccc.de:80&tr=udp://tracker.istole.it:80
1039 2012-10-13 21:27:29 <phantomcircuit> jgarzik, ps the seeders on this torrent are not that fast :)
1040 2012-10-13 21:27:54 lggr has joined
1041 2012-10-13 21:30:25 Arnavion has joined
1042 2012-10-13 21:30:42 jdnavarro has quit (Remote host closed the connection)
1043 2012-10-13 21:30:59 <jgarzik> phantomcircuit: <shrug> guess you are choking... I see an rtorrent on my two seeders, and neither is pumping at max bandwidth
1044 2012-10-13 21:31:52 <phantomcircuit> im guessing im chocked because there are no other leechers it looks like im not sharing
1045 2012-10-13 21:31:54 <phantomcircuit> lol
1046 2012-10-13 21:32:07 <phantomcircuit> everybody else is utorrent or transmission
1047 2012-10-13 21:33:25 maqr has joined
1048 2012-10-13 21:33:56 lggr has quit (Ping timeout: 240 seconds)
1049 2012-10-13 21:36:38 graingert has joined
1050 2012-10-13 21:36:57 lggr has joined
1051 2012-10-13 21:36:57 <D34TH> im only pumping @ 5.5 MB/s
1052 2012-10-13 21:36:59 <D34TH> :(
1053 2012-10-13 21:37:55 Arnavion has quit (Quit: ==kimi ni nante okureba ii no==)
1054 2012-10-13 21:42:24 <D34TH> phantomcircuit, are you downloading it on your local computer?
1055 2012-10-13 21:43:17 lggr has quit (Ping timeout: 256 seconds)
1056 2012-10-13 21:43:22 <phantomcircuit> no on a server in france
1057 2012-10-13 21:43:29 <phantomcircuit> 1 gbps connection
1058 2012-10-13 21:43:33 <D34TH> i think i see you
1059 2012-10-13 21:43:36 <phantomcircuit> (and actually sustains that for long periods)
1060 2012-10-13 21:44:08 BlackPrapor has quit (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
1061 2012-10-13 21:44:19 <D34TH> just gave you priority and you are only pulling 1.1 MB/s currently
1062 2012-10-13 21:45:55 lggr has joined
1063 2012-10-13 21:46:41 Arnavion has joined
1064 2012-10-13 21:47:26 <graingert> 5MB/s ?
1065 2012-10-13 21:47:28 <graingert> for what
1066 2012-10-13 21:48:23 Arnavion has quit (Client Quit)
1067 2012-10-13 21:48:32 <graingert> phantomcircuit: ^
1068 2012-10-13 21:48:40 <graingert> is this bootstrap.dat
1069 2012-10-13 21:49:10 Arnavion has joined
1070 2012-10-13 21:52:12 lggr has quit (Ping timeout: 255 seconds)
1071 2012-10-13 21:52:45 Cory has quit (Ping timeout: 245 seconds)
1072 2012-10-13 21:54:41 Cory has joined
1073 2012-10-13 21:55:10 lggr has joined
1074 2012-10-13 21:59:06 <phantomcircuit> D34TH, i suspect it's transatlantic bandwidth being shitty
1075 2012-10-13 21:59:11 <phantomcircuit> graingert, yes
1076 2012-10-13 21:59:27 <graingert> phantomcircuit: what's it for?
1077 2012-10-13 21:59:42 <D34TH> bootstrap.dat
1078 2012-10-13 21:59:48 <phantomcircuit> 0.7.1 contains a feature where by you can load the blockchain from a .dat
1079 2012-10-13 21:59:58 <graingert> handy dat
1080 2012-10-13 21:59:58 <phantomcircuit> everything is verified as if it was from the network
1081 2012-10-13 22:00:01 <phantomcircuit> but it's much faster
1082 2012-10-13 22:00:16 MC1984 has joined
1083 2012-10-13 22:01:10 lggr has quit (Ping timeout: 240 seconds)
1084 2012-10-13 22:04:11 lggr has joined
1085 2012-10-13 22:10:58 lggr has quit (Ping timeout: 244 seconds)
1086 2012-10-13 22:11:08 MaTTFuRY has joined
1087 2012-10-13 22:11:41 <MaTTFuRY> hello im looking into developing a suitable for miner for intel cards (as there doesnt seem to be one)
1088 2012-10-13 22:12:03 <MaTTFuRY> my card supports dx9/10 opengl games so i figure it must -ok- for mining
1089 2012-10-13 22:12:04 <graingert> MaTTFuRY: lol
1090 2012-10-13 22:12:09 <graingert> no
1091 2012-10-13 22:12:39 <MaTTFuRY> 1.2mHash/sec sucks tho :(
1092 2012-10-13 22:12:40 <MaTTFuRY> :p
1093 2012-10-13 22:13:07 <MaTTFuRY> i didnt even get any coin for my last 5 mined things
1094 2012-10-13 22:13:58 lggr has joined
1095 2012-10-13 22:15:10 GMP has quit (Remote host closed the connection)
1096 2012-10-13 22:16:21 pecket has quit (Ping timeout: 256 seconds)
1097 2012-10-13 22:16:31 prahanormal has joined
1098 2012-10-13 22:20:08 lggr has quit (Ping timeout: 245 seconds)
1099 2012-10-13 22:20:35 pecket has joined
1100 2012-10-13 22:21:17 Swordsman has quit (Quit: Leaving)
1101 2012-10-13 22:22:49 lggr has joined
1102 2012-10-13 22:28:27 slush1 has joined
1103 2012-10-13 22:29:00 slush has quit (Ping timeout: 245 seconds)
1104 2012-10-13 22:29:11 lggr has quit (Ping timeout: 256 seconds)
1105 2012-10-13 22:32:07 lggr has joined
1106 2012-10-13 22:36:00 vampireb has quit (Quit: Lost terminal)
1107 2012-10-13 22:38:22 lggr has quit (Ping timeout: 248 seconds)
1108 2012-10-13 22:40:57 lggr has joined
1109 2012-10-13 22:47:13 lggr has quit (Ping timeout: 245 seconds)
1110 2012-10-13 22:47:35 xisalty has joined
1111 2012-10-13 22:49:52 lggr has joined
1112 2012-10-13 22:56:35 lggr has quit (Ping timeout: 252 seconds)
1113 2012-10-13 22:59:17 darkee has quit (Ping timeout: 276 seconds)
1114 2012-10-13 22:59:55 lggr has joined
1115 2012-10-13 23:06:33 lggr has quit (Ping timeout: 265 seconds)
1116 2012-10-13 23:08:44 lggr has joined
1117 2012-10-13 23:12:07 kreal has quit ()
1118 2012-10-13 23:12:16 gjs278 has quit (Remote host closed the connection)
1119 2012-10-13 23:14:09 spreelanka has joined
1120 2012-10-13 23:15:01 datagutt has quit (Quit: Computer has gone to sleep.)
1121 2012-10-13 23:15:33 lggr has quit (Ping timeout: 244 seconds)
1122 2012-10-13 23:18:38 lggr has joined
1123 2012-10-13 23:19:41 random_cat has quit (Remote host closed the connection)
1124 2012-10-13 23:20:03 random_cat_ has joined
1125 2012-10-13 23:24:54 lggr has quit (Ping timeout: 246 seconds)
1126 2012-10-13 23:27:13 Impaler has joined
1127 2012-10-13 23:28:22 lggr has joined
1128 2012-10-13 23:34:47 lggr has quit (Ping timeout: 272 seconds)
1129 2012-10-13 23:37:16 lggr has joined
1130 2012-10-13 23:40:14 gavinandresen has quit (Quit: gavinandresen)
1131 2012-10-13 23:40:15 tucenaber_ has quit (Ping timeout: 245 seconds)
1132 2012-10-13 23:43:48 RazielZ has quit (Ping timeout: 246 seconds)
1133 2012-10-13 23:44:15 lggr has quit (Ping timeout: 252 seconds)
1134 2012-10-13 23:44:47 Zarutian has joined
1135 2012-10-13 23:46:10 denisx has joined
1136 2012-10-13 23:47:12 lggr has joined
1137 2012-10-13 23:49:48 synthmesc has joined
1138 2012-10-13 23:53:55 lggr has quit (Ping timeout: 265 seconds)
1139 2012-10-13 23:57:08 lggr has joined