1 2012-12-14 00:16:17 <Luke-Jr> devrandom: ping
 2 2012-12-14 01:08:16 <jgarzik> a Hal-post!  https://bitcointalk.org/index.php?topic=128042.msg1398752#msg1398752
 3 2012-12-14 01:08:17 <jgarzik> a Hal-post!  https://bitcointalk.org/index.php?topic=128042.msg1398752#msg1398752
 4 2012-12-14 01:10:34 <gavinandresen> Huzzah!  even though it looks like he found a bug we should have noticed two years ago....
 5 2012-12-14 01:13:35 <sipa> that's.... shameful
 6 2012-12-14 01:21:16 <gavinandresen> ACTION feels shame
 7 2012-12-14 01:25:29 <D34TH> gavinandresen, sometimes answers are overlooked, but they are always found in  the end
 8 2012-12-14 01:26:54 <sipa> i wondered why people claimed it always put the real output first
 9 2012-12-14 01:27:03 <sipa> while obviously the code randomizes...
10 2012-12-14 01:27:04 <sipa> while obviously the code randomizes...
11 2012-12-14 01:27:13 <Luke-Jr> XD
12 2012-12-14 01:27:56 <sipa> that means a quite significant part of bitcoin history just became somewhat more traceable (to the extent the round amounts didn't reveal that already)
13 2012-12-14 01:33:42 <gavinandresen> sipa: getting an error gbuilding win32_boost:  http://pastebin.com/AVXsnNux    provided command 'i686-w64-mingw32-g++' not found
14 2012-12-14 01:36:12 <sipa> gavinandresen: hmm, i used an image with several packages already installed
15 2012-12-14 01:36:38 <sipa> perhaps mingw-w64 only install gcc and not g++
16 2012-12-14 01:36:49 <sipa> i'll have a look, but now i need sleep :)
17 2012-12-14 01:36:50 <sipa> i'll have a look, but now i need sleep :)
18 2012-12-14 01:37:00 <gavinandresen> go to sleep, I'm about to end for the night, too
19 2012-12-14 01:37:11 <gavinandresen> I'll post in the pull request so we don't forget
20 2012-12-14 01:37:55 <zeks2> can someone help me to explain what means Network ID for the primary blockchain in eloipool ?
21 2012-12-14 01:37:56 <zeks2> can someone help me to explain what means Network ID for the primary blockchain in eloipool ?
22 2012-12-14 02:00:34 <D34TH> hmm, it seems that i have just been attacked on ipv6
23 2012-12-14 02:25:24 <da2ce7> with collecting entorpy with c++ is there any blocking 'random' call that will not return untill enough entropy has been collected?
24 2012-12-14 02:27:11 <devrandom> Luke-Jr: pong
25 2012-12-14 02:31:04 <Luke-Jr> devrandom: are you going to fix that gitian bug?
26 2012-12-14 02:32:05 <theymos> da2ce7: Standard C++ doesn't have any cryptographic randomness functions AFAIK.
27 2012-12-14 02:32:06 <theymos> da2ce7: Standard C++ doesn't have any cryptographic randomness functions AFAIK.
28 2012-12-14 02:35:43 <da2ce7> http://www.cplusplus.com/reference/random/random_device/  except requires a compiler (and system that supports it)...
29 2012-12-14 06:00:21 <devrandom> Luke-Jr: which one?