1 2015-10-21 06:20:13 <Luke-Jr> before I go labelling the rest of the open BIPs PRs, does anyone dislike or have suggestions on improving the labels?
 2 2015-10-21 06:26:14 <btcdrak> Luke-Jr: sounds like a plan
 3 2015-10-21 06:52:24 <wumpus> sounds like a good idea to me
 4 2015-10-21 06:53:45 <wumpus> woohoo, ubuntu upgraded their libupnpc package
 5 2015-10-21 07:06:38 <wumpus> morcos: btw: regarding malloc giving memory back to the OS and CCoinsView, we had some earlier issues that prompted changes there: #4768, #4675
 6 2015-10-21 07:07:30 <wumpus> (TL;DR; VerifyDB was ballooning the process at the beginning, allocating lots of memory that was never given back to the OS)
 7 2015-10-21 07:26:50 <J3> ok, maybe this room is better
 8 2015-10-21 07:26:55 <J3> bored
 9 2015-10-21 07:27:15 <J3> i was directed here by the go guys
10 2015-10-21 07:28:54 <J3> why do people get so fucking hot over topics. it's not like anyone is actually talking about their subject. what happened to the old (somewhat old) notion of just talking bullshit?
11 2015-10-21 07:32:43 <J3> fucking IT people. No wonder us intel people have better relationships
12 2015-10-21 07:40:08 <wumpus> we do all the talking bullshit in PM and secret channels nowadays :-) nah, seriously, these topic channels exist with a single purpose and staying at least tangentially ontopic makes searching the logs easier. Freenode has some channels for random chat
13 2015-10-21 07:48:10 <phantomcircuit> wumpus, he seemed mad
14 2015-10-21 07:53:56 <wumpus> hard to conclude that from a few lines. at the least he was looking for social interaction in all the wrong places...
15 2015-10-21 10:50:37 <daqing> hi all, I'm reading the bitcoin source code, and I have a question: what does the node do after successful version handshake?
16 2015-10-21 10:51:08 <daqing> I can't find when did the node start to download the blockchain from other peers after version handshake
17 2015-10-21 10:52:30 <daqing> any tips?
18 2015-10-21 11:02:46 <Nickyo9> http://bitcoinmagasine.com/#OKCoin-Ceo-bitcoin-to-1200-in-two-months
19 2015-10-21 11:53:53 <btcdrak> ^ malware URL
20 2015-10-21 20:08:21 <mrkent> Are there any blockchain APIs that provide reliable data on double spends?
21 2015-10-21 20:08:58 <mrkent> namely the malleability attacks
22 2015-10-21 20:11:10 <jgarzik> difficult to say - double spend detection cannot be perfectly reliable
23 2015-10-21 20:11:30 <jgarzik> and malleated tx's aren't double spends, they are the same spend with a different hash
24 2015-10-21 20:13:20 <sipa> also off topic here, imho
25 2015-10-21 20:14:43 <jgarzik> indeed, #bitcoin material
26 2015-10-21 20:14:59 <mrkent> ok