1 2018-03-06 01:51:33 0|CubicEarths|When starting Core for the first time, there is an option about where to put the data directory. It seems like that would be a good time to ask about a few other options, such as pruning and dbcache size, and create a .conf file with those settings.
2 2018-03-06 01:52:33 0|CubicEarths|The settings can be adjusted through the GUI after the program starts, but it needs to be restarted from them take effect...
3 2018-03-06 02:16:31 0|luke-jr|CubicEarths: Knots already does the pruning bit, FWIW
4 2018-03-06 02:17:23 0|luke-jr|would be nice to get it merged, but review is slow..
5 2018-03-06 02:17:54 0|luke-jr|(the pending PR step is #11082)
6 2018-03-06 02:17:56 0|gribble|https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr ÷ Pull Request #11082 ÷ bitcoin/bitcoin ÷ GitHub
7 2018-03-06 02:48:14 0|CubicEarths|luke-jr: yeah. I was mainly thinking about the settings that a) are relevant to initial syncing and b) need restarting to activate
8 2018-03-06 02:53:55 0|Randolf|It was good to see so many Pull Requests merged and closed today.
9 2018-03-06 02:54:14 0|bitcoin-git|[13bitcoin] 15jerryldh opened pull request #12609: éâ¢Ëçâ¹Â¬Ã§Â§â¬Ã¥ÂÅå¿âï¼Å你请讲@(06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12609
10 2018-03-06 02:55:56 0|bitcoin-git|[13bitcoin] 15jerryldh closed pull request #12609: éâ¢Ëçâ¹Â¬Ã§Â§â¬Ã¥ÂÅå¿âï¼Å你请讲@(06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12609
11 2018-03-06 02:57:36 0|Randolf|The changed file in that Chinese Pull Request seemed to be about creating a fork of Bitcoin and then changing just one line of code. Closing it without merging was the correct decision.
12 2018-03-06 04:08:55 0|ossifrage|I'm trying to track down a QT UI bug. The 0.16.0 release is fine, but what I build from the head as the problem. Where can I find the exact config options used to make the release binaries?
13 2018-03-06 04:09:40 0|ken2812221|ossifrage: ./configure --help
14 2018-03-06 04:11:47 0|ossifrage|ken2812221, I know how to use configure, but I don't know what is used to build the release builds, the ldd output for the release binary is fairly minimal, but my build is huge (60 vs 18)
15 2018-03-06 04:16:01 0|ken2812221|you can take a look at contrib/gitian-descriptors/gitian-*.yml ,this is the script for release build
16 2018-03-06 04:30:15 0|ossifrage|ken2812221, thanks, building with the config options from gitian (doubt it is going to help, most likely a local qt problem)
17 2018-03-06 05:24:50 0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #12610: Multiwallet for the GUI (06master...062018/03/multiwallet) 02https://github.com/bitcoin/bitcoin/pull/12610
18 2018-03-06 05:42:40 0|jonasschnelli|ossifrage: see my answer on the issue...
19 2018-03-06 05:43:01 0|jonasschnelli|ossifrage: the release builds use the dependency compile environment (check the depends/ folder)
20 2018-03-06 05:43:15 0|jonasschnelli|"relesse builds" == "official binaries"
21 2018-03-06 05:43:41 0|jonasschnelli|Most stuff is linked static there... Qt5.7 is used and linked static (you won't see it in ldd)
22 2018-03-06 05:46:46 0|ossifrage|jonasschnelli, I'm using qt5.9.4 (fedora27)
23 2018-03-06 05:47:12 0|jonasschnelli|ossifrage: and you have the issue when compiling against qt5.9.4?
24 2018-03-06 05:47:22 0|jonasschnelli|please doublecheck with ldd
25 2018-03-06 05:51:47 0|ossifrage|Yeah the debug peer list column resize thing is with 5.9.4 (Can't verify with ldd, because I did a 'make clean', building the 0.16.0 tag)
26 2018-03-06 05:53:53 0|ossifrage|Yup libQt5Core.so -> libQt5Core.so.5 -> libQt5Core.so.5.9.4
27 2018-03-06 07:17:16 0|jonasschnelli|ossifrage: your having the issue with Qt5.9.4 only? But not with the static Qt5.7 from our depends build... strange
28 2018-03-06 07:17:47 0|jonasschnelli|txindex: is there a reason why we do not allow -txindex with -prune?
29 2018-03-06 07:18:51 0|jonasschnelli|Example: you only interested to index stuff > 1.1.2017 (I know hard with the current MB based prune target)
30 2018-03-06 07:21:17 0|ossifrage|The problem is not specific to the head, it also happens with the 0.16.0 tag (using qt5.9.4). I haven't gotten the depends to build, need to try again later
31 2018-03-06 07:24:57 0|jonasschnelli|ossifrage: its probably very likely that you will your column issue with older tags
32 2018-03-06 07:25:23 0|ossifrage|jonasschnelli, yup
33 2018-03-06 08:57:28 0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12611: consensus: Use safer casting in IsValidSignatureEncoding(...) (06master...06safer-casting-in-IsValidSignatureEncoding) 02https://github.com/bitcoin/bitcoin/pull/12611
34 2018-03-06 10:59:46 0|jonasschnelli|coredev.tech is currently down due to server hardware issue, sry for the bad timing
35 2018-03-06 11:01:41 0|jonasschnelli|broken CPU fan
36 2018-03-06 11:02:17 0|jonasschnelli|which was just fixed... so nm, it's running again
37 2018-03-06 14:05:45 0|bitcoin-git|13bitcoin/06master 147deba93 15Wladimir J. van der Laan: test: Update trust git root...
38 2018-03-06 14:05:45 0|bitcoin-git|[13bitcoin] 15laanwj pushed 1 new commit to 06master: 02https://github.com/bitcoin/bitcoin/commit/7deba93bdc76616011a9f493cbc203d60084416f
39 2018-03-06 14:08:13 0|wumpus|jonasschnelli: thanks for fixing!
40 2018-03-06 14:35:05 0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12606: [depends] Revert "ccache 3.4.1" (06master...06Mf1803-dependsCCache) 02https://github.com/bitcoin/bitcoin/pull/12606
41 2018-03-06 14:57:04 0|bitcoin-git|[13bitcoin] 15ken2812221 opened pull request #12615: doc: SIGNER can contains space inside now. (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/12615
42 2018-03-06 15:17:57 0|bitcoin-git|[13bitcoin] 15promag opened pull request #12616: Set modal overlay hide button as default (06master...062018-03-modaloverlay) 02https://github.com/bitcoin/bitcoin/pull/12616
43 2018-03-06 15:28:35 0|bitcoin-git|13bitcoin/06master 14741f017 15Evan Klitzke: Add DynamicMemoryUsage() to LevelDB...
44 2018-03-06 15:28:35 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/7deba93bdc76...9903537750ac
45 2018-03-06 15:28:36 0|bitcoin-git|13bitcoin/06master 149903537 15Wladimir J. van der Laan: Merge #12604: Add DynamicMemoryUsage() to CDBWrapper to estimate LevelDB memory use...
46 2018-03-06 15:29:33 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12604: Add DynamicMemoryUsage() to CDBWrapper to estimate LevelDB memory use (06master...06leveldb_memory) 02https://github.com/bitcoin/bitcoin/pull/12604
47 2018-03-06 17:04:57 0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #11653: [RPC] Add utility getsignaturehash (06master...06getsignaturehash) 02https://github.com/bitcoin/bitcoin/pull/11653
48 2018-03-06 17:06:52 0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #10980: [Refactor] Decouple CKeyStore from CWatchOnlyStore (06master...06decouplewatchonly) 02https://github.com/bitcoin/bitcoin/pull/10980
49 2018-03-06 17:09:13 0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #9728: Can create External HD wallet with -externalhd (06master...06watchonlyhd) 02https://github.com/bitcoin/bitcoin/pull/9728
50 2018-03-06 17:10:18 0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #9991: listreceivedbyaddress Filter Address (06master...06listreceivedbyaddress-filtered) 02https://github.com/bitcoin/bitcoin/pull/9991
51 2018-03-06 17:12:57 0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #10202: [Wallet] FundRawTransaction can fund a transaction with preset inputs found in the CoinView (06master...06fundrawtransaction) 02https://github.com/bitcoin/bitcoin/pull/10202
52 2018-03-06 17:13:22 0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #10216: [Wallet] FundRawTransaction can accept pre-set inputs whose parent is not yet broadcasted (06master...06fundrawtransaction2) 02https://github.com/bitcoin/bitcoin/pull/10216
53 2018-03-06 17:26:17 0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #11666: [RPC] Add utility signinput (06master...06signinput) 02https://github.com/bitcoin/bitcoin/pull/11666
54 2018-03-06 17:32:57 0|aj|wumpus, *: what do people think about changing the merge script to add "Acked-By: ..." credits for reviewers in the merge commit, or similar?
55 2018-03-06 17:33:58 0|xyxxy|have there been any notable articles or papers published pertaining to a security code review of bitcoin core?
56 2018-03-06 17:36:26 0|bitcoin-git|[13bitcoin] 15laanwj opened pull request #12617: gui: Show messages as text not html (06master...062018_03_gui_textbox) 02https://github.com/bitcoin/bitcoin/pull/12617
57 2018-03-06 17:48:42 0|bitcoin-git|13bitcoin/06master 14e2b2e48 15Ken Lee: doc: SIGNER can contains space inside now....
58 2018-03-06 17:48:42 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9903537750ac...1f9349129d57
59 2018-03-06 17:48:43 0|bitcoin-git|13bitcoin/06master 141f93491 15Wladimir J. van der Laan: Merge #12615: doc: allow for SIGNER containing spaces...
60 2018-03-06 17:49:46 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12615: doc: allow for SIGNER containing spaces (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/12615
61 2018-03-06 17:52:31 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/1f9349129d57...cff95a63250e
62 2018-03-06 17:52:32 0|bitcoin-git|13bitcoin/06master 14cfdd895 15João Barbosa: qt: Set modal overlay hide button as default
63 2018-03-06 17:52:32 0|bitcoin-git|13bitcoin/06master 14cff95a6 15Wladimir J. van der Laan: Merge #12616: Set modal overlay hide button as default...
64 2018-03-06 17:53:18 0|sipa|xyxxy: look at the eclipse attacks on bitcoin's peer to peer network paper
65 2018-03-06 17:53:22 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12616: Set modal overlay hide button as default (06master...062018-03-modaloverlay) 02https://github.com/bitcoin/bitcoin/pull/12616
66 2018-03-06 17:53:23 0|sipa|for example
67 2018-03-06 17:57:07 0|wumpus|aj: yeah, I've seen that in Linux I think?
68 2018-03-06 17:58:04 0|wumpus|aj: not sure how to go about that, though; automatically scanning all replies for "ACK" seems vulnerable to false positives.
69 2018-03-06 17:58:15 0|wumpus|aj: would be easier if everyone used the github 'approve' button
70 2018-03-06 17:58:34 0|wumpus|but giving reviewers more credit is a nice idea in itself
71 2018-03-06 17:59:37 0|aj|wumpus: scanning replies for ACK <commitid> should be pretty safe from false positives
72 2018-03-06 18:03:34 0|bitcoin-git|13bitcoin/06master 146058766 15MichaÃ
â Zabielski: Remove deprecated PyZMQ call from Python ZMQ example...
73 2018-03-06 18:03:34 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/cff95a63250e...d74b01db0c13
74 2018-03-06 18:03:35 0|bitcoin-git|13bitcoin/06master 14d74b01d 15Wladimir J. van der Laan: Merge #12588: [Utils] Remove deprecated PyZMQ call from Python ZMQ example...
75 2018-03-06 18:04:29 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12588: [Utils] Remove deprecated PyZMQ call from Python ZMQ example (06master...06zmq_example_fix) 02https://github.com/bitcoin/bitcoin/pull/12588
76 2018-03-06 18:06:01 0|bitcoin-git|[13bitcoin] 15ajtowns closed pull request #10996: Add per-network config file network.conf (06master...06netconf) 02https://github.com/bitcoin/bitcoin/pull/10996
77 2018-03-06 18:07:29 0|bitcoin-git|[13bitcoin] 15JeremyRubin closed pull request #9938: Lock-Free CheckQueue (06master...06PR-lockfree-checkqueue) 02https://github.com/bitcoin/bitcoin/pull/9938
78 2018-03-06 18:13:05 0|bitcoin-git|[13bitcoin] 15instagibbs closed pull request #11545: [wallet] Support CMV signing of 17~20 key template (06master...0620of20) 02https://github.com/bitcoin/bitcoin/pull/11545
79 2018-03-06 18:13:26 0|bitcoin-git|[13bitcoin] 15NicolasDorier reopened pull request #9991: listreceivedbyaddress Filter Address (06master...06listreceivedbyaddress-filtered) 02https://github.com/bitcoin/bitcoin/pull/9991
80 2018-03-06 18:14:12 0|promag|fanquake: please add "Needs release notes" label to #11120
81 2018-03-06 18:14:15 0|gribble|https://github.com/bitcoin/bitcoin/issues/11120 | [RPC] verifytxoutproof returns object including blockhash by instagibbs ÷ Pull Request #11120 ÷ bitcoin/bitcoin ÷ GitHub
82 2018-03-06 18:15:24 0|wumpus|promag: the PR is still open, it's preferable if the author adds to the release notes themselves
83 2018-03-06 18:15:53 0|wumpus|'needs release notes' tag is really for PRs which that was forgotten
84 2018-03-06 18:21:44 0|bitcoin-git|[13bitcoin] 15ajtowns closed pull request #10994: Add option to avoid warning on certain network upgrades (06master...06ignore-vbits) 02https://github.com/bitcoin/bitcoin/pull/10994
85 2018-03-06 18:21:55 0|bitcoin-git|13bitcoin/06master 14937bf43 15fanquake: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores
86 2018-03-06 18:21:55 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/d74b01db0c13...bc679829e2d3
87 2018-03-06 18:21:56 0|bitcoin-git|13bitcoin/06master 14bc67982 15Wladimir J. van der Laan: Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores...
88 2018-03-06 18:22:07 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10271: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores (06master...06replace-boost-getnumcores) 02https://github.com/bitcoin/bitcoin/pull/10271
89 2018-03-06 18:46:59 0|bitcoin-git|[13bitcoin] 15eklitzke opened pull request #12618: Set SCHED_BATCH priority on the loadblk thread. (06master...06sched_batch) 02https://github.com/bitcoin/bitcoin/pull/12618
90 2018-03-06 18:51:29 0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/bc679829e2d3...765a3ebb0268
91 2018-03-06 18:51:30 0|bitcoin-git|13bitcoin/06master 1413a399a 15Cory Fields: depends: patch pthread_set_name_np out of zeromq
92 2018-03-06 18:51:30 0|bitcoin-git|13bitcoin/06master 148f79226 15fanquake: depends: zeromq 4.2.3
93 2018-03-06 18:51:31 0|bitcoin-git|13bitcoin/06master 14765a3eb 15Wladimir J. van der Laan: Merge #11986: [depends] zeromq 4.2.3...
94 2018-03-06 18:52:04 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11986: [depends] zeromq 4.2.3 (06master...06zeromq-4-2-3) 02https://github.com/bitcoin/bitcoin/pull/11986
95 2018-03-06 18:58:03 0|CubicEarths|Here is the bandwidth chart from my recent sync - https://pasteboard.co/HaGmNtt.png
96 2018-03-06 18:58:55 0|CubicEarths|I was connecting to a single node over my lan
97 2018-03-06 19:00:42 0|aj|CubicEarths: kinda weird looking? cpu or disk bound in the middle?
98 2018-03-06 19:01:45 0|CubicEarths|The graph stops around Jan 2018. I restarted and it is currently processing about 2 blocks / second again
99 2018-03-06 19:02:55 0|aj|oh, right
100 2018-03-06 19:03:33 0|CubicEarths|I was asleep when it was doing that - but 6gb dbcache, 1tb empty ssd, 2015 i5-processor (laptop)
101 2018-03-06 19:04:50 0|CubicEarths|And that first drop off - that was about 12 hours into the sync
102 2018-03-06 19:22:06 0|bitcoin-git|13bitcoin/06master 14cfaac2a 15murrayn: Add build support for 'gprof' profiling.
103 2018-03-06 19:22:06 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/765a3ebb0268...f13d756cdd94
104 2018-03-06 19:22:07 0|bitcoin-git|13bitcoin/06master 14f13d756 15Wladimir J. van der Laan: Merge #12373: Build: Add build support for profiling....
105 2018-03-06 19:22:52 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12373: Build: Add build support for profiling. (06master...06profiling) 02https://github.com/bitcoin/bitcoin/pull/12373
106 2018-03-06 19:27:36 0|bitcoin-git|13bitcoin/06master 146fbc098 15Wladimir J. van der Laan: gui: Show messages as text not html...
107 2018-03-06 19:27:36 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/f13d756cdd94...20e3b9a485fd
108 2018-03-06 19:27:37 0|bitcoin-git|13bitcoin/06master 1420e3b9a 15Wladimir J. van der Laan: Merge #12617: gui: Show messages as text not html...
109 2018-03-06 19:28:25 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12617: gui: Show messages as text not html (06master...062018_03_gui_textbox) 02https://github.com/bitcoin/bitcoin/pull/12617
110 2018-03-06 19:45:12 0|bitcoin-git|[13bitcoin] 15theuni closed pull request #9566: threading: use std::chrono for timestamps (06master...06nuke-boost-chrono2) 02https://github.com/bitcoin/bitcoin/pull/9566
111 2018-03-06 20:25:25 0|ossifrage|CubicEarths, trimmed empty or just no files in the file system?
112 2018-03-06 20:26:32 0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #12619: Give hint about gitian not able to download (06master...06patch-2) 02https://github.com/bitcoin/bitcoin/pull/12619
113 2018-03-06 20:28:03 0|CubicEarths|The SSD? It just has Ubuntu on it - and I just remembered - a 200GB partition. But it has about 700GB of free space, so there shouldn't be issues related to the drive full or fragmented
114 2018-03-06 20:28:12 0|bitcoin-git|[13bitcoin] 15promag opened pull request #12620: Remove TransactionTableModel::TxIDRole (06master...062018-03-remove-txidrole) 02https://github.com/bitcoin/bitcoin/pull/12620
115 2018-03-06 20:30:07 0|ossifrage|CubicEarths, the SSD itself can be fragmented or out of erased blocks, but I doubt it could be so bad to show up on your graph
116 2018-03-06 20:31:56 0|ossifrage|CubicEarths, assuming your SSD supports trim you can run fstrim before running tests like that to reduce the impact of the SSD stalling
117 2018-03-06 20:32:56 0|CubicEarths|interesting. The ssd is new, btw
118 2018-03-06 20:37:18 0|bitcoin-git|13bitcoin/06master 14e68172e 15Ethan Heilman: Add test-before-evict discipline to addrman...
119 2018-03-06 20:37:18 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/20e3b9a485fd...a36834f10b80
120 2018-03-06 20:37:19 0|bitcoin-git|13bitcoin/06master 14a36834f 15Wladimir J. van der Laan: Merge #9037: net: Add test-before-evict discipline to addrman...
121 2018-03-06 20:40:21 0|bitcoin-git|[13bitcoin] 15promag opened pull request #12621: Avoid querying unnecessary model data when filtering transactions (06master...062018-03-transaction-filter-avoid-querying) 02https://github.com/bitcoin/bitcoin/pull/12621
122 2018-03-06 20:46:47 0|bitcoin-git|13bitcoin/06master 14b7cd08b 15James O'Beirne: Add documentation to PeerLogicValidation interface and related functions
123 2018-03-06 20:46:47 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a36834f10b80...85424d79eded
124 2018-03-06 20:46:48 0|bitcoin-git|13bitcoin/06master 1485424d7 15Wladimir J. van der Laan: Merge #12603: [docs] PeerLogicValidation interface...
125 2018-03-06 20:47:31 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12603: [docs] PeerLogicValidation interface (06master...06jamesob/2018-03-peerlogicvalidation-doc) 02https://github.com/bitcoin/bitcoin/pull/12603
126 2018-03-06 20:54:06 0|bitcoin-git|[13bitcoin] 15laanwj opened pull request #12622: net: Correct addrman logging (06master...062018_03_addrman_log_fixup) 02https://github.com/bitcoin/bitcoin/pull/12622
127 2018-03-06 20:56:00 0|bitcoin-git|13bitcoin/06master 1422b4aae 15Karl-Johan Alm: [arith_uint256] Avoid unnecessary this-copy using prefix operator
128 2018-03-06 20:56:00 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/85424d79eded...b7c8812ad0c2
129 2018-03-06 20:56:01 0|bitcoin-git|13bitcoin/06master 14b7c8812 15Wladimir J. van der Laan: Merge #12564: [arith_uint256] Avoid unnecessary this-copy using prefix operator...
130 2018-03-06 20:56:46 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12564: [arith_uint256] Avoid unnecessary this-copy using prefix operator (06master...06optim-arith_uint256-operator-dec) 02https://github.com/bitcoin/bitcoin/pull/12564
131 2018-03-06 21:09:33 0|bitcoin-git|13bitcoin/06master 14c5be37e 15Dan Bolser: doc: Mention configure without wallet in FreeBSD instructions...
132 2018-03-06 21:09:33 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b7c8812ad0c2...12ac2f0d7129
133 2018-03-06 21:09:34 0|bitcoin-git|13bitcoin/06master 1412ac2f0 15Wladimir J. van der Laan: Merge #12581: doc: Mention configure without wallet in FreeBSD instructions...
134 2018-03-06 21:09:59 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12581: doc: Mention configure without wallet in FreeBSD instructions (060.16...06patch-3) 02https://github.com/bitcoin/bitcoin/pull/12581
135 2018-03-06 21:15:40 0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/12ac2f0d7129...cd5e4381d46d
136 2018-03-06 21:15:41 0|bitcoin-git|13bitcoin/06master 141dfb4e7 15Conor Scott: [Tests] Check output of parent/child tx list from getrawmempool, getmempooldescendants, getmempoolancestors, and REST interface
137 2018-03-06 21:15:41 0|bitcoin-git|13bitcoin/06master 14fc44cb1 15Conor Scott: [RPC] Add list of child transactions to verbose output of getrawmempool
138 2018-03-06 21:15:42 0|bitcoin-git|13bitcoin/06master 14cd5e438 15Wladimir J. van der Laan: Merge #12479: RPC: Add child transactions to getrawmempool verbose output...
139 2018-03-06 21:16:29 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12479: RPC: Add child transactions to getrawmempool verbose output (06master...06getrawmempool_descendent_pointers) 02https://github.com/bitcoin/bitcoin/pull/12479
140 2018-03-06 21:16:35 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12622: net: Correct addrman logging (06master...062018_03_addrman_log_fixup) 02https://github.com/bitcoin/bitcoin/pull/12622
141 2018-03-06 21:18:28 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12519: Net: Pass MSG_MORE flag when sending non-final network messages (06master...06MSG_MORE) 02https://github.com/bitcoin/bitcoin/pull/12519
142 2018-03-06 21:36:25 0|bitcoin-git|13bitcoin/06master 14f506c0a 15Sjors Provoost: [qt] send: Clear All also resets coin control options
143 2018-03-06 21:36:25 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/e1d6e2af6d89...9fb3898c3fb0
144 2018-03-06 21:36:26 0|bitcoin-git|13bitcoin/06master 149fb3898 15Wladimir J. van der Laan: Merge #12432: [qt] send: Clear All also resets coin control options...
145 2018-03-06 21:37:10 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12432: [qt] send: Clear All also resets coin control options (06master...062018/02/qt-send-clear-all-coin-control) 02https://github.com/bitcoin/bitcoin/pull/12432
146 2018-03-06 21:59:37 0|wumpus|I've added meshcollider to the team that's able to open/close issues and add/remove labels to issues, so that he can help there
147 2018-03-06 22:10:24 0|bitcoin-git|13bitcoin/06master 1440b17f5 15Sjors Provoost: [scripts] lint-whitespace: use perl instead of grep -P...
148 2018-03-06 22:10:24 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9fb3898c3fb0...14475e2dcdc8
149 2018-03-06 22:10:25 0|bitcoin-git|13bitcoin/06master 1414475e2 15Wladimir J. van der Laan: Merge #12097: [scripts] lint-whitespace: use perl instead of grep -P...
150 2018-03-06 22:10:58 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12097: [scripts] lint-whitespace: use perl instead of grep -P (06master...06lint-whitespace-no-grep-P) 02https://github.com/bitcoin/bitcoin/pull/12097
151 2018-03-06 22:17:45 0|bitcoin-git|13bitcoin/06master 148dbf740 15Sjors Provoost: [scripts] lint-whitespace: check last N commits or unstaged changes...
152 2018-03-06 22:17:45 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/14475e2dcdc8...17c44b208f1c
153 2018-03-06 22:17:46 0|bitcoin-git|13bitcoin/06master 1417c44b2 15Wladimir J. van der Laan: Merge #12098: [scripts] lint-whitespace: add param to check last N commits...
154 2018-03-06 22:18:25 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12098: [scripts] lint-whitespace: add param to check last N commits (06master...06lint-whitespace-n-commits) 02https://github.com/bitcoin/bitcoin/pull/12098
155 2018-03-06 22:58:06 0|bitcoin-git|13bitcoin/06master 145f8cc0d 15Richard Kiss: Add a test for large tx output scripts with segwit input.
156 2018-03-06 22:58:06 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/17c44b208f1c...29088b14ee4b
157 2018-03-06 22:58:07 0|bitcoin-git|13bitcoin/06master 1429088b1 15Wladimir J. van der Laan: Merge #12600: Add a test for large tx output scripts with segwit input....
158 2018-03-06 22:58:51 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12600: Add a test for large tx output scripts with segwit input. (06master...06feature/segwit_big_txout_script) 02https://github.com/bitcoin/bitcoin/pull/12600
159 2018-03-06 23:10:11 0|bitcoin-git|[13bitcoin] 15laanwj pushed 5 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/29088b14ee4b...b225010a808d
160 2018-03-06 23:10:12 0|bitcoin-git|13bitcoin/06master 1432e69fa 15Pieter Wuille: Replace CBitcoinSecret with {Encode,Decode}Secret
161 2018-03-06 23:10:12 0|bitcoin-git|13bitcoin/06master 14ebfe217 15Pieter Wuille: Stop using CBase58Data for ext keys
162 2018-03-06 23:10:13 0|bitcoin-git|13bitcoin/06master 14119b0f8 15Pieter Wuille: Split key_io (address/key encodings) off from base58
163 2018-03-06 23:10:28 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11372: Address encoding cleanup (06master...06201709_addr_cleanup) 02https://github.com/bitcoin/bitcoin/pull/11372
164 2018-03-06 23:27:45 0|bitcoin-git|[13bitcoin] 15fanquake opened pull request #12625: depends: biplist 1.0.3 (06master...06biplist-1-0-3) 02https://github.com/bitcoin/bitcoin/pull/12625
165 2018-03-06 23:30:17 0|bitcoin-git|[13bitcoin] 15EthanHeilman opened pull request #12626: Limit the number of IPs addrman learns from each DNS seeder (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12626
166 2018-03-06 23:43:31 0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #12627: qa: Fix some tests to work on native windows (06master...06Mf1803-qaWindowsTests) 02https://github.com/bitcoin/bitcoin/pull/12627