1 2016-05-17 09:02:54 <petertodd> anyone know of some up-to-date UTXO age distribution graphs? (or better yet, UTXO priority distribution graphs)
 2 2016-05-17 13:29:09 <jonasschnelli> petertodd: I guess you already checked loops data: https://statoshi.info/dashboard/db/unspent-transaction-output-set
 3 2016-05-17 13:29:54 <petertodd> jonasschnelli: yeah, not quite what I need
 4 2016-05-17 13:30:17 <petertodd> jonasschnelli: speaking of, just posted what I needed it for: https://statoshi.info/dashboard/db/unspent-transaction-output-set
 5 2016-05-17 13:30:26 <petertodd> jonasschnelli: er, I mean https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-May/012715.html
 6 2016-05-17 13:30:27 <jonasschnelli> petertodd: nice mailing list post. I have read ~15% and already started thinking: who the hell is going to implement this... needs probably a couple of months.
 7 2016-05-17 13:31:21 <petertodd> jonasschnelli: heh, I've already done a lot of work along those lines... but in python and rust :(
 8 2016-05-17 13:31:49 <jonasschnelli> Switch to core compatible c++! :-)
 9 2016-05-17 13:32:09 <petertodd> lol, the most rust I write, the less I like C++...
10 2016-05-17 13:32:37 <jonasschnelli> But I know. Often you start prototyping something in py, then you extend it and get stuck.
11 2016-05-17 13:33:10 <jonasschnelli> Yeah. We are kind of stuck with c++
12 2016-05-17 13:33:22 <petertodd> heh, funny, I'm using rust for my most recent thing for basically that reason! I want to have exactly what data is being passed around to be captured in the type declarations
13 2016-05-17 16:37:49 <kanzure> https://github.com/ElementsProject/lightning/blob/e46a2ed49a314cbc4ef8d0168d57560dcf727b77/test/test_protocol.c
14 2016-05-17 21:19:00 <kanzure> http://diyhpl.us/wiki/transcripts/sf-bitcoin-meetup/2016-04-11-lightning-network-as-a-directed-graph-single-funded-channel-network-topology/