1 2014-03-18 00:00:06 <kadoban> dnathe4th: yes, but you don't care about that part, just decode the rest and ignore the checksum part
   2 2014-03-18 00:00:10 <justanotheruser> Also remove the version
   3 2014-03-18 00:00:31 HeySteve has quit (Remote host closed the connection)
   4 2014-03-18 00:00:51 <justanotheruser> dnathe4th: there is a checksum in that address. It's the "f59kuE" in 1BitcoinEaterAddressDontSendf59kuE
   5 2014-03-18 00:00:51 <dnathe4th> kadoban: i'm not sure that's how math works ...
   6 2014-03-18 00:01:07 qwebirc8070 has quit (Quit: Page closed)
   7 2014-03-18 00:01:11 <justanotheruser> Or at least part of the f59kuE is the checksum
   8 2014-03-18 00:01:27 <kadoban> dnathe4th: it's how base58 encoding works, unless i'm ridiculously confused
   9 2014-03-18 00:01:30 HeySteve has joined
  10 2014-03-18 00:01:30 HeySteve has quit (Changing host)
  11 2014-03-18 00:01:30 HeySteve has joined
  12 2014-03-18 00:02:04 HeySteve has quit (Read error: Connection reset by peer)
  13 2014-03-18 00:02:16 HeySteve has joined
  14 2014-03-18 00:02:23 lorenzoasr has joined
  15 2014-03-18 00:04:18 <dnathe4th> kadoban: how can you just arbitrarily truncate characters off the right end and expect the base58 decoding to result in the same bytes (albeit also truncated), unless I am confused
  16 2014-03-18 00:05:31 <gmaxwell> petertodd: http://0bin.net/paste/avMPb2XvTDNid2zr#vK6LPkvNauP7RGCrCmsd6Ek04W4hpNn3R16kxjuoRbE=  okay, so 25 lines, untested (not even complied) and without the safe deployment code.
  17 2014-03-18 00:05:54 <Luke-Jr> what is this in EvalScript for? CAutoBN_CTX pctx;
  18 2014-03-18 00:06:28 ninsei has quit (Quit: -a- Connection Timed Out)
  19 2014-03-18 00:06:31 <gmaxwell> Luke-Jr: I assume its the memory for a bignum. (the bignum implementation needs a context, I presume. I don't recall that)
  20 2014-03-18 00:06:41 ninsei has joined
  21 2014-03-18 00:07:14 <sipa> Luke-Jr: openssl provides some optimized memory allocation
  22 2014-03-18 00:07:27 <Luke-Jr> but pctx is unused..
  23 2014-03-18 00:07:35 <sipa> wut?
  24 2014-03-18 00:07:55 <kadoban> dnathe4th: there's probably some funniness about the last character, that'd be the only issue
  25 2014-03-18 00:07:56 <Luke-Jr> commenting it out seems to compile at least
  26 2014-03-18 00:08:06 <Luke-Jr> and I see no references to pctx
  27 2014-03-18 00:08:09 JackH has quit (Quit: JackH)
  28 2014-03-18 00:08:26 <sipa> Luke-Jr: my guess is that only OP_MUL, OP_DIV and OP_MOD used it
  29 2014-03-18 00:08:37 <sipa> which have been deleted
  30 2014-03-18 00:08:41 <sipa> so let's get rid of it
  31 2014-03-18 00:09:07 <sipa> now if only we
  32 2014-03-18 00:09:07 rdymac has joined
  33 2014-03-18 00:09:20 HeySteve has quit (Read error: Connection reset by peer)
  34 2014-03-18 00:09:25 <sipa> 'd replace the b58 implementation to not use bignum, we could remove that class entirely
  35 2014-03-18 00:09:31 HeySteve has joined
  36 2014-03-18 00:09:46 <gmaxwell> Luke-Jr: don't use have a b58 implementation that isn't goofy?
  37 2014-03-18 00:10:04 <midnightmagic> in his libblkmaker, yeah
  38 2014-03-18 00:10:26 <sipa> there was a really simple neat one that avoid all temporary bignums entirely
  39 2014-03-18 00:10:45 <gmaxwell> yea, no need to use bignums for this.
  40 2014-03-18 00:10:55 da2ce7 is now known as 2!~kvirc@opentransactions/dev/da2ce7|da2ce7
  41 2014-03-18 00:11:12 benrcole1 has quit (Ping timeout: 246 seconds)
  42 2014-03-18 00:12:08 aynstein has joined
  43 2014-03-18 00:12:45 gingpark has joined
  44 2014-03-18 00:12:50 gingpark has quit (Client Quit)
  45 2014-03-18 00:13:20 hearn has quit (Quit: hearn)
  46 2014-03-18 00:13:35 benrcole has joined
  47 2014-03-18 00:14:46 aynstei__ has quit (Ping timeout: 252 seconds)
  48 2014-03-18 00:14:50 airq has quit (Remote host closed the connection)
  49 2014-03-18 00:14:57 Raziel has quit (Ping timeout: 246 seconds)
  50 2014-03-18 00:15:16 airq has joined
  51 2014-03-18 00:15:36 btcdesigner has joined
  52 2014-03-18 00:16:13 HeySteve has quit (Read error: Connection reset by peer)
  53 2014-03-18 00:16:29 <petertodd> gmaxwell: one issue there is you have to figure out how you'll deal with nLockTime as time vs. nLockTime as block height
  54 2014-03-18 00:17:01 HeySteve has joined
  55 2014-03-18 00:17:06 <petertodd> gmaxwell: e.g. right now I could want a time-based nLockTime, and then you'd trivially satisfy it with block-height-based
  56 2014-03-18 00:17:18 <gmaxwell> petertodd: ::nods:: demo code. :P
  57 2014-03-18 00:17:48 adam3us has joined
  58 2014-03-18 00:17:57 sirk390 has quit (Quit: Leaving.)
  59 2014-03-18 00:18:12 <gmaxwell> the obvious thing to do is to just use the LOCKTIME_THRESHOLD to classify both numbers.
  60 2014-03-18 00:18:17 johnsoft has quit (Ping timeout: 240 seconds)
  61 2014-03-18 00:18:21 <sipa> gmaxwell: you use the name nlocktime, but you don't really use it as a lock time - more like a maturity time, right?
  62 2014-03-18 00:18:21 <petertodd> gmaxwell: yup
  63 2014-03-18 00:18:27 <sipa> just with the same semantics as nLocktime
  64 2014-03-18 00:18:39 <petertodd> gmaxwell: also, I wonder if CastToBigNum().getuint() exists/is used anywhere else?
  65 2014-03-18 00:18:52 WormDrink has joined
  66 2014-03-18 00:19:01 DougieBot5000 has quit (Quit: Leaving)
  67 2014-03-18 00:19:07 <gmaxwell> sipa: Yes, you could look at it that way. It's implemented as a constraint on the consuming tx's nlocktime.
  68 2014-03-18 00:19:16 <sipa> gmaxwell: ok, that was my confusion
  69 2014-03-18 00:19:22 <petertodd> gmaxwell: ...and looks like the answere to that is it exists, not used anywhere else
  70 2014-03-18 00:19:37 <sipa> gmaxwell: then we were probably talking about the same thing (i haven't looked at your proposal in dtail)
  71 2014-03-18 00:19:43 airq has quit (Ping timeout: 252 seconds)
  72 2014-03-18 00:19:43 <lorenzoasr> hi, do you know a library in php that help me to create non-standard transaction with custom scriptpubkey ?
  73 2014-03-18 00:19:43 rasmuzen has joined
  74 2014-03-18 00:20:12 <gmaxwell> sipa: well now I posted code, so we can avoid an impedance mismatch. It's not totally complete as petertodd notes wrt block vs time nlocktime.
  75 2014-03-18 00:20:35 yubrew has joined
  76 2014-03-18 00:21:09 benrcole1 has joined
  77 2014-03-18 00:21:14 non2_ has quit (Remote host closed the connection)
  78 2014-03-18 00:21:48 ninsei has quit (Quit: -a- Connection Timed Out)
  79 2014-03-18 00:22:06 ninsei has joined
  80 2014-03-18 00:22:21 <petertodd> gmaxwell: oh, and re: deployement, perfect example of another type of SCRIPT_VERIFY flag, like my checkmultisig mutability pull-req suggested
  81 2014-03-18 00:22:24 <rasmuzen> sipa: hey, I've been thinking about the rewind data you'd need to handle a fork
  82 2014-03-18 00:22:49 <gmaxwell> petertodd: yea, thought of that too. just wrap that entire opcode with that flag check. :)
  83 2014-03-18 00:23:30 <petertodd> gmaxwell: yup
  84 2014-03-18 00:24:56 spinza has joined
  85 2014-03-18 00:25:00 benrcole has quit (Ping timeout: 264 seconds)
  86 2014-03-18 00:25:13 spin123456 has quit (Ping timeout: 252 seconds)
  87 2014-03-18 00:25:22 yubrew has quit (Ping timeout: 255 seconds)
  88 2014-03-18 00:25:48 Adlai` is now known as Adlai
  89 2014-03-18 00:26:12 <sipa> rasmuzen: ok?
  90 2014-03-18 00:26:27 <rasmuzen> sipa: I have a few questions :D
  91 2014-03-18 00:26:33 <sipa> shoot
  92 2014-03-18 00:26:36 pecket has quit (Ping timeout: 246 seconds)
  93 2014-03-18 00:26:57 <heipa> ok now I read more and see that I realise it now so good
  94 2014-03-18 00:27:01 <rasmuzen> sipa: so basically you'll be requesting blocks and doing the hash calculations to make sure everything lines up
  95 2014-03-18 00:27:21 <heipa> petertodd:  is it ok to ask here about extra btc anon possibilities code wise?
  96 2014-03-18 00:27:32 <rasmuzen> sipa: then at some point it won't add up and that's because a block in your local chain isn't actual in the longest chain?
  97 2014-03-18 00:27:33 <petertodd> heipa: sure
  98 2014-03-18 00:27:37 hmsimha has quit (Ping timeout: 255 seconds)
  99 2014-03-18 00:27:50 <rasmuzen> sipa: and that's how you'd detect a fork? assuming the chain you're requesting is longer than the chain you have locally?
 100 2014-03-18 00:28:25 <sipa> rasmuzen: you have to understand the distinction between the block tree and the block chain
 101 2014-03-18 00:28:34 strombom has quit (Remote host closed the connection)
 102 2014-03-18 00:28:39 <sipa> rasmuzen: internally, from all blocks downloaded, internally a block tree is built
 103 2014-03-18 00:28:48 <heipa> petertodd: well I read a bit paper by I think zerocoin claiming their solution can add level of anonimity to btc, I wonder who tried it?
 104 2014-03-18 00:28:49 <sipa> rasmuzen: by knowing the parent of each block
 105 2014-03-18 00:28:49 strombom has joined
 106 2014-03-18 00:29:01 <heipa> or at least maybe there was some forum topic about it?
 107 2014-03-18 00:29:25 viajero has left ()
 108 2014-03-18 00:29:28 <petertodd> heipa: they released code for their old version, which was really slow, and haven't (AFAIK) released code for their new version
 109 2014-03-18 00:29:34 <rasmuzen> sipa: block tree == merkle tree?
 110 2014-03-18 00:29:37 MobiusL has quit (Remote host closed the connection)
 111 2014-03-18 00:29:45 <sipa> rasmuzen: no
 112 2014-03-18 00:29:54 viajero has joined
 113 2014-03-18 00:30:02 <heipa> petertodd: from your understanding of their paper is this something worth studying?
 114 2014-03-18 00:30:08 <heipa> or not? :)
 115 2014-03-18 00:30:32 <petertodd> heipa: I talked to Ian at the fincrypto conf the other week a lot about zerocoin - it's legit research and a very good idea
 116 2014-03-18 00:30:35 <sipa> rasmuzen: the merkle tree is for organizing transactions within a block
 117 2014-03-18 00:30:43 <rasmuzen> sipa: i see, i was imagining a linked list of blocks, where you can tell block B is block A's next based on some hashes, is this wrong?
 118 2014-03-18 00:30:54 <petertodd> heipa: also, it's easy to implement on top of bitcoin as something akin to a colored coin
 119 2014-03-18 00:30:56 <sipa> rasmuzen: you're missing some very basic stuff
 120 2014-03-18 00:31:06 <sipa> rasmuzen: look up the data structure of blocks first place
 121 2014-03-18 00:31:16 <heipa> petertodd:  Oooooo nice!
 122 2014-03-18 00:31:39 <heipa> so that means implementation can be done with 0 hard fork?
 123 2014-03-18 00:31:41 <petertodd> heipa: nice thing about that is you can easily build a decentralized exchange of zerocoin<->btc to convert to and from
 124 2014-03-18 00:31:43 pecket has joined
 125 2014-03-18 00:31:52 <petertodd> heipa: correct, and for that matter, without any miner support at all.
 126 2014-03-18 00:32:05 <heipa> wow and no one done it yet? :)
 127 2014-03-18 00:32:10 <petertodd> heipa: indeed, it's actually non-trival to *stop* someone from doing that...
 128 2014-03-18 00:32:20 <petertodd> heipa: well, they haven't released code yet
 129 2014-03-18 00:32:37 <heipa> petertodd: so its like ripple but open source and somehow way more anon?
 130 2014-03-18 00:32:55 <petertodd> heipa: no, entirely unlike ripple. More like mastercoin actually, in terms of technical architecture
 131 2014-03-18 00:32:57 <Luke-Jr> gmaxwell: define goofy
 132 2014-03-18 00:33:25 <Luke-Jr> gmaxwell: also, it only parses b58, doesn't create it
 133 2014-03-18 00:33:28 <heipa> petertodd: oki and what do u mean by decentralised exchange how would that work in theory?
 134 2014-03-18 00:33:34 <heipa> or maybe some howto online
 135 2014-03-18 00:33:40 <gmaxwell> Luke-Jr: doesn't need a multiprecision integer implementation.
 136 2014-03-18 00:33:51 <gmaxwell> e.g. does the carry handling with a counter.
 137 2014-03-18 00:33:57 <Luke-Jr> heipa: note zerocoin requires a trusted third party
 138 2014-03-18 00:34:13 <petertodd> heipa: http://www.mail-archive.com/bitcoin-development@lists.sourceforge.net/msg03892.html
 139 2014-03-18 00:34:27 <heipa> Luke-Jr: thats what i was thinking if it could be 100% decentralised that would be something
 140 2014-03-18 00:34:46 <petertodd> heipa, Luke-Jr: which is one of the reasons I suggested doing it as an embedded consensus system - makes it easy to have multiple zerocoin accumulators each initialized by separate groups
 141 2014-03-18 00:35:10 <Luke-Jr> https://gitorious.org/bitcoin/libblkmaker/source/eb33f9c8e441ffef457a79d76ceed1ea20ab3059:base58.c
 142 2014-03-18 00:35:11 <petertodd> heipa: zerocoin requires a trusted third party at setup, but only the one time - after the setup phase it is trustless
 143 2014-03-18 00:35:12 <rasmuzen> sipa: will do, thanks
 144 2014-03-18 00:35:27 <gmaxwell> petertodd: the efficiency becomes garbage but you could also do the dual-snark solution to strengthen that kind of thing.
 145 2014-03-18 00:35:38 <Luke-Jr> petertodd: that trust is ongoing, though
 146 2014-03-18 00:35:50 <gmaxwell> (https://bitcointalk.org/index.php?topic=516531.0)
 147 2014-03-18 00:35:54 <Luke-Jr> even after setup, that third party can still fabricate more coins
 148 2014-03-18 00:36:32 <heipa> what if 1 color coin is token of ownership
 149 2014-03-18 00:36:36 <petertodd> Luke-Jr: I mean, the trust is that they do the setup honestly and delete the secret keys, if they do that, then there is no further trust issues
 150 2014-03-18 00:36:44 <heipa> but how to verify it decentralising way
 151 2014-03-18 00:37:12 <petertodd> heipa: you've got a lot to learn... explanations at that level are OT here
 152 2014-03-18 00:37:26 <heipa> np I have some friends to ask :)
 153 2014-03-18 00:37:57 wallet42 has quit (Quit: Leaving.)
 154 2014-03-18 00:38:39 ConvivialMatt has quit (Quit: ConvivialMatt)
 155 2014-03-18 00:40:07 johnsoft has joined
 156 2014-03-18 00:40:23 <heipa> petertodd:  apart me asking friends any idea which  online courses that can help to understand this more? some cryptography courses?
 157 2014-03-18 00:40:25 <gmaxwell> petertodd: another possibility on the nlocktime thing is do the test as an equals test, and have the scriptsig provide the nlocktime redundantly and then the script can test it with arithmetic operations and then do the equals test.  But I think that results in larger signatures for no real gain.
 158 2014-03-18 00:40:51 AriseChikun has joined
 159 2014-03-18 00:42:16 Phrak79 has joined
 160 2014-03-18 00:42:29 <petertodd> gmaxwell: hmm, that's an interesting concept actually - you could make all this stuff soft-forking by having it provided in the scriptSig, then testing with a *VERIFY that the provided value was correct
 161 2014-03-18 00:43:28 <gmaxwell> yes. it's an idea which basically follows from the idea the script is not execution but is just verifying a witness of execution.
 162 2014-03-18 00:43:35 <petertodd> absolutely
 163 2014-03-18 00:43:44 smash has joined
 164 2014-03-18 00:43:48 rasmuzen has quit (Ping timeout: 245 seconds)
 165 2014-03-18 00:44:43 johnsoft has quit (Ping timeout: 255 seconds)
 166 2014-03-18 00:45:22 <petertodd> basically at the beginning of the script you can have a section that does something like OP_CHECKNLOCKTIMEVERIFY OP_TOALTSTACK OP_CHECKPREVBLOCKHASHVERIFY OP_TOALTSTACK (or not altstack if your script is structured in the right way)
 167 2014-03-18 00:45:37 <petertodd> easy to create stuff that's not trivial to be safe in reorgs though obviously
 168 2014-03-18 00:45:43 johnsoft has joined
 169 2014-03-18 00:45:47 airq has joined
 170 2014-03-18 00:46:27 <petertodd> oh, and a fun one: OP_CHECK_IS_A_BLOCK_HASH, which only has access to blockhashes older than x blocks
 171 2014-03-18 00:46:37 <petertodd> s/$/verify/
 172 2014-03-18 00:47:13 WormDrink has quit (Ping timeout: 252 seconds)
 173 2014-03-18 00:47:31 <sipa> OP_RANDOM
 174 2014-03-18 00:47:50 Persopolis has quit ()
 175 2014-03-18 00:48:08 <petertodd> what's interesting there, is the fact that it's a set test, means you can satisfy any scriptPubKey by chosing the right hash to provide, and modulo really big reorgs, in the future the set of all block hashes will always contain the magic one needed to satisfy the scriptPubKey
 176 2014-03-18 00:48:32 <petertodd> hence, it's actually arguably as reorg safe as any coinbase transaction!
 177 2014-03-18 00:48:38 johnsoft has quit (Read error: Connection reset by peer)
 178 2014-03-18 00:49:10 <petertodd> gmaxwell: especially fun how your CHECKLOCKTIMEVERIFY automatically has that structure and usage possibilities
 179 2014-03-18 00:50:13 HeySteve has quit (Read error: Connection reset by peer)
 180 2014-03-18 00:50:13 Krellan_ has joined
 181 2014-03-18 00:50:14 <petertodd> e.g. the somewhat contrived scriptPubKey: CHECKLOCKTIMEVERIFY HASH <hash> EQUALVERIFY
 182 2014-03-18 00:50:25 HeySteve has joined
 183 2014-03-18 00:50:25 HeySteve has quit (Changing host)
 184 2014-03-18 00:50:25 HeySteve has joined
 185 2014-03-18 00:50:53 <petertodd> "It's locked, but I can't trivially find out for how long!"
 186 2014-03-18 00:52:14 <gmaxwell> without a substr you can just test all values, alas.
 187 2014-03-18 00:52:17 * sipa still favors using the name "maturity" over "locktime", as it's exactly the same semantics as implicitly present in coinbases (though relative instead of absolute)
 188 2014-03-18 00:52:28 <petertodd> gmaxwell: yes, that was a very weak version of trivially :)
 189 2014-03-18 00:52:57 <petertodd> sipa: note that gmaxwell's version does compare to locktime though, so we should still call it that
 190 2014-03-18 00:53:07 <gmaxwell> sipa: I will attempt to convince you otherwise at dinner.
 191 2014-03-18 00:53:38 <gmaxwell> (or attempt to be convinced otherwise, alternatively)
 192 2014-03-18 00:53:46 GNULinuxGuy has quit (Ping timeout: 265 seconds)
 193 2014-03-18 00:54:01 <petertodd> it's a pity satoshi screwed up CODESEPARATOR - we could have added a whole slew of soft-fork *VERIFY things to check any aspect of a transaction within a scriptSig
 194 2014-03-18 00:54:11 <gmaxwell> annoyingly I can see an argument for both ways, there are uscases where one or the other is helpful.
 195 2014-03-18 00:55:12 jordandotdev has quit (Ping timeout: 246 seconds)
 196 2014-03-18 00:55:18 yeshuah__ has quit (Ping timeout: 246 seconds)
 197 2014-03-18 00:55:36 michagogo has quit (cloud!uid14316@wikia/Michagogo|Ping timeout: 264 seconds)
 198 2014-03-18 00:55:54 johndoe1111____ has quit (Ping timeout: 240 seconds)
 199 2014-03-18 00:55:58 anarchystar has quit (Ping timeout: 255 seconds)
 200 2014-03-18 00:56:44 rdymac has quit (Excess Flood)
 201 2014-03-18 00:56:58 jordandotdev has joined
 202 2014-03-18 00:57:23 MagicalMark has joined
 203 2014-03-18 00:57:40 yeshuah__ has joined
 204 2014-03-18 00:57:49 michagogo has joined
 205 2014-03-18 00:58:12 johnsoft has joined
 206 2014-03-18 00:58:50 johndoe1111____ has joined
 207 2014-03-18 00:59:21 firelegend has left ()
 208 2014-03-18 00:59:24 ivan` has quit (Ping timeout: 264 seconds)
 209 2014-03-18 00:59:44 <sipa> gmaxwell: maybe i should read proposals before commenting on them
 210 2014-03-18 01:00:49 ninsei has quit (Quit: -a- Connection Timed Out)
 211 2014-03-18 01:01:06 lorenzoasr has quit (Quit: Sto andando via)
 212 2014-03-18 01:01:07 ninsei has joined
 213 2014-03-18 01:02:21 phantomspark has joined
 214 2014-03-18 01:02:58 <petertodd> ok, so here's a soft-forked OP_ADD re-enablement: n1 n2 expected_result OP_NEW_ADD OP_SWAP OP_DROP OP_SWAP OP_DROP
 215 2014-03-18 01:03:07 rdymac has joined
 216 2014-03-18 01:03:35 <petertodd> oh, actually, OP_NEW_ADD OP_NIP OP_NIP
 217 2014-03-18 01:04:19 <petertodd> then add a new CHECKSIG using the same thing with a crazy SignatureHash() that drops all the expected_results...
 218 2014-03-18 01:05:14 ryanxcharles has quit (Remote host closed the connection)
 219 2014-03-18 01:05:23 cornfeedhobo has quit (Read error: Connection reset by peer)
 220 2014-03-18 01:05:44 <petertodd> probably better to stick to OP_MAST_EVAL, but kinda crazy that that works
 221 2014-03-18 01:05:44 ivan` has joined
 222 2014-03-18 01:06:19 <gmaxwell> I don't think it's crazy at all. It's exactly how tinyram execution is simplified via the non-determinstic inputs.
 223 2014-03-18 01:06:48 <petertodd> sure, obvious parallels there -
 224 2014-03-18 01:06:48 CodeShark has quit ()
 225 2014-03-18 01:07:21 melik has joined
 226 2014-03-18 01:07:31 <melik> is the coinbase value always unique?
 227 2014-03-18 01:07:32 <petertodd> incidentally, an interesting question re: OP_MAST_EVAL is if you'd want the stack state to be hashed and then signed - might help catch consensus issues faster
 228 2014-03-18 01:07:36 <petertodd> melik: yes
 229 2014-03-18 01:07:45 <melik> petertodd, what is the significance of it?
 230 2014-03-18 01:07:55 <petertodd> melik: means txids are always unique
 231 2014-03-18 01:07:57 pablog has quit (Quit: pablog)
 232 2014-03-18 01:08:06 Application has quit (Remote host closed the connection)
 233 2014-03-18 01:08:20 jMyles has joined
 234 2014-03-18 01:08:59 askmike has quit (Remote host closed the connection)
 235 2014-03-18 01:09:02 <melik> petertodd,             "coinbase" : "04ffff001d02fd04",
 236 2014-03-18 01:09:06 bbrian has quit (Ping timeout: 240 seconds)
 237 2014-03-18 01:09:10 <melik> you're referring to this correct ^
 238 2014-03-18 01:09:32 <petertodd> melik: read this: https://github.com/bitcoin/bips/blob/master/bip-0034.mediawiki
 239 2014-03-18 01:09:35 <petertodd> bbl
 240 2014-03-18 01:09:40 <melik> thank you petertodd
 241 2014-03-18 01:09:45 viajero has left ()
 242 2014-03-18 01:09:59 jakov has quit (Quit: Leaving)
 243 2014-03-18 01:12:22 CheckDavid has quit (Ping timeout: 246 seconds)
 244 2014-03-18 01:12:37 johndoe1111____ has quit (Ping timeout: 255 seconds)
 245 2014-03-18 01:12:43 K_a_____ has quit (Ping timeout: 246 seconds)
 246 2014-03-18 01:12:43 bedouin_ has quit (Ping timeout: 246 seconds)
 247 2014-03-18 01:12:48 hmsimha has joined
 248 2014-03-18 01:13:10 tardisonline has quit (Ping timeout: 246 seconds)
 249 2014-03-18 01:13:30 MagicalMark has quit (Ping timeout: 246 seconds)
 250 2014-03-18 01:13:32 yeshuah__ has quit (Ping timeout: 255 seconds)
 251 2014-03-18 01:14:07 ahmed__ has quit (Ping timeout: 246 seconds)
 252 2014-03-18 01:14:12 jordandotdev has quit (Ping timeout: 246 seconds)
 253 2014-03-18 01:14:47 yubrew has joined
 254 2014-03-18 01:14:48 michagogo has quit (cloud!uid14316@wikia/Michagogo|Ping timeout: 264 seconds)
 255 2014-03-18 01:14:50 K_a_____ has joined
 256 2014-03-18 01:15:09 blumenkraft has quit (Ping timeout: 246 seconds)
 257 2014-03-18 01:15:34 CodeShark has joined
 258 2014-03-18 01:15:36 HeySteve has quit (Read error: Connection reset by peer)
 259 2014-03-18 01:15:40 tardisonline has joined
 260 2014-03-18 01:16:07 jordandotdev has joined
 261 2014-03-18 01:16:16 bedouin_ has joined
 262 2014-03-18 01:16:20 johndoe1111____ has joined
 263 2014-03-18 01:16:28 yeshuah__ has joined
 264 2014-03-18 01:16:33 HeySteve has joined
 265 2014-03-18 01:16:40 MagicalMark has joined
 266 2014-03-18 01:17:30 melik has quit (Ping timeout: 240 seconds)
 267 2014-03-18 01:17:30 CheckDavid has joined
 268 2014-03-18 01:17:49 Luke-Jr has quit (Remote host closed the connection)
 269 2014-03-18 01:17:49 michagogo has joined
 270 2014-03-18 01:18:46 smash has quit (Remote host closed the connection)
 271 2014-03-18 01:19:00 btcdesigner has quit (Quit: Computer has gone to sleep.)
 272 2014-03-18 01:19:06 yubrew has quit (Ping timeout: 246 seconds)
 273 2014-03-18 01:19:32 btcdesigner has joined
 274 2014-03-18 01:20:38 Lexa has quit (Ping timeout: 265 seconds)
 275 2014-03-18 01:20:39 softwaremechanic has quit (Quit: Leaving.)
 276 2014-03-18 01:21:11 drayah has joined
 277 2014-03-18 01:22:40 ahmed__ has joined
 278 2014-03-18 01:23:59 AriseChikun has quit (Remote host closed the connection)
 279 2014-03-18 01:24:00 btcdesigner has quit (Ping timeout: 264 seconds)
 280 2014-03-18 01:24:11 AriseChikun has joined
 281 2014-03-18 01:28:24 blumenkraft has joined
 282 2014-03-18 01:28:56 Luke-Jr has joined
 283 2014-03-18 01:29:19 btcdesigner has joined
 284 2014-03-18 01:29:30 Application has joined
 285 2014-03-18 01:29:43 drayah has quit (Remote host closed the connection)
 286 2014-03-18 01:31:13 caktux has quit (Quit: -)
 287 2014-03-18 01:31:59 ninsei has quit (Quit: -a- Connection Timed Out)
 288 2014-03-18 01:32:14 ninsei has joined
 289 2014-03-18 01:32:25 phantomspark has quit (Ping timeout: 255 seconds)
 290 2014-03-18 01:33:06 benrcole1 has quit (Quit: Leaving.)
 291 2014-03-18 01:33:10 HeySteve has quit (Read error: Connection reset by peer)
 292 2014-03-18 01:33:23 caktux has joined
 293 2014-03-18 01:34:02 HeySteve has joined
 294 2014-03-18 01:37:06 llllllllll has quit (Ping timeout: 240 seconds)
 295 2014-03-18 01:37:14 aynstein has quit (Quit: Ping imout: 123 seconds)
 296 2014-03-18 01:37:41 aynstein has joined
 297 2014-03-18 01:38:46 Gyps is now known as squirrel
 298 2014-03-18 01:38:49 jordandotdev has quit (Quit: Connection closed for inactivity)
 299 2014-03-18 01:38:49 mbelshe_ has joined
 300 2014-03-18 01:38:56 Luke-Jr has quit (Remote host closed the connection)
 301 2014-03-18 01:39:22 squirrel is now known as Guest30897
 302 2014-03-18 01:39:32 Guest30897 is now known as gyps
 303 2014-03-18 01:39:45 askmike has joined
 304 2014-03-18 01:39:52 Lexa has joined
 305 2014-03-18 01:40:44 smash has joined
 306 2014-03-18 01:40:52 antephialtic has quit (Remote host closed the connection)
 307 2014-03-18 01:41:09 ziggamon has quit (Remote host closed the connection)
 308 2014-03-18 01:41:30 antephialtic has joined
 309 2014-03-18 01:41:48 ziggamon has joined
 310 2014-03-18 01:42:16 Luke-Jr has joined
 311 2014-03-18 01:42:58 napedia has quit (Read error: Connection reset by peer)
 312 2014-03-18 01:43:28 MoALTz__ has joined
 313 2014-03-18 01:44:39 askmike has quit (Ping timeout: 246 seconds)
 314 2014-03-18 01:45:18 btcdesigner has quit (Quit: Computer has gone to sleep.)
 315 2014-03-18 01:45:38 <jtimon> ok, gmaxwell so instead of checking the current height, op_maturity (I'll stick to that name for now, if anything, because it's faster to write) checks the nlocktime of the consuming tx
 316 2014-03-18 01:45:42 antephialtic has quit (Ping timeout: 246 seconds)
 317 2014-03-18 01:45:43 MoALTz_ has quit (Ping timeout: 240 seconds)
 318 2014-03-18 01:45:45 btcdesigner has joined
 319 2014-03-18 01:46:20 <jtimon> not sure what the less-secure alternatives are though
 320 2014-03-18 01:46:37 <maaku> gmaxwell sipa: please tell us which of you convinced the other ;)
 321 2014-03-18 01:46:48 ziggamon has quit (Ping timeout: 264 seconds)
 322 2014-03-18 01:47:12 hmsimha has quit (Ping timeout: 264 seconds)
 323 2014-03-18 01:47:21 <jtimon> hehe, yeah
 324 2014-03-18 01:49:08 <maaku> jtimon: well either way would be the same in terms of reorg-compatability as far as I can tell
 325 2014-03-18 01:49:37 <maaku> so long as you fail if the tx's height/lock-time is less than some threshold
 326 2014-03-18 01:50:12 btcdesigner has quit (Ping timeout: 264 seconds)
 327 2014-03-18 01:50:45 <jtimon> mhmm I think you will need to set an nlock greater than the value in the script in tx1 for tx2 to be valid
 328 2014-03-18 01:51:19 <jtimon> and I think the discussion will be about the name
 329 2014-03-18 01:56:37 GNULinuxGuy has joined
 330 2014-03-18 01:57:04 raid5 has quit (Ping timeout: 252 seconds)
 331 2014-03-18 01:57:59 <maaku> jtimon: yes, it passes if greater than, and fails if less than
 332 2014-03-18 01:58:09 go11111111111 has joined
 333 2014-03-18 01:58:19 <maaku> and op_maturity_verify is better imho, but that's for #bitcoin-bikeshedding
 334 2014-03-18 01:58:32 <jgarzik> http://bitzuma.com/posts/five-ways-to-lose-money-with-bitcoin-change-addresses/
 335 2014-03-18 01:58:34 <jgarzik> Not bad!
 336 2014-03-18 01:58:58 Squid_ has joined
 337 2014-03-18 01:59:19 btcdesigner has joined
 338 2014-03-18 01:59:42 GNULinuxGuy has quit (Changing host)
 339 2014-03-18 01:59:42 GNULinuxGuy has joined
 340 2014-03-18 02:00:04 cornfeedhobo has joined
 341 2014-03-18 02:00:13 Squidicuz has quit (Ping timeout: 240 seconds)
 342 2014-03-18 02:00:32 <jtimon> maaku, actually I think gmaxwell is the one bikeshedding since we've been using op_maturity before
 343 2014-03-18 02:00:59 <petertodd> jtimon: AFAIK I'm the first person to propose that op, and i called it CHECKLOCKTIMEVERIFY :P
 344 2014-03-18 02:01:09 dnathe4th has quit (Remote host closed the connection)
 345 2014-03-18 02:01:13 defrostr has quit (Quit: Leaving)
 346 2014-03-18 02:01:53 Zarutian has quit (Quit: Zarutian)
 347 2014-03-18 02:02:34 skinnkavaj has quit (Ping timeout: 252 seconds)
 348 2014-03-18 02:02:36 <jtimon> I though I was the one who proposed it, but if you had proposed it earlier than apporximately 2 weeks in the past, it was definitely you and I just changed the name by being unaware of your proposal
 349 2014-03-18 02:03:24 num1 has quit (Ping timeout: 264 seconds)
 350 2014-03-18 02:03:29 <petertodd> jtimon: I proposed it last august
 351 2014-03-18 02:03:39 <petertodd> #bitcoin-dev/13/08/13-08-29.log:22:53 < petertodd> gavinandresen: Oh, reminds me, I did a OP_CHECKLOCKTIMEVERIFY implementation redefining OP_NOP1. Copies locktime off the stack, compares it with the IsFinal() algorithm against the block including the spend tx, and fails the script if locktime not reached. Also uses IsMajority with nVersion=3 to enable the behavior.
 352 2014-03-18 02:03:55 <jtimon> petertodd why didn't you suggested it as a replacement for expiry-ish proposals when I made them? I'm not 100% yet, but i believe any expiry use case can be replaced with this
 353 2014-03-18 02:04:12 benrcole has joined
 354 2014-03-18 02:04:20 <petertodd> jtimon: because I'm not omniscient and can't read everything :P
 355 2014-03-18 02:04:21 <jtimon> yes, I believe you, bitcoin's reinvention rate is ashtonishing
 356 2014-03-18 02:04:28 benten has joined
 357 2014-03-18 02:04:57 <jtimon> we discussed expiry recently on your post about proof of publication markets
 358 2014-03-18 02:05:04 <petertodd> heh, you mean its "well, either we're all smart or all idiots" rate...
 359 2014-03-18 02:05:05 ziggamon has joined
 360 2014-03-18 02:05:34 <petertodd> jtimon: oh, yeah, I didn't get a chance to read all of that conversation in as much detail as I should have
 361 2014-03-18 02:05:37 p11 has joined
 362 2014-03-18 02:06:20 <maaku> only certain nExpiry applications are solved by this
 363 2014-03-18 02:06:26 aynstein_ has joined
 364 2014-03-18 02:06:42 <maaku> sometimes you want the semantics to be "invalidate the transaction if it doesn't get in by this block"
 365 2014-03-18 02:06:59 <maaku> e.g. orders
 366 2014-03-18 02:07:09 <jtimon> if I knew it earlier, I would have tried to avoid expiries on freimarkets options and expiry timestamps
 367 2014-03-18 02:07:24 GNULinuxGuy has quit (Ping timeout: 246 seconds)
 368 2014-03-18 02:07:25 <maaku> yeah it might solve options
 369 2014-03-18 02:07:33 songz has quit (Quit: my name is Song and I'm a Developer Evangelist at TokBox)
 370 2014-03-18 02:08:09 wizgot has joined
 371 2014-03-18 02:08:17 <jtimon> well, expiry avoids bloating the chain, but functionality wise, you can build something equivalent
 372 2014-03-18 02:08:53 p111 has quit (Ping timeout: 255 seconds)
 373 2014-03-18 02:09:00 yubrew has joined
 374 2014-03-18 02:09:04 <jtimon> you may be able to also avoid the bloat with some game theory
 375 2014-03-18 02:09:08 smash_ has joined
 376 2014-03-18 02:09:14 <maaku> having to double-spend every time you expire a price is a huge deal
 377 2014-03-18 02:10:08 aynstein has quit (Ping timeout: 265 seconds)
 378 2014-03-18 02:10:12 <jtimon> you can build the order in a way that doesn't make sense for anyone to include it (unless they want to give you money for free or something)
 379 2014-03-18 02:10:12 benrcole has quit (Ping timeout: 264 seconds)
 380 2014-03-18 02:10:48 <jtimon> I'm mostly talking intuitively, but I think it can be solved
 381 2014-03-18 02:10:48 smash_ has quit (Read error: Connection reset by peer)
 382 2014-03-18 02:11:18 smash_ has joined
 383 2014-03-18 02:11:28 <maaku> jtimon: I want to support hundreds, maybe thousands of unfilled order per every filled order
 384 2014-03-18 02:11:45 <maaku> and those never have to hit the block chain
 385 2014-03-18 02:11:55 <jtimon> I know
 386 2014-03-18 02:12:24 smash has quit (Ping timeout: 264 seconds)
 387 2014-03-18 02:13:11 Imbue has joined
 388 2014-03-18 02:13:30 yubrew has quit (Ping timeout: 240 seconds)
 389 2014-03-18 02:13:36 ziggamon has quit (Remote host closed the connection)
 390 2014-03-18 02:13:49 <jtimon> what I'm saying is you could build the transaction such as
 391 2014-03-18 02:13:49 <jtimon> if expiry:
 392 2014-03-18 02:13:49 <jtimon>    the payer gives me money for free
 393 2014-03-18 02:13:49 <jtimon> else:
 394 2014-03-18 02:13:51 <jtimon>    the payer fills the order normally
 395 2014-03-18 02:14:12 ziggamon has joined
 396 2014-03-18 02:14:32 btcdesigner has quit (Quit: Computer has gone to sleep.)
 397 2014-03-18 02:14:32 <jtimon> they can only make you recreate all the orders only by giving you money for free, not a huge loss
 398 2014-03-18 02:14:58 btcdesigner has joined
 399 2014-03-18 02:15:10 johnsoft has quit (Ping timeout: 255 seconds)
 400 2014-03-18 02:15:43 kadoban_ has joined
 401 2014-03-18 02:15:54 <jtimon> maybe we're getting off-topic for this channel anyway...
 402 2014-03-18 02:16:17 damethos has joined
 403 2014-03-18 02:16:22 num1 has joined
 404 2014-03-18 02:16:28 <Imbue> hello. does anyone know where I should be looking in the (bitcoind) code for information on the chainstate DB?
 405 2014-03-18 02:18:34 wizgot has quit (Quit: Leaving)
 406 2014-03-18 02:19:00 ziggamon has quit (Ping timeout: 264 seconds)
 407 2014-03-18 02:19:03 wizgot has joined
 408 2014-03-18 02:19:13 btcdesigner has quit (Ping timeout: 255 seconds)
 409 2014-03-18 02:19:16 benten has quit (Quit: This computer has gone to sleep)
 410 2014-03-18 02:20:10 drayah has joined
 411 2014-03-18 02:20:22 <maaku> jtimon: no, that construction isn't reorg safe
 412 2014-03-18 02:20:28 <maaku> oh i see
 413 2014-03-18 02:21:37 hmsimha has joined
 414 2014-03-18 02:21:48 phantomspark has joined
 415 2014-03-18 02:23:55 teward has joined
 416 2014-03-18 02:24:37 drayah has quit (Ping timeout: 255 seconds)
 417 2014-03-18 02:25:22 ziggamon has joined
 418 2014-03-18 02:26:13 ziggamon has quit (Remote host closed the connection)
 419 2014-03-18 02:28:39 wbaw is now known as JohnKenney
 420 2014-03-18 02:28:41 <Imbue> got a lead, nevermind. txdb.cpp
 421 2014-03-18 02:29:28 c0rw1n_ has joined
 422 2014-03-18 02:29:29 btcdesigner has joined
 423 2014-03-18 02:30:15 JohnKenney is now known as John_Kenney
 424 2014-03-18 02:30:25 John_Kenney is now known as John-Kenney
 425 2014-03-18 02:30:33 John-Kenney is now known as JohnKenney
 426 2014-03-18 02:30:41 c0rw1n has quit (Read error: Connection reset by peer)
 427 2014-03-18 02:35:16 Aido has quit (Quit: leaving)
 428 2014-03-18 02:36:40 BenderCoin__ has quit (Ping timeout: 252 seconds)
 429 2014-03-18 02:36:47 thaReal has quit (Quit: Leaving)
 430 2014-03-18 02:37:12 EasyAt has quit (Ping timeout: 264 seconds)
 431 2014-03-18 02:37:26 aynstein has joined
 432 2014-03-18 02:37:58 btcbtc has joined
 433 2014-03-18 02:38:13 brson has quit (Ping timeout: 246 seconds)
 434 2014-03-18 02:38:15 JohnKenney has quit (Quit: Leaving)
 435 2014-03-18 02:39:04 davout has quit (Read error: Connection reset by peer)
 436 2014-03-18 02:39:05 JohnKenney has joined
 437 2014-03-18 02:39:29 nullp has joined
 438 2014-03-18 02:39:30 UukGoblin has quit (Read error: Connection reset by peer)
 439 2014-03-18 02:39:31 Lexa has quit (Remote host closed the connection)
 440 2014-03-18 02:39:38 UukGoblin has joined
 441 2014-03-18 02:39:40 davout has joined
 442 2014-03-18 02:40:25 Lexa has joined
 443 2014-03-18 02:40:42 askmike has joined
 444 2014-03-18 02:41:04 aynstein_ has quit (Ping timeout: 265 seconds)
 445 2014-03-18 02:42:25 coingenuity has quit (Ping timeout: 246 seconds)
 446 2014-03-18 02:43:31 btcbtc has quit (Ping timeout: 255 seconds)
 447 2014-03-18 02:45:24 askmike has quit (Ping timeout: 264 seconds)
 448 2014-03-18 02:46:49 JohnKenney has quit (Quit: Leaving)
 449 2014-03-18 02:47:07 JohnKenney has joined
 450 2014-03-18 02:48:36 mappum has joined
 451 2014-03-18 02:52:40 kadoban_ has quit (Remote host closed the connection)
 452 2014-03-18 02:53:29 TheSeven has quit (Read error: Connection reset by peer)
 453 2014-03-18 02:54:19 Belkaar has quit (Ping timeout: 255 seconds)
 454 2014-03-18 02:54:40 cadaver has joined
 455 2014-03-18 02:54:41 agricocb has joined
 456 2014-03-18 02:54:44 benten has joined
 457 2014-03-18 02:54:46 agricocb has quit (Client Quit)
 458 2014-03-18 02:55:07 raistlinthewiz has quit (Quit: Connection closed for inactivity)
 459 2014-03-18 02:55:08 benten is now known as Guest18265
 460 2014-03-18 02:55:45 TheSeven has joined
 461 2014-03-18 02:55:51 sirk390 has joined
 462 2014-03-18 02:56:17 btcdesigner has quit (Quit: Computer has gone to sleep.)
 463 2014-03-18 02:56:44 btcdesigner has joined
 464 2014-03-18 02:56:50 Belkaar has joined
 465 2014-03-18 02:59:01 btcdesigner has quit (Read error: Connection reset by peer)
 466 2014-03-18 03:03:11 yubrew has joined
 467 2014-03-18 03:04:41 benrcole has joined
 468 2014-03-18 03:07:37 yubrew has quit (Ping timeout: 246 seconds)
 469 2014-03-18 03:07:58 jtimon has quit (Ping timeout: 246 seconds)
 470 2014-03-18 03:08:26 sirk390 has quit (Quit: Leaving.)
 471 2014-03-18 03:08:49 smash_ has quit (Remote host closed the connection)
 472 2014-03-18 03:09:10 benrcole has quit (Ping timeout: 255 seconds)
 473 2014-03-18 03:09:25 smash has joined
 474 2014-03-18 03:09:41 raid5 has joined
 475 2014-03-18 03:11:56 smash has quit (Remote host closed the connection)
 476 2014-03-18 03:12:12 smash has joined
 477 2014-03-18 03:14:17 embicoin has quit (Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140218135856])
 478 2014-03-18 03:15:13 venzen has joined
 479 2014-03-18 03:19:57 ziggamon has joined
 480 2014-03-18 03:24:02 debiantoruser has quit (Ping timeout: 255 seconds)
 481 2014-03-18 03:24:18 ziggamon has quit (Ping timeout: 240 seconds)
 482 2014-03-18 03:25:52 Guest26727 is now known as roidster
 483 2014-03-18 03:26:25 smash has quit (Remote host closed the connection)
 484 2014-03-18 03:27:08 EasyAt has joined
 485 2014-03-18 03:30:36 Diablo-D3 has quit (Quit: This computer has gone to sleep)
 486 2014-03-18 03:30:48 Diablo-D3 has joined
 487 2014-03-18 03:37:10 raid5 has quit (Ping timeout: 252 seconds)
 488 2014-03-18 03:37:41 raid5 has joined
 489 2014-03-18 03:38:03 pdrayton has joined
 490 2014-03-18 03:40:36 askmike has joined
 491 2014-03-18 03:41:26 Gyps_ has joined
 492 2014-03-18 03:42:11 firelegend has joined
 493 2014-03-18 03:42:19 cadaver has quit (Quit: macbook pro 15 inch)
 494 2014-03-18 03:42:42 gyps has quit (Ping timeout: 240 seconds)
 495 2014-03-18 03:42:42 Gyps_ is now known as Gyps
 496 2014-03-18 03:44:03 songz has joined
 497 2014-03-18 03:45:06 askmike has quit (Ping timeout: 240 seconds)
 498 2014-03-18 03:45:14 Namworld has joined
 499 2014-03-18 03:48:10 dustcoin has quit ()
 500 2014-03-18 03:50:05 mrkent has quit (Remote host closed the connection)
 501 2014-03-18 03:56:39 smash has joined
 502 2014-03-18 03:56:53 go11111111111 has quit (Ping timeout: 255 seconds)
 503 2014-03-18 03:57:21 yubrew has joined
 504 2014-03-18 03:57:35 <firelegend> I was looking for the Unserialize code for this piece of code vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;, for the CAddress addrMe but I cannot find it. I know CDataStream's >> operator is overloaded and it calls ::Unserialize, but I can't find the appropriate template for CAddress. Would appreciate some help.
 505 2014-03-18 04:00:28 Subo1977_ has joined
 506 2014-03-18 04:01:48 Subo1977 has quit (Ping timeout: 264 seconds)
 507 2014-03-18 04:01:54 yubrew has quit (Ping timeout: 240 seconds)
 508 2014-03-18 04:04:37 benrcole has joined
 509 2014-03-18 04:05:13 kadoban_ has joined
 510 2014-03-18 04:09:04 benrcole has quit (Ping timeout: 252 seconds)
 511 2014-03-18 04:09:17 songz has quit (Quit: my name is Song and I'm a Developer Evangelist at TokBox)
 512 2014-03-18 04:10:07 embicoin has joined
 513 2014-03-18 04:10:19 non2 has joined
 514 2014-03-18 04:10:23 BenderCoin has joined
 515 2014-03-18 04:11:10 MoALTz has joined
 516 2014-03-18 04:12:24 teward has quit (Ping timeout: 264 seconds)
 517 2014-03-18 04:12:38 MoALTz__ has quit (Ping timeout: 255 seconds)
 518 2014-03-18 04:13:25 MoALTz__ has joined
 519 2014-03-18 04:14:02 ziggamon has joined
 520 2014-03-18 04:15:33 mljsimone is now known as mljsimone|off
 521 2014-03-18 04:16:12 MoALTz has quit (Ping timeout: 264 seconds)
 522 2014-03-18 04:18:36 ziggamon has quit (Ping timeout: 264 seconds)
 523 2014-03-18 04:20:14 softwaremechanic has joined
 524 2014-03-18 04:20:32 CheckDavid has quit ()
 525 2014-03-18 04:20:58 roidster has quit (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.22.1/20131113180422])
 526 2014-03-18 04:21:27 nullp has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 527 2014-03-18 04:22:04 debiantoruser has joined
 528 2014-03-18 04:22:41 TheSeven has quit (Disconnected by services)
 529 2014-03-18 04:22:47 johnsoft has joined
 530 2014-03-18 04:22:53 [7] has joined
 531 2014-03-18 04:24:24 super3 has joined
 532 2014-03-18 04:25:16 JZavala has joined
 533 2014-03-18 04:26:55 songz has joined
 534 2014-03-18 04:32:39 Guest18265 has quit (Quit: This computer has gone to sleep)
 535 2014-03-18 04:33:09 hsmiths has quit (Quit: bit)
 536 2014-03-18 04:36:18 dataangel has quit (Quit: WeeChat 0.3.8)
 537 2014-03-18 04:36:42 Imbue has quit (Remote host closed the connection)
 538 2014-03-18 04:36:44 nullp has joined
 539 2014-03-18 04:36:44 hsmiths has joined
 540 2014-03-18 04:40:41 askmike has joined
 541 2014-03-18 04:40:53 StSeek has joined
 542 2014-03-18 04:42:14 ryanxcharles has joined
 543 2014-03-18 04:43:12 jordandotdev has joined
 544 2014-03-18 04:43:43 cadaver has joined
 545 2014-03-18 04:45:36 askmike has quit (Ping timeout: 264 seconds)
 546 2014-03-18 04:50:39 neuroMode has joined
 547 2014-03-18 04:51:38 yubrew has joined
 548 2014-03-18 04:51:44 Guest18265 has joined
 549 2014-03-18 04:52:23 softwaremechanic has quit (Quit: Leaving.)
 550 2014-03-18 04:53:36 Guest18265 is now known as benten
 551 2014-03-18 04:53:41 benten has quit (Changing host)
 552 2014-03-18 04:53:41 benten has joined
 553 2014-03-18 04:54:02 phantomspark has quit (Ping timeout: 255 seconds)
 554 2014-03-18 04:54:18 Belkaar has quit (Ping timeout: 240 seconds)
 555 2014-03-18 04:54:37 StSeek has quit (Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424])
 556 2014-03-18 04:55:20 wangbus has joined
 557 2014-03-18 04:55:54 yubrew has quit (Ping timeout: 240 seconds)
 558 2014-03-18 04:56:51 Belkaar has joined
 559 2014-03-18 04:57:02 GNULinuxGuy has joined
 560 2014-03-18 04:57:35 GNULinuxGuy has quit (Changing host)
 561 2014-03-18 04:57:35 GNULinuxGuy has joined
 562 2014-03-18 04:57:48 metonx has joined
 563 2014-03-18 04:59:48 smash has quit (Remote host closed the connection)
 564 2014-03-18 05:03:36 ryanxcharles has quit (Remote host closed the connection)
 565 2014-03-18 05:04:26 benrcole has joined
 566 2014-03-18 05:06:04 KingOdysseus1 has left ()
 567 2014-03-18 05:08:20 ziggamon has joined
 568 2014-03-18 05:09:00 benrcole has quit (Ping timeout: 264 seconds)
 569 2014-03-18 05:09:40 aynstein_ has joined
 570 2014-03-18 05:09:46 shesek has quit (Ping timeout: 246 seconds)
 571 2014-03-18 05:10:51 Coincidental has joined
 572 2014-03-18 05:12:47 kadoban_ has quit (Remote host closed the connection)
 573 2014-03-18 05:12:50 aynstein has quit (Ping timeout: 265 seconds)
 574 2014-03-18 05:12:56 vegard has quit (Ping timeout: 255 seconds)
 575 2014-03-18 05:13:12 ziggamon has quit (Ping timeout: 264 seconds)
 576 2014-03-18 05:13:33 wallet42 has joined
 577 2014-03-18 05:14:03 phantomspark has joined
 578 2014-03-18 05:14:53 vegard has joined
 579 2014-03-18 05:16:48 Kryai has quit (Ping timeout: 264 seconds)
 580 2014-03-18 05:18:52 iuyiujh has quit (Read error: Connection reset by peer)
 581 2014-03-18 05:21:13 softwaremechanic has joined
 582 2014-03-18 05:24:28 softwaremechanic has quit (Client Quit)
 583 2014-03-18 05:25:35 Ursium has quit (Quit: Ursium)
 584 2014-03-18 05:27:33 nullp has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 585 2014-03-18 05:28:46 Soligor has quit (Quit: Soligor)
 586 2014-03-18 05:29:26 GNULinuxGuy has quit (Read error: Connection reset by peer)
 587 2014-03-18 05:29:51 Kryai has joined
 588 2014-03-18 05:32:28 iuyiujh has joined
 589 2014-03-18 05:32:30 coingenuity has joined
 590 2014-03-18 05:36:27 metonx has left ()
 591 2014-03-18 05:38:39 Jon_Vaage has joined
 592 2014-03-18 05:40:42 askmike has joined
 593 2014-03-18 05:41:25 Vaage has quit (Ping timeout: 252 seconds)
 594 2014-03-18 05:45:15 aynstein_ is now known as aynstein
 595 2014-03-18 05:45:24 askmike has quit (Ping timeout: 264 seconds)
 596 2014-03-18 05:45:48 yubrew has joined
 597 2014-03-18 05:50:24 yubrew has quit (Ping timeout: 264 seconds)
 598 2014-03-18 05:51:13 davout has quit (Read error: Connection reset by peer)
 599 2014-03-18 05:51:53 davout has joined
 600 2014-03-18 05:56:52 go11111111111 has joined
 601 2014-03-18 06:01:22 Krellan_ has quit ()
 602 2014-03-18 06:02:27 ziggamon has joined
 603 2014-03-18 06:06:44 sserrano44 has quit (Quit: Computer has gone to sleep.)
 604 2014-03-18 06:06:56 ziggamon has quit (Ping timeout: 255 seconds)
 605 2014-03-18 06:07:55 <dexX7> is there a rpc i'm currently not seeing that allows to dump all unspent outputs? (not limited to tx or wallet)
 606 2014-03-18 06:09:59 InsiderJoe has joined
 607 2014-03-18 06:10:27 <gmaxwell> maaku: we can have both effectively.
 608 2014-03-18 06:11:13 <gmaxwell> maaku: if we do as I suggest and also redefine nlocktime so there is a third mode where really small (e.g. <2016) non-zero values specify maturity. :)  (another safe soft forking change which adjusts very little code)
 609 2014-03-18 06:15:00 paveljanik has joined
 610 2014-03-18 06:16:51 shaileshg has joined
 611 2014-03-18 06:24:23 benten has quit (Quit: This computer has gone to sleep)
 612 2014-03-18 06:26:22 Coincidental has quit (Remote host closed the connection)
 613 2014-03-18 06:27:31 wallet42 has quit (Quit: Leaving.)
 614 2014-03-18 06:28:38 Coincidental has joined
 615 2014-03-18 06:28:41 heipa has quit (Quit: Page closed)
 616 2014-03-18 06:34:23 hmmma has quit (Ping timeout: 255 seconds)
 617 2014-03-18 06:35:15 justanotheruser has quit (Changing host)
 618 2014-03-18 06:35:15 justanotheruser has joined
 619 2014-03-18 06:36:42 cadaver has quit (Ping timeout: 240 seconds)
 620 2014-03-18 06:39:59 yubrew has joined
 621 2014-03-18 06:40:13 jtimon has joined
 622 2014-03-18 06:40:38 askmike has joined
 623 2014-03-18 06:42:42 Coincidental has quit (Remote host closed the connection)
 624 2014-03-18 06:43:02 songz has quit (Quit: my name is Song and I'm a Developer Evangelist at TokBox)
 625 2014-03-18 06:44:44 yubrew has quit (Ping timeout: 255 seconds)
 626 2014-03-18 06:45:11 askmike has quit (Ping timeout: 255 seconds)
 627 2014-03-18 06:51:14 cheetah2 has joined
 628 2014-03-18 06:51:16 melvster has quit (Ping timeout: 246 seconds)
 629 2014-03-18 06:54:27 jeewee has joined
 630 2014-03-18 06:58:50 disident has quit (Quit: disident)
 631 2014-03-18 07:04:35 benrcole has joined
 632 2014-03-18 07:07:41 Belkaar has quit (Ping timeout: 255 seconds)
 633 2014-03-18 07:08:25 Belkaar has joined
 634 2014-03-18 07:08:46 benrcole has quit (Ping timeout: 246 seconds)
 635 2014-03-18 07:10:59 Gyps has quit (Quit: Gyps)
 636 2014-03-18 07:12:30 cheetah2 has quit (Remote host closed the connection)
 637 2014-03-18 07:14:10 aegis has quit (Excess Flood)
 638 2014-03-18 07:14:57 aegis has joined
 639 2014-03-18 07:20:02 ziggamon has joined
 640 2014-03-18 07:20:45 ThomasV has joined
 641 2014-03-18 07:21:53 Starduster has joined
 642 2014-03-18 07:26:02 bitblender has quit (Ping timeout: 265 seconds)
 643 2014-03-18 07:26:53 bitblender has joined
 644 2014-03-18 07:28:50 venzen has quit (Ping timeout: 264 seconds)
 645 2014-03-18 07:28:50 jtimon has quit (Ping timeout: 240 seconds)
 646 2014-03-18 07:29:04 venzen has joined
 647 2014-03-18 07:29:41 Emcy has joined
 648 2014-03-18 07:29:41 Emcy has quit (Changing host)
 649 2014-03-18 07:29:41 Emcy has joined
 650 2014-03-18 07:30:25 Neozonz has joined
 651 2014-03-18 07:30:25 Neozonz has quit (Disc!~Neozonz@198-84-191-16.cpe.teksavvy.com|Changing host)
 652 2014-03-18 07:30:25 Neozonz has joined
 653 2014-03-18 07:32:24 johnsoft has quit (Ping timeout: 264 seconds)
 654 2014-03-18 07:32:24 Emcy_ has quit (Ping timeout: 264 seconds)
 655 2014-03-18 07:32:24 Alina-malina has quit (Ping timeout: 264 seconds)
 656 2014-03-18 07:32:24 zone117x has quit (Ping timeout: 264 seconds)
 657 2014-03-18 07:32:25 Internet13 has quit (Ping timeout: 264 seconds)
 658 2014-03-18 07:32:30 Alina-malina has joined
 659 2014-03-18 07:32:42 Neozonz has quit (Ping timeout: 240 seconds)
 660 2014-03-18 07:32:50 zone117x has joined
 661 2014-03-18 07:33:32 johnsoft has joined
 662 2014-03-18 07:34:04 yubrew has joined
 663 2014-03-18 07:35:34 Internet13 has joined
 664 2014-03-18 07:37:50 ThomasV has quit (Ping timeout: 255 seconds)
 665 2014-03-18 07:38:09 <dexX7> i want to send a tx with about ~220 inputs, 18 outputs and a size of ~25 kb. i'm unable to and the tx gets rejected.. what's the bottleneck here?
 666 2014-03-18 07:38:18 yubrew has quit (Ping timeout: 240 seconds)
 667 2014-03-18 07:38:37 <justanotheruser> dexX7: what's the fee?
 668 2014-03-18 07:38:39 _ImI_ has joined
 669 2014-03-18 07:38:59 <dexX7> 0.0001 / kb up-rounded
 670 2014-03-18 07:39:25 <justanotheruser> dexX7: addnode 192.3.11.20 add
 671 2014-03-18 07:40:02 disident has joined
 672 2014-03-18 07:40:11 <justanotheruser> ;;bc,wiki free relay policy
 673 2014-03-18 07:40:12 <gribble> https://en.bitcoin.it/wiki/Free_transaction_relay_policy | Nov 8, 2013 ... The original client currently refuses to relay transactions it considers " unacceptable". However, there may be miners that are willing to put these ...
 674 2014-03-18 07:40:14 benrcole has joined
 675 2014-03-18 07:40:31 <dexX7> ah sorry, i was already one step ahead in my head. decoderawtransaction already fails
 676 2014-03-18 07:40:38 askmike has joined
 677 2014-03-18 07:40:51 <justanotheruser> dexX7: fails, or just isn't standard?
 678 2014-03-18 07:41:04 <dexX7> TX decode failed (code -22)
 679 2014-03-18 07:41:12 <dexX7> 0.9rc2
 680 2014-03-18 07:42:36 mappum has quit (Read error: Connection reset by peer)
 681 2014-03-18 07:42:59 mappum has joined
 682 2014-03-18 07:45:29 askmike has quit (Ping timeout: 255 seconds)
 683 2014-03-18 07:48:05 abossard has joined
 684 2014-03-18 07:50:23 raistlinthewiz has joined
 685 2014-03-18 07:51:09 damethos has quit (Quit: Bye)
 686 2014-03-18 07:52:13 ziggamon_ has joined
 687 2014-03-18 07:53:12 twobitcoins has quit (Read error: Connection reset by peer)
 688 2014-03-18 07:53:23 OperatorSyn has joined
 689 2014-03-18 07:53:35 twobitcoins has joined
 690 2014-03-18 07:54:00 ziggamon has quit (Ping timeout: 264 seconds)
 691 2014-03-18 07:55:44 ziggamon_ has quit (Remote host closed the connection)
 692 2014-03-18 07:56:04 InsiderJoe has quit (Ping timeout: 240 seconds)
 693 2014-03-18 07:58:18 InsiderJoe has joined
 694 2014-03-18 07:59:54 freeroute has quit (Ping timeout: 240 seconds)
 695 2014-03-18 08:00:34 OperatorSyn has quit (Ping timeout: 240 seconds)
 696 2014-03-18 08:01:10 tarantillo_ has quit (Remote host closed the connection)
 697 2014-03-18 08:01:24 JMG99 has joined
 698 2014-03-18 08:01:26 tarantillo_ has joined
 699 2014-03-18 08:02:16 OperatorSyn has joined
 700 2014-03-18 08:02:37 askmike has joined
 701 2014-03-18 08:03:23 Subo1977_ has quit (Ping timeout: 252 seconds)
 702 2014-03-18 08:03:35 OperatorSyn has quit (Client Quit)
 703 2014-03-18 08:03:59 OperatorSyn has joined
 704 2014-03-18 08:04:05 lawlll has joined
 705 2014-03-18 08:04:27 benrcole1 has joined
 706 2014-03-18 08:04:34 InsiderJoe has quit (Ping timeout: 240 seconds)
 707 2014-03-18 08:04:42 benrcole has quit (Ping timeout: 240 seconds)
 708 2014-03-18 08:07:12 askmike has quit (Ping timeout: 264 seconds)
 709 2014-03-18 08:07:52 conman has joined
 710 2014-03-18 08:08:35 <conman> someone give me a hint about "AcceptBlock() : block height mismatch in coinbase" error before I go digging around indefinitely? What is the block height format in the coinbase?
 711 2014-03-18 08:09:26 airq has quit (Ping timeout: 252 seconds)
 712 2014-03-18 08:09:37 <Luke-Jr> conman: https://github.com/bitcoin/bips/blob/master/bip-0034.mediawiki
 713 2014-03-18 08:09:38 cagedwisdom_ has joined
 714 2014-03-18 08:11:03 <aquarat> well that was nice of him
 715 2014-03-18 08:12:24 cagedwisdom has quit (Ping timeout: 264 seconds)
 716 2014-03-18 08:12:29 MoALTz has joined
 717 2014-03-18 08:12:44 <conman> serialized cscript
 718 2014-03-18 08:13:36 paveljanik has quit (Ping timeout: 264 seconds)
 719 2014-03-18 08:13:54 <Luke-Jr> conman: in other words, signed little endian with minimal length, preceded by a 1 byte octet of the length itself
 720 2014-03-18 08:14:12 MoALTz__ has quit (Ping timeout: 264 seconds)
 721 2014-03-18 08:14:59 <conman> ok nm
 722 2014-03-18 08:15:15 InsiderJoe has joined
 723 2014-03-18 08:16:02 Zifre has quit (Ping timeout: 252 seconds)
 724 2014-03-18 08:16:52 <conman> though it doesn't say whether it's a signed or unsigned integer
 725 2014-03-18 08:17:32 <Luke-Jr> yes, that's missing.
 726 2014-03-18 08:17:41 <conman> looks signed
 727 2014-03-18 08:18:04 OperatorSyn has quit (Ping timeout: 240 seconds)
 728 2014-03-18 08:18:07 <Luke-Jr> MIT-licensed C implementation: https://gitorious.org/bitcoin/libblkmaker/source/eb33f9c8e441ffef457a79d76ceed1ea20ab3059:blkmaker.c#L69
 729 2014-03-18 08:18:19 WormDrink has joined
 730 2014-03-18 08:19:04 Subo1977 has joined
 731 2014-03-18 08:19:08 askmike has joined
 732 2014-03-18 08:19:30 justanotheruser is now known as just[dead]
 733 2014-03-18 08:20:07 WormDrink has quit (Remote host closed the connection)
 734 2014-03-18 08:20:35 WormDrink has joined
 735 2014-03-18 08:21:28 ahbritto has joined
 736 2014-03-18 08:22:05 benrcole1 has quit (Ping timeout: 252 seconds)
 737 2014-03-18 08:24:15 WormDrink has quit (Remote host closed the connection)
 738 2014-03-18 08:24:19 <vegard> Luke-Jr: have you done any statistics on how often all-0 prefixes of a certain length is found by miners of your pool?
 739 2014-03-18 08:24:31 conman has left ("Leaving")
 740 2014-03-18 08:24:38 askmike has quit (Remote host closed the connection)
 741 2014-03-18 08:24:53 <Luke-Jr> vegard: uh, you mean shares and blocks? kinda the whole goal of a pool?
 742 2014-03-18 08:25:07 WormDrink has joined
 743 2014-03-18 08:25:48 <vegard> oops, wrong channel. we can take it elsewhere
 744 2014-03-18 08:27:04 <vegard> I mean, you'd expect shares with 1 extra 0 to show up about a certain number of percentage of all submitted shares, shares with 2 extra 0s to be rarer, etc.
 745 2014-03-18 08:27:22 <Luke-Jr> yes, those are called blocks :P
 746 2014-03-18 08:27:34 InsiderJoe has quit (Ping timeout: 240 seconds)
 747 2014-03-18 08:28:15 yubrew has joined
 748 2014-03-18 08:28:17 <vegard> any deviation from what you expect mathematically would indicate either that somebody is withholding blocks or that sha256 output is not uniform
 749 2014-03-18 08:29:07 <warren> Luke-Jr: i'm glad people discover math here.
 750 2014-03-18 08:29:13 <Luke-Jr> lol
 751 2014-03-18 08:29:33 <edcba> sometimes they discover programming
 752 2014-03-18 08:30:18 airq has joined
 753 2014-03-18 08:30:19 <vegard> isn't output based only on number of submitted shares and not the actual "difficulty" of the shares found?
 754 2014-03-18 08:30:19 <edcba> maybe at some point we will able to teach economics but i'm not sure :
 755 2014-03-18 08:30:21 <edcba> )
 756 2014-03-18 08:32:13 <wumpus> it teaches mostly very hard lessons about trust
 757 2014-03-18 08:33:00 yubrew has quit (Ping timeout: 264 seconds)
 758 2014-03-18 08:33:30 <edcba> indeed lol
 759 2014-03-18 08:34:07 Eiii has quit ()
 760 2014-03-18 08:35:15 <vegard> Luke-Jr: well, anyway, my question was just whether you see the curve that you'd expect or not.
 761 2014-03-18 08:35:44 <Luke-Jr> I guess
 762 2014-03-18 08:36:38 Raziel has joined
 763 2014-03-18 08:46:37 _ImI_ has quit (Quit: _ImI_)
 764 2014-03-18 08:48:24 wizgot has quit (Ping timeout: 264 seconds)
 765 2014-03-18 08:50:02 Neozonz has joined
 766 2014-03-18 08:50:06 cbeams has joined
 767 2014-03-18 08:50:48 Jasmin68k has joined
 768 2014-03-18 08:51:13 toffoo has quit ()
 769 2014-03-18 08:53:06 Neozonz has quit (Disc!~Neozonz@unaffiliated/neozonz|Ping timeout: 240 seconds)
 770 2014-03-18 08:55:14 go11111111111 has quit (Ping timeout: 255 seconds)
 771 2014-03-18 08:55:58 Eagle[TM] has joined
 772 2014-03-18 08:56:39 skinnkavaj has joined
 773 2014-03-18 09:03:03 cbeams has quit (Remote host closed the connection)
 774 2014-03-18 09:03:55 iuyiujh has quit (Ping timeout: 246 seconds)
 775 2014-03-18 09:04:51 t7 has joined
 776 2014-03-18 09:05:41 Izanagii has joined
 777 2014-03-18 09:05:53 Izanagii has quit (Client Quit)
 778 2014-03-18 09:07:03 wvr has quit (Ping timeout: 240 seconds)
 779 2014-03-18 09:12:06 viperhr has joined
 780 2014-03-18 09:14:02 JackH has joined
 781 2014-03-18 09:16:12 benrcole has joined
 782 2014-03-18 09:18:18 mn3monic has joined
 783 2014-03-18 09:18:55 _W_ has quit (Read error: Operation timed out)
 784 2014-03-18 09:19:06 <mn3monic> hi, anyone here, that can I bother in private, have experience with bitcoin-abe? Thank you
 785 2014-03-18 09:19:51 alexykot1 has quit (Ping timeout: 252 seconds)
 786 2014-03-18 09:19:58 alexykot has joined
 787 2014-03-18 09:20:15 _W_ has joined
 788 2014-03-18 09:20:55 setkeh has quit (Ping timeout: 256 seconds)
 789 2014-03-18 09:21:28 askmike has joined
 790 2014-03-18 09:21:37 qwebirc27109 has joined
 791 2014-03-18 09:22:01 setkeh has joined
 792 2014-03-18 09:22:01 setkeh has quit (Changing host)
 793 2014-03-18 09:22:01 setkeh has joined
 794 2014-03-18 09:22:21 wizgot has joined
 795 2014-03-18 09:22:28 yubrew has joined
 796 2014-03-18 09:22:29 paveljanik has joined
 797 2014-03-18 09:23:03 askmike has quit (Read error: Connection reset by peer)
 798 2014-03-18 09:24:23 JZavala has quit (Ping timeout: 252 seconds)
 799 2014-03-18 09:24:36 iuyiujh has joined
 800 2014-03-18 09:25:13 pdrayton has quit ()
 801 2014-03-18 09:26:59 yubrew has quit (Ping timeout: 252 seconds)
 802 2014-03-18 09:27:29 antephialtic has joined
 803 2014-03-18 09:27:32 johnsoft has quit (Ping timeout: 252 seconds)
 804 2014-03-18 09:28:00 skinnkavaj has quit (Ping timeout: 264 seconds)
 805 2014-03-18 09:28:30 johnsoft has joined
 806 2014-03-18 09:28:30 <michagogo> cloud!uid14316@wikia/Michagogo|<reading backlog> Erm, what in the world is "P3SH"?
 807 2014-03-18 09:28:49 jordandotdev has quit (Quit: Connection closed for inactivity)
 808 2014-03-18 09:29:06 iuyiujh has quit (Ping timeout: 240 seconds)
 809 2014-03-18 09:30:16 <gmaxwell> michagogo|cloud: a somewhat joking way to refer to revising the script system in the same way p2sh does.
 810 2014-03-18 09:30:24 _ImI_ has joined
 811 2014-03-18 09:30:36 <gmaxwell> basically just embedding a potentially entirely different script system as a data push in the old one.
 812 2014-03-18 09:31:22 iuyiujh has joined
 813 2014-03-18 09:31:43 _ImI_ has quit (Client Quit)
 814 2014-03-18 09:31:48 ziggamon has joined
 815 2014-03-18 09:39:15 paveljanik has quit (Quit: This computer has gone to sleep)
 816 2014-03-18 09:39:50 MagicalMark is now known as fieagegeop
 817 2014-03-18 09:40:57 fieagegeop is now known as anarchystar
 818 2014-03-18 09:41:05 anarchystar has quit (Changing host)
 819 2014-03-18 09:41:05 anarchystar has joined
 820 2014-03-18 09:41:05 anarchystar has quit (Changing host)
 821 2014-03-18 09:41:05 anarchystar has joined
 822 2014-03-18 09:42:58 just[dead] is now known as justanotheruser
 823 2014-03-18 09:43:00 iuyiujh has quit (Ping timeout: 264 seconds)
 824 2014-03-18 09:45:54 b4epoche has quit (Ping timeout: 240 seconds)
 825 2014-03-18 09:46:05 skinnkavaj has joined
 826 2014-03-18 09:49:42 UukGoblin has quit (Changing host)
 827 2014-03-18 09:49:43 UukGoblin has joined
 828 2014-03-18 09:53:30 zenojis has quit (Ping timeout: 240 seconds)
 829 2014-03-18 09:54:30 paveljanik has joined
 830 2014-03-18 09:57:45 pjanik has joined
 831 2014-03-18 09:58:52 paveljanik has quit (Ping timeout: 246 seconds)
 832 2014-03-18 09:59:38 freeroute has joined
 833 2014-03-18 10:02:37 _ImI_ has joined
 834 2014-03-18 10:04:01 InsiderJoe has joined
 835 2014-03-18 10:04:05 johnsoft has quit (Ping timeout: 255 seconds)
 836 2014-03-18 10:04:24 johnsoft has joined
 837 2014-03-18 10:05:09 shesek has joined
 838 2014-03-18 10:07:30 ds has quit (away!ds@gateway/shell/cloudant/x-woctycxvsftiwncm|Quit: See ya)
 839 2014-03-18 10:13:32 haakonn has quit (Ping timeout: 255 seconds)
 840 2014-03-18 10:15:04 InsiderJoe has quit (Ping timeout: 240 seconds)
 841 2014-03-18 10:15:44 <anarchystar> is there a way for people to login to mtgox and independently verify that it is real, without anyone having to ask for their password?
 842 2014-03-18 10:16:06 <anarchystar> i asked mark to show email + balance and pgp sign that, when logged in, but it seems he didnt
 843 2014-03-18 10:16:12 <buZz> eh
 844 2014-03-18 10:16:13 Diablo-D3 has quit (Quit: This computer has gone to sleep)
 845 2014-03-18 10:16:37 <anarchystar> can you for example, intercept SSL info? and that would also show that it came from mtgox and was signed by them?
 846 2014-03-18 10:16:40 yubrew has joined
 847 2014-03-18 10:16:41 <anarchystar> im just thinking out loud here
 848 2014-03-18 10:17:12 <anarchystar> we want to have people show their balance is what they say it is - mtgox just re-opened logins
 849 2014-03-18 10:17:21 <buZz> nice
 850 2014-03-18 10:17:38 rdymac has quit (Read error: Connection reset by peer)
 851 2014-03-18 10:17:58 <wumpus> anarchystar: a similar method is discussed here https://bitcointalk.org/index.php?topic=173220.0
 852 2014-03-18 10:18:01 Diablo-D3 has joined
 853 2014-03-18 10:18:38 <anarchystar> wumpus: hmm nice thanks for the link
 854 2014-03-18 10:20:05 jeewee has quit (Quit: Leaving.)
 855 2014-03-18 10:20:55 yubrew has quit (Ping timeout: 246 seconds)
 856 2014-03-18 10:23:38 rdymac has joined
 857 2014-03-18 10:26:01 Rawdawg- has joined
 858 2014-03-18 10:26:05 <Rawdawg-> hey guys
 859 2014-03-18 10:26:32 hearn has joined
 860 2014-03-18 10:26:32 <Rawdawg-> anyone on that can awnser a couple quick questions?
 861 2014-03-18 10:26:42 <Rawdawg-> i know its a dumb thing thats stumping me but im stuck lol
 862 2014-03-18 10:26:54 <antephialtic> just ask it
 863 2014-03-18 10:27:13 <Rawdawg-> ok i have my site setup on one VPS and my wallet on another one
 864 2014-03-18 10:27:19 <Rawdawg-> (for security)
 865 2014-03-18 10:27:32 <Rawdawg-> and i am trying to get the site to communitcate with the other wallet
 866 2014-03-18 10:27:37 <Rawdawg-> but it wont seem to do it
 867 2014-03-18 10:28:33 <kadoban> doesn't that provide security the same way RAID 0 provides reliability? aka it doesn't?
 868 2014-03-18 10:28:34 <Rawdawg-> rpcuser and pass are correct, i put the ip in and the rpc port, the ports are open on both VPS's
 869 2014-03-18 10:28:34 <ne0futur> you can connect your bitcoind distantly with rpc
 870 2014-03-18 10:28:50 <Rawdawg-> lol kadoban
 871 2014-03-18 10:29:08 <ne0futur> check your firewall, incoming and outgoing, on both servers
 872 2014-03-18 10:29:15 <Rawdawg-> yea i did that ne0
 873 2014-03-18 10:29:22 <Rawdawg-> ne0futur*
 874 2014-03-18 10:29:24 <ne0futur> check debug.log and kernel logs
 875 2014-03-18 10:29:32 <Rawdawg-> k, 2 secs
 876 2014-03-18 10:29:37 <jouke> Rawdawg-: have you set allowip?
 877 2014-03-18 10:29:42 <Rawdawg-> ahhh
 878 2014-03-18 10:29:45 <Rawdawg-> thats it
 879 2014-03-18 10:29:51 <Rawdawg-> i knew it was something stupid lol
 880 2014-03-18 10:30:00 <antephialtic> Rawsawg-: after you get this working make sure you set up iptables to only allow rpc port access from trusted servers
 881 2014-03-18 10:30:01 <Rawdawg-> forgot to add that in lol
 882 2014-03-18 10:30:15 <ne0futur> +1 for a tight firewall setup
 883 2014-03-18 10:30:20 <ne0futur> incoming and outgoing, on both servers
 884 2014-03-18 10:30:28 <Rawdawg-> yea I have it setup to only allow from the other VPS
 885 2014-03-18 10:30:34 <Rawdawg-> not even my own ip lol
 886 2014-03-18 10:30:39 <antephialtic> good.
 887 2014-03-18 10:33:25 <ne0futur> Rawdawg-: so what was the pb ? firewall ?
 888 2014-03-18 10:33:43 <Rawdawg-> nope, it was the bitcoin.conf
 889 2014-03-18 10:33:52 <Rawdawg-> i forgot to set allowip to the other vps
 890 2014-03-18 10:33:53 jeewee has joined
 891 2014-03-18 10:34:01 <Rawdawg-> i knew it was gonna be something dumb like that lol
 892 2014-03-18 10:34:10 <Rawdawg-> been up 31 hours now
 893 2014-03-18 10:34:16 <Rawdawg-> im missing stupid shit
 894 2014-03-18 10:34:17 <Rawdawg-> lol
 895 2014-03-18 10:35:54 <Rawdawg-> top
 896 2014-03-18 10:35:55 <Rawdawg-> oops
 897 2014-03-18 10:37:07 <Rawdawg-> thank you very much guys!
 898 2014-03-18 10:37:17 <Rawdawg-> i am definatly bookmarking this channel :P
 899 2014-03-18 10:40:46 <ne0futur> dont forget to have a cold wallet ( securing most coins offline )
 900 2014-03-18 10:42:48 ziggamon has quit (Remote host closed the connection)
 901 2014-03-18 10:43:24 ziggamon has joined
 902 2014-03-18 10:43:34 <Rawdawg-> Yea I have a paper wallet I put in my safe at home for 75% of the sites funds
 903 2014-03-18 10:44:08 <ne0futur> seems good ;)
 904 2014-03-18 10:44:11 <Rawdawg-> I also have a VM inside of a usualy offline box (unless i need to send money) with a wallet on it too
 905 2014-03-18 10:44:29 <Rawdawg-> Cant screw around with other peoples money :P
 906 2014-03-18 10:44:41 one_zero has quit ()
 907 2014-03-18 10:45:05 <Rawdawg-> hmm, it didnt work
 908 2014-03-18 10:45:17 sirk390 has joined
 909 2014-03-18 10:46:10 <Rawdawg-> probably because i had the wrong IP haha
 910 2014-03-18 10:46:18 <Rawdawg-> i need to go to sleep after this one lol
 911 2014-03-18 10:47:31 ziggamon has quit (Ping timeout: 246 seconds)
 912 2014-03-18 10:54:22 <Rawdawg-> is it "allowip=ipaddress"?
 913 2014-03-18 10:54:33 <Rawdawg-> or rpcallowip=ipaddress
 914 2014-03-18 10:55:07 <Rawdawg-> nvm, found the awnser
 915 2014-03-18 10:55:40 iuyiujh has joined
 916 2014-03-18 10:56:19 shaileshg has quit (Quit: Connection closed for inactivity)
 917 2014-03-18 10:59:06 sirk390 has quit (Quit: Leaving.)
 918 2014-03-18 10:59:06 antephialtic has quit (Remote host closed the connection)
 919 2014-03-18 11:02:09 Imbue has joined
 920 2014-03-18 11:05:26 aegis has quit (Ping timeout: 252 seconds)
 921 2014-03-18 11:10:41 avantgeek has joined
 922 2014-03-18 11:10:42 yubrew has joined
 923 2014-03-18 11:10:44 lagarde has joined
 924 2014-03-18 11:13:43 hearn has quit (Quit: hearn)
 925 2014-03-18 11:14:34 drayah has joined
 926 2014-03-18 11:15:11 w1zman has quit ()
 927 2014-03-18 11:15:36 yubrew has quit (Ping timeout: 264 seconds)
 928 2014-03-18 11:16:44 lagarde has quit (Quit: Leaving)
 929 2014-03-18 11:17:09 WormDrink has quit (Remote host closed the connection)
 930 2014-03-18 11:17:39 viajero has joined
 931 2014-03-18 11:18:09 WormDrink has joined
 932 2014-03-18 11:19:10 pablog has joined
 933 2014-03-18 11:19:23 pablog has quit (Changing host)
 934 2014-03-18 11:19:23 pablog has joined
 935 2014-03-18 11:19:54 yeshuah__ is now known as yeshuah
 936 2014-03-18 11:20:21 paveljanik has joined
 937 2014-03-18 11:20:52 Jasmin68k has quit (Quit: Leaving.)
 938 2014-03-18 11:21:46 Namworld has quit ()
 939 2014-03-18 11:21:58 <kadoban> i've seen a few people say that 1111111111111111111114oLvT2  is the shortest possible BTC address, anyone know what's wrong with 11111111111111111111ufYVpS, if anything?
 940 2014-03-18 11:21:59 aschildbach has joined
 941 2014-03-18 11:23:24 pjanik has quit (Ping timeout: 264 seconds)
 942 2014-03-18 11:25:54 <Imbue> looks good to me
 943 2014-03-18 11:26:09 <Imbue> 4oLvT2 is the address that corresponds to ripemd160 = 0
 944 2014-03-18 11:27:27 <Imbue> the latter seems to be able to cram more in because of the way base58encode works
 945 2014-03-18 11:28:05 <kadoban> yeah...i wonder if there is actually anything wrong with it, because if not, then this thread i see linked to a lot is wrong, on how to verify btc addresses
 946 2014-03-18 11:28:09 <Imbue> another example is 11111111111111111111BZbvjr
 947 2014-03-18 11:28:15 <kadoban> not that it would ever come up in practice, but...
 948 2014-03-18 11:28:39 <Imbue> the ripemd of 0x00 is a special case because leading 0x00 is always represented as 1 in base58
 949 2014-03-18 11:28:44 JackH has quit (Quit: JackH)
 950 2014-03-18 11:29:34 antephialtic has joined
 951 2014-03-18 11:32:40 WormDrink has quit (Ping timeout: 246 seconds)
 952 2014-03-18 11:38:12 antephialtic has quit (Ping timeout: 264 seconds)
 953 2014-03-18 11:39:40 rdponticelli has left ("http://quassel-irc.org - Chat comfortably. Anywhere.")
 954 2014-03-18 11:40:42 MaxSan has quit (Quit: Leaving.)
 955 2014-03-18 11:41:19 blumenkraft has quit (Ping timeout: 246 seconds)
 956 2014-03-18 11:41:54 blumenkraft has joined
 957 2014-03-18 11:42:38 ninsei has quit (Ping timeout: 255 seconds)
 958 2014-03-18 11:43:37 paveljanik has quit (Quit: This computer has gone to sleep)
 959 2014-03-18 11:45:54 JackH has joined
 960 2014-03-18 11:46:15 xdotcomm_ has quit (Read error: Connection reset by peer)
 961 2014-03-18 11:46:59 xdotcommer has joined
 962 2014-03-18 11:48:08 <justanotheruser> Could someone explain why ECDSA-256 is only acceptable? Should I be worried at all that cisco doesn't classify it as meeting security and scalability requirements of the next 20 years? http://www.cisco.com/web/about/security/intelligence/nextgen_crypto.html
 963 2014-03-18 11:48:40 llllllllll has joined
 964 2014-03-18 11:48:59 <justanotheruser> -384 is NGE, so they seem to be assuming that there is a chance someone will be able to break 128 bit security
 965 2014-03-18 11:49:30 wizgot has quit (Ping timeout: 240 seconds)
 966 2014-03-18 11:49:58 _ImI_ has quit (Quit: _ImI_)
 967 2014-03-18 11:49:59 sanders has quit (Ping timeout: 252 seconds)
 968 2014-03-18 11:51:36 sanders has joined
 969 2014-03-18 11:52:49 <stonecoldpat> justanotheruser: http://crypto.stackexchange.com/questions/2482/how-strong-is-the-ecdsa-algorithm gives a decent explanation
 970 2014-03-18 11:55:42 <justanotheruser> stonecoldpat: doesn't seem to cover my question
 971 2014-03-18 11:56:57 paveljanik has joined
 972 2014-03-18 11:57:52 <stonecoldpat> justanotheruser: i realized that when i re-read your question sorry haha, well i guess the lowest acceptable bit-security to have nowadays, so it probably will be broken within the next 10 years
 973 2014-03-18 11:58:20 <justanotheruser> stonecoldpat: a bit scary. That means satoshis funds will be stolen
 974 2014-03-18 11:59:32 <justanotheruser> I would guess it's unlikely, but slightly possible
 975 2014-03-18 11:59:45 HeySteve2 has joined
 976 2014-03-18 12:00:18 HeySteve has quit (Ping timeout: 240 seconds)
 977 2014-03-18 12:00:32 <thermoman> with 0.9 do i still have to use fixwallet.py --notxes and bitcoind -rescan to get rid of the mutated TX in my wallet?
 978 2014-03-18 12:00:33 <Imbue> naively; is ecdsa actually in use with lower than 256 keysize? if so, wouldn't -256 be broken pre-384, in which case you have a prior warning mechanism
 979 2014-03-18 12:00:52 <Imbue> remove if so. doesn't make sense
 980 2014-03-18 12:01:34 upb has quit (Ping timeout: 245 seconds)
 981 2014-03-18 12:02:08 rdymac has quit (Excess Flood)
 982 2014-03-18 12:03:02 upb has joined
 983 2014-03-18 12:03:03 Persopolis has joined
 984 2014-03-18 12:03:08 <justanotheruser> Imbue: I don't think so. At least I haven't ever seen it mentioned
 985 2014-03-18 12:03:24 <Imbue> mentally i want to compare it to sha-256 vs -512
 986 2014-03-18 12:03:30 chel0nian has joined
 987 2014-03-18 12:03:32 <Imbue> but I am not well versed in the ways of ecdsa
 988 2014-03-18 12:04:47 <Imbue> i.e one would expect sha-256 to fall before sha-512 as they are similar in form
 989 2014-03-18 12:04:58 WormDrink has joined
 990 2014-03-18 12:04:58 yubrew has joined
 991 2014-03-18 12:06:08 rdymac has joined
 992 2014-03-18 12:06:41 Manfred_Karrer has quit (Read error: Connection reset by peer)
 993 2014-03-18 12:07:18 Manfred_Karrer has joined
 994 2014-03-18 12:08:20 Ad0 has quit (Read error: Operation timed out)
 995 2014-03-18 12:08:30 testnode9 has joined
 996 2014-03-18 12:08:38 Ad0 has joined
 997 2014-03-18 12:08:41 Dyaheon has quit (Ping timeout: 252 seconds)
 998 2014-03-18 12:08:48 anton000 has quit (Remote host closed the connection)
 999 2014-03-18 12:09:25 use_zfs_yo has quit (Write error: Connection reset by peer)
1000 2014-03-18 12:09:25 yubrew has quit (Ping timeout: 246 seconds)
1001 2014-03-18 12:09:38 flound1129 has quit (Read error: Operation timed out)
1002 2014-03-18 12:09:43 sturles has quit (Ping timeout: 240 seconds)
1003 2014-03-18 12:09:46 t3st3r has quit (Ping timeout: 265 seconds)
1004 2014-03-18 12:10:11 use_zfs_yo has joined
1005 2014-03-18 12:10:13 flound1129 has joined
1006 2014-03-18 12:10:19 helo has quit (Ping timeout: 245 seconds)
1007 2014-03-18 12:10:20 Traubert has quit (Ping timeout: 252 seconds)
1008 2014-03-18 12:10:37 kinlo has quit (Ping timeout: 264 seconds)
1009 2014-03-18 12:10:49 <wumpus> thermoman: bitcoind -zapwallettxes does the same
1010 2014-03-18 12:11:13 Diablo-D3 has quit (Ping timeout: 264 seconds)
1011 2014-03-18 12:11:13 adam3us has quit (Ping timeout: 264 seconds)
1012 2014-03-18 12:11:13 justusranvier has quit (Ping timeout: 264 seconds)
1013 2014-03-18 12:11:16 helo has joined
1014 2014-03-18 12:11:28 kinlo has joined
1015 2014-03-18 12:13:31 iuyiujh has quit (Quit: Leaving)
1016 2014-03-18 12:14:53 Dyaheon has joined
1017 2014-03-18 12:15:31 <thermoman> wumpus: does this remove *all* TX's or only the invalid ones?
1018 2014-03-18 12:15:43 <thermoman> wumpus: and do i need to run -rescan afterwards?
1019 2014-03-18 12:16:04 <wumpus> it removes all txes, just like fixwallet/rescan
1020 2014-03-18 12:16:12 <wumpus> and rescan is automatically enabled
1021 2014-03-18 12:17:16 justusranvier has joined
1022 2014-03-18 12:17:24 drayah has quit (Read error: Connection reset by peer)
1023 2014-03-18 12:17:53 sturles has joined
1024 2014-03-18 12:18:17 sturles is now known as Guest72259
1025 2014-03-18 12:18:21 drayah has joined
1026 2014-03-18 12:19:08 <thermoman> wumpus: ok, so i have to run bitcoind -zapwallettxes only once and everything should be good, right?
1027 2014-03-18 12:20:00 skinnkavaj has quit (Changing host)
1028 2014-03-18 12:20:00 skinnkavaj has joined
1029 2014-03-18 12:21:08 Traubert has joined
1030 2014-03-18 12:22:40 t3st3r has joined
1031 2014-03-18 12:24:07 <thermoman> am i right that each and every time this formula shoud be true? sum(listunspent 6) == sum(listaccounts 6) == getbalance "*" 6
1032 2014-03-18 12:24:23 <thermoman> because i have 2 wallets where this is the case
1033 2014-03-18 12:24:48 <thermoman> and one wallet where  sum(listunspent 6) == sum(listaccounts 6) but != getbalance "*" 6
1034 2014-03-18 12:24:49 adam3us has joined
1035 2014-03-18 12:25:12 <thermoman> getbalance reports here appr. half the value of the others
1036 2014-03-18 12:25:32 Guest72259 has quit (Changing host)
1037 2014-03-18 12:25:32 Guest72259 has joined
1038 2014-03-18 12:25:47 Guest72259 is now known as sturles
1039 2014-03-18 12:25:48 <thermoman> and i have one wallet where the sum of all listaccounts 6 differs for 0.00000004 from the other values
1040 2014-03-18 12:25:49 <wumpus> thermoman: yes, you should need to run it only once
1041 2014-03-18 12:25:53 ConvivialMatt has joined
1042 2014-03-18 12:25:56 <thermoman> wumpus: thanks
1043 2014-03-18 12:27:30 maraoz has joined
1044 2014-03-18 12:29:28 GNULinuxGuy has joined
1045 2014-03-18 12:29:35 iuyiujh has joined
1046 2014-03-18 12:29:54 ircuser-6 has quit (Ping timeout: 240 seconds)
1047 2014-03-18 12:29:55 BNCatDIGISHELL has quit (Read error: Connection reset by peer)
1048 2014-03-18 12:31:23 Raccoon has quit (Ping timeout: 252 seconds)
1049 2014-03-18 12:32:12 Keefe has quit (Read error: Operation timed out)
1050 2014-03-18 12:32:18 dims has quit (Ping timeout: 240 seconds)
1051 2014-03-18 12:32:37 WormDrink has quit (Remote host closed the connection)
1052 2014-03-18 12:32:41 WormDr1nk has joined
1053 2014-03-18 12:33:24 GNULinuxGuy has quit (Changing host)
1054 2014-03-18 12:33:24 GNULinuxGuy has joined
1055 2014-03-18 12:34:33 ziggamon has joined
1056 2014-03-18 12:35:17 dims has joined
1057 2014-03-18 12:41:39 ninsei has joined
1058 2014-03-18 12:43:22 <thermoman> wumpus: does this also shrink the wallet.dat file like the fixwallet.py script did?
1059 2014-03-18 12:43:43 paveljanik has quit (Ping timeout: 246 seconds)
1060 2014-03-18 12:44:44 Zarutian has joined
1061 2014-03-18 12:44:50 drayah has quit (Remote host closed the connection)
1062 2014-03-18 12:45:01 melvster has joined
1063 2014-03-18 12:45:26 drayah has joined
1064 2014-03-18 12:45:37 drayah has quit (Remote host closed the connection)
1065 2014-03-18 12:45:53 drayah has joined
1066 2014-03-18 12:46:44 Guyver2 has joined
1067 2014-03-18 12:51:25 johnsoft has quit (Ping timeout: 264 seconds)
1068 2014-03-18 12:52:20 <wumpus> that's the idea
1069 2014-03-18 12:52:30 rdymac has quit (Read error: Connection reset by peer)
1070 2014-03-18 12:52:34 johnsoft has joined
1071 2014-03-18 12:53:37 Zifre has joined
1072 2014-03-18 12:55:08 rdymac has joined
1073 2014-03-18 12:56:23 drayah has quit (Remote host closed the connection)
1074 2014-03-18 12:56:37 GMP has quit (Ping timeout: 252 seconds)
1075 2014-03-18 12:57:01 drayah has joined
1076 2014-03-18 12:57:04 Zifre has quit (Read error: Connection reset by peer)
1077 2014-03-18 12:57:50 Raccoon has joined
1078 2014-03-18 12:58:12 BNCatDIGISHELL has joined
1079 2014-03-18 12:58:14 gasteve has quit (Ping timeout: 255 seconds)
1080 2014-03-18 12:58:58 rdymac has quit (Excess Flood)
1081 2014-03-18 12:59:09 yubrew has joined
1082 2014-03-18 13:01:13 drayah has quit (Ping timeout: 246 seconds)
1083 2014-03-18 13:01:45 rdponticelli has joined
1084 2014-03-18 13:01:50 pbuchan has joined
1085 2014-03-18 13:02:08 rdymac has joined
1086 2014-03-18 13:03:19 dexX7 has quit (Read error: Connection reset by peer)
1087 2014-03-18 13:04:01 yubrew has quit (Ping timeout: 264 seconds)
1088 2014-03-18 13:07:01 ryanxcharles has joined
1089 2014-03-18 13:10:35 <gavinandresen_> thermoman: you get sum(listunspent 6) != getbalance "*" 6  running 0.9 ?
1090 2014-03-18 13:13:44 CheckDavid has joined
1091 2014-03-18 13:14:06 paveljanik has joined
1092 2014-03-18 13:15:56 <thermoman> gavinandresen_: yes
1093 2014-03-18 13:16:04 ircuser-6 has joined
1094 2014-03-18 13:16:22 <jouke> hmm, I believe I noticed something similar recently
1095 2014-03-18 13:16:57 <gavinandresen_> thermoman: then there is a bug in getbalance still.
1096 2014-03-18 13:16:57 <jouke> didn't have the time to fully look into it
1097 2014-03-18 13:17:00 davout has quit (Quit: kthxbye)
1098 2014-03-18 13:17:07 maraoz has quit (Read error: Connection reset by peer)
1099 2014-03-18 13:17:54 ConvivialMatt has quit (Quit: ConvivialMatt)
1100 2014-03-18 13:18:14 <gavinandresen_> so… y'all know that none of us core developer run big wallet-intensive websites where we might encouter weird edge-case bugs, right?
1101 2014-03-18 13:18:46 b4epoche has joined
1102 2014-03-18 13:18:47 <gavinandresen_> In other words:  you shouldn't expect us to be finding and fixing bugs that only turn up if you have wallets with gazillions of transactions in them
1103 2014-03-18 13:18:52 <jouke> I know and I normally try to react on it
1104 2014-03-18 13:19:08 <jouke> but sometimes we aremtoo busy :(
1105 2014-03-18 13:19:50 <gavinandresen_> if you're handling other people's money, then "too busy" to track down a balance discrepancy is just plain irresponsible
1106 2014-03-18 13:20:17 rdymac has quit (Read error: Connection reset by peer)
1107 2014-03-18 13:20:18 <jouke> yeah, we don't do that >_>
1108 2014-03-18 13:20:29 funky has quit (Quit: Leaving.)
1109 2014-03-18 13:20:50 dexX7 has joined
1110 2014-03-18 13:20:57 <gavinandresen_> jouke: good to hear.
1111 2014-03-18 13:21:20 <jouke> I know when to prioritize. this wasn't a high priority item, because our systems doesn't use the calls
1112 2014-03-18 13:21:20 pablog has quit (Quit: pablog)
1113 2014-03-18 13:21:36 mn3monic has quit (Read error: Connection reset by peer)
1114 2014-03-18 13:21:49 <epscy> isn't it known that the account stuff in bitcoind is a bit buggy?
1115 2014-03-18 13:22:06 <Apocalyptic> it is, but what they are discussing has no relation to accounts whatsoever
1116 2014-03-18 13:23:54 <gavinandresen_> epscy: I fixed several getbalance bugs for the 0.9 release (including a couple of accounts-specific bugs, if I recall correctly)
1117 2014-03-18 13:28:08 rdymac has joined
1118 2014-03-18 13:33:49 nickler has joined
1119 2014-03-18 13:34:49 drayah has joined
1120 2014-03-18 13:35:35 JackH has quit (Ping timeout: 255 seconds)
1121 2014-03-18 13:36:04 Lexa has quit (Remote host closed the connection)
1122 2014-03-18 13:36:24 * helo creates a magical 'testnetify' wallet tool that allows jouke to share his buggy wallet without sharing any sensitive info
1123 2014-03-18 13:36:55 JackH has joined
1124 2014-03-18 13:37:05 <helo> i guess with testnet-in-a-box someone could potentially construct a blockchain where such a thing would be possible
1125 2014-03-18 13:37:49 kermit has quit (Quit: Leaving.)
1126 2014-03-18 13:37:50 mn3monic has joined
1127 2014-03-18 13:38:24 kermit has joined
1128 2014-03-18 13:38:47 mn3monic has quit (Read error: Connection reset by peer)
1129 2014-03-18 13:42:01 sserrano44 has joined
1130 2014-03-18 13:43:34 Lexa has joined
1131 2014-03-18 13:45:36 neofutur has quit (Ping timeout: 264 seconds)
1132 2014-03-18 13:46:12 ne0futur has quit (Ping timeout: 264 seconds)
1133 2014-03-18 13:46:39 deego has quit (Ping timeout: 265 seconds)
1134 2014-03-18 13:46:59 saulimus has joined
1135 2014-03-18 13:49:48 chel0nian has quit (Ping timeout: 264 seconds)
1136 2014-03-18 13:50:48 gasteve has joined
1137 2014-03-18 13:50:48 gasteve has quit (Changing host)
1138 2014-03-18 13:50:48 gasteve has joined
1139 2014-03-18 13:52:45 rastapopuloto has joined
1140 2014-03-18 13:52:48 abrkn has quit (Ping timeout: 264 seconds)
1141 2014-03-18 13:52:54 neofutur has joined
1142 2014-03-18 13:53:10 ne0futur has joined
1143 2014-03-18 13:53:19 yubrew has joined
1144 2014-03-18 13:54:25 airq has quit (Remote host closed the connection)
1145 2014-03-18 13:54:51 airq has joined
1146 2014-03-18 13:54:56 mn3monic has joined
1147 2014-03-18 13:56:04 Cusipzzz has quit (Ping timeout: 240 seconds)
1148 2014-03-18 13:57:35 ne0futur has quit (Ping timeout: 252 seconds)
1149 2014-03-18 13:57:38 neofutur has quit (Ping timeout: 255 seconds)
1150 2014-03-18 13:58:08 yubrew has quit (Ping timeout: 252 seconds)
1151 2014-03-18 13:58:14 HANTI is now known as hanti
1152 2014-03-18 13:58:15 davout has joined
1153 2014-03-18 13:59:14 airq has quit (Ping timeout: 252 seconds)
1154 2014-03-18 14:01:37 ConvivialMatt has joined
1155 2014-03-18 14:02:46 Cusipzzz has joined
1156 2014-03-18 14:03:10 Cusipzzz is now known as Guest38302
1157 2014-03-18 14:03:23 airq has joined
1158 2014-03-18 14:04:14 neofutur has joined
1159 2014-03-18 14:04:22 ne0futur1 has joined
1160 2014-03-18 14:04:24 neofutur has quit (Changing host)
1161 2014-03-18 14:04:24 neofutur has joined
1162 2014-03-18 14:05:36 Ghaleon_ has joined
1163 2014-03-18 14:05:49 yubrew has joined
1164 2014-03-18 14:06:23 airq has quit (Remote host closed the connection)
1165 2014-03-18 14:06:43 RazielZ has joined
1166 2014-03-18 14:06:49 airq has joined
1167 2014-03-18 14:08:19 Raziel has quit (Ping timeout: 246 seconds)
1168 2014-03-18 14:09:37 <ThomasZ> anyone can point me in the direction of an alternative to blockchain.info for checking transfers?
1169 2014-03-18 14:09:59 <shesek> ThomasZ, webbtc
1170 2014-03-18 14:10:04 <lianj> webbtc
1171 2014-03-18 14:10:06 <shesek> blockr.io
1172 2014-03-18 14:10:08 <shesek> blockexplorer.com
1173 2014-03-18 14:10:22 <ThomasZ> heh, thanks :)  I'll bookmark them all
1174 2014-03-18 14:11:20 airq has quit (Ping timeout: 252 seconds)
1175 2014-03-18 14:11:34 smash has joined
1176 2014-03-18 14:14:00 aegis has joined
1177 2014-03-18 14:16:17 <buZz> ./bitcoind gettransaction TXIDHERE
1178 2014-03-18 14:16:37 smash has quit (Ping timeout: 264 seconds)
1179 2014-03-18 14:17:56 owowo has quit (Ping timeout: 252 seconds)
1180 2014-03-18 14:18:57 <helo> buZz: not likely to work without -txindex
1181 2014-03-18 14:19:11 <Apocalyptic> ^
1182 2014-03-18 14:19:17 Ghaleon_ has quit (Quit: Ghaleon_)
1183 2014-03-18 14:20:00 _ImI_ has joined
1184 2014-03-18 14:20:03 benrcole has quit (Quit: Leaving.)
1185 2014-03-18 14:20:16 <buZz> sure?
1186 2014-03-18 14:20:30 * buZz grabs random tx
1187 2014-03-18 14:20:49 <buZz> 5007041215d1c95f6c3fda568b0ca71a597928a6eefbe5736f1d85d3543353df
1188 2014-03-18 14:21:15 <buZz> ah
1189 2014-03-18 14:21:16 <buZz> error: {"code":-5,"message":"Invalid or non-wallet transaction id"}
1190 2014-03-18 14:21:16 <helo> if it is in the utxo, it should work
1191 2014-03-18 14:21:38 <helo> afaik...
1192 2014-03-18 14:21:42 <buZz> bye :)
1193 2014-03-18 14:21:56 [\\\] has quit (Ping timeout: 255 seconds)
1194 2014-03-18 14:22:39 tjopper has joined
1195 2014-03-18 14:22:46 rastapopuloto has left ("Leaving")
1196 2014-03-18 14:23:07 <helo> well i guess not. it could be much cheaper to save just the outputs, and not the full txes they are in.
1197 2014-03-18 14:25:23 mn3monic has quit (Read error: Connection reset by peer)
1198 2014-03-18 14:25:23 <Apocalyptic> <helo> if it is in the utxo, it should work // it only works if the tx is wallet-related
1199 2014-03-18 14:25:31 <Apocalyptic> without -txindex that is
1200 2014-03-18 14:26:01 <buZz> what would -txindex need to be to read abritrary txid through the wallet?
1201 2014-03-18 14:26:06 airq has joined
1202 2014-03-18 14:27:10 airq has quit (Remote host closed the connection)
1203 2014-03-18 14:27:36 airq has joined
1204 2014-03-18 14:28:40 daybyter has joined
1205 2014-03-18 14:28:44 Contex has quit (Remote host closed the connection)
1206 2014-03-18 14:28:51 deego has joined
1207 2014-03-18 14:30:05 justanotheruser is now known as just[dead]
1208 2014-03-18 14:30:07 petcat has joined
1209 2014-03-18 14:31:03 MoALTz has quit (Read error: Connection reset by peer)
1210 2014-03-18 14:31:33 Joric has joined
1211 2014-03-18 14:31:34 benrcole has joined
1212 2014-03-18 14:31:37 owowo has joined
1213 2014-03-18 14:32:09 Contex has joined
1214 2014-03-18 14:32:14 airq has quit (Ping timeout: 252 seconds)
1215 2014-03-18 14:33:21 Ursium has joined
1216 2014-03-18 14:33:32 <shesek> anyone going to CoinSummit next week?
1217 2014-03-18 14:33:45 Lexa has quit (Remote host closed the connection)
1218 2014-03-18 14:34:45 MoALTz has joined
1219 2014-03-18 14:35:08 <helo> buZz: basically what it says. it builds a database that indexes the location in the blockhain of all txids.
1220 2014-03-18 14:35:41 <buZz> ahhh ok
1221 2014-03-18 14:36:08 <buZz> so if you wanted to do that, you would need to push them all in that database?
1222 2014-03-18 14:36:14 <helo> yep
1223 2014-03-18 14:36:29 <buZz> thats a lot of transactions ..
1224 2014-03-18 14:36:49 MoALTz has quit (Client Quit)
1225 2014-03-18 14:37:01 <helo> -utxo-txindex would be a nice middle ground
1226 2014-03-18 14:37:20 <helo> (just indexing the transactions with unspent outputs)
1227 2014-03-18 14:37:33 <helo> *might be a nice middle ground
1228 2014-03-18 14:37:55 <stonecoldpat> that would be nice, but would it not require a lot of keeping up to date ?
1229 2014-03-18 14:38:23 _ImI_ has quit (Quit: _ImI_)
1230 2014-03-18 14:38:33 Keefe has joined
1231 2014-03-18 14:38:40 <buZz> i still dont see how that would allow to lookup any txid
1232 2014-03-18 14:39:25 <stonecoldpat> Buzz, you need to do ./bitcoind -reindex
1233 2014-03-18 14:39:29 <stonecoldpat> before you can use ./bitcoind -txindex
1234 2014-03-18 14:39:39 <stonecoldpat> (i'm actually doing it right now, takes hours)
1235 2014-03-18 14:39:46 <buZz> doesnt -reindex just work for your own wallet
1236 2014-03-18 14:39:55 hmsimha has quit (Ping timeout: 246 seconds)
1237 2014-03-18 14:39:56 MolokoDesk has quit (Ping timeout: 255 seconds)
1238 2014-03-18 14:40:00 <stonecoldpat> you can do ./bitcoind -reindex -txindex and as it processes the transactions, you can look them up
1239 2014-03-18 14:40:06 <stonecoldpat> no, it does it for all transactions
1240 2014-03-18 14:40:10 nessence has quit (Remote host closed the connection)
1241 2014-03-18 14:40:13 <buZz> even not yours?
1242 2014-03-18 14:40:16 <stonecoldpat> yes
1243 2014-03-18 14:40:18 ryanxcharles has quit (Remote host closed the connection)
1244 2014-03-18 14:40:28 <buZz> i'm quite sure you will get error: {"code":-5,"message":"Invalid or non-wallet transaction id"}
1245 2014-03-18 14:40:39 nessence has joined
1246 2014-03-18 14:40:58 _ImI_ has joined
1247 2014-03-18 14:40:58 <buZz> after doing this; ./bitcoind gettransaction 5007041215d1c95f6c3fda568b0ca71a597928a6eefbe5736f1d85d3543353df
1248 2014-03-18 14:41:20 MoALTz has joined
1249 2014-03-18 14:41:37 <stonecoldpat> it wotn work for gettransaction
1250 2014-03-18 14:41:41 <stonecoldpat> but it will for getrawtransaction
1251 2014-03-18 14:41:57 <buZz> oh it does! tnx
1252 2014-03-18 14:41:59 mpescador has joined
1253 2014-03-18 14:42:16 <buZz> some day i'll try to figure out how to decode that output ;)
1254 2014-03-18 14:42:28 <stonecoldpat> ./bitcoind decoderawtransaction
1255 2014-03-18 14:42:34 <stonecoldpat> gives you a nice JSON version
1256 2014-03-18 14:43:31 paveljanik has quit (Quit: This computer has gone to sleep)
1257 2014-03-18 14:43:35 <buZz> nice!
1258 2014-03-18 14:43:48 MaxSan has joined
1259 2014-03-18 14:43:49 <buZz> how could i work out what the amount of confirmations is though?
1260 2014-03-18 14:44:12 gpmnlxdw has joined
1261 2014-03-18 14:44:14 <buZz> i noticed confirmations lacking in many block explorers, so i guess its related to rawtransaction not outputting it?
1262 2014-03-18 14:44:23 roidster has joined
1263 2014-03-18 14:44:27 <mpescador> hello everybody! I've got a question: is there a maximum transaction size?
1264 2014-03-18 14:44:31 roidster is now known as Guest97452
1265 2014-03-18 14:44:36 <buZz> mpescador: should be 50M
1266 2014-03-18 14:44:46 DougieBot5000 has joined
1267 2014-03-18 14:44:55 <buZz> at least, it is on most coins
1268 2014-03-18 14:45:10 <helo> ./getrawtransaction <txid> 1
1269 2014-03-18 14:45:10 <mpescador> i thought the maximum block size was 1 MB
1270 2014-03-18 14:45:13 <helo> (for nice output)
1271 2014-03-18 14:45:20 nessence has quit (Ping timeout: 255 seconds)
1272 2014-03-18 14:45:29 <mpescador> so I thought a transaction had to be smaller than that
1273 2014-03-18 14:45:33 <buZz> helo: ah, that just decodes it all the time
1274 2014-03-18 14:45:35 <stonecoldpat> just find out what block it was included in, but i dont know how to do it from the top of my head
1275 2014-03-18 14:45:38 <helo> mpescador: you are correct. well, 1000000 bytes
1276 2014-03-18 14:46:49 <mpescador> is the maximum transaction size then 1000000 bytes minus the size of the header?
1277 2014-03-18 14:47:13 Persopolis has quit ()
1278 2014-03-18 14:48:14 ziggamon has quit (Remote host closed the connection)
1279 2014-03-18 14:48:38 Lexa has joined
1280 2014-03-18 14:48:57 ziggamon has joined
1281 2014-03-18 14:49:22 gpmnlxdw has quit (Ping timeout: 246 seconds)
1282 2014-03-18 14:49:34 <gavinandresen_> mpescador: maximum transaction size that will be relayed and mined by most miners is 100,000 bytes
1283 2014-03-18 14:52:43 <mpescador> thanks, but I just ran into a transaction that is 112 kB, so is there also a maximum valid transaction size (even though it won't be relayed by most miners)?
1284 2014-03-18 14:53:13 ziggamon has quit (Ping timeout: 246 seconds)
1285 2014-03-18 14:53:54 <gavinandresen_> mpescador: I'd have to look, but the maximum block size (1MB) is the practical limit
1286 2014-03-18 14:54:20 coingenuity has quit (Ping timeout: 255 seconds)
1287 2014-03-18 14:54:21 <mpescador> ok thanks a lot
1288 2014-03-18 14:56:30 [\\\] has joined
1289 2014-03-18 14:57:15 <stonecoldpat> in the code, typedef std::vector<unsigned char, secure_allocator<unsigned char>> CPrivKey .... whats the best way to access the unsigned chars for it? i'm not familiar with double-barroled c++ vectors
1290 2014-03-18 14:57:54 mljsimone is now known as off!~hashdogs@hashdogs.org|mljsimone
1291 2014-03-18 14:58:30 <stonecoldpat> (sorry if my question is too specific!)
1292 2014-03-18 15:04:04 hearn has joined
1293 2014-03-18 15:04:08 ryanxcharles has joined
1294 2014-03-18 15:04:17 airq has joined
1295 2014-03-18 15:04:55 <helo> stonecoldpat: perhaps ##c++ would be more helpful
1296 2014-03-18 15:05:24 airq has quit (Remote host closed the connection)
1297 2014-03-18 15:05:31 mpescador_ has joined
1298 2014-03-18 15:05:35 mpescador has quit (Ping timeout: 255 seconds)
1299 2014-03-18 15:05:35 ninsei has quit (Ping timeout: 255 seconds)
1300 2014-03-18 15:05:50 airq has joined
1301 2014-03-18 15:06:07 torsthaldo has joined
1302 2014-03-18 15:06:44 ninsei has joined
1303 2014-03-18 15:08:33 gpmnlxdw has joined
1304 2014-03-18 15:10:44 airq has quit (Ping timeout: 252 seconds)
1305 2014-03-18 15:10:45 GMP has joined
1306 2014-03-18 15:11:26 ninsei has quit (Ping timeout: 255 seconds)
1307 2014-03-18 15:12:30 Keefe has quit (Ping timeout: 252 seconds)
1308 2014-03-18 15:14:29 shaileshg has joined
1309 2014-03-18 15:14:49 Keefe has joined
1310 2014-03-18 15:15:56 pooler has quit (Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140218135856])
1311 2014-03-18 15:16:49 ninsei has joined
1312 2014-03-18 15:17:54 ninsei_ has joined
1313 2014-03-18 15:17:55 grandmaster has joined
1314 2014-03-18 15:18:54 pooler has joined
1315 2014-03-18 15:20:30 grandmaster has quit (Client Quit)
1316 2014-03-18 15:21:20 ninsei has quit (Ping timeout: 255 seconds)
1317 2014-03-18 15:21:49 gpmnlxdw has quit (Remote host closed the connection)
1318 2014-03-18 15:22:01 mpescador_ has quit (Ping timeout: 264 seconds)
1319 2014-03-18 15:30:05 hearn has quit (Remote host closed the connection)
1320 2014-03-18 15:30:07 ziggamon has joined
1321 2014-03-18 15:30:37 hearn has joined
1322 2014-03-18 15:31:05 nickler has quit (Ping timeout: 252 seconds)
1323 2014-03-18 15:33:06 ninsei_ has quit (Quit: -a- Connection Timed Out)
1324 2014-03-18 15:33:22 blumenkraft has quit (Ping timeout: 246 seconds)
1325 2014-03-18 15:33:24 ninsei has joined
1326 2014-03-18 15:33:37 rotzoll has joined
1327 2014-03-18 15:34:37 ziggamon has quit (Ping timeout: 264 seconds)
1328 2014-03-18 15:34:44 ukfire has joined
1329 2014-03-18 15:36:11 firelegend has quit (Ping timeout: 255 seconds)
1330 2014-03-18 15:40:29 Guest38302 is now known as Cusipzzz
1331 2014-03-18 15:40:35 Cusipzzz has quit (Changing host)
1332 2014-03-18 15:40:35 Cusipzzz has joined
1333 2014-03-18 15:41:25 ninsei_ has joined
1334 2014-03-18 15:43:09 sbrossie has joined
1335 2014-03-18 15:43:10 t7 has quit (Quit: home)
1336 2014-03-18 15:44:20 ninsei__ has joined
1337 2014-03-18 15:44:44 ninsei has quit (Ping timeout: 255 seconds)
1338 2014-03-18 15:46:05 ninsei_ has quit (Ping timeout: 255 seconds)
1339 2014-03-18 15:46:37 blumenkraft has joined
1340 2014-03-18 15:46:58 ninsei has joined
1341 2014-03-18 15:47:05 Joric has quit ()
1342 2014-03-18 15:47:14 ninsei has quit (Max SendQ exceeded)
1343 2014-03-18 15:48:04 ninsei has joined
1344 2014-03-18 15:48:15 ninsei has quit (Max SendQ exceeded)
1345 2014-03-18 15:49:04 ninsei has joined
1346 2014-03-18 15:49:14 ninsei has quit (Max SendQ exceeded)
1347 2014-03-18 15:50:58 uiop has quit (Ping timeout: 246 seconds)
1348 2014-03-18 15:51:02 ninsei__ has quit (Ping timeout: 255 seconds)
1349 2014-03-18 15:53:06 nessence has joined
1350 2014-03-18 15:53:35 uiop has joined
1351 2014-03-18 15:54:03 <davout> why does getrawtransaction return an array of addresses for each vout ?
1352 2014-03-18 15:54:29 ninsei has joined
1353 2014-03-18 15:54:32 <davout> in which case could you have more than one address for a tx out ?
1354 2014-03-18 15:54:45 <gavinandresen_> davec: multisig transactions
1355 2014-03-18 15:54:59 <gavinandresen_> err, davout
1356 2014-03-18 15:55:40 daybyter has quit (Quit: Konversation terminated!)
1357 2014-03-18 15:55:45 <gavinandresen_> davout: (non-p2sh-multisig transactions where you pay to multiple public keys, which can be expressed as an array of addresses)
1358 2014-03-18 15:57:04 <davout> gavinandresen_: ok, in that case you don't really have the information of how many signatures are required to redeem the out, i mean without looking at the actual script
1359 2014-03-18 15:57:24 <gavinandresen_> davout: yup
1360 2014-03-18 15:58:04 <gavinandresen_> davout: oh, and you might get an empty array if the scriptPubKey can't be expressed as one or more addresses.
1361 2014-03-18 15:58:07 <davout> gavinandresen_: ok, thanks a lot, i'll just filter on "type" : "pubkeyhash" to get the "usual" txes
1362 2014-03-18 15:58:27 <davout> yeah, that makes sense
1363 2014-03-18 15:59:52 <davout> gavinandresen_: thanks for the answers!
1364 2014-03-18 16:00:08 nessence has quit ()
1365 2014-03-18 16:01:27 damethos has joined
1366 2014-03-18 16:02:43 paveljanik has joined
1367 2014-03-18 16:03:28 ziggamon has joined
1368 2014-03-18 16:03:31 askmike has joined
1369 2014-03-18 16:05:53 ninsei has quit (Ping timeout: 255 seconds)
1370 2014-03-18 16:06:20 ne0futur1 has quit (Ping timeout: 255 seconds)
1371 2014-03-18 16:06:37 neofutur has quit (Ping timeout: 264 seconds)
1372 2014-03-18 16:06:43 Burrito has quit (Ping timeout: 246 seconds)
1373 2014-03-18 16:07:07 Belxjander has quit (Quit: System Restarting!!!)
1374 2014-03-18 16:07:13 deego has quit (Ping timeout: 264 seconds)
1375 2014-03-18 16:07:23 ryanxcharles has quit (Remote host closed the connection)
1376 2014-03-18 16:07:49 ninsei has joined
1377 2014-03-18 16:09:00 <rotzoll> dogecoin is the teenager of bitcoin
1378 2014-03-18 16:09:00 Belxjander has joined
1379 2014-03-18 16:09:20 <rotzoll> sorry wrong window
1380 2014-03-18 16:09:42 ryanxcha_ has joined
1381 2014-03-18 16:13:26 CheckDavid has quit (Quit: Connection closed for inactivity)
1382 2014-03-18 16:13:33 Ghaleon_ has joined
1383 2014-03-18 16:13:37 jordandotdev has joined
1384 2014-03-18 16:14:29 Guest97452 is now known as roidster
1385 2014-03-18 16:16:46 _ImI_ has quit (Quit: _ImI_)
1386 2014-03-18 16:18:55 Eagle[TM] is now known as EagleTM
1387 2014-03-18 16:18:55 Soligor has joined
1388 2014-03-18 16:20:02 <michagogo> cloud!uid14316@wikia/Michagogo|Hm, a transaction in my wallet has become conflicted
1389 2014-03-18 16:20:05 <michagogo> cloud!uid14316@wikia/Michagogo|And I can't tell why
1390 2014-03-18 16:20:17 <michagogo> cloud!uid14316@wikia/Michagogo|"confirmations" : -1, "walletconflicts" : []
1391 2014-03-18 16:20:51 <michagogo> cloud!uid14316@wikia/Michagogo|Listed with a ! in the transactions tab
1392 2014-03-18 16:21:03 airq has joined
1393 2014-03-18 16:21:08 Zarutian has quit (Ping timeout: 252 seconds)
1394 2014-03-18 16:21:11 qwebirc27109 has quit (Quit: Page closed)
1395 2014-03-18 16:23:34 viajero has quit (Quit: viajero)
1396 2014-03-18 16:24:28 airq has quit (Remote host closed the connection)
1397 2014-03-18 16:24:54 airq has joined
1398 2014-03-18 16:27:10 sbrossie has quit (Quit: Leaving.)
1399 2014-03-18 16:27:56 ninsei has quit (Ping timeout: 255 seconds)
1400 2014-03-18 16:29:22 Coincidental has joined
1401 2014-03-18 16:29:23 airq has quit (Ping timeout: 252 seconds)
1402 2014-03-18 16:29:44 askmike has quit (Remote host closed the connection)
1403 2014-03-18 16:30:01 debiantoruser has quit (Ping timeout: 264 seconds)
1404 2014-03-18 16:31:35 Guyver2 has quit (Ping timeout: 252 seconds)
1405 2014-03-18 16:31:36 JackH has quit (Quit: JackH)
1406 2014-03-18 16:32:01 Eiii has joined
1407 2014-03-18 16:32:34 _ImI_ has joined
1408 2014-03-18 16:33:06 cagedwisdom_ has quit (Remote host closed the connection)
1409 2014-03-18 16:33:19 ninsei_ has joined
1410 2014-03-18 16:33:56 Keefe has quit (Ping timeout: 252 seconds)
1411 2014-03-18 16:34:51 Keefe has joined
1412 2014-03-18 16:35:46 markus__ has joined
1413 2014-03-18 16:36:30 abossard has quit (Quit: abossard)
1414 2014-03-18 16:38:51 jeewee has quit (Quit: Leaving.)
1415 2014-03-18 16:40:20 WormDr1nk has quit (Ping timeout: 246 seconds)
1416 2014-03-18 16:40:41 skinnkavaj has quit (Ping timeout: 246 seconds)
1417 2014-03-18 16:41:14 nickler has joined
1418 2014-03-18 16:41:26 brson has joined
1419 2014-03-18 16:42:25 ninsei_ has quit (Quit: -a- Connection Timed Out)
1420 2014-03-18 16:42:39 ninsei has joined
1421 2014-03-18 16:43:08 t7 has joined
1422 2014-03-18 16:43:15 Burrito has joined
1423 2014-03-18 16:43:28 jtimon has joined
1424 2014-03-18 16:44:41 KawalGrover has joined
1425 2014-03-18 16:44:54 debiantoruser has joined
1426 2014-03-18 16:46:01 <davout> does rpcallowip take ranges ?
1427 2014-03-18 16:46:13 <davout> or just single ips? comma separated ?
1428 2014-03-18 16:46:19 berndj has quit (Ping timeout: 240 seconds)
1429 2014-03-18 16:46:34 nullp has joined
1430 2014-03-18 16:46:37 <davout> hmm, apparently not
1431 2014-03-18 16:46:45 <jaakkos> use iptables instead?
1432 2014-03-18 16:47:27 <davout> jaakkos: it'd be nice to use both
1433 2014-03-18 16:48:04 <topace> i seem to recall specifying it with /slash subnet and it worked
1434 2014-03-18 16:48:36 <topace> 192.168.1.0/24
1435 2014-03-18 16:48:42 <jaakkos> davout: you could also set up VPN, eg. with OpenVPN
1436 2014-03-18 16:48:43 <topace> maybe im remembering incorrectly
1437 2014-03-18 16:48:52 <jaakkos> and only communicate through that
1438 2014-03-18 16:49:06 <jaakkos> that's what i do...
1439 2014-03-18 16:49:12 <davout> topace: the wiki seems to disagree :-)
1440 2014-03-18 16:49:19 <davout> jaakkos: well, that's what i did
1441 2014-03-18 16:49:37 drayah has quit (Remote host closed the connection)
1442 2014-03-18 16:49:40 <sipa> iirc subnet specification is supported, but i never used it
1443 2014-03-18 16:49:51 <davout> jaakkos: allowing external IPs without ensuring transport-level encryption, not good
1444 2014-03-18 16:50:01 <sipa> yeah
1445 2014-03-18 16:50:08 <jaakkos> so you use the VPN now?
1446 2014-03-18 16:50:12 drayah has joined
1447 2014-03-18 16:50:12 <davout> sipa topace i'll trust you guys and give it a shot
1448 2014-03-18 16:50:18 <davout> jaakkos: yep
1449 2014-03-18 16:50:25 <jaakkos> yeah
1450 2014-03-18 16:50:48 <gavinandresen_> … i thought the only syntax supported was 192.168.1.*   … but it is very possible the / syntax was added
1451 2014-03-18 16:51:09 <hearn> hello
1452 2014-03-18 16:52:16 avantgeek has quit ()
1453 2014-03-18 16:52:31 ryanxcha_ has quit (Remote host closed the connection)
1454 2014-03-18 16:53:06 ryanxcharles has joined
1455 2014-03-18 16:53:25 <wumpus> yes the only syntax supported is 1.2.3.*
1456 2014-03-18 16:53:33 travj has joined
1457 2014-03-18 16:53:52 <wumpus> it does a wildcard match on the rpcallowips, not a subnet match
1458 2014-03-18 16:54:06 <gavinandresen_> wumpus: do you think it is time to tag 0.9.0 final ?  rc3 is looking stable from my point of view
1459 2014-03-18 16:54:37 drayah has quit (Ping timeout: 264 seconds)
1460 2014-03-18 16:54:53 <wumpus> gavinandresen_: ack
1461 2014-03-18 16:55:14 ryanxcha_ has joined
1462 2014-03-18 16:55:16 <gavinandresen_> Anybody else have any issues with 0.9.0rc3?  Last call....
1463 2014-03-18 16:56:05 jrklein has quit (Remote host closed the connection)
1464 2014-03-18 16:57:07 ryanxcharles has quit (Ping timeout: 240 seconds)
1465 2014-03-18 16:58:01 jrmithdobbs has quit (Ping timeout: 264 seconds)
1466 2014-03-18 16:58:04 drayah has joined
1467 2014-03-18 16:58:38 topace has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
1468 2014-03-18 16:58:41 jrklein has joined
1469 2014-03-18 16:59:15 <gavinandresen_> wumpus: ok, going to tag commit 92d25e (current 0.9.0 branch HEAD) as v0.9.0  :  the four commits since 0.9.0rc3 are all documentation or build system
1470 2014-03-18 16:59:34 <jtimon> no issues, just congratulate all core develpers, not only it has new important features but also looks much more readable
1471 2014-03-18 17:00:50 <wumpus> gavinandresen_: indeed, there have been no code changes after rc3
1472 2014-03-18 17:01:32 jrmithdobbs has joined
1473 2014-03-18 17:01:49 rdymac has quit (Excess Flood)
1474 2014-03-18 17:01:51 derbumi has joined
1475 2014-03-18 17:02:09 <gavinandresen_> * [new tag]         v0.9.0 -> v0.9.0
1476 2014-03-18 17:02:36 kermit has quit (Quit: Leaving.)
1477 2014-03-18 17:02:53 drayah has quit (Remote host closed the connection)
1478 2014-03-18 17:03:08 rdymac has joined
1479 2014-03-18 17:03:57 Neozonz has joined
1480 2014-03-18 17:03:57 Neozonz has quit (Disc!~Neozonz@198-84-191-16.cpe.teksavvy.com|Changing host)
1481 2014-03-18 17:03:57 Neozonz has joined
1482 2014-03-18 17:04:22 MolokoDeck has joined
1483 2014-03-18 17:04:59 HeySteve2 has quit (Read error: Connection reset by peer)
1484 2014-03-18 17:05:10 HeySteve has joined
1485 2014-03-18 17:05:10 HeySteve has quit (Changing host)
1486 2014-03-18 17:05:10 HeySteve has joined
1487 2014-03-18 17:05:41 iuyiujh has quit (Ping timeout: 252 seconds)
1488 2014-03-18 17:06:43 Neozonz has quit (Discx2!~Neozonz@unaffiliated/neozonz|Ping timeout: 240 seconds)
1489 2014-03-18 17:07:09 tombtc has joined
1490 2014-03-18 17:08:09 ConvivialMatt has quit (Quit: ConvivialMatt)
1491 2014-03-18 17:08:13 jrmithdobbs has quit (Ping timeout: 264 seconds)
1492 2014-03-18 17:10:31 Lexa has quit (Quit: Quit)
1493 2014-03-18 17:10:47 melik has joined
1494 2014-03-18 17:13:47 <michagogo> cloud!uid14316@wikia/Michagogo|woot
1495 2014-03-18 17:13:49 vegard has quit (Ping timeout: 264 seconds)
1496 2014-03-18 17:13:51 * michagogo cloud!uid14316@wikia/Michagogo|boots his VM
1497 2014-03-18 17:14:39 just[dead] is now known as justanotheruser
1498 2014-03-18 17:14:49 * michagogo cloud!uid14316@wikia/Michagogo|wonders how long the SMS message will take
1499 2014-03-18 17:15:31 vegard has joined
1500 2014-03-18 17:15:32 KawalGrover has quit (Quit: KawalGrover)
1501 2014-03-18 17:15:39 KawalGrover has joined
1502 2014-03-18 17:15:52 KawalGrover has left ()
1503 2014-03-18 17:15:53 damethos has quit (Quit: Bye)
1504 2014-03-18 17:16:10 sytse has quit (Ping timeout: 245 seconds)
1505 2014-03-18 17:16:13 <travj> could I bother a dev for a comment on the bugs mentioned here: http://sourceforge.net/p/bitcoin/mailman/message/32093497/
1506 2014-03-18 17:16:50 benten has joined
1507 2014-03-18 17:17:14 benten is now known as Guest81740
1508 2014-03-18 17:17:27 jrmithdobbs has joined
1509 2014-03-18 17:17:29 zzyzx has joined
1510 2014-03-18 17:18:27 adam3us has left ()
1511 2014-03-18 17:19:37 roidster has quit (Ping timeout: 264 seconds)
1512 2014-03-18 17:19:39 zzyzx is now known as roidster
1513 2014-03-18 17:19:49 kermit has joined
1514 2014-03-18 17:20:09 roidster is now known as Guest11364
1515 2014-03-18 17:20:22 <wumpus> travj: agreed that something seems wrong; may be a good idea to file an issue on github to make sure this doesn't get lost
1516 2014-03-18 17:20:31 bluekelp_ is now known as bluekelp
1517 2014-03-18 17:20:45 adam3us has joined
1518 2014-03-18 17:20:49 <wumpus> travj: I didn't even know that zapwallettxes attempted to keep the ordering of transactions
1519 2014-03-18 17:20:55 iuyiujh has joined
1520 2014-03-18 17:21:37 ConvivialMatt has joined
1521 2014-03-18 17:22:14 <michagogo> cloud!uid14316@wikia/Michagogo|Builds running now
1522 2014-03-18 17:22:29 Guyver2 has joined
1523 2014-03-18 17:22:44 <michagogo> cloud!uid14316@wikia/Michagogo|Still haven't gotten the SMS...
1524 2014-03-18 17:23:08 <travj> wumpus: okay. any comment on what I'm trying to do with the DB there?
1525 2014-03-18 17:23:19 <travj> also, thanks for looking at it
1526 2014-03-18 17:23:27 jgarzik_ has joined
1527 2014-03-18 17:23:37 songz has joined
1528 2014-03-18 17:23:39 jgarzik_ has quit (Changing host)
1529 2014-03-18 17:23:39 jgarzik_ has joined
1530 2014-03-18 17:24:03 <wumpus> travj: I don't know enough about that part of the code to comment
1531 2014-03-18 17:24:05 Guest81740 has quit (Quit: This computer has gone to sleep)
1532 2014-03-18 17:24:06 <travj> i don't think zipwallettxes tries to. I think it's just part of the normal wallet loading
1533 2014-03-18 17:24:17 sbrossie has joined
1534 2014-03-18 17:24:19 <travj> wumpus: okay, thanks
1535 2014-03-18 17:24:32 btcquant has joined
1536 2014-03-18 17:25:01 <michagogo> cloud!uid14316@wikia/Michagogo|The email did come through though
1537 2014-03-18 17:25:06 * jgarzik_ appears... there is a question about -zapwallettx ?
1538 2014-03-18 17:25:20 <travj> sipa told me to both Luke-Jr about it :)
1539 2014-03-18 17:25:40 <travj> yea, http://sourceforge.net/p/bitcoin/mailman/message/32093497/
1540 2014-03-18 17:25:58 <travj> seems to be a bug, wumpus told me to file it in github
1541 2014-03-18 17:26:13 markus__ has quit (Remote host closed the connection)
1542 2014-03-18 17:26:18 <travj> which I shall do. but i'm curious about the approach on the db ordering i'm doing
1543 2014-03-18 17:26:26 <travj> wonder if a dev can comment
1544 2014-03-18 17:26:49 jrmithdobbs has quit (Ping timeout: 264 seconds)
1545 2014-03-18 17:27:24 <michagogo> cloud!uid14316@wikia/Michagogo|Ah, just got the SMS
1546 2014-03-18 17:27:29 <jgarzik_> travj, definitely file on github, to track this sort of thing and capture useful discussion of it
1547 2014-03-18 17:27:40 sbrossie has quit (Client Quit)
1548 2014-03-18 17:27:40 <michagogo> cloud!uid14316@wikia/Michagogo|25 minutes after gavin announced the new tag in here
1549 2014-03-18 17:29:45 jgarzik_ has quit (Quit: podcast)
1550 2014-03-18 17:30:25 Guest11364 has quit (Ping timeout: 264 seconds)
1551 2014-03-18 17:30:58 jrmithdobbs has joined
1552 2014-03-18 17:31:29 Ghaleon_ has quit (Quit: Ghaleon_)
1553 2014-03-18 17:31:39 <maaku> gavinandresen_ (or others): there was talk on bitcoin-development about moving from 80 byte OP_RETURN to 40 bytes. did that get resolved?
1554 2014-03-18 17:32:02 sheepman is now known as sheepman|away
1555 2014-03-18 17:32:04 JackH has joined
1556 2014-03-18 17:32:25 kermit has quit (Ping timeout: 264 seconds)
1557 2014-03-18 17:32:27 ninsei has quit (Quit: -a- Connection Timed Out)
1558 2014-03-18 17:32:44 <michagogo> cloud!uid14316@wikia/Michagogo|maaku: it happened
1559 2014-03-18 17:32:45 ninsei has joined
1560 2014-03-18 17:32:58 sheepman is now known as away!~sheepman@unaffiliated/sheepman|sheepman
1561 2014-03-18 17:33:34 <michagogo> cloud!uid14316@wikia/Michagogo|commit 8175c79
1562 2014-03-18 17:33:51 <maaku> awesome
1563 2014-03-18 17:35:15 <michagogo> cloud!uid14316@wikia/Michagogo|(if anyone's interested, this is the IFTTT recipe I set up: https://ifttt.com/recipes/154953-bitcoin-core-new-tag-sms-alert
1564 2014-03-18 17:35:33 wallet42 has joined
1565 2014-03-18 17:39:17 softwaremechanic has joined
1566 2014-03-18 17:40:40 ninsei has quit (Quit: -a- Connection Timed Out)
1567 2014-03-18 17:40:55 ninsei has joined
1568 2014-03-18 17:41:28 freggles has joined
1569 2014-03-18 17:41:44 brson has quit (Ping timeout: 255 seconds)
1570 2014-03-18 17:41:46 derbumi has quit (Quit: derbumi)
1571 2014-03-18 17:42:08 derbumi has joined
1572 2014-03-18 17:44:42 softwaremechani1 has joined
1573 2014-03-18 17:45:53 brson has joined
1574 2014-03-18 17:46:46 ConvivialMatt has quit (Quit: ConvivialMatt)
1575 2014-03-18 17:46:47 ryanxcha_ has quit (Read error: Connection reset by peer)
1576 2014-03-18 17:47:06 ryanxcharles has joined
1577 2014-03-18 17:47:09 <etotheipi_> maaku: argh... so we can't fit ECDSA sigs into OP_RETURNs now?
1578 2014-03-18 17:47:40 <etotheipi_> I missed that discussion
1579 2014-03-18 17:48:01 softwaremechanic has quit (Ping timeout: 264 seconds)
1580 2014-03-18 17:48:11 <travj> jgarzik: the bug is filed. I don't suppose you can comment on the db ordering part?
1581 2014-03-18 17:48:21 <michagogo> cloud!uid14316@wikia/Michagogo|etotheipi_: see commit 8175c79
1582 2014-03-18 17:48:35 <michagogo> cloud!uid14316@wikia/Michagogo|find the PR for the discussion
1583 2014-03-18 17:50:13 Joric has joined
1584 2014-03-18 17:51:21 Zarutian has joined
1585 2014-03-18 17:51:37 Ghaleon has joined
1586 2014-03-18 17:52:26 johnsoft has quit (Ping timeout: 252 seconds)
1587 2014-03-18 17:53:19 <Ghaleon> Hello All, Theseissues with blockchain.info have really pushed us to look into developing our own hoisted wallet solution... the options are numerous... seems bitcoind +walletnotify +bash scripts are the main way, then there is insight by bit pay and bitcoinJ
1588 2014-03-18 17:53:39 <Ghaleon> does anyone here have any leads on best practices for such a project?
1589 2014-03-18 17:53:51 <hearn> hosted wallet means .... you take deposits for other people? you're running an online store?
1590 2014-03-18 17:53:53 <shesek> anyone from SF or going to CoinSummit next week?
1591 2014-03-18 17:54:30 datagutt has quit (Ping timeout: 245 seconds)
1592 2014-03-18 17:54:47 softwaremechani1 has quit (Quit: Leaving.)
1593 2014-03-18 17:54:52 <Ghaleon> hearn something like that, we want to have our own wallet hosting service, just for our internal network of merchants
1594 2014-03-18 17:55:03 johnsoft has joined
1595 2014-03-18 17:55:16 <Ghaleon> don;t want to depend on blockchain.info or anyone else anymore
1596 2014-03-18 17:55:17 llllllllll has quit ()
1597 2014-03-18 17:55:35 ryanxcharles has quit (Remote host closed the connection)
1598 2014-03-18 17:55:35 neofutur has joined
1599 2014-03-18 17:55:39 ne0futur has joined
1600 2014-03-18 17:55:45 <Ghaleon> we have over 10k folks now so we gotta move up
1601 2014-03-18 17:55:45 <hearn> yes, there are several ways. you can of course just add your own accounting over a single bitcoind wallet
1602 2014-03-18 17:55:58 <hearn> you want to host wallets for 10k people?
1603 2014-03-18 17:56:02 <hearn> that seems risky
1604 2014-03-18 17:56:26 <Ghaleon> yes he arm we want to have our own mysql db above the block chain but i keep reading that bitcoind cannot scale past 10k users
1605 2014-03-18 17:56:31 <etotheipi_> Ghaleon: armoryd.py is functional, though still short on some functionality... but it also makes it very easy to use watching-only wallets and all the server code is pure python so it can be forked very easily
1606 2014-03-18 17:56:51 <Ghaleon> no reward without risk, we would rather NOT host our own wallet but we see no choice now
1607 2014-03-18 17:57:13 <hearn> why don't your users host their own wallets?
1608 2014-03-18 17:57:24 <Ghaleon> agh armory has a python script? this is to replace bitcoind wallet notify right?
1609 2014-03-18 17:57:27 olalonde has joined
1610 2014-03-18 17:57:34 <hearn> anyway, there's no real need to keep the wallets entirely separate if you are holding money for someone else and indeed it's a good idea NOT to, because otherwise you can't do cold wallets
1611 2014-03-18 17:57:34 <etotheipi_> for instance you can inject your code directly into the newTx and newBlock functions to do whatever notifications you want python-style
1612 2014-03-18 17:57:49 <hearn> so i'd suggest you just add your own accounting on top of bitcoind
1613 2014-03-18 17:57:53 <Ghaleon> our users do host their own personal wallets which we forward funds too but we still need a way to read and write to the blockchain
1614 2014-03-18 17:58:12 <etotheipi_> Ghaleon: for an intro: https://bitcoinarmory.com/developers/python-scripting/
1615 2014-03-18 17:58:36 <olalonde> yes.. using 1 wallet <—> 1 user makes cold storage impossible
1616 2014-03-18 17:59:08 <hearn> Ghaleon: i'm still confused. are you holding your users bitcoins on deposit, or not? if yes then bitcoind + your own accounting layer + TONS of security and hardening is the way to go. and trying to get them to withdraw ASAP
1617 2014-03-18 17:59:18 bbrian has joined
1618 2014-03-18 17:59:20 <hearn> Ghaleon: if you just want to keep an eye on wallets controlled by other people, then there are other ways to satisfy that
1619 2014-03-18 17:59:29 <Ghaleon> etotheipi_  this is awesome dude!
1620 2014-03-18 17:59:43 <Ghaleon> could you also build a block explorer with this?
1621 2014-03-18 18:00:00 <etotheipi_> Ghaleon: you will have to fill in a lot of gaps... we haven't been able to prioritize armoryd
1622 2014-03-18 18:00:06 <Ghaleon> in essence we only need 3 functions to build our hosted system, make address, sendto, send from, and a callback ssystem
1623 2014-03-18 18:00:07 <etotheipi_> so the current functionality is minimal
1624 2014-03-18 18:00:14 <etotheipi_> but it's sufficient for most
1625 2014-03-18 18:00:47 <etotheipi_> we'll be spending some time on it in the near future, and I can refer you to others that have finished integrating it
1626 2014-03-18 18:01:04 <Ghaleon> hearn, yes we prefer they offload their accounts asap, but more and more like keeping their coins with us... we are not sure what to do right now but it is clear we need to go our own way
1627 2014-03-18 18:01:18 <hearn> then i think bitcoind provides everything you need, no?
1628 2014-03-18 18:01:36 <hearn> the number of users is irrelevant - you're adding your own accounting on top of a single shared wallets
1629 2014-03-18 18:01:40 <Joric> hey what's with electrum heard the encryption is unsecure
1630 2014-03-18 18:01:41 <hearn> (well, single hot wallet + cold wallets)
1631 2014-03-18 18:02:22 softwaremechanic has joined
1632 2014-03-18 18:02:49 nullp has quit (Ping timeout: 264 seconds)
1633 2014-03-18 18:02:53 <Joric> ah got it, 16 bit seed lol
1634 2014-03-18 18:03:17 jayne has quit (Remote host closed the connection)
1635 2014-03-18 18:03:35 non2 has quit (Remote host closed the connection)
1636 2014-03-18 18:04:08 Application has quit (Remote host closed the connection)
1637 2014-03-18 18:05:13 wallet42 has quit (Ping timeout: 264 seconds)
1638 2014-03-18 18:05:39 sytse has joined
1639 2014-03-18 18:06:20 shaileshg has quit (Quit: Connection closed for inactivity)
1640 2014-03-18 18:06:32 <Imbue> 128 bit seed.
1641 2014-03-18 18:06:47 shesek has quit (Ping timeout: 246 seconds)
1642 2014-03-18 18:06:54 artifexd has quit (Ping timeout: 252 seconds)
1643 2014-03-18 18:06:56 <Imbue> oh; the new encryption feature. ignore me.
1644 2014-03-18 18:07:16 <maaku> etotheipi_: what do you need a ECDSA sig in an OP_RETURN for?
1645 2014-03-18 18:08:17 travj has quit (Quit: Leaving)
1646 2014-03-18 18:08:51 artifexd has joined
1647 2014-03-18 18:09:07 melik has quit (Ping timeout: 240 seconds)
1648 2014-03-18 18:09:18 Joric has quit ()
1649 2014-03-18 18:09:49 disident has quit (Quit: disident)
1650 2014-03-18 18:10:11 wallet42 has joined
1651 2014-03-18 18:10:16 phoenix52 has joined
1652 2014-03-18 18:12:01 nickler has quit (Ping timeout: 264 seconds)
1653 2014-03-18 18:12:36 <etotheipi_> maaku: we had a daydreaming session and the idea of signed revocation messages came up
1654 2014-03-18 18:12:52 viajero has joined
1655 2014-03-18 18:12:57 <maaku> etotheipi_: why does that need to be on the chain?
1656 2014-03-18 18:12:58 <etotheipi_> using an OP_RETURN in a transaction to embed a revocation
1657 2014-03-18 18:13:02 <etotheipi_> timestamping
1658 2014-03-18 18:13:08 <etotheipi_> it would be used like 0-1 times, ever
1659 2014-03-18 18:13:10 <maaku> embed a hash
1660 2014-03-18 18:13:29 <Ghaleon> bitcoind seems to work well enough for just reading the block chain, thus a block explorer may be possible with it... but the ability to get the information for transactions from addresses NOT on your wallet... how to do this? is reindexing your blockchcian db copy enough? or do you have to go through the entire block chain and build your own relational database of all addresses and transactions in mysql postgress e
1661 2014-03-18 18:13:35 ConvivialMatt has joined
1662 2014-03-18 18:14:01 <hearn> why would you need to do that, for your given use case?
1663 2014-03-18 18:14:11 topynate has joined
1664 2014-03-18 18:14:52 deego has joined
1665 2014-03-18 18:15:02 <Ghaleon> this is different
1666 2014-03-18 18:15:09 <Ghaleon> was just pondering how block explorers work
1667 2014-03-18 18:15:28 <Ghaleon> trying to increase my knowledge of how the block chain works.  to  "level up" if you will
1668 2014-03-18 18:15:44 <etotheipi_> Ghaleon: armoryd right now has arbitrary lookup by hash, but not address
1669 2014-03-18 18:15:50 <topynate> hi, just saw the news about 0.9 in the chat log and that standard OP_RETURN was reduced to 40 bytes
1670 2014-03-18 18:16:06 <etotheipi_> however we're done with 98% of the "supernode" version which does arbitrary address lookup as well (and is a huge database)
1671 2014-03-18 18:16:07 <hearn> cool
1672 2014-03-18 18:16:15 <hearn> the problem with block explorers is they're very expensive to run
1673 2014-03-18 18:16:18 <hearn> as etotheipi_ alludes to
1674 2014-03-18 18:16:20 <sipa> Ghaleon: bitcoind doesn't maintain a by-txid or by-address lookup database
1675 2014-03-18 18:16:25 <hearn> generally you wnt to avoid running one if you can at all avoid it
1676 2014-03-18 18:16:29 <hearn> er, sorry
1677 2014-03-18 18:16:33 roidster has joined
1678 2014-03-18 18:16:36 <hearn> generally you want to avoid running one if you can at all help it!
1679 2014-03-18 18:16:42 <sipa> Ghaleon: you can have an optional by-txid one, but a by-address one is just encouraging the wrong way to do it
1680 2014-03-18 18:16:43 <maaku> topynate: and?
1681 2014-03-18 18:16:54 <topynate> two questions: first, does that affect use for stealth addresses? secondly, where exactly is the discussion referenced in the PR?
1682 2014-03-18 18:17:34 <sipa> Ghaleon: building infrastructure that requires access to the full blockchain (and certainly a fully-indexed consistent version of it) is generally broken
1683 2014-03-18 18:17:44 <sipa> Ghaleon: except for debug purposes, that just isn't needed
1684 2014-03-18 18:17:45 <maaku> topynate: (1) no, stealth addresses involves a pubkey and few bits of prefix. that's under 40 bytes. (2) the mailing list
1685 2014-03-18 18:18:23 <Ghaleon> how expensive is a block explorer to run ? lots of RAM and cpu for the initial block chain crawl right? and then to run it a bit less to continue to add to the relational db layer right?
1686 2014-03-18 18:18:42 <Ghaleon> just a web server and a powerful DB server sounds like all you need right?
1687 2014-03-18 18:18:52 <Ghaleon> 2 strong servers.. prob like what $500 a month ?
1688 2014-03-18 18:19:34 <sipa> Ghaleon: i'm sure it can be done with less
1689 2014-03-18 18:19:38 <sipa> Ghaleon: but it's just the wrong approach
1690 2014-03-18 18:19:51 <sipa> Ghaleon: build infrastructure that doesn't require it
1691 2014-03-18 18:19:53 <petertodd> etotheipi_: make your application be able to stuff your data in any pushdata in the transaction, with op_return just one of the options. if you want I'll release my python code I have for automating this stuff in a very hard to censor way
1692 2014-03-18 18:19:56 <etotheipi_> Ghaleon: from my testing, using my [somewhat strong] desktop, I was able to build an armory supernode DB in about 6 hours, and it used about 30-40 GB (when the blockchain was 10 GB)
1693 2014-03-18 18:20:07 ziggamon has quit (Remote host closed the connection)
1694 2014-03-18 18:20:19 <maaku> topynate: assuming you use OP_RETURN at all, as other schemes involve putting that data in the scriptPubKey
1695 2014-03-18 18:20:46 ziggamon has joined
1696 2014-03-18 18:20:55 <etotheipi_> the RAM usage wasn't ludicrous, but it was pretty hard on the HDD
1697 2014-03-18 18:21:29 skinnkavaj has joined
1698 2014-03-18 18:21:29 melik has joined
1699 2014-03-18 18:21:46 <michagogo> cloud!uid14316@wikia/Michagogo|gavinandresen_: My 0.9.0 sigs are ready, do you want to just pull directly from https://github.com/Michagogo/gitian.sigs.git master, or would you prefer a PR?
1700 2014-03-18 18:21:52 justanotheruser is now known as just[dead]
1701 2014-03-18 18:22:00 ge0x has quit (Ping timeout: 245 seconds)
1702 2014-03-18 18:22:21 <gavinandresen_> michagogo|cloud: pull request is easiest for me
1703 2014-03-18 18:22:31 <michagogo> cloud!uid14316@wikia/Michagogo|Okay, give me a minute
1704 2014-03-18 18:22:54 <michagogo> cloud!uid14316@wikia/Michagogo|gavinandresen_: https://github.com/bitcoin/gitian.sigs/pull/22
1705 2014-03-18 18:22:57 <topynate> maaku: thanks. i'm not sure 40 bytes will be attractive enough to persuade mastercoin/counterparty etc. to switch from multi-sig, did anyone ask them?
1706 2014-03-18 18:23:42 kermit has joined
1707 2014-03-18 18:23:50 softwaremechanic has quit (Quit: Leaving.)
1708 2014-03-18 18:23:52 OneFixt has quit (Read error: Connection reset by peer)
1709 2014-03-18 18:24:16 <sipa> topynate: i'm unsure that'd switch to using it in any case
1710 2014-03-18 18:24:25 JackH has quit (Ping timeout: 264 seconds)
1711 2014-03-18 18:24:30 <Ghaleon> etotheipi that is amazing, only 6 hours? we need a super node... what database do you use to store the relations between addresses and transactions? you are using a relational DB for this right?
1712 2014-03-18 18:24:34 <hearn> Ghaleon: you are basically running a BitBank service for your clients, right?
1713 2014-03-18 18:24:41 <hearn> Ghaleon: so I see no reason why you would need a block explorer
1714 2014-03-18 18:24:54 <Ghaleon> I also imagine that you load the entire block chain into ram for this initial crawl right?
1715 2014-03-18 18:25:07 ziggamon has quit (Ping timeout: 240 seconds)
1716 2014-03-18 18:25:09 <gmaxwell> How concerned are we about the zap wallet stuff causing txn reordering?
1717 2014-03-18 18:25:46 <maaku> topynate: multisig is fine, so long as it gets spent we don't care
1718 2014-03-18 18:25:49 <Ghaleon> hearn, this is true, we don't really need it. but we do need to be able to look up transactions by address. bitcoind can do ti easily for addresses on our server this is true. but i want to know everything now
1719 2014-03-18 18:26:01 <sipa> Ghaleon: use a watch-only wallet
1720 2014-03-18 18:26:02 <Ghaleon> I am tried of being a lame php code monkey, time to level up lol
1721 2014-03-18 18:26:11 <maaku> mastercoin was not a considered use case for this change
1722 2014-03-18 18:26:12 <sipa> Ghaleon: instead of indexing every single transaction ever performed
1723 2014-03-18 18:26:16 <Ghaleon> we owe it to those who depend on us to become better
1724 2014-03-18 18:26:30 <sipa> Ghaleon: my former addrindex patch used just a few extra GB and no extra ram
1725 2014-03-18 18:26:32 Guyver2 has quit (Ping timeout: 252 seconds)
1726 2014-03-18 18:26:35 <maaku> fwiw, to date the only reasonable use case I've seen for op_return is stealth address prefixes (and it's not clear those need it)
1727 2014-03-18 18:26:36 <EagleTM> Ghaleon: electrum-server has a leveldb with history of tx with a specific pruning limit for the history. database is like ~7 gig (depending on pruning limit). not sure what you are trying to do
1728 2014-03-18 18:26:40 <sipa> Ghaleon: but it's just the wrong approach for pretty much everything
1729 2014-03-18 18:26:47 <hearn> sure, we get that, that's why we're debating with you :)
1730 2014-03-18 18:26:55 <Ghaleon> sips, what examples of "watch only wallets" are there ?
1731 2014-03-18 18:27:13 Gyps has joined
1732 2014-03-18 18:27:13 <sipa> Ghaleon: just use a wallet that tracks the addresses you're interested in
1733 2014-03-18 18:27:29 <sipa> Ghaleon: there's a patch for bitcoind to implement it, but many other wallet solutions already do
1734 2014-03-18 18:27:37 <gavinandresen_> gmaxwell: the zap wallet stuff should not be recommended; it shouldn't be necessary with the 0.9 wallet balance fixes
1735 2014-03-18 18:27:40 <waxwing> Ghaleon, I know electrum hash it
1736 2014-03-18 18:27:45 <waxwing> s/hash/has/
1737 2014-03-18 18:28:05 <gavinandresen_> gmaxwell: that said, fixing the transaction ordering should happen for 0.9.1
1738 2014-03-18 18:28:15 softwaremechanic has joined
1739 2014-03-18 18:28:18 Persopolis has joined
1740 2014-03-18 18:28:40 <petertodd> topynate: mastercoin is retaining support for all data encoding methods, including non-provably-unspendable outputs
1741 2014-03-18 18:28:41 <Ghaleon> hearn, thank you. i know i am ignorant. just trying to learn
1742 2014-03-18 18:29:01 <Ghaleon> i am so damn impressed with the level of arch geekery here shown by gavin, gazrik, reeves etc..
1743 2014-03-18 18:29:15 <Ghaleon> i am only a level 1 minor dweeb still lol
1744 2014-03-18 18:29:22 antephialtic has joined
1745 2014-03-18 18:29:51 ryanxcharles has joined
1746 2014-03-18 18:29:57 ukfire is now known as firelegend
1747 2014-03-18 18:30:44 rotzoll has quit (Read error: Connection reset by peer)
1748 2014-03-18 18:31:13 ge0x has joined
1749 2014-03-18 18:31:26 rotzoll has joined
1750 2014-03-18 18:31:54 derbumi has quit (Quit: derbumi)
1751 2014-03-18 18:32:14 <michagogo> cloud!uid14316@wikia/Michagogo|gavinandresen_: did you see the pr?
1752 2014-03-18 18:32:19 ThomasV has joined
1753 2014-03-18 18:33:08 <Ghaleon> I also saw that you guys were dropping support for "accounts" on bitcoind , good thing I saw that before we built in support for it
1754 2014-03-18 18:33:55 t7 has quit (Ping timeout: 240 seconds)
1755 2014-03-18 18:34:06 <gmaxwell> gavinandresen_: Hm. Did we gain some other method to release stuck inputs for those who have them? I thought they were still held even when their spender was conflicted.
1756 2014-03-18 18:34:41 <BlueMatt> gavinandresen_: gavinandresen can I push you to fix whatever's wrong with pull tester?
1757 2014-03-18 18:34:48 <BlueMatt> otherwise I'll get to it late in the week, I think
1758 2014-03-18 18:35:04 Persopolis has quit ()
1759 2014-03-18 18:36:59 ThomasV has quit (Ping timeout: 252 seconds)
1760 2014-03-18 18:37:37 kermit has quit (Ping timeout: 264 seconds)
1761 2014-03-18 18:39:38 daybyter has joined
1762 2014-03-18 18:40:04 Diablo-D3 has joined
1763 2014-03-18 18:41:31 sbrossie has joined
1764 2014-03-18 18:41:57 sipa has quit (Changing host)
1765 2014-03-18 18:41:57 sipa has joined
1766 2014-03-18 18:42:03 [7] has quit (Ping timeout: 255 seconds)
1767 2014-03-18 18:42:36 TheSeven has joined
1768 2014-03-18 18:46:19 wallet42 has quit (Ping timeout: 240 seconds)
1769 2014-03-18 18:46:42 KawalGrover has joined
1770 2014-03-18 18:48:26 jtimon has quit (Ping timeout: 246 seconds)
1771 2014-03-18 18:49:58 t7 has joined
1772 2014-03-18 18:50:18 berndj has joined
1773 2014-03-18 18:50:39 coingenuity has joined
1774 2014-03-18 18:51:47 go11111111111 has joined
1775 2014-03-18 18:52:24 davout has quit (Quit: kthxbye)
1776 2014-03-18 18:54:52 llllllllll has joined
1777 2014-03-18 18:55:57 <gavinandresen_> gmaxwell: the "remove vSpent" change for 0.9 means outputs never get "stuck"
1778 2014-03-18 18:56:21 <gavinandresen_> BlueMatt: I'll kick pulltester right now...
1779 2014-03-18 18:57:06 <gmaxwell> HM. OKAY. I thought that was just a pre-req to getting there (that it still considered conflicted as holding the transactions). Nevermind that concern then. Fantastic. Now they'd only be 'stuck' by non-confirming but not conflicted transactions.
1780 2014-03-18 18:57:44 <BlueMatt> gavinandresen_: thanks
1781 2014-03-18 18:58:32 <gavinandresen_> gmaxwell: yes, exactly
1782 2014-03-18 18:58:50 jordandotdev has quit (Quit: Connection closed for inactivity)
1783 2014-03-18 18:59:39 ziggamon has joined
1784 2014-03-18 19:00:50 postpre has joined
1785 2014-03-18 19:01:15 lnovy has quit (Read error: Connection reset by peer)
1786 2014-03-18 19:01:28 lnovy has joined
1787 2014-03-18 19:02:43 btcquant has quit (Quit: Textual IRC Client: www.textualapp.com)
1788 2014-03-18 19:03:35 benten has joined
1789 2014-03-18 19:04:00 benten is now known as Guest24317
1790 2014-03-18 19:04:04 MaxSan has quit (Quit: Leaving.)
1791 2014-03-18 19:04:13 ziggamon has quit (Ping timeout: 264 seconds)
1792 2014-03-18 19:04:56 btcbtc has joined
1793 2014-03-18 19:05:10 nullp has joined
1794 2014-03-18 19:05:24 Application has joined
1795 2014-03-18 19:05:25 nullp has quit (Client Quit)
1796 2014-03-18 19:05:49 Krellan_ has joined
1797 2014-03-18 19:06:36 Guest24317 has quit (Client Quit)
1798 2014-03-18 19:06:50 banghouse has joined
1799 2014-03-18 19:07:05 ThomasV has joined
1800 2014-03-18 19:11:20 nickler has joined
1801 2014-03-18 19:12:50 Guyver2 has joined
1802 2014-03-18 19:13:32 qwebirc82631 has joined
1803 2014-03-18 19:15:26 jordandotdev has joined
1804 2014-03-18 19:15:52 jgarzik_ has joined
1805 2014-03-18 19:16:29 jgarzik_ has quit (Changing host)
1806 2014-03-18 19:16:29 jgarzik_ has joined
1807 2014-03-18 19:17:40 iuyiujh has quit (Read error: Connection reset by peer)
1808 2014-03-18 19:21:12 antephialtic has quit (Remote host closed the connection)
1809 2014-03-18 19:22:08 iuyiujh has joined
1810 2014-03-18 19:24:05 btcdesigner has joined
1811 2014-03-18 19:24:43 btcdesigner is now known as notorioususb
1812 2014-03-18 19:24:50 tonokip has joined
1813 2014-03-18 19:25:19 Coincidental has quit (Remote host closed the connection)
1814 2014-03-18 19:30:09 <bdhuser> noob question: does the txns field in the block message consist of compelete tx messages also including header? or just the tx payload format?
1815 2014-03-18 19:31:07 JackH has joined
1816 2014-03-18 19:31:10 notorioususb has left ()
1817 2014-03-18 19:33:50 <michagogo> cloud!uid14316@wikia/Michagogo|bdhuser: Just the serialized transactions, if I correctly understand your question
1818 2014-03-18 19:34:25 <bdhuser> yes, but is it a full transaction message with a header field, or just the payload part of a transaction message?
1819 2014-03-18 19:34:50 <michagogo> cloud!uid14316@wikia/Michagogo|What do you mean exactly?
1820 2014-03-18 19:35:13 <michagogo> cloud!uid14316@wikia/Michagogo|Oh -- it's not a tx message like you'd see over the network
1821 2014-03-18 19:35:18 <bdhuser>  well, tx is a message which can be sent? right? it has a stadnard header, as all messages, and an actual payload
1822 2014-03-18 19:35:23 <bdhuser> no?
1823 2014-03-18 19:35:30 <bdhuser> just payload then?
1824 2014-03-18 19:35:39 <michagogo> cloud!uid14316@wikia/Michagogo|Yeah, just the transaction itself
1825 2014-03-18 19:35:44 <bdhuser> cool, thanks!
1826 2014-03-18 19:35:50 [\\\] has quit (Ping timeout: 252 seconds)
1827 2014-03-18 19:36:06 <devrandom> is there a BIP-0039 implementation in javascript?
1828 2014-03-18 19:36:09 <michagogo> cloud!uid14316@wikia/Michagogo|(version, inputs, outputs, locktime)
1829 2014-03-18 19:36:31 <bdhuser> yep yep, thats clear from the docs, just wasnt clear on that one thing
1830 2014-03-18 19:36:54 dkog has quit (Quit: dkog)
1831 2014-03-18 19:39:57 btcbtc has quit (Quit: btcbtc)
1832 2014-03-18 19:41:31 Lexa has joined
1833 2014-03-18 19:42:16 aegis has quit (Excess Flood)
1834 2014-03-18 19:42:17 Bkil has joined
1835 2014-03-18 19:42:18 <cfields> wumpus: ping
1836 2014-03-18 19:43:20 <cfields> wumpus: ready for me to squash down the linux/osx PR? or waiting on more input?
1837 2014-03-18 19:43:31 BitCoroner has quit (Quit: leaving)
1838 2014-03-18 19:43:44 BitCoroner has joined
1839 2014-03-18 19:44:05 Bkil_ has joined
1840 2014-03-18 19:45:00 aegis has joined
1841 2014-03-18 19:45:55 tjopper has quit (Read error: Connection reset by peer)
1842 2014-03-18 19:46:04 Bkil_ has quit (Client Quit)
1843 2014-03-18 19:46:15 drayah has joined
1844 2014-03-18 19:46:35 Bkil has quit (Ping timeout: 240 seconds)
1845 2014-03-18 19:47:19 Zarutian has quit (Quit: Zarutian)
1846 2014-03-18 19:47:48 <michagogo> cloud!uid14316@wikia/Michagogo|gavinandresen_: is https://bitcoin.org/bin/0.9.0/bitcoin-0.9.0-win64-setup.exe the code-signed v0.9.0 final?
1847 2014-03-18 19:47:56 Coincidental has joined
1848 2014-03-18 19:48:20 <Imbue> i've been looking through coins.h (trying to write an app to query the chainstate db). making good progress, but one part is elusive. the commenting mentions 'special txout type pay to pubkey hash', which is 0x00
1849 2014-03-18 19:48:24 drayah has quit (Remote host closed the connection)
1850 2014-03-18 19:48:41 <gavinandresen_> michagogo|cloud: shhh, you're not supposed to see that yet....
1851 2014-03-18 19:48:53 <gavinandresen_> michagogo|cloud: … we need to wait for more gitian signers.....
1852 2014-03-18 19:49:02 drayah has joined
1853 2014-03-18 19:49:19 <michagogo> cloud!uid14316@wikia/Michagogo|Well, I built myself :-P
1854 2014-03-18 19:49:32 <Imbue> i can handle that fine. but there are obviously other unspent outputs lying around. do they have codes or should I just try to cover the edge cases as best i can?
1855 2014-03-18 19:49:44 <michagogo> cloud!uid14316@wikia/Michagogo|And if it's codesigned, then my security software apparently considers it safe...
1856 2014-03-18 19:50:03 <gmaxwell> michagogo|cloud: the point is that some immpolite people have raced the release to reddit and such in the past. Please don't do this or we'll have to make the release process less public.
1857 2014-03-18 19:50:12 <michagogo> cloud!uid14316@wikia/Michagogo|gmaxwell: Oh, I'm sorry
1858 2014-03-18 19:50:17 <gavinandresen_> michagogo|cloud: yes, assuming more matching gitian signatures, those are code-signed final binaries.
1859 2014-03-18 19:50:44 * michagogo cloud!uid14316@wikia/Michagogo|will PM next time
1860 2014-03-18 19:51:21 <gavinandresen_> gmaxwell: I kinda like how announcing releases crowdsources itself these days, though....
1861 2014-03-18 19:51:35 CheckDavid has joined
1862 2014-03-18 19:51:45 <michagogo> cloud!uid14316@wikia/Michagogo|BTW, speaking of releases, when did we switch from SF to bitcoin.org?
1863 2014-03-18 19:51:49 <gmaxwell> sure, when they're actually done!
1864 2014-03-18 19:52:01 btcbtc has joined
1865 2014-03-18 19:52:05 <devrandom> anybody know of a javascript implementation of BIP-0039?
1866 2014-03-18 19:52:15 <michagogo> cloud!uid14316@wikia/Michagogo|;;google BIP39
1867 2014-03-18 19:52:16 <gribble> BIP 0039 - Bitcoin: <https://en.bitcoin.it/wiki/BIP_0039>; Category:BIP - Bitcoin: <https://en.bitcoin.it/wiki/Category:BIP>; Status of BIP39 Mnemonic code for deterministic keys - Bitcoin Forum: <https://bitcointalk.org/index.php?topic=288676.0>
1868 2014-03-18 19:52:29 <michagogo> cloud!uid14316@wikia/Michagogo|Ah, right -- that one
1869 2014-03-18 19:52:46 <michagogo> cloud!uid14316@wikia/Michagogo|Marek Palatinus is slush, right?
1870 2014-03-18 19:52:54 <devrandom> I think so
1871 2014-03-18 19:53:14 <devrandom> there's python code, but couldn't find any JS
1872 2014-03-18 19:53:36 drayah has quit (Ping timeout: 255 seconds)
1873 2014-03-18 19:53:49 ziggamon has joined
1874 2014-03-18 19:54:53 btcbtc has quit (Client Quit)
1875 2014-03-18 19:56:34 benten has joined
1876 2014-03-18 19:56:42 benrcole has quit (Quit: Leaving.)
1877 2014-03-18 19:56:45 <cfields> gavinandresen_: in the README.txt: the "./autogen.sh" part is not needed (not present either, so it can't be run anyway)
1878 2014-03-18 19:56:57 benten is now known as Guest16709
1879 2014-03-18 19:57:00 nickler has quit (Remote host closed the connection)
1880 2014-03-18 19:57:14 nickler has joined
1881 2014-03-18 19:58:23 ziggamon has quit (Ping timeout: 252 seconds)
1882 2014-03-18 19:58:59 viajero has left ()
1883 2014-03-18 19:59:30 sytse has quit (Ping timeout: 245 seconds)
1884 2014-03-18 20:00:45 pablog has joined
1885 2014-03-18 20:04:28 <michagogo> cloud!uid14316@wikia/Michagogo|Hmm, I have a chain of 3 unconfirmed transactions
1886 2014-03-18 20:04:46 <michagogo> cloud!uid14316@wikia/Michagogo|The first is listed as unconfirmed, the second and third are listed as conflicted
1887 2014-03-18 20:05:02 benrcole has joined
1888 2014-03-18 20:05:13 <michagogo> cloud!uid14316@wikia/Michagogo|There shouldn't be anything conflicting with them, as far as I know...
1889 2014-03-18 20:05:26 <michagogo> cloud!uid14316@wikia/Michagogo|Am I missing something?
1890 2014-03-18 20:05:49 Subo1977 has quit (Ping timeout: 264 seconds)
1891 2014-03-18 20:05:55 nova90 has joined
1892 2014-03-18 20:05:59 just[dead] is now known as justanotheruser
1893 2014-03-18 20:09:07 HeySteve2 has joined
1894 2014-03-18 20:09:07 HeySteve2 has quit (Changing host)
1895 2014-03-18 20:09:07 HeySteve2 has joined
1896 2014-03-18 20:09:37 HeySteve has quit (Ping timeout: 264 seconds)
1897 2014-03-18 20:10:06 <Imbue> aha. CScriptCompressor.
1898 2014-03-18 20:12:47 davout has joined
1899 2014-03-18 20:13:31 lolstate has quit (Ping timeout: 240 seconds)
1900 2014-03-18 20:14:00 lolstate has joined
1901 2014-03-18 20:14:43 gavinandresen has quit (Quit: gavinandresen)
1902 2014-03-18 20:14:44 gavinandresen_ is now known as gavinandresen
1903 2014-03-18 20:14:45 ThomasV has quit (Ping timeout: 255 seconds)
1904 2014-03-18 20:14:57 Gyps has quit (Quit: Gyps)
1905 2014-03-18 20:16:19 bbrian has quit (Read error: Connection reset by peer)
1906 2014-03-18 20:16:57 bbrian has joined
1907 2014-03-18 20:17:23 Coincidental has quit (Remote host closed the connection)
1908 2014-03-18 20:17:40 verwilst has joined
1909 2014-03-18 20:18:23 Coincidental has joined
1910 2014-03-18 20:18:40 Subo1977 has joined
1911 2014-03-18 20:22:36 banghouse has quit (Remote host closed the connection)
1912 2014-03-18 20:23:10 banghouse has joined
1913 2014-03-18 20:26:25 kermit has joined
1914 2014-03-18 20:26:42 ralphtheninja has joined
1915 2014-03-18 20:27:53 lolstate has quit (Quit: lolstate)
1916 2014-03-18 20:27:59 HeySteve2 has quit (Read error: Connection reset by peer)
1917 2014-03-18 20:31:55 ryanxcharles has quit (Ping timeout: 240 seconds)
1918 2014-03-18 20:34:19 iuyiujh has quit (Ping timeout: 240 seconds)
1919 2014-03-18 20:35:41 drayah has joined
1920 2014-03-18 20:36:27 Starduster_ has joined
1921 2014-03-18 20:39:15 Raccoon has quit (Ping timeout: 252 seconds)
1922 2014-03-18 20:39:39 BNCatDIGISHELL has quit (Read error: Connection reset by peer)
1923 2014-03-18 20:40:01 Starduster has quit (Ping timeout: 264 seconds)
1924 2014-03-18 20:41:02 <murr4y> hi all, question about flow control in script: why is false pushed to the flow-stack for OP_IF/OP_NOTIF when a previous OP_IF was false and we're not executing (fExec is false)? https://github.com/bitcoin/bitcoin/blob/master/src/script.cpp#L401-L412
1925 2014-03-18 20:41:20 BNCatDIGISHELL has joined
1926 2014-03-18 20:42:09 Raccoon has joined
1927 2014-03-18 20:42:25 JackH has quit (Ping timeout: 264 seconds)
1928 2014-03-18 20:42:42 <petertodd> murr4y: to keep track of nesting
1929 2014-03-18 20:42:55 sytse has joined
1930 2014-03-18 20:44:25 pbuchan has quit (Ping timeout: 264 seconds)
1931 2014-03-18 20:44:36 <gmaxwell> murr4y: (elaborating on PT's answer:) so you can count the endifs accurately and know when to start executing again at the right place.
1932 2014-03-18 20:45:49 JackH has joined
1933 2014-03-18 20:46:03 Persopolis has joined
1934 2014-03-18 20:46:12 <petertodd> murr4y: fun puzzle: does the script "1 IF NOP ELSE RETURN ELSE RETURN ENDIF" fail?
1935 2014-03-18 20:47:39 <michagogo> cloud!uid14316@wikia/Michagogo|petertodd: Are multiple ELSEs allowed?
1936 2014-03-18 20:47:45 <michagogo> cloud!uid14316@wikia/Michagogo|If so, it won't fail
1937 2014-03-18 20:47:46 iuyiujh has joined
1938 2014-03-18 20:47:58 <michagogo> cloud!uid14316@wikia/Michagogo|(right?)
1939 2014-03-18 20:48:02 ziggamon has joined
1940 2014-03-18 20:48:12 <petertodd> michagogo|cloud: I'm asking you guys: looking at the code, do you think multiple elses are allowed?
1941 2014-03-18 20:48:22 <michagogo> cloud!uid14316@wikia/Michagogo|Oh, I can't read CPP
1942 2014-03-18 20:48:50 <petertodd> michagogo|cloud: aw come on, script.cpp is really readable cpp
1943 2014-03-18 20:48:51 <murr4y> yeah, they are
1944 2014-03-18 20:49:07 <michagogo> cloud!uid14316@wikia/Michagogo|petertodd: They are allowed, unless the wiki is wrong
1945 2014-03-18 20:49:40 <murr4y> it fails with return the last else clause
1946 2014-03-18 20:49:57 <petertodd> michagogo|cloud: cheater, murr4y: correct
1947 2014-03-18 20:49:58 softwaremechanic has quit (Quit: Leaving.)
1948 2014-03-18 20:50:08 <murr4y> :D
1949 2014-03-18 20:50:22 <michagogo> cloud!uid14316@wikia/Michagogo|Wait, so you *can't* have multiple ELSEs?
1950 2014-03-18 20:50:33 <michagogo> cloud!uid14316@wikia/Michagogo|Oh
1951 2014-03-18 20:50:45 <michagogo> cloud!uid14316@wikia/Michagogo|wait
1952 2014-03-18 20:50:46 * michagogo cloud!uid14316@wikia/Michagogo|thinks
1953 2014-03-18 20:50:48 Starduster_ is now known as Starduster
1954 2014-03-18 20:51:00 <michagogo> cloud!uid14316@wikia/Michagogo|Oh, I see
1955 2014-03-18 20:51:23 softwaremechanic has joined
1956 2014-03-18 20:51:37 venzen has quit (Ping timeout: 264 seconds)
1957 2014-03-18 20:51:44 <michagogo> cloud!uid14316@wikia/Michagogo|So if you have IF a ELSE b ELSE c, you will run either ac or b?
1958 2014-03-18 20:51:47 justanotheruser is now known as just[dead]
1959 2014-03-18 20:52:01 <edcba> yes
1960 2014-03-18 20:52:09 MoALTz_ has joined
1961 2014-03-18 20:52:40 <murr4y> petertodd gmaxwell: thanks, i see now
1962 2014-03-18 20:52:50 ziggamon has quit (Ping timeout: 252 seconds)
1963 2014-03-18 20:53:08 <petertodd> murr4y: thanks for looking at the code closely!
1964 2014-03-18 20:53:41 MoALTz__ has joined
1965 2014-03-18 20:54:25 gdbz has quit (Ping timeout: 265 seconds)
1966 2014-03-18 20:54:47 MoALTz has quit (Ping timeout: 246 seconds)
1967 2014-03-18 20:56:32 MoALTz_ has quit (Ping timeout: 246 seconds)
1968 2014-03-18 20:56:54 MoALTz__ has quit (Client Quit)
1969 2014-03-18 20:57:05 MoALTz has joined
1970 2014-03-18 20:57:08 w1zman has joined
1971 2014-03-18 20:57:14 ralphtheninja has quit (Ping timeout: 246 seconds)
1972 2014-03-18 20:59:31 ralphtheninja has joined
1973 2014-03-18 20:59:32 jtimon has joined
1974 2014-03-18 21:01:39 zebedee has joined
1975 2014-03-18 21:03:50 gdbz has joined
1976 2014-03-18 21:04:26 Guest16709 is now known as benten
1977 2014-03-18 21:04:29 benten has quit (Changing host)
1978 2014-03-18 21:04:29 benten has joined
1979 2014-03-18 21:04:37 Neil has quit (Ping timeout: 252 seconds)
1980 2014-03-18 21:06:18 <michagogo> cloud!uid14316@wikia/Michagogo|Hm
1981 2014-03-18 21:06:25 zebedee has quit (Ping timeout: 264 seconds)
1982 2014-03-18 21:06:28 * michagogo cloud!uid14316@wikia/Michagogo|wonders if there's any point in doing that
1983 2014-03-18 21:07:21 Neil has joined
1984 2014-03-18 21:07:29 softwaremechanic has quit (Quit: Leaving.)
1985 2014-03-18 21:08:15 rdymac has quit (Ping timeout: 252 seconds)
1986 2014-03-18 21:10:14 airq has joined
1987 2014-03-18 21:10:28 <firelegend> I was looking for the Unserialize code for this piece of code vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;, for the CAddress addrMe but I cannot find it. I know CDataStream's >> operator is overloaded and it calls ::Unserialize, but I can't find the appropriate template for CAddress. Would appreciate some help.
1988 2014-03-18 21:10:59 <firelegend> My C++ is still newbie level, but that won't stop me from reading the code :)
1989 2014-03-18 21:11:14 <sipa> firelegend: look for IMPLEMENT_SERIALIZE
1990 2014-03-18 21:11:36 <sipa> in the CAddress definition
1991 2014-03-18 21:12:59 KawalGrover has quit (Ping timeout: 246 seconds)
1992 2014-03-18 21:13:41 dims has quit (Ping timeout: 246 seconds)
1993 2014-03-18 21:14:31 jazper_ has joined
1994 2014-03-18 21:14:40 BNCatDIGISHELL has quit (Read error: Connection reset by peer)
1995 2014-03-18 21:14:51 airq has quit (Ping timeout: 252 seconds)
1996 2014-03-18 21:15:30 jazper- has quit (Ping timeout: 255 seconds)
1997 2014-03-18 21:15:37 jazper_ is now known as jazper-
1998 2014-03-18 21:15:44 jazper- has quit (Changing host)
1999 2014-03-18 21:15:44 jazper- has joined
2000 2014-03-18 21:17:12 Raccoon has quit (Ping timeout: 252 seconds)
2001 2014-03-18 21:17:58 btcbtc has joined
2002 2014-03-18 21:18:21 BNCatDIGISHELL has joined
2003 2014-03-18 21:19:01 ralphtheninja has quit (Ping timeout: 264 seconds)
2004 2014-03-18 21:19:11 Raccoon has joined
2005 2014-03-18 21:20:31 beachandbytes has joined
2006 2014-03-18 21:20:35 alecalve has joined
2007 2014-03-18 21:21:35 t7 has quit (Remote host closed the connection)
2008 2014-03-18 21:21:57 alecalve has left ()
2009 2014-03-18 21:22:35 iaserrat has joined
2010 2014-03-18 21:23:02 alecalve has joined
2011 2014-03-18 21:23:17 iaserrat has quit (Client Quit)
2012 2014-03-18 21:23:29 walltime has joined
2013 2014-03-18 21:23:34 jayne has joined
2014 2014-03-18 21:23:55 walltime has quit (Client Quit)
2015 2014-03-18 21:24:25 Lexa has quit (Remote host closed the connection)
2016 2014-03-18 21:24:26 Imbue has quit (Remote host closed the connection)
2017 2014-03-18 21:24:37 felipelalli has joined
2018 2014-03-18 21:24:47 ConvivialMatt has quit (Quit: ConvivialMatt)
2019 2014-03-18 21:24:52 Imbue has joined
2020 2014-03-18 21:24:54 felipelalli is now known as Guest16902
2021 2014-03-18 21:25:00 rdymac has joined
2022 2014-03-18 21:25:05 Lexa has joined
2023 2014-03-18 21:25:27 Raccoon has quit (Ping timeout: 252 seconds)
2024 2014-03-18 21:25:31 <Guest16902> whois felipelalli
2025 2014-03-18 21:26:16 BNCatDIGISHELL has quit (Read error: Connection reset by peer)
2026 2014-03-18 21:27:05 JackH has quit (Quit: JackH)
2027 2014-03-18 21:27:06 [\\\] has joined
2028 2014-03-18 21:27:15 Guest16902 has quit (Client Quit)
2029 2014-03-18 21:27:23 felipelalli_ has joined
2030 2014-03-18 21:27:32 felipelalli_ has quit (Client Quit)
2031 2014-03-18 21:27:42 dims has joined
2032 2014-03-18 21:27:50 felipelalli_ has joined
2033 2014-03-18 21:28:11 davout has quit (Read error: Connection reset by peer)
2034 2014-03-18 21:28:17 Keefe has quit (Ping timeout: 252 seconds)
2035 2014-03-18 21:28:54 davout has joined
2036 2014-03-18 21:28:57 softwaremechanic has joined
2037 2014-03-18 21:29:32 felipelalli_ is now known as felipelalli
2038 2014-03-18 21:30:17 <waxwing> macros are a wonderful thing. make code reading so easy and smooth.
2039 2014-03-18 21:30:25 <Imbue> indeed
2040 2014-03-18 21:30:28 Keefe has joined
2041 2014-03-18 21:30:37 sirk390 has joined
2042 2014-03-18 21:31:46 Raccoon has joined
2043 2014-03-18 21:32:20 <felipelalli> Guys, https://en.bitcoin.it/wiki/  is very deprecated and I can't edit it anymore. The community is thinking about an alternative or not?
2044 2014-03-18 21:32:28 BNCatDIGISHELL has joined
2045 2014-03-18 21:33:13 <sipa> did you pay the anti-dos fee?
2046 2014-03-18 21:33:32 <hearn> felipelalli: yes
2047 2014-03-18 21:33:43 <hearn> felipelalli: https://bitcointalk.org/index.php?topic=511876.0
2048 2014-03-18 21:33:46 banghouse has quit (Remote host closed the connection)
2049 2014-03-18 21:34:32 sirk390 has left ()
2050 2014-03-18 21:34:42 tiago has joined
2051 2014-03-18 21:34:42 tiago has quit (Changing host)
2052 2014-03-18 21:34:42 tiago has joined
2053 2014-03-18 21:34:55 cagedwisdom has joined
2054 2014-03-18 21:35:16 <michagogo> cloud!uid14316@wikia/Michagogo|sipa: iirc you can't pay the fee atm
2055 2014-03-18 21:35:23 <michagogo> cloud!uid14316@wikia/Michagogo|You PM SomeoneWeird instead
2056 2014-03-18 21:35:30 <Apocalyptic> ^
2057 2014-03-18 21:36:07 <michagogo> cloud!uid14316@wikia/Michagogo|Topic of #bitcoin-wiki: 23:34:47 <gribble> BitcoinPayment is currently broken, PM SomeoneWeird to get approved (leave a message with your username & why you want to edit, timezones are annoying)
2058 2014-03-18 21:36:14 BNCatDIGISHELL has quit (Read error: Connection reset by peer)
2059 2014-03-18 21:36:49 topynate has quit (Quit: Leaving)
2060 2014-03-18 21:37:31 jakov has joined
2061 2014-03-18 21:37:37 <sipa> ah
2062 2014-03-18 21:37:48 <tiago> I'm trying to compile bitcoin with gitian and I'm running into a big problem. When gitian is building the dependency tree apt throws loads of errors and the process fails.
2063 2014-03-18 21:37:49 <tiago> The error is like "Failed to fetch http://127.0.0.1:3142/archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.15-0ubuntu10.5_amd64.deb  Size mismatch" for every single package apt tried to download,
2064 2014-03-18 21:37:50 * michagogo cloud!uid14316@wikia/Michagogo|wonders if BlueMatt has pushed 0.9.0 to the ppa yet
2065 2014-03-18 21:37:51 <felipelalli> @sipa the page to pay the fee does not work for new users.
2066 2014-03-18 21:37:57 <tiago> I'm running ubuntu saucy
2067 2014-03-18 21:38:06 Raccoon has quit (Ping timeout: 252 seconds)
2068 2014-03-18 21:38:06 <felipelalli> thank you @hearn
2069 2014-03-18 21:38:09 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: during the build?
2070 2014-03-18 21:38:26 <tiago> michagogo|cloud, building the vm
2071 2014-03-18 21:38:30 <michagogo> cloud!uid14316@wikia/Michagogo|Do you have all of gitian's host-side dependencies, notable apt-cacher-ng?
2072 2014-03-18 21:38:47 <michagogo> cloud!uid14316@wikia/Michagogo|Notably*
2073 2014-03-18 21:38:56 <tiago> yes
2074 2014-03-18 21:38:58 <tiago> it's running
2075 2014-03-18 21:39:11 <tiago> let me pastebin the entire log
2076 2014-03-18 21:39:13 <michagogo> cloud!uid14316@wikia/Michagogo|(Are you following the readme in te gitian-builder repo?)
2077 2014-03-18 21:39:15 <tiago> yes
2078 2014-03-18 21:39:32 <tiago> no wait, I'm following the one in the github repo
2079 2014-03-18 21:39:38 <tiago> *bitcoin repo
2080 2014-03-18 21:39:53 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: look at gitian-builder's readme
2081 2014-03-18 21:40:09 <tiago> michagogo|cloud, ok, I'll take a look
2082 2014-03-18 21:40:30 <michagogo> cloud!uid14316@wikia/Michagogo|Follow that, with one modification: add the parameter "--suite precise" to both make-base-vm commands
2083 2014-03-18 21:40:34 <tiago> it's about the same I'm doing
2084 2014-03-18 21:40:38 Radoslav8303 has joined
2085 2014-03-18 21:40:42 Wild0wnes has joined
2086 2014-03-18 21:40:52 <michagogo> cloud!uid14316@wikia/Michagogo|Once that's done, use Bitcoin's doc/release-process.md
2087 2014-03-18 21:40:59 <tiago> http://pastebin.com/raw.php?i=cpaybJtw
2088 2014-03-18 21:41:09 <tiago> I'm using LXC though
2089 2014-03-18 21:41:10 <michagogo> cloud!uid14316@wikia/Michagogo|I think the gitian-descriptors/readme is outdated
2090 2014-03-18 21:41:19 <tiago> I see
2091 2014-03-18 21:41:25 asuk_ has joined
2092 2014-03-18 21:41:35 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: okay, so add --lxc to make-base-vm
2093 2014-03-18 21:41:40 <tiago> I did
2094 2014-03-18 21:41:43 Radoslav8303 has quit (Client Quit)
2095 2014-03-18 21:41:46 <michagogo> cloud!uid14316@wikia/Michagogo|As well as --suite precise
2096 2014-03-18 21:41:50 <tiago> I did, too
2097 2014-03-18 21:42:05 * michagogo cloud!uid14316@wikia/Michagogo|looks at the pastebin
2098 2014-03-18 21:42:06 <tiago> seems like it's a problem with the apt-cacher-ng, but I can't see what
2099 2014-03-18 21:42:11 ziggamon has joined
2100 2014-03-18 21:42:25 <tiago> because I tried downloading a few of those packages from the cacher url and it worked
2101 2014-03-18 21:42:29 verwilst has quit (Remote host closed the connection)
2102 2014-03-18 21:42:55 asuk_ has quit (Client Quit)
2103 2014-03-18 21:43:02 BNCatDIGISHELL has joined
2104 2014-03-18 21:43:08 Raccoon has joined
2105 2014-03-18 21:43:27 kermit has quit (Quit: Leaving.)
2106 2014-03-18 21:43:35 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: try rerunning it? Also, don't use sudo
2107 2014-03-18 21:44:00 <tiago> maybe it has something to do with me running saucy. I was running 10.2 before and it built the vm with no problem
2108 2014-03-18 21:44:04 <tiago> ok, I'll try
2109 2014-03-18 21:44:10 VossArtesian has joined
2110 2014-03-18 21:44:18 <tiago> without sudo. I did rerun it a few times before
2111 2014-03-18 21:44:22 <michagogo> cloud!uid14316@wikia/Michagogo|10.2?
2112 2014-03-18 21:44:31 <tiago> iirc
2113 2014-03-18 21:44:44 <michagogo> cloud!uid14316@wikia/Michagogo|What's that?
2114 2014-03-18 21:44:47 <tiago> no wait
2115 2014-03-18 21:44:49 EagleTM has quit (Ping timeout: 264 seconds)
2116 2014-03-18 21:44:49 <tiago> sorry
2117 2014-03-18 21:44:50 softwaremechanic has quit (Quit: Leaving.)
2118 2014-03-18 21:45:09 <tiago> 10.04
2119 2014-03-18 21:45:15 <michagogo> cloud!uid14316@wikia/Michagogo|Ah
2120 2014-03-18 21:45:29 kermit has joined
2121 2014-03-18 21:45:33 <michagogo> cloud!uid14316@wikia/Michagogo|Maybe it has to do with saucy, idk
2122 2014-03-18 21:45:47 <michagogo> cloud!uid14316@wikia/Michagogo|I know that I've done it with precise and raring
2123 2014-03-18 21:46:02 <tiago> I'll try precise then
2124 2014-03-18 21:46:07 <tiago> this is a vm anyway
2125 2014-03-18 21:46:10 <tiago> nested kvm :)
2126 2014-03-18 21:46:24 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: I guessed as much from you using lxc
2127 2014-03-18 21:46:34 <michagogo> cloud!uid14316@wikia/Michagogo|(What's the KVM host?)
2128 2014-03-18 21:46:42 <tiago> manjaro
2129 2014-03-18 21:46:49 ziggamon has quit (Ping timeout: 264 seconds)
2130 2014-03-18 21:46:53 <tiago> I actually got it running with kvm, but it seemed a bit slower
2131 2014-03-18 21:47:03 <tiago> (gitian)
2132 2014-03-18 21:47:46 <michagogo> cloud!uid14316@wikia/Michagogo|I'd try in saucy without sudo
2133 2014-03-18 21:47:55 <tiago> I did
2134 2014-03-18 21:47:58 <tiago> same error
2135 2014-03-18 21:47:59 banghouse has joined
2136 2014-03-18 21:48:02 <michagogo> cloud!uid14316@wikia/Michagogo|Hm
2137 2014-03-18 21:48:24 * michagogo cloud!uid14316@wikia/Michagogo|wonders if devrandom is around
2138 2014-03-18 21:48:30 impulse has quit (Quit: leaving)
2139 2014-03-18 21:48:36 hmsimha has joined
2140 2014-03-18 21:48:50 <michagogo> cloud!uid14316@wikia/Michagogo|But yeah, easiest thing to do might be to just spin up a precise vm and do it there
2141 2014-03-18 21:49:02 <tiago> yep, downloading the iso right now
2142 2014-03-18 21:50:18 <michagogo> cloud!uid14316@wikia/Michagogo|(Make sure the VM is 64-bit, if you don't already know that)
2143 2014-03-18 21:50:40 <tiago> I know that, thanks for the reminder anyway
2144 2014-03-18 21:51:32 * michagogo cloud!uid14316@wikia/Michagogo|made that mistake once
2145 2014-03-18 21:51:38 BNCatDIGISHELL has quit (Read error: Connection reset by peer)
2146 2014-03-18 21:52:06 <michagogo> cloud!uid14316@wikia/Michagogo|(Before I really knew what lxc was...)
2147 2014-03-18 21:52:21 softwaremechanic has joined
2148 2014-03-18 21:52:24 Raccoon has quit (Ping timeout: 252 seconds)
2149 2014-03-18 21:53:44 benrcole1 has joined
2150 2014-03-18 21:53:58 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: thanks, btw
2151 2014-03-18 21:54:08 <michagogo> cloud!uid14316@wikia/Michagogo|Always good to see more gbuilders
2152 2014-03-18 21:54:13 <tiago> :)
2153 2014-03-18 21:54:20 BNCatDIGISHELL has joined
2154 2014-03-18 21:54:35 Raccoon has joined
2155 2014-03-18 21:54:53 * michagogo cloud!uid14316@wikia/Michagogo|hopes int03h as aschildbach will build v0.9.0
2156 2014-03-18 21:55:04 <michagogo> cloud!uid14316@wikia/Michagogo|s/as/and/
2157 2014-03-18 21:55:31 ninsei has quit (Quit: -a- Connection Timed Out)
2158 2014-03-18 21:55:48 ninsei has joined
2159 2014-03-18 21:57:47 benrcole has quit (Ping timeout: 246 seconds)
2160 2014-03-18 21:59:01 anton000 has joined
2161 2014-03-18 21:59:01 anton000 has quit (Changing host)
2162 2014-03-18 21:59:01 anton000 has joined
2163 2014-03-18 21:59:16 <Ghaleon> really seems like blockchain.info is using the [account] functionality for each user
2164 2014-03-18 21:59:35 <sipa> ... they're not even using bitcoind
2165 2014-03-18 21:59:57 <tiago> they are running a custom node
2166 2014-03-18 22:01:11 derbumi has joined
2167 2014-03-18 22:01:19 <tiago> michagogo|cloud, fixed it in saucy. removed everything in /var/cache/apt-cacher-ng
2168 2014-03-18 22:01:40 <tiago> thanks for the help :)
2169 2014-03-18 22:01:49 <michagogo> cloud!uid14316@wikia/Michagogo|Nice
2170 2014-03-18 22:02:22 Gyps has joined
2171 2014-03-18 22:02:25 <devrandom> michagogo|cloud: hey
2172 2014-03-18 22:02:38 <sipa> Ghaleon: the point is you DO need something like account functionality, but not inside bitcoind
2173 2014-03-18 22:02:51 <sipa> Ghaleon: it's just the wrong place to deal with it
2174 2014-03-18 22:02:52 ralphtheninja has joined
2175 2014-03-18 22:03:27 <sipa> (inefficient, doesn't integrate with backups easily, ..., and it's a bunch of code to maintain that's not doing what most people expect it to do in the first place)
2176 2014-03-18 22:03:29 ninsei_ has joined
2177 2014-03-18 22:04:13 softwaremechanic has quit (Quit: Leaving.)
2178 2014-03-18 22:04:33 gasteve has quit (Ping timeout: 255 seconds)
2179 2014-03-18 22:04:52 <michagogo> cloud!uid14316@wikia/Michagogo|devrandom: I was going to ask you if gitian has any known issues with saucy, since make-base-vm was failing for tiago
2180 2014-03-18 22:05:02 <michagogo> cloud!uid14316@wikia/Michagogo|But I think he resolved it
2181 2014-03-18 22:05:12 <tiago> having some errors again :s
2182 2014-03-18 22:05:16 antephialtic has joined
2183 2014-03-18 22:05:20 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: what's up?
2184 2014-03-18 22:05:30 Emzy has joined
2185 2014-03-18 22:05:38 <tiago> same error, less amount. I'm going to try to fix it again a bit
2186 2014-03-18 22:05:52 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: good luck
2187 2014-03-18 22:06:09 <tiago> I'll switch to precise if I can't fix it
2188 2014-03-18 22:06:19 tinaivanova has joined
2189 2014-03-18 22:06:21 ninsei has quit (Ping timeout: 255 seconds)
2190 2014-03-18 22:06:33 lawlll has quit ()
2191 2014-03-18 22:06:55 softwaremechanic has joined
2192 2014-03-18 22:07:42 <michagogo> cloud!uid14316@wikia/Michagogo|tiago: if you have problems at any point through to the end of the build, you can ask in here. It's just after midnight here so I'll be going to sleep, but others can help you, and someone will eventually see your messages
2193 2014-03-18 22:08:33 <michagogo> cloud!uid14316@wikia/Michagogo|(Also, devrandom hangs out here, so for problems with gitian, he may be able to figure it out or even fix the code if necessary)
2194 2014-03-18 22:08:34 <tiago> good night, thank you very much
2195 2014-03-18 22:09:54 <devrandom> michagogo|cloud: that looks like a vmbuilder / deboostrap thing before any of gitian is invoked
2196 2014-03-18 22:09:58 derbumi has quit (Quit: derbumi)
2197 2014-03-18 22:10:08 softwaremechanic has quit (Client Quit)
2198 2014-03-18 22:10:14 <devrandom> maybe some kind of incompatibility between apt-cacher-ng and debootstrap
2199 2014-03-18 22:10:28 <devrandom> anybody else on saucy?
2200 2014-03-18 22:11:19 <michagogo> cloud!uid14316@wikia/Michagogo|_msg alis list *debootstrap*
2201 2014-03-18 22:11:20 softwaremechanic has joined
2202 2014-03-18 22:11:21 <michagogo> cloud!uid14316@wikia/Michagogo|Oops
2203 2014-03-18 22:11:25 <aschildbach> michagogo|cloud: Heard my name...
2204 2014-03-18 22:11:54 <aschildbach> Ah, new tag (-:
2205 2014-03-18 22:12:25 ninsei_ has quit (Quit: -a- Connection Timed Out)
2206 2014-03-18 22:12:26 jgarzik_ has quit (Quit: homewatd)
2207 2014-03-18 22:12:38 ninsei has joined
2208 2014-03-18 22:12:54 <michagogo> cloud!uid14316@wikia/Michagogo|Indeed
2209 2014-03-18 22:13:14 <michagogo> cloud!uid14316@wikia/Michagogo|An actual release, too
2210 2014-03-18 22:13:39 <michagogo> cloud!uid14316@wikia/Michagogo|(So much more important to get as many builders as possible)
2211 2014-03-18 22:13:50 JZavala has joined
2212 2014-03-18 22:14:37 derbumi has joined
2213 2014-03-18 22:14:43 go11111111111 has quit (Ping timeout: 240 seconds)
2214 2014-03-18 22:15:02 softwaremechanic has quit (Client Quit)
2215 2014-03-18 22:15:06 songz has quit (Quit: my name is Song and I'm a Developer Evangelist at TokBox)
2216 2014-03-18 22:15:11 Coincidental has quit (Remote host closed the connection)
2217 2014-03-18 22:15:52 banghouse has quit (Remote host closed the connection)
2218 2014-03-18 22:16:02 <tiago> bah, switching to precise
2219 2014-03-18 22:17:02 <aschildbach> building
2220 2014-03-18 22:18:40 ryanxcharles has joined
2221 2014-03-18 22:18:47 johnsoft has quit (Ping timeout: 246 seconds)
2222 2014-03-18 22:19:05 johnsoft has joined
2223 2014-03-18 22:19:24 Namworld has joined
2224 2014-03-18 22:20:11 Coincidental has joined
2225 2014-03-18 22:20:16 KingOdysseus has joined
2226 2014-03-18 22:20:48 rdymac has quit (Read error: Connection reset by peer)
2227 2014-03-18 22:23:00 rdymac has joined
2228 2014-03-18 22:23:49 Rawdawg-2 has joined
2229 2014-03-18 22:24:20 Gyps has quit (Quit: Gyps)
2230 2014-03-18 22:27:37 hmmma has joined
2231 2014-03-18 22:27:57 Rawdawg- has quit (Ping timeout: 255 seconds)
2232 2014-03-18 22:28:15 Starduster has quit (Quit: gotta go)
2233 2014-03-18 22:29:18 <dexX7> i spend quite long time to find out that either i am or bitcoind is unable to broadcast very long (~28 kb) raw transactions, but it's no prob via electrum. was it my fault and if this is the case, what can i do next time differently?
2234 2014-03-18 22:29:53 blumenkraft has quit (Ping timeout: 246 seconds)
2235 2014-03-18 22:31:01 Raccoon has quit (Ping timeout: 264 seconds)
2236 2014-03-18 22:31:07 JimJones has joined
2237 2014-03-18 22:31:12 disident has joined
2238 2014-03-18 22:31:34 <JimJones> did the 0.9 final version got released?
2239 2014-03-18 22:31:35 <JimJones> https://github.com/bitcoin/bitcoin/releases/tag/v0.9.0
2240 2014-03-18 22:31:46 softwaremechanic has joined
2241 2014-03-18 22:32:03 Raccoon has joined
2242 2014-03-18 22:34:29 <helo> binaries aren't posted yet, but the code isn't going to change.
2243 2014-03-18 22:36:14 <JimJones> how long devs take to post it on source forge?
2244 2014-03-18 22:36:24 ziggamon has joined
2245 2014-03-18 22:37:06 w1zman has quit ()
2246 2014-03-18 22:37:07 <gmaxwell> JimJones: It won't be on source forge anymore, in any case the release is just waiting for the deterministic build verifications.
2247 2014-03-18 22:37:31 <JimJones> ah
2248 2014-03-18 22:38:40 Luke-Jr has quit (Ping timeout: 245 seconds)
2249 2014-03-18 22:39:09 Luke-Jr has joined
2250 2014-03-18 22:39:25 <JimJones> gmaxwell, how long does that usually take? i want to run the bitcoind on my ubuntu server
2251 2014-03-18 22:40:12 softwaremechanic has quit (Quit: Leaving.)
2252 2014-03-18 22:40:13 disident has quit (Ping timeout: 264 seconds)
2253 2014-03-18 22:40:34 bedouin_ is now known as bedouin
2254 2014-03-18 22:40:50 ziggamon has quit (Ping timeout: 246 seconds)
2255 2014-03-18 22:40:55 qwebirc82631 has quit (Ping timeout: 245 seconds)
2256 2014-03-18 22:41:01 paveljanik has quit (Quit: This computer has gone to sleep)
2257 2014-03-18 22:41:17 softwaremechanic has joined
2258 2014-03-18 22:41:24 Persopolis has quit ()
2259 2014-03-18 22:41:35 draino has quit (Read error: Connection reset by peer)
2260 2014-03-18 22:42:30 <gmaxwell> JimJones: the release should be out in a few hours.
2261 2014-03-18 22:43:05 <JimJones> oh nic
2262 2014-03-18 22:43:13 blumenkraft has joined
2263 2014-03-18 22:43:28 <JimJones> http://getaddr.bitnodes.io/
2264 2014-03-18 22:43:31 <JimJones> so few nodes..
2265 2014-03-18 22:43:32 BNCatDIGISHELL has quit (Quit: changing servers)
2266 2014-03-18 22:43:33 Raccoon has quit (Ping timeout: 252 seconds)
2267 2014-03-18 22:43:42 <JimJones> last time i checked there were like 21k
2268 2014-03-18 22:43:53 disident has joined
2269 2014-03-18 22:44:13 BNCatDIGISHELL has joined
2270 2014-03-18 22:45:11 <dexX7> is this website very accurate?
2271 2014-03-18 22:45:55 Raccoon has joined
2272 2014-03-18 22:46:03 grandmaster has joined
2273 2014-03-18 22:47:31 <gmaxwell> It used to be inaccurate, it's probably accurate now.
2274 2014-03-18 22:48:03 <tiago> 9.2k
2275 2014-03-18 22:48:16 <tiago> I don't believe it counts SPV clients though
2276 2014-03-18 22:48:39 buhbuh has joined
2277 2014-03-18 22:48:52 <tiago> because afaik the bitcoin client doesn't give spv client ips when other clients ask for ips
2278 2014-03-18 22:48:54 <gmaxwell> No, of course not.
2279 2014-03-18 22:48:56 <phantomcircuit> JimJones, there have never been 21k connectable nodes
2280 2014-03-18 22:49:27 <phantomcircuit> gmaxwell, i suspect those numbers are probably still too high
2281 2014-03-18 22:49:29 <phantomcircuit> but maybe not
2282 2014-03-18 22:49:33 <gmaxwell> it actually counts actual bitcoin nodes, which are the source of security and connectivity in the bitcoin system. SPV nodes are just clients.
2283 2014-03-18 22:49:47 <gmaxwell> phantomcircuit: well they're inflated by things like dynamic ips, but I expect by not much.
2284 2014-03-18 22:49:59 <tiago> there's likely a big amount of android/electrum/etc clients running
2285 2014-03-18 22:50:46 Raccoon has quit (Excess Flood)
2286 2014-03-18 22:51:03 grandmaster has quit (Quit: Leaving)
2287 2014-03-18 22:52:03 softwaremechanic has quit (Quit: Leaving.)
2288 2014-03-18 22:52:47 softwaremechanic has joined
2289 2014-03-18 22:53:18 Zifre has joined
2290 2014-03-18 22:53:26 ninsei has quit (Quit: -a- Connection Timed Out)
2291 2014-03-18 22:53:27 <Luke-Jr> wumpus: if we make an option to enable localised-BTC, by the same logic we should merge TBC support
2292 2014-03-18 22:53:43 ninsei has joined
2293 2014-03-18 22:53:48 Raccoon has joined
2294 2014-03-18 22:54:11 <gmaxwell> Luke-Jr: die
2295 2014-03-18 22:54:13 BNCatDIGISHELL has quit (Quit: changing servers)
2296 2014-03-18 22:54:31 <Luke-Jr> gmaxwell: I refuse.
2297 2014-03-18 22:55:29 disident has quit (Quit: disident)
2298 2014-03-18 22:55:58 melvster has quit (Remote host closed the connection)
2299 2014-03-18 22:56:53 Raccoon has quit (Read error: Connection reset by peer)
2300 2014-03-18 22:56:55 buhbuh has quit (Quit: Page closed)
2301 2014-03-18 22:58:06 <tiago> bitcoin-san :D
2302 2014-03-18 22:58:21 <antephialtic> in p2sh, what is the format for the serialized script
2303 2014-03-18 22:58:23 <antephialtic> ?
2304 2014-03-18 22:58:39 <Luke-Jr> antephialtic: ……………
2305 2014-03-18 22:59:25 BNCatDIGISHELL has joined
2306 2014-03-18 23:00:05 Raccoon has joined
2307 2014-03-18 23:00:22 melvster has joined
2308 2014-03-18 23:00:33 <antephialtic> Luke-Jr: the scriptSig that spends a p2sh output has the form <Signature(s)> <Serialized Script>
2309 2014-03-18 23:00:34 saulimus has quit (Quit: saulimus)
2310 2014-03-18 23:00:44 <antephialtic> how exactly is the script serialized?
2311 2014-03-18 23:00:49 <Luke-Jr> antephialtic: yes, "serialised script" is the format
2312 2014-03-18 23:01:01 <Luke-Jr> the same way it always is
2313 2014-03-18 23:01:19 <Luke-Jr> the point is you need to push the script as data, not just include it inline
2314 2014-03-18 23:01:27 <Luke-Jr> so prefix it with a push opcode
2315 2014-03-18 23:02:40 Rawdawg-2 has left ()
2316 2014-03-18 23:02:59 ninsei has quit (Quit: -a- Connection Timed Out)
2317 2014-03-18 23:03:00 Raccoon has quit (Excess Flood)
2318 2014-03-18 23:03:12 Guyver2 has quit (Ping timeout: 252 seconds)
2319 2014-03-18 23:03:13 ninsei has joined
2320 2014-03-18 23:04:55 <antephialtic> Luke-Jr: thanks, going to look at an example
2321 2014-03-18 23:05:04 <dexX7> what build is /Satoshi:0.9.99/?
2322 2014-03-18 23:05:06 Raccoon has joined
2323 2014-03-18 23:05:26 songz has joined
2324 2014-03-18 23:05:30 <Luke-Jr> dexX7: master, at least as of a week or so ago
2325 2014-03-18 23:06:59 olalonde1 has joined
2326 2014-03-18 23:07:00 olalonde has quit (Read error: Connection reset by peer)
2327 2014-03-18 23:07:23 <michagogo> cloud!uid14316@wikia/Michagogo|dexX7: re: large transactions
2328 2014-03-18 23:07:31 rotzoll has quit (Ping timeout: 240 seconds)
2329 2014-03-18 23:07:32 <michagogo> cloud!uid14316@wikia/Michagogo|Are you getting "decode failed"?
2330 2014-03-18 23:07:36 <aschildbach> https://github.com/bitcoin/gitian.sigs/pull/23
2331 2014-03-18 23:07:50 <dexX7> michagogo|cloud: yes, that too
2332 2014-03-18 23:08:32 <michagogo> cloud!uid14316@wikia/Michagogo|dexX7: the issue is that the debug console and command line limit the length of lines, if I'm not mistaken
2333 2014-03-18 23:08:36 <dexX7> but i think this only appeary within the -qt debug window. real rpc commands went through, but sending failed nevertheless, if i remember correctly
2334 2014-03-18 23:09:10 <michagogo> cloud!uid14316@wikia/Michagogo|(Maybe not the command line, but definitely the GUI's debug console text box)
2335 2014-03-18 23:10:24 one_zero has joined
2336 2014-03-18 23:10:29 DougieBot5000 has quit (Quit: Leaving)
2337 2014-03-18 23:11:03 <michagogo> cloud!uid14316@wikia/Michagogo|What I usually do in that case is use my ruby debug console -- I have a script that basically defines the bitcoinrpc class from somewhere on the wiki
2338 2014-03-18 23:11:04 <dexX7> decoding via rpc worked, sending not
2339 2014-03-18 23:11:23 <michagogo> cloud!uid14316@wikia/Michagogo|And also requires the 'clipboard' ruby gem
2340 2014-03-18 23:11:40 rotzoll has joined
2341 2014-03-18 23:11:45 daybyter has quit (Quit: Konversation terminated!)
2342 2014-03-18 23:11:47 <michagogo> cloud!uid14316@wikia/Michagogo|And then I have a 1-line batch file that calls irb and requires that script
2343 2014-03-18 23:12:22 <michagogo> cloud!uid14316@wikia/Michagogo|(Oh, the script also has a new_btc method that creates the bitcoinrpc object)
2344 2014-03-18 23:12:52 freggles has quit (Remote host closed the connection)
2345 2014-03-18 23:12:56 <michagogo> cloud!uid14316@wikia/Michagogo|So I type BTC into the command line, which puts me into irb
2346 2014-03-18 23:12:59 Raccoon has quit (Excess Flood)
2347 2014-03-18 23:13:16 <michagogo> cloud!uid14316@wikia/Michagogo|And then I just say something like b=new_rpc
2348 2014-03-18 23:13:25 BNCatDIGISHELL has quit (Quit: changing servers)
2349 2014-03-18 23:13:33 <dexX7> and that workaround works? kinda odd ;)
2350 2014-03-18 23:13:37 BNCatDIGISHELL has joined
2351 2014-03-18 23:13:52 Raccoon has joined
2352 2014-03-18 23:13:56 <michagogo> cloud!uid14316@wikia/Michagogo|And then I can, for example, do this: b.sendrawtransaction(Clipboard.paste)
2353 2014-03-18 23:14:09 <michagogo> cloud!uid14316@wikia/Michagogo|dexX7: it's not a workaround
2354 2014-03-18 23:14:13 <dexX7> anyway, fetching the tx via getrawtransaction works fine within the debug window, even with verbose
2355 2014-03-18 23:14:19 <michagogo> cloud!uid14316@wikia/Michagogo|It's an RPC client
2356 2014-03-18 23:14:28 <michagogo> cloud!uid14316@wikia/Michagogo|Yes, you can fetch it
2357 2014-03-18 23:14:45 <michagogo> cloud!uid14316@wikia/Michagogo|The length limit is on the text entry box
2358 2014-03-18 23:14:52 <dexX7> i see. well, as mentioned: decoding via rpc worked, sending not
2359 2014-03-18 23:14:56 <michagogo> cloud!uid14316@wikia/Michagogo|Wait a minute
2360 2014-03-18 23:15:14 <michagogo> cloud!uid14316@wikia/Michagogo|If you can getrawtransaction, of course sendrawtransaction will fail
2361 2014-03-18 23:15:31 <michagogo> cloud!uid14316@wikia/Michagogo|It already has that transaction
2362 2014-03-18 23:15:36 <dexX7> the tx is now already broadcasted via electrum
2363 2014-03-18 23:15:38 Guyver2 has joined
2364 2014-03-18 23:15:41 <dexX7> that's why :)
2365 2014-03-18 23:16:04 <dexX7> but this is still annoying.. wah i hate this -22 error >_>"
2366 2014-03-18 23:16:24 <dexX7> but i guess i shouldn't complain, if i'm unable to fix it myself
2367 2014-03-18 23:17:02 ahbritto has quit (Read error: Connection reset by peer)
2368 2014-03-18 23:17:22 <michagogo> cloud!uid14316@wikia/Michagogo|dexX7: you'll get that error if the transaction is already known
2369 2014-03-18 23:18:21 ahbritto has joined
2370 2014-03-18 23:18:22 <dexX7> yes, then too. but in the earlier case all i tried was sending via rpc via sendrawtransaction which didn't work with bitcoind, but later within the electum console
2371 2014-03-18 23:18:40 <dexX7> even luke-jr's magic box didn't accept the tx ;)
2372 2014-03-18 23:19:24 <Luke-Jr> want to volunteer to investigate magic box failures? :P
2373 2014-03-18 23:19:44 benrcole has joined
2374 2014-03-18 23:19:51 Raccoon has quit (Ping timeout: 252 seconds)
2375 2014-03-18 23:20:58 Emzy has quit (Quit: Textual IRC Client: www.textualapp.com)
2376 2014-03-18 23:21:00 <phantomcircuit> Luke-Jr, que
2377 2014-03-18 23:21:37 BNCatDIGISHELL has quit (Quit: changing servers)
2378 2014-03-18 23:21:47 benrcole1 has quit (Ping timeout: 246 seconds)
2379 2014-03-18 23:21:50 BNCatDIGISHELL has joined
2380 2014-03-18 23:21:54 Raccoon has joined
2381 2014-03-18 23:22:57 <Luke-Jr> phantomcircuit: wat?
2382 2014-03-18 23:23:06 <phantomcircuit> magic box failures
2383 2014-03-18 23:23:15 <Luke-Jr> what about them?
2384 2014-03-18 23:23:22 <phantomcircuit> what does that even mean
2385 2014-03-18 23:23:31 _ImI_ has quit (Quit: _ImI_)
2386 2014-03-18 23:23:37 <Luke-Jr> phantomcircuit: I presume it refers to submitting transactions to eligius.st/~wizkid057/newstats/pushtxn.php
2387 2014-03-18 23:23:53 <phantomcircuit> oh
2388 2014-03-18 23:25:09 <dexX7> i think it's not the box but the underlying system which may fail due to a similar reason bitcoind via rpc does fail, too
2389 2014-03-18 23:25:14 nickler has quit (Quit: Lost terminal)
2390 2014-03-18 23:25:32 <Luke-Jr> dexX7: most likely
2391 2014-03-18 23:26:04 <Luke-Jr> dexX7: but someone to field issues with that would be helpful :D
2392 2014-03-18 23:26:04 gdbz has quit (Ping timeout: 264 seconds)
2393 2014-03-18 23:28:20 ninsei has quit (Quit: -a- Connection Timed Out)
2394 2014-03-18 23:28:35 ninsei has joined
2395 2014-03-18 23:28:37 Raccoon has quit (Ping timeout: 264 seconds)
2396 2014-03-18 23:29:06 sipa has quit (Ping timeout: 265 seconds)
2397 2014-03-18 23:29:25 ninsei_ has joined
2398 2014-03-18 23:30:26 blumenkraft has quit (Ping timeout: 246 seconds)
2399 2014-03-18 23:30:31 ziggamon has joined
2400 2014-03-18 23:30:49 BNCatDIGISHELL has quit (Quit: changing servers)
2401 2014-03-18 23:32:20 gdbz has joined
2402 2014-03-18 23:32:22 softwaremechanic has quit (Quit: Leaving.)
2403 2014-03-18 23:33:12 ninsei has quit (Ping timeout: 255 seconds)
2404 2014-03-18 23:35:01 BNCatDIGISHELL has joined
2405 2014-03-18 23:35:13 ziggamon has quit (Ping timeout: 264 seconds)
2406 2014-03-18 23:35:43 Raccoon has joined
2407 2014-03-18 23:36:55 softwaremechanic has joined
2408 2014-03-18 23:37:17 Gyps has joined
2409 2014-03-18 23:38:12 benten has quit (Quit: This computer has gone to sleep)
2410 2014-03-18 23:38:48 ahbritto has quit (Read error: Connection reset by peer)
2411 2014-03-18 23:39:07 _ImI_ has joined
2412 2014-03-18 23:39:50 ahbritto has joined
2413 2014-03-18 23:41:19 ninsei_ has quit (Quit: -a- Connection Timed Out)
2414 2014-03-18 23:41:35 ninsei has joined
2415 2014-03-18 23:42:13 nessence has joined
2416 2014-03-18 23:43:57 blumenkraft has joined
2417 2014-03-18 23:44:56 spr4wl_org1 has joined
2418 2014-03-18 23:45:30 _ImI_ has quit (Quit: _ImI_)
2419 2014-03-18 23:45:49 Aido has joined
2420 2014-03-18 23:49:01 nessence has quit (Ping timeout: 264 seconds)
2421 2014-03-18 23:49:12 Imbue has quit (Quit: Imbue)
2422 2014-03-18 23:50:04 Ursium has quit (Quit: Ursium)
2423 2014-03-18 23:51:53 anton000 has quit (Ping timeout: 246 seconds)
2424 2014-03-18 23:52:06 ralphtheninja has quit (Ping timeout: 255 seconds)
2425 2014-03-18 23:53:25 KawalGrover has joined
2426 2014-03-18 23:54:15 tinaivanova has quit (Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424])
2427 2014-03-18 23:54:30 nessence has joined
2428 2014-03-18 23:55:02 BNCatDIGISHELL has quit (Quit: changing servers)
2429 2014-03-18 23:55:04 Raccoon has quit (Excess Flood)