1 2018-01-28 00:00:48	0|luke-jr|jojeyh: when we're preparing to make a new 0.n.0 release, a new 0.n branch is created and development on that branch is limited to fixes only, while new features continue on in the master branch
 2 2018-01-28 00:01:06	0|jojeyh|thanx
 3 2018-01-28 00:01:20	0|jojeyh|still trying to get used to the whole process
 4 2018-01-28 01:49:37	0|bitcoin-git|13bitcoin/06master 14a8c344b 15Wladimir J. van der Laan: Update chainTxData for 0.16...
 5 2018-01-28 01:49:37	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/2ae7cf8ef5be...9cf6393a4f82
 6 2018-01-28 01:49:38	0|bitcoin-git|13bitcoin/06master 149cf6393 15MarcoFalke: Merge #12270: Update chainTxData for 0.16...
 7 2018-01-28 01:50:47	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12270: Update chainTxData for 0.16 (06master...062018_01_chainstats) 02https://github.com/bitcoin/bitcoin/pull/12270
 8 2018-01-28 03:42:37	0|ossifrage|I just noticed that ~27% of the connections to my node fail with "version handshake timeout", I wonder who all those connections are?
 9 2018-01-28 04:01:32	0|luke-jr|or from?
10 2018-01-28 04:10:38	0|ossifrage|luke-jr, I only get a peerid in the log, no address, so I don't know the distribution of those connections
11 2018-01-28 11:06:27	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12283: Fix typos (06master...06typos-20180128) 02https://github.com/bitcoin/bitcoin/pull/12283
12 2018-01-28 11:06:57	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12284: tests: Remove assigned but never used local variables (06master...06remove-assigned-but-never-used-local-variables) 02https://github.com/bitcoin/bitcoin/pull/12284
13 2018-01-28 12:25:33	0|xabbix|When running `getmempoolentry`, I have two values, height and time. If I just started my node I am able to see mempool entries with time that is before I ever started my node (for the first time). However, the height values seem to be different in a way that I only get heights that are recent. I'm guessing the time values are taken from the node that relayed the tx to me, but the height is set by my own node?
14 2018-01-28 14:08:51	0|jnewbery|xabbix: yes - mempool acceptance time is saved to mempool.dat on shutdown and reloaded on startup. It's required for working out when a tx should be expired from the mempool. Height is not saved so will be lost when you restart your node.
15 2018-01-28 14:08:58	0|jnewbery|Both are set by your own node
16 2018-01-28 14:16:21	0|bitcoin-git|[13bitcoin] 15tamasblummer opened pull request #12286: Wallet: Resolve compiler warnings in ec_privkey_import_der (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12286
17 2018-01-28 18:03:43	0|gmaxwell|uh. I see now that with txn A, B in the wallet paying me, where B conflicts A and B eventually confirms, A just vanishes (B continues to have the conflicts record, so it hasn't forgotten it completely).  Anyone know when we adopted this behavior and why? This is not good.
18 2018-01-28 18:26:51	0|BlueMatt|gmaxwell: sounds like a bug to me, it should be there always....are you looking at qt or listtransactions?
19 2018-01-28 18:27:33	0|BlueMatt|(I mean depending on context, in qt it may make sense to hide some things like rbf-replaced txn that are conflicted and the conflict is buried)
20 2018-01-28 19:20:11	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #12287: Fix missing cs_main lock for GuessVerificationProgress() (06master...062018/01/rescan_lock) 02https://github.com/bitcoin/bitcoin/pull/12287
21 2018-01-28 20:15:26	0|bitcoin-git|[13bitcoin] 15annanay25 opened pull request #12288: [WIP][NET] Add NATPMP support. (06master...06natpmp-support) 02https://github.com/bitcoin/bitcoin/pull/12288
22 2018-01-28 20:16:18	0|mrannanay|^^ contributing for the first time, a little confused with the licensing on the files, etc.
23 2018-01-28 21:36:42	0|Jack|If wrong forum for such questions let me know. I downloaded bitcoin core, used bitcoin-qt.exe, can see folder of blocks in data location I created.
24 2018-01-28 21:38:18	0|Jack|1. If I wanted to construct the actual block chain fail would I simply append blk00XXX.dat files to each other in the sequence of the number of the file name?
25 2018-01-28 21:39:57	0|Jack|2. What is the blk00XXX.dat, rev00916.dat, and XXXXX.ldb files function?
26 2018-01-28 21:45:45	0|Jack|#bitcoin
27 2018-01-28 21:47:57	0|Jack|Join:#bitcoin