1 2015-01-30 00:01:06 <Luke-Jr> phantomcircuit: I agree, but I'm pretty sure others don't
 2 2015-01-30 00:01:47 <phantomcircuit> o.o
 3 2015-01-30 00:04:58 <phantomcircuit> Luke-Jr, that seems quite strange to me
 4 2015-01-30 00:05:27 <adlai> it's all an elaborate ploy to teach us the evils of rewriting git history
 5 2015-01-30 00:05:38 <Luke-Jr> adlai: lolwut?
 6 2015-01-30 00:05:56 <adlai> the trezor business referenced in that thread
 7 2015-01-30 00:06:18 <Luke-Jr> oh, I forgot what the overall topic I linked was :D
 8 2015-01-30 03:30:28 <warren> we have anything cross-platform in bitcoin that can print the stack trace?
 9 2015-01-30 03:30:32 <warren> in a debug print
10 2015-01-30 06:07:51 <wumpus> gdb
11 2015-01-30 06:08:14 <sipa> killall -KILL wumpus
12 2015-01-30 06:09:54 <wumpus> Luke-Jr: well I wouldn't advice bitcoin core to new users that just want to play around with bitcoin, better to use the android application, but for serious usage (which, I guess, people are using the trezor for) I wouldn't know what else to recommend either
13 2015-01-30 06:10:20 <wumpus> sipa: hah
14 2015-01-30 08:06:40 <Krellan> Coinbase transaction question: Must a miner account for all possible fees+subsidy in their block? Or is a miner free to destroy some coins permanently by not recirculating them?
15 2015-01-30 20:20:01 <Luke-Jr> hm, was there an option to reduce bitcoind memory use?
16 2015-01-30 20:29:54 <azeteki> Luke-Jr: i found that for reasons unknown decreasing checklevel resulted in that
17 2015-01-30 20:30:00 <azeteki> haven't gotten around to investigating why
18 2015-01-30 20:30:31 <azeteki> as i recall, 700mb or so down to 200-300
19 2015-01-30 20:31:41 <Luke-Jr> odd, that shouldn't affect runtime at all O.o
20 2015-01-30 20:32:40 <azeteki> yes, it doesn't climb back up either, at least not on reasonable timescales
21 2015-01-30 20:32:48 <azeteki> i have 289M res atm
22 2015-01-30 20:32:52 <azeteki> on master
23 2015-01-30 20:54:48 <wumpus> Luke-Jr: https://gist.github.com/laanwj/efe29c7661ce9b6620a7
24 2015-01-30 20:55:03 <Luke-Jr> ty
25 2015-01-30 20:56:43 <Luke-Jr> should put this in doc/? :p
26 2015-01-30 20:57:08 <wumpus> checklevel should not have a difference on peak memory usage on master, it used to use a lot more memory during checking than for the normal dbcache but this should be capped now
27 2015-01-30 20:57:13 <wumpus> Luke-Jr: probably
28 2015-01-30 20:57:42 <wumpus> Luke-Jr: I mainly wrote it for myself, not to officially maintain it
29 2015-01-30 21:07:06 <wumpus> I was also planning to do more experimentation in that regard to make it more complete before publishing it, but I'm trying to do so many things