1 2016-05-10 16:26:58 <RainMan28> I'm running bitcoin core on a Digital Ocean 16GB, 160 GB SSD VPS and all of a sudden any transactions being created by the wallet are no longer showing up on any block explorer and my system load has shot up with bitcoind. Any idea what could be happening? Here's my server load: http://i.imgur.com/qC39NLq.png
 2 2016-05-10 19:08:31 <arubi> so this fabe guy asked a question a day or two ago (for those who have that on scrollback) about a transaction not being mined.  looking at his tx, it is version 2.  I'm curious, is there any practical reason for that?
 3 2016-05-10 19:11:37 <btcdrak> arubi: was it using BIP68/BIP112? those have to be version 2 txs.
 4 2016-05-10 19:14:42 <arubi> btcdrak, it was using bip112.  thanks!
 5 2016-05-10 19:54:28 <matsjj> Anyone knows if CSV is activated on testnet already (and if transactions spending P2SH with OP_NOP3 propagate)?
 6 2016-05-10 20:04:27 <arubi> matsjj, is is. they do.  0f064de4a4c548693c261e2a87202aaa0f54548101ae267dab7cdc5c1000dbf4  .  I just was just asking a related question, about another person's question just before.  meta achieved
 7 2016-05-10 21:11:53 <grondilu> Hello:  ./compat/endian.h: At global scope:
 8 2016-05-10 21:11:54 <grondilu> ./compat/endian.h:188:34: error: expected ‘)’ before ‘little_endian_64bits’ inline uint64_t le64toh(uint64_t little_endian_64bits)
 9 2016-05-10 21:12:01 <grondilu> ^what's that about?
10 2016-05-10 21:19:16 <grondilu> nevermind found out by googling.