1 2015-07-25 03:41:55 <Rozal> did you guys fix bitcoin yet?
 2 2015-07-25 03:59:16 <hey_joe> lol
 3 2015-07-25 18:06:37 <onefox> hello, does someone know a lib to split a full multisig 2 of 3 reedem script in to all publickeys? would be nice in python.
 4 2015-07-25 19:35:51 <jcorgan> what is the implementation status of BIP62 in bitcoin-core, or rather, where i can go find that out for myself?
 5 2015-07-25 19:38:49 <Fort1> I upgraded 0.10-->0.11 on Debian Jessie and I no longer have the tray icon and if I minimise the main window, the application is still running, but I have no way to restore it (it disappears from the taskbar too).
 6 2015-07-25 19:39:37 <Fort1> (the graph. env. is Xfce)
 7 2015-07-25 19:41:20 <harding> jcorgan: for the first part of your question, try http://bitcoin.stackexchange.com/questions/35904/how-much-of-bip-62-dealing-with-malleability-has-been-implemented
 8 2015-07-25 19:42:43 <jcorgan> exactly what i was looking for, thanks
 9 2015-07-25 19:42:52 <harding> np
10 2015-07-25 19:52:07 <Fort1> Can I open a ticket somewhere ?
11 2015-07-25 19:55:24 <Luke-Jr> Fort1: did you compile it yourself?
12 2015-07-25 19:57:21 <Fort1> Luke-Jr, no, I downloaded it from bitcoin.org
13 2015-07-25 19:58:33 <Luke-Jr> Fort1: try compiling it yourself; this sounds like a Debian bug really
14 2015-07-25 19:59:42 <Fort1> Luke-Jr: ok, but it never appeared in previous versions. 0.10 worked perfectly
15 2015-07-25 20:00:16 <Luke-Jr> Fort1: I think (?) 0.11 is the first version to statically link Qt; which means it can't pick up on OS-bundled stuff
16 2015-07-25 20:01:01 <Luke-Jr> which was done because there's basically no reasonable way to do a dynamically linked cross-distro binary
17 2015-07-25 20:01:13 <Luke-Jr> seems cross-distro binaries are altogether impossible though..
18 2015-07-25 20:01:23 <Fort1> Luke-Jr, thanks, Il compile it...
19 2015-07-25 20:12:15 <Fort1> Luke-Jr: I've seen v0.10.2 in the Debian repo. If I install it from there, I wonder if it will not overwrite my .bitcoin directory...
20 2015-07-25 22:30:28 <BlueMatt> someone want to close https://github.com/bitcoin/bitcoin/issues/6399 ?
21 2015-07-25 23:33:16 <onefox> does someone know if the chain.so websocket realtime api is a good one? or does someone have alternatives?