1 2016-08-07 02:19:43	0|Chris_Stewart_5|Does the tx hash endianess matter for bloom filters?
 2 2016-08-07 02:20:19	0|Chris_Stewart_5|specifically this test case has the endianess flipped compared to what is actually in the tx when it is deserialized
 3 2016-08-07 02:20:22	0|Chris_Stewart_5|https://github.com/bitcoin/bitcoin/blob/master/src/test/bloom_tests.cpp#L155
 4 2016-08-07 02:33:25	0|Chris_Stewart_5|or the '0x' prefix flips the endianess..?
 5 2016-08-07 04:51:05	0|GitHub102|[13bitcoin] 15unsystemizer opened pull request #8478: Ubuntu 14.04 server installs w/o curl (06master...06patch-3) 02https://github.com/bitcoin/bitcoin/pull/8478
 6 2016-08-07 06:24:31	0|jl2012|could the size of a valid pubkey be some value other than 33 or 65?
 7 2016-08-07 06:37:59	0|sipa|jl2012: no
 8 2016-08-07 07:00:10	0|jl2012|thanks
 9 2016-08-07 15:10:24	0|cjd|Hey folks, I read over the mimblewimble paper and I'm really super impressed with the algorithm
10 2016-08-07 15:13:12	0|cjd|The only things which annoy me about it are that (as I understand) the signatures pile up forever and of course its very not post-quantum
11 2016-08-07 15:14:49	0|cjd|But to fix the transactions building up, a possible solution might be to associate the signature with an output and require that the value of the signature is subtractet when that output is spent
12 2016-08-07 15:15:45	0|cjd|normally that would mean the recipient must store information or else lose access to the money but the information could be encrypted and added to the transaction and bcast so that if he loses his wallet he can still spend it from the seed
13 2016-08-07 16:24:58	0|cjd|Also it feels like an attacker can generate a valid transaction which plows your money into the ground unless outputs are required to sign themselves
14 2016-08-07 18:08:55	0|ebfull|cjd: probably more appropriate discussion for #bitcoin-wizards
15 2016-08-07 18:09:04	0|jeremyrubin|So I'm running on #6e6ab2c and I can't get the pull-tester to pass.
16 2016-08-07 18:09:46	0|jeremyrubin|I thought it was a bug in my patches but it seems that it's just in master.
17 2016-08-07 18:09:50	0|cjd|thanks, lots of channels I don't even know about anymore
18 2016-08-07 18:10:25	0|cjd|* lots of new channels since last time I was active...
19 2016-08-07 18:10:50	0|jeremyrubin|I'm getting a failure to start HTTP server
20 2016-08-07 18:16:28	0|jeremyrubin|Ok I found https://github.com/bitcoin/bitcoin/issues/8425
21 2016-08-07 20:56:34	0|GitHub173|[13bitcoin] 15adlawren opened pull request #8481: Qt: Fix minimize and close bugs (06master...06fix-minimize-and-close-bugs) 02https://github.com/bitcoin/bitcoin/pull/8481
22 2016-08-07 21:18:01	0|GitHub75|[13bitcoin] 15MarcoFalke opened pull request #8482: [qa] Use single cache dir for chains (06master...06Mf1608-qaCache) 02https://github.com/bitcoin/bitcoin/pull/8482