1 2017-02-14T00:08:21 *** Guyver2 has quit IRC
2 2017-02-14T00:21:55 *** arubi has quit IRC
3 2017-02-14T00:22:32 *** arubi has joined #bitcoin-core-dev
4 2017-02-14T00:31:44 *** xsegfault has joined #bitcoin-core-dev
5 2017-02-14T00:37:49 *** jannes has quit IRC
6 2017-02-14T01:00:07 *** Alopex has joined #bitcoin-core-dev
7 2017-02-14T01:00:46 *** abpa has quit IRC
8 2017-02-14T01:05:14 *** Alopex has quit IRC
9 2017-02-14T01:14:05 *** MarcoFalke has joined #bitcoin-core-dev
10 2017-02-14T01:20:58 *** MarcoFalke has quit IRC
11 2017-02-14T01:35:44 *** wasi has quit IRC
12 2017-02-14T01:36:13 *** wasi has joined #bitcoin-core-dev
13 2017-02-14T01:49:24 *** chjj has quit IRC
14 2017-02-14T01:49:45 *** chjj has joined #bitcoin-core-dev
15 2017-02-14T02:04:15 *** droark has quit IRC
16 2017-02-14T02:12:41 *** xsegfault has quit IRC
17 2017-02-14T02:24:00 <achow101> does testnet use the bitcoin.conf in the datadir or one in datadir/testnet3?
18 2017-02-14T02:42:14 <sipa> "it's complicated"
19 2017-02-14T02:43:59 *** Ylbam has quit IRC
20 2017-02-14T02:44:33 <achow101> one? both? something else?
21 2017-02-14T02:44:46 <sipa> both...
22 2017-02-14T02:44:56 <sipa> depending on whether you explicitly specify a datadir
23 2017-02-14T02:44:57 <sipa> (i think)
24 2017-02-14T02:45:25 <achow101> great
25 2017-02-14T02:57:31 *** goksinen has quit IRC
26 2017-02-14T03:01:28 *** udiWertheimer has quit IRC
27 2017-02-14T03:02:06 *** xsegfault has joined #bitcoin-core-dev
28 2017-02-14T03:05:35 *** xsegfault has left #bitcoin-core-dev
29 2017-02-14T03:13:00 *** goksinen has joined #bitcoin-core-dev
30 2017-02-14T03:17:55 *** goksinen has quit IRC
31 2017-02-14T03:18:17 *** Victor_sueca has joined #bitcoin-core-dev
32 2017-02-14T03:21:24 *** Victorsueca has quit IRC
33 2017-02-14T03:22:30 *** Giszmo has quit IRC
34 2017-02-14T03:30:44 <luke-jr> AFAIK there isn't a bitcoin.conf in datadir/testnet3?
35 2017-02-14T03:30:50 <luke-jr> (and if you make one it will be ignored)
36 2017-02-14T03:31:00 <luke-jr> I could be wrong, but I recall expecting it to work, and finding it doesn't..
37 2017-02-14T03:43:59 *** jtimon has quit IRC
38 2017-02-14T05:14:10 *** thestringpuller has quit IRC
39 2017-02-14T05:14:23 *** thestringpuller has joined #bitcoin-core-dev
40 2017-02-14T05:14:46 *** thestringpuller is now known as Guest14958
41 2017-02-14T05:26:57 <jcorgan> i have a couple questions/comments about some of the init.cpp network parameter settings
42 2017-02-14T05:27:29 <jcorgan> my goal is to allow hostname lookups for some of the params (-proxy, -onion, -torcontrol)
43 2017-02-14T05:28:10 <jcorgan> there is a -dns parameter for enabling this for -connect, -addnode, and -seednode
44 2017-02-14T05:28:39 <jcorgan> and it gets read into fAllowLookup
45 2017-02-14T05:29:13 <jcorgan> the initialization for those eventually resolves to Lookup(...) with fAllowNode as the final parameter
46 2017-02-14T05:30:02 <jcorgan> i changed the LookupNumeric to Lookup for -proxy and -onion, with the same args, and it works
47 2017-02-14T05:30:38 <jcorgan> but only if i move the initialization for -dns up before this section so the fNameLookup is set already
48 2017-02-14T05:31:04 <jcorgan> so, this is only a few lines change in init.cpp; is this all it takes?
49 2017-02-14T05:31:22 <jcorgan> (i haven't touched torcontrol yet, but the other two are working for me now)
50 2017-02-14T05:32:16 <jcorgan> is it ok to extend the meaning of -dns to cover these three other params in addition to the ones it affects now?
51 2017-02-14T05:32:48 <jcorgan> oh, s/fAllowLookup/fNameLookup/
52 2017-02-14T05:33:03 <jcorgan> would this be useful to anyone but me?
53 2017-02-14T05:36:03 <jcorgan> maybe it would be easier to just do a PR
54 2017-02-14T05:39:23 <sipa> jcorgan: seems reasonable to me
55 2017-02-14T05:42:19 <jcorgan> i'll finish the torcontrol stuff and PR it then
56 2017-02-14T05:42:36 <jcorgan> it will also need some documentation changes to reflect this
57 2017-02-14T06:00:43 <jcorgan> ah, torcontrol is calling a raw address parser in libevent, will need to do some actual work to implement hostname lookup for that
58 2017-02-14T06:13:30 *** goksinen has joined #bitcoin-core-dev
59 2017-02-14T06:18:27 *** lclc has joined #bitcoin-core-dev
60 2017-02-14T06:38:10 *** Ylbam has joined #bitcoin-core-dev
61 2017-02-14T06:56:44 *** Alina-malina has quit IRC
62 2017-02-14T07:05:48 *** paveljanik has quit IRC
63 2017-02-14T07:08:37 *** juscamarena has quit IRC
64 2017-02-14T07:09:06 *** juscamarena has joined #bitcoin-core-dev
65 2017-02-14T07:15:32 *** Victor_sueca is now known as Victorsueca
66 2017-02-14T07:20:56 *** Alina-malina has joined #bitcoin-core-dev
67 2017-02-14T07:23:53 *** Alina-malina has quit IRC
68 2017-02-14T07:23:53 *** Alina-malina has joined #bitcoin-core-dev
69 2017-02-14T07:29:00 *** goatee has quit IRC
70 2017-02-14T07:31:52 *** chartractegg has joined #bitcoin-core-dev
71 2017-02-14T07:41:15 *** BashCo has quit IRC
72 2017-02-14T07:43:30 *** chartrac_ has joined #bitcoin-core-dev
73 2017-02-14T07:46:26 *** chartractegg has quit IRC
74 2017-02-14T07:46:46 *** chartrac_ has quit IRC
75 2017-02-14T07:47:17 *** chartractegg has joined #bitcoin-core-dev
76 2017-02-14T07:57:17 *** juscamarena has quit IRC
77 2017-02-14T07:58:53 *** chartractegg has quit IRC
78 2017-02-14T07:59:37 *** chartractegg has joined #bitcoin-core-dev
79 2017-02-14T08:03:16 *** chartractegg has quit IRC
80 2017-02-14T08:03:38 *** BashCo has joined #bitcoin-core-dev
81 2017-02-14T08:03:55 *** chartractegg has joined #bitcoin-core-dev
82 2017-02-14T08:14:22 *** BashCo_ has joined #bitcoin-core-dev
83 2017-02-14T08:17:05 *** BashCo has quit IRC
84 2017-02-14T08:47:49 *** lclc has quit IRC
85 2017-02-14T08:48:19 *** lclc has joined #bitcoin-core-dev
86 2017-02-14T08:50:31 *** whphhg_ has joined #bitcoin-core-dev
87 2017-02-14T08:51:58 *** whphhg has quit IRC
88 2017-02-14T08:54:35 *** juscamarena_ has joined #bitcoin-core-dev
89 2017-02-14T08:54:36 *** juscamarena has joined #bitcoin-core-dev
90 2017-02-14T09:05:04 *** chartractegg has quit IRC
91 2017-02-14T09:10:28 *** laurentmt has joined #bitcoin-core-dev
92 2017-02-14T09:14:54 *** whphhg_ has quit IRC
93 2017-02-14T09:17:09 <jonasschnelli> Would it make sense to mention something about the net refactoring in the 0.14er release notes? https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.14.0-Release-notes
94 2017-02-14T09:18:02 *** MarcoFalke has joined #bitcoin-core-dev
95 2017-02-14T09:21:24 *** laurentmt has quit IRC
96 2017-02-14T09:26:18 *** wasi_ has joined #bitcoin-core-dev
97 2017-02-14T09:26:23 *** wasi has quit IRC
98 2017-02-14T09:28:44 <gmaxwell> jonasschnelli: need to do a measurement of a sync between a pair of old nodes and a pair of new nodes.
99 2017-02-14T09:29:24 <gmaxwell> and just mention as a top level release note that the IBD speed went from x to y due to networking improvements, assume valid, validation cache improvements, and other optimizations.
100 2017-02-14T09:29:47 <jonasschnelli> gmaxwell: I need to talk about the 0.14 release tomorrow,... do we have a rough estimation already?
101 2017-02-14T09:30:20 <gmaxwell> A kazillion fold.
102 2017-02-14T09:30:51 <gmaxwell> For a talk you can say reduced by hours.
103 2017-02-14T09:31:24 <jonasschnelli> Okay. That seems to be vague but precise enough. :)
104 2017-02-14T09:31:40 <gmaxwell> on fast computers the network changes and validation cache help a lot, and on really slow computers the assume valid change is more tens of hours reduction.
105 2017-02-14T09:32:29 <jonasschnelli> Regardless of talks, etc. We should mention the sigcache and the network "refactor" in the release notes.
106 2017-02-14T09:32:59 <gmaxwell> well as I said, we should mention the performance, and list why. The headline is the performance.
107 2017-02-14T09:33:00 <jonasschnelli> It seems to me that the a major part of the effort for 0.14 is missing in the release notes
108 2017-02-14T09:33:24 <jonasschnelli> I agree with performance as headline.
109 2017-02-14T09:49:05 *** chjj has quit IRC
110 2017-02-14T10:08:17 *** juscamarena_ has quit IRC
111 2017-02-14T10:10:13 <bitcoin-git> [bitcoin] jonasschnelli opened pull request #9758: Selectively suppress deprecation warnings (master...2017/02/deprac_warns) https://github.com/bitcoin/bitcoin/pull/9758
112 2017-02-14T10:12:05 *** sanada has quit IRC
113 2017-02-14T10:12:17 *** sanada has joined #bitcoin-core-dev
114 2017-02-14T10:38:15 *** lclc has quit IRC
115 2017-02-14T10:45:45 *** Guyver2 has joined #bitcoin-core-dev
116 2017-02-14T11:13:58 *** lclc has joined #bitcoin-core-dev
117 2017-02-14T11:20:14 *** chjj has joined #bitcoin-core-dev
118 2017-02-14T11:22:01 <bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/d978c41e1ec4...ec66d06e6ef3
119 2017-02-14T11:22:02 <bitcoin-git> bitcoin/master 5e903a5 Wladimir J. van der Laan: devtools: Handle Qt formatting characters edge-case in update-translations.py...
120 2017-02-14T11:22:03 <bitcoin-git> bitcoin/master 7179e7c Wladimir J. van der Laan: qt: Periodic translations update
121 2017-02-14T11:22:05 <bitcoin-git> bitcoin/master ec66d06 Wladimir J. van der Laan: Merge #9735: devtools: Handle Qt formatting characters edge-case in update-translations.py...
122 2017-02-14T11:22:16 <bitcoin-git> [bitcoin] laanwj closed pull request #9735: devtools: Handle Qt formatting characters edge-case in update-translations.py (master...2017_02_qt_translations) https://github.com/bitcoin/bitcoin/pull/9735
123 2017-02-14T11:23:44 *** afk11 has joined #bitcoin-core-dev
124 2017-02-14T11:30:17 <bitcoin-git> [bitcoin] laanwj closed pull request #9751: Mini fix bincoin against bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/9751
125 2017-02-14T11:33:45 <wumpus> just bumped the expiration dates for my key (0x74810B012346C9A6) and the bitcoin core release signing key (0x90C8019E36C2E964) two years forward, you might want to re-fetch them
126 2017-02-14T11:41:18 <wumpus> (or --refresh-keys)
127 2017-02-14T12:00:06 *** afk11 has quit IRC
128 2017-02-14T12:24:59 *** laurentmt has joined #bitcoin-core-dev
129 2017-02-14T13:24:03 *** laurentmt has quit IRC
130 2017-02-14T13:32:51 <bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/ec66d06e6ef3...edc9e63c5799
131 2017-02-14T13:32:52 <bitcoin-git> bitcoin/master 442887f Russell Yanofsky: Require timestamps for importmulti keys...
132 2017-02-14T13:32:53 <bitcoin-git> bitcoin/master 3cf9917 Russell Yanofsky: Add test to check new importmulti "now" value...
133 2017-02-14T13:32:53 <bitcoin-git> bitcoin/master 266a811 Russell Yanofsky: Use MTP for importmulti "now" timestamps
134 2017-02-14T13:33:08 <bitcoin-git> [bitcoin] laanwj closed pull request #9682: Require timestamps for importmulti keys (master...pr/multinow) https://github.com/bitcoin/bitcoin/pull/9682
135 2017-02-14T13:35:36 <bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/edc9e63c5799...b08656e34314
136 2017-02-14T13:35:39 <bitcoin-git> bitcoin/master 2cbd119 Matt Corallo: Disconnect peers which we do not receive VERACKs from within 60 sec
137 2017-02-14T13:35:39 <bitcoin-git> bitcoin/master 8aaba7a Matt Corallo: qa: mininode learns when a socket connects, not its first action
138 2017-02-14T13:35:39 <bitcoin-git> bitcoin/master b436f92 Matt Corallo: qa: Expose on-connection to mininode listeners
139 2017-02-14T13:35:58 <bitcoin-git> [bitcoin] laanwj closed pull request #9715: Disconnect peers which we do not receive VERACKs from within 60 sec (master...2017-02-disconnect-no-verack) https://github.com/bitcoin/bitcoin/pull/9715
140 2017-02-14T13:40:18 <jonasschnelli> Only two left: https://github.com/bitcoin/bitcoin/pulls?q=is%3Aopen+is%3Apr+milestone%3A0.14.0
141 2017-02-14T13:40:25 <jonasschnelli> Going to test 9108 now
142 2017-02-14T13:42:53 <bitcoin-git> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/b08656e34314...e87ce95fbdc6
143 2017-02-14T13:42:54 <bitcoin-git> bitcoin/master c45b9fb Cory Fields: net: correctly ban before the handshake is complete...
144 2017-02-14T13:42:55 <bitcoin-git> bitcoin/master 8502e7a Cory Fields: net: parse reject earlier...
145 2017-02-14T13:42:55 <bitcoin-git> bitcoin/master cbfc5a6 Cory Fields: net: require a verack before responding to anything else...
146 2017-02-14T13:43:08 <bitcoin-git> [bitcoin] laanwj closed pull request #9720: net: fix banning and disallow sending messages before receiving verack (master...fix-ban) https://github.com/bitcoin/bitcoin/pull/9720
147 2017-02-14T13:48:01 *** d9b4bef9 has quit IRC
148 2017-02-14T13:49:08 *** d9b4bef9 has joined #bitcoin-core-dev
149 2017-02-14T13:51:47 *** instagibbs has joined #bitcoin-core-dev
150 2017-02-14T13:53:42 *** Giszmo has joined #bitcoin-core-dev
151 2017-02-14T13:53:42 *** Giszmo has quit IRC
152 2017-02-14T13:55:19 <jonasschnelli> luke-jr: I think your sensitive datafilter is nice,.. but we always dump the sent command into the console window... this should also be filtered, not?
153 2017-02-14T14:19:27 *** isle2983 has quit IRC
154 2017-02-14T14:20:53 *** jtimon has joined #bitcoin-core-dev
155 2017-02-14T14:23:14 *** isle2983 has joined #bitcoin-core-dev
156 2017-02-14T14:41:01 *** Kexkey_ has joined #bitcoin-core-dev
157 2017-02-14T14:42:12 *** jamezz has quit IRC
158 2017-02-14T14:43:22 *** wbnns has quit IRC
159 2017-02-14T14:43:22 *** nOgAnOo has quit IRC
160 2017-02-14T14:44:53 *** whphhg has joined #bitcoin-core-dev
161 2017-02-14T14:47:52 *** lclc has quit IRC
162 2017-02-14T14:48:58 *** wbnns has joined #bitcoin-core-dev
163 2017-02-14T14:51:07 <jonasschnelli> Is there a reason why the internal miner mines to p2pk instead of p2pkh?
164 2017-02-14T14:51:08 <jonasschnelli> void CWallet::GetScriptForMining(boost::shared_ptr<CReserveScript> &script)
165 2017-02-14T14:51:14 <jonasschnelli> seems to generate CScript() << ToByteVector(pubkey) << OP_CHECKSIG;
166 2017-02-14T14:53:56 *** face has quit IRC
167 2017-02-14T14:54:09 *** face has joined #bitcoin-core-dev
168 2017-02-14T14:55:35 *** eenoch_ has quit IRC
169 2017-02-14T14:56:10 *** eenoch has joined #bitcoin-core-dev
170 2017-02-14T14:57:27 <bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e87ce95fbdc6...a441db01b527
171 2017-02-14T14:57:27 <bitcoin-git> bitcoin/master 0b4f273 Luke Dashjr: Bugfix: Qt/Options: Restore persistent "restart required" notice
172 2017-02-14T14:57:28 <bitcoin-git> bitcoin/master a441db0 Jonas Schnelli: Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice...
173 2017-02-14T14:58:06 <bitcoin-git> [bitcoin] jonasschnelli closed pull request #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice (master...bugfix_gui_opts_restartreq) https://github.com/bitcoin/bitcoin/pull/9755
174 2017-02-14T14:59:04 *** lejit has joined #bitcoin-core-dev
175 2017-02-14T15:06:50 *** Creeper has joined #bitcoin-core-dev
176 2017-02-14T15:07:37 *** Giszmo has joined #bitcoin-core-dev
177 2017-02-14T15:20:30 *** e4xit has joined #bitcoin-core-dev
178 2017-02-14T15:26:35 *** MarcoFalke has quit IRC
179 2017-02-14T15:29:49 *** rafalcpp_ has quit IRC
180 2017-02-14T15:30:12 *** rafalcpp has joined #bitcoin-core-dev
181 2017-02-14T15:33:52 <bitcoin-git> [bitcoin] ryanofsky opened pull request #9760: [wallet] Remove importmulti always-true check (master...pr/multitaut) https://github.com/bitcoin/bitcoin/pull/9760
182 2017-02-14T16:05:13 *** Guest14958 is now known as thestringpuller
183 2017-02-14T16:05:36 *** thestringpuller has joined #bitcoin-core-dev
184 2017-02-14T16:14:50 *** BashCo has joined #bitcoin-core-dev
185 2017-02-14T16:17:24 *** BashCo_ has quit IRC
186 2017-02-14T16:43:32 *** nOgAnOo has joined #bitcoin-core-dev
187 2017-02-14T16:47:56 *** abpa has joined #bitcoin-core-dev
188 2017-02-14T17:00:50 *** chjj has quit IRC
189 2017-02-14T17:25:00 *** BashCo_ has joined #bitcoin-core-dev
190 2017-02-14T17:25:25 *** BashCo has quit IRC
191 2017-02-14T17:26:03 *** jannes has joined #bitcoin-core-dev
192 2017-02-14T17:28:50 *** laurentmt has joined #bitcoin-core-dev
193 2017-02-14T17:30:03 *** laurentmt has quit IRC
194 2017-02-14T17:43:09 *** laurentmt has joined #bitcoin-core-dev
195 2017-02-14T17:44:09 <jl2012> jonasschnelli: I think it's overall cheaper to use P2PK
196 2017-02-14T18:02:48 *** laurentmt has quit IRC
197 2017-02-14T18:14:03 *** BashCo_ has quit IRC
198 2017-02-14T18:25:09 *** jl2012 has quit IRC
199 2017-02-14T18:25:34 *** jl2012_ has joined #bitcoin-core-dev
200 2017-02-14T18:26:53 *** jl2012_ is now known as jl2012
201 2017-02-14T18:27:42 *** jl2012 has joined #bitcoin-core-dev
202 2017-02-14T18:40:27 *** goksinen has quit IRC
203 2017-02-14T18:41:02 *** BashCo has joined #bitcoin-core-dev
204 2017-02-14T18:42:04 *** goksinen has joined #bitcoin-core-dev
205 2017-02-14T18:42:36 *** jannes has quit IRC
206 2017-02-14T18:46:01 *** paveljanik has joined #bitcoin-core-dev
207 2017-02-14T18:46:02 *** paveljanik has joined #bitcoin-core-dev
208 2017-02-14T18:53:50 *** BashCo_ has joined #bitcoin-core-dev
209 2017-02-14T18:57:22 *** BashCo has quit IRC
210 2017-02-14T18:58:29 *** BashCo has joined #bitcoin-core-dev
211 2017-02-14T19:00:05 *** BashCo_ has quit IRC
212 2017-02-14T19:09:10 *** sanada has quit IRC
213 2017-02-14T19:37:37 *** Sosumi has joined #bitcoin-core-dev
214 2017-02-14T19:53:59 *** Ylbam has quit IRC
215 2017-02-14T19:55:17 *** nabu has quit IRC
216 2017-02-14T20:16:44 *** Kexkey_ has quit IRC
217 2017-02-14T20:21:54 *** abpa has quit IRC
218 2017-02-14T20:23:20 *** chjj has joined #bitcoin-core-dev
219 2017-02-14T20:36:56 *** helo_ is now known as helo
220 2017-02-14T20:45:20 *** chjj has quit IRC
221 2017-02-14T20:47:58 <luke-jr> jonasschnelli: dunno, maybe
222 2017-02-14T20:52:17 <sipa> jonasschnelli: i think the real reason is just histoical
223 2017-02-14T20:52:21 <sipa> *historical
224 2017-02-14T20:56:22 *** Lightsword has joined #bitcoin-core-dev
225 2017-02-14T21:00:38 *** Sosumi has quit IRC
226 2017-02-14T21:07:37 *** abpa has joined #bitcoin-core-dev
227 2017-02-14T21:11:50 *** Ylbam has joined #bitcoin-core-dev
228 2017-02-14T21:19:52 *** abpa has quit IRC
229 2017-02-14T22:18:09 *** chjj has joined #bitcoin-core-dev
230 2017-02-14T23:58:35 *** lightningbot has joined #bitcoin-core-dev