1 2013-07-31 01:45:50 <petertodd> inputs.io now does GPG auth - I'm impressed
 2 2013-07-31 01:46:56 <petertodd> inputs.io has also told me they intend to implement merkle sum tree commitments to the balances of all their accounts so as to prove they really have the coins backing deposits
 3 2013-07-31 01:50:01 <nsh> nice
 4 2013-07-31 01:52:35 <petertodd> the method they said they were going to use for balance verification sounds like it won't be optimal - it will be done every hour or so - but it's a very good first step
 5 2013-07-31 01:52:49 <petertodd> (you can do balance verification per transaction with the right data structure
 6 2013-07-31 01:52:52 <petertodd> )
 7 2013-07-31 01:53:38 <Luke-Jr> petertodd: of course, this assumes they don't know who will or won't be checking balances ;p
 8 2013-07-31 01:54:09 <Luke-Jr> it might not work for MtGox, since they probably have a number of old users that never claimed their account after the cracking incident
 9 2013-07-31 01:54:22 <petertodd> sort of: they publish a public commitment, and then users check the balance; you have to know in advance
10 2013-07-31 01:54:31 <petertodd> yeah, you can get away with old accounts for sure
11 2013-07-31 01:54:43 <petertodd> just expiure their password :P
12 2013-07-31 01:54:55 <petertodd> "oh sorry, it's a manual process to reactivate..."
13 2013-07-31 02:25:20 <phantomcircuit> petertodd, depends on if anybody is storing the old records
14 2013-07-31 02:26:53 <Vinnie_win> sup peeps
15 2013-07-31 03:01:05 <petertodd> phantomcircuit: you don't publish records for all accounts to preserve privacy
16 2013-07-31 03:17:35 <phantomcircuit> petertodd, the only thing that has to be preserved is the root
17 2013-07-31 04:57:44 <Luke-Jr> petertodd: src/main.h:1204: double CMemPoolTx::FeesPerKB() const: Assertion `nSumTxSize >= 0' failed.
18 2013-07-31 05:04:03 <melvster> does anyone know why the payments protocol uses BOTH sha256 and sha1?
19 2013-07-31 05:04:15 <melvster> i would have thought just sha256 would be OK?
20 2013-07-31 05:05:07 <melvster> cc: gavinandresen ^^