1 2017-10-28 00:35:04 <denisx> are there plans to switch from leveldb to RocksDB?
 2 2017-10-28 02:16:57 <phantomcircuit> denisx, why would there be
 3 2017-10-28 02:17:37 <denisx> phantomcircuit: it seems to be faster than levelDB, it is more optimized for more cpus
 4 2017-10-28 02:27:28 <denisx> phantomcircuit: and it is based on leveldb, so maybe it is easy to switch to it
 5 2017-10-28 17:46:58 <wallet42> Q about `getrawmempool true`: is the size the total size or vsize or only baseblock size for segwit transactions?
 6 2017-10-28 17:51:01 <arubi> it's vsize for segwit transaction, so the total would be the total in weight units
 7 2017-10-28 23:52:07 <coolhp48> Hi all. I have a question regarding BIP70 (or rather the proper implementation of).
 8 2017-10-28 23:52:50 <coolhp48> Am I to understand that the certificate used to sign the PaymentRequest message needs to be a publically recognised CA ?
 9 2017-10-28 23:53:49 <coolhp48> I'm tried using a self generated openssl CA but when trying to process a payment on any kind of wallet, the wallets only accept the request if I've trusted that CA on the device first.... which is ridiculous...
10 2017-10-28 23:55:10 <coolhp48> I thought the idea behind BIP70 was to allow for client to server notifications of payment status. But the implementation cost would be pretty steep if I one needs to get a trusted tier 2 CA to implement it.
11 2017-10-28 23:55:44 <coolhp48> I've tried signing them with a letsencrypt certificate but those do not have the keyCertSign bit on.
12 2017-10-28 23:56:06 <coolhp48> Or is there another kind of certificate I do not know about ?