1 2014-11-11 00:04:24 <CodeShark> blocks;;
 2 2014-11-11 00:05:10 <CodeShark> how do you get a list of bot commands?
 3 2014-11-11 00:27:20 <BlueMatt> "i told him everytime he uses the FPU in consensus code gmaxwell kills a kitten"
 4 2014-11-11 00:27:25 <BlueMatt> I think this is +/- accurate
 5 2014-11-11 00:31:37 <gmaxwell> Whats the context there?
 6 2014-11-11 00:32:16 <gmaxwell> oh I see.
 7 2014-11-11 01:04:49 <sinetek> that's a good point, nothing should be assumed about floating points..
 8 2014-11-11 01:10:55 <cfields> sipa: looks like you saw a travis build error fluke today?
 9 2014-11-11 01:22:25 <sinetek> C++ quizz: Can you friend a global function?
10 2014-11-11 01:47:31 <kryo_> hey shouldn't the sum of all "list unspent" be equal to "getbalance"?
11 2014-11-11 01:50:22 <kryo_> oh, i guess the difference was due to an unconfirmed transaction
12 2014-11-11 06:24:38 <wumpus> gmaxwell: yes
13 2014-11-11 06:34:58 <sinetek> I believe I have found a bug
14 2014-11-11 06:35:15 <sinetek> qt/splashscreen.cpp:147
15 2014-11-11 06:35:25 <sinetek> uiInterface.LoadWallet  is not getting disconnected.
16 2014-11-11 06:35:48 <wumpus> not even in the destructor?
17 2014-11-11 06:36:09 <sinetek> that is correct
18 2014-11-11 06:36:31 <wumpus> then it's indeed a bug
19 2014-11-11 10:05:02 <sipa> cfields: indeed
20 2014-11-11 10:06:17 <elichai2> hey, there is no problem to use the 'master' branch daily use, right?
21 2014-11-11 10:07:13 <sipa> elichai2: if you don't mine and don't receive transactions, i guess
22 2014-11-11 10:07:20 <sipa> otherwise i would recommend against it
23 2014-11-11 10:07:38 <elichai2> lol, kk, so i'll continue make my own branch :)
24 2014-11-11 10:07:51 <elichai2> (i'm commiting all the good and safe commits from master into it...)
25 2014-11-11 10:09:37 <chichov> if in a nulldata output the value is bigger than 0, can it be claimed by miners?
26 2014-11-11 10:11:17 <sipa> what do you think?
27 2014-11-11 10:11:35 <elichai2> BTW, the PPA version is on Git somewhere?
28 2014-11-11 10:12:17 <chichov> sipa: I'd say no
29 2014-11-11 10:12:27 <sipa> chichov: indeed; why?
30 2014-11-11 10:12:44 <chichov> sipa: because the script evaluation return's false?
31 2014-11-11 10:12:50 <sipa> indeed
32 2014-11-11 10:12:56 <chichov> I was wondering if there was any exception to this
33 2014-11-11 10:13:01 <sipa> no
34 2014-11-11 10:13:30 <chichov> someone once told me that it could be used to gather all kinds of small amounts lying around in the wallet
35 2014-11-11 10:13:47 <chichov> and then to give it away to the miners
36 2014-11-11 10:14:21 <chichov> sipa: is there any truth in that?
37 2014-11-11 10:14:41 <sipa> chichov: sure; create an anyonecanspend output
38 2014-11-11 10:14:52 <chichov> sipa: yea, that sounds much more like it
39 2014-11-11 10:15:46 <chichov> sipa: alright, I'll correct that then, thanks
40 2014-11-11 10:47:20 <wumpus> sinetek: please, just fix the bug instead of replacing the entire signals library
41 2014-11-11 11:58:09 <michagogo> chichov: What you're thinking of isn't actually a spendable-by-anyone output
42 2014-11-11 11:58:23 <michagogo> I think you're thinking of something like dust-be-gone
43 2014-11-11 11:58:59 <michagogo> Which is basically gathering up dust into a transaction that has a zero-value OP_RETURN output
44 2014-11-11 11:59:06 <michagogo> So the dust all goes to fees
45 2014-11-11 11:59:42 <michagogo> Optionally signing with ANYONECANPAY, so it can be combined with the transactions of others doing the same thing