1 2014-08-03 00:08:25 <jimbeam> Hey I just made an app for realtime bitcoin data and would really appreciate any feedback
 2 2014-08-03 00:08:32 <jimbeam> can I post the link here?
 3 2014-08-03 00:12:58 <justanotheruser> jimbeam: probably more appropriate in #bitcoin if at all
 4 2014-08-03 00:13:04 <jimbeam> ok thanks
 5 2014-08-03 00:28:03 <BlueMatt> gmaxwell: https://github.com/TheBlueMatt/RelayNode/ (mostly https://github.com/TheBlueMatt/RelayNode/blob/master/src/main/java/com/mattcorallo/relaynode/RelayConnection.java and https://github.com/TheBlueMatt/RelayNode/blob/master/src/main/java/com/mattcorallo/relaynode/RelayNodeClient.java)
 6 2014-08-03 01:03:26 <dsnrk> those paths hurt my head.
 7 2014-08-03 01:03:32 <gmaxwell> JAVA
 8 2014-08-03 01:09:26 <jcorgan> for every path delimiter wasted, a baby angel dies.
 9 2014-08-03 05:28:45 <arioBarzan> [2014/08/02 05:32] Luke-Jr: "I hope no exchange is clueless enough to reuse addresses :x". That's interesting considering Eligius sending mined coins to 18d3HV2bm94UyY4a9DrPfoZ17sXuiDQq2B with scriptpubkey 'OP_DUP OP_HASH160 5399c3093d31e4b0af4be1215d59b857b861ad5d OP_EQUALVERIFY OP_CHECKSIG'.
10 2014-08-03 05:29:45 <Luke-Jr> arioBarzan: Eligius is not an exchange.
11 2014-08-03 05:30:45 <Luke-Jr> (Eligius is also non-profit and has no budget)
12 2014-08-03 05:32:31 <Luke-Jr> arioBarzan: and yes, Eligius plans to move away from address reuse as soon as we find time to get it done regardless
13 2014-08-03 05:36:44 <arioBarzan> in the meantime, is it possible to just switch from 'OP_DUP OP_HASH160 5399c3093d31e4b0af4be1215d59b857b861ad5d OP_EQUALVERIFY OP_CHECKSIG' to '049ef3b9f8c816f7cc4d30866af7ddada21956d29eb938d70479973d32497bd4364d55f5ac54c108bd2b8f77a4445636de97aec40243338acc738cd34b59e1fe8c OP_CHECKSIG' ?
14 2014-08-03 05:36:46 <arioBarzan> everybody is informed thousands of times that 5399c3093d31e4b0af4be1215d59b857b861ad5d is hash160 of 049ef3b9f8c816f7cc4d30866af7ddada21956d29eb938d70479973d32497bd4364d55f5ac54c108bd2b8f77a4445636de97aec40243338acc738cd34b59e1fe8c
15 2014-08-03 05:38:18 <Luke-Jr> arioBarzan: that'd be a bad idea.
16 2014-08-03 05:38:40 <Luke-Jr> uses more UTXO set space
17 2014-08-03 05:39:38 <arioBarzan> for sending transactions like tx/cfb6571206361f73e29895fce6da3bcff6b627f3c429c2abee0443602e44f777 it would need much less space though
18 2014-08-03 05:40:11 <Luke-Jr> this is true.
19 2014-08-03 05:40:42 <Luke-Jr> I, however, see no value in spending my time implementing "in the meantime" rather than fixing it properly