The Immersive Education Initiative today announced that all official Immersive Education events will now accept Bitcoin starting with IMMERSION …
Monthly Archives: May 2014
gmaxwell commented on pull request bitcoin/bitcoin#4257
May 31, 2014 gmaxwell commented on pull request bitcoin/bitcoin#4257 ACK
False Bitcoin Termination Tale Across Twitter.com Results in Malware, says Malwarebytes
According to Malwarebytes the security software company, one new scam spreading all over Twitter asserts that United States government has taken …
sipa commented on issue bitcoin/bitcoin#2293
May 31, 2014 sipa commented on issue bitcoin/bitcoin#2293 @laanwj Feel like trying again with #4161 and = 1.16″>#4177 merged?
sipa commented on pull request bitcoin/bitcoin#4227
May 31, 2014 sipa commented on pull request bitcoin/bitcoin#4227 Either you use: if condition1 … else if condition2 …; or if condition1 … else if condition2 …; … but not a mix of both.
sipa commented on pull request bitcoin/bitcoin#4264
May 31, 2014 sipa commented on pull request bitcoin/bitcoin#4264 ACK
sipa commented on pull request bitcoin/bitcoin#4230
May 31, 2014 sipa commented on pull request bitcoin/bitcoin#4230 I think you want a condition variable here, not a semaphore. Calling post() twice means wait() will return twice on a semaphore, which we don’t want.
sipa commented on pull request bitcoin/bitcoin#2784
May 31, 2014 sipa commented on pull request bitcoin/bitcoin#2784 For reference: the problem with bitnodes.io was lingering connections from a crawler that didn’t support BIP31 (but advertized a protocol version t…
sipa commented on pull request bitcoin/bitcoin#4180
May 31, 2014 sipa commented on pull request bitcoin/bitcoin#4180 No particular reason why nDoS needs to be exactly 32 bits.
sipa commented on pull request bitcoin/bitcoin#4180
May 31, 2014 sipa commented on pull request bitcoin/bitcoin#4180 Fix comment indentation.