1 2019-04-19T00:00:02 *** CrystalNice has quit IRC
2 2019-04-19T00:04:11 *** Mister_X1 has joined #bitcoin-core-dev
3 2019-04-19T00:12:27 *** DeanGuss has joined #bitcoin-core-dev
4 2019-04-19T00:14:16 *** scoop has joined #bitcoin-core-dev
5 2019-04-19T00:14:53 *** scoop has quit IRC
6 2019-04-19T00:28:41 *** dqx_ has joined #bitcoin-core-dev
7 2019-04-19T00:29:51 *** justanotheruser has quit IRC
8 2019-04-19T00:37:05 *** DeanGuss has quit IRC
9 2019-04-19T00:54:49 *** dqx_ has quit IRC
10 2019-04-19T00:58:40 *** dqx_ has joined #bitcoin-core-dev
11 2019-04-19T01:02:34 <fanquake> Got some rc4 sigs up.
12 2019-04-19T01:09:07 *** scoop has joined #bitcoin-core-dev
13 2019-04-19T01:09:42 <phantomcircuit> gmaxwell, sounds like a forkcoin that's got the same history upto some point
14 2019-04-19T01:13:15 *** scoop has quit IRC
15 2019-04-19T01:14:35 *** harding has quit IRC
16 2019-04-19T01:16:09 <gmaxwell> phantomcircuit: interesting, so I certantly have seen a bunch of those that claim to be a fork coin (superbitcoin)
17 2019-04-19T01:16:14 <gmaxwell> that get themselves banned
18 2019-04-19T01:16:55 *** harding has joined #bitcoin-core-dev
19 2019-04-19T01:17:28 <echeveria> gmaxwell: can you connect back to any of them?
20 2019-04-19T01:17:31 <gmaxwell> there is also some VDS which is apparently some ponzi scheme coin that airdropped to bitcoin users which is very popular in china.
21 2019-04-19T01:20:03 <gmaxwell> echeveria: none of the last 12 that connected to me.
22 2019-04-19T01:36:55 *** DeanGuss has joined #bitcoin-core-dev
23 2019-04-19T01:48:27 *** pinheadmz has quit IRC
24 2019-04-19T01:51:15 *** justanotheruser has joined #bitcoin-core-dev
25 2019-04-19T01:56:15 <echeveria> ike
26 2019-04-19T01:56:33 <echeveria> blockfilterindex=1 on a synced node results in some impressive log spam
27 2019-04-19T01:57:00 *** justanotheruser has quit IRC
28 2019-04-19T01:57:30 <echeveria> 2019-04-19T01:57:00Z Pre-allocating up to position 0x300000 in fltr00003.dat
29 2019-04-19T01:57:31 <echeveria> 2019-04-19T01:57:01Z Pre-allocating up to position 0x400000 in fltr00003.dat
30 2019-04-19T01:57:31 <echeveria> 2019-04-19T01:57:03Z Pre-allocating up to position 0x500000 in fltr00003.dat
31 2019-04-19T01:57:32 <echeveria> 2019-04-19T01:57:04Z Pre-allocating up to position 0x600000 in fltr00003.dat
32 2019-04-19T01:57:32 <echeveria> etc etc
33 2019-04-19T01:58:01 <sipa> ha
34 2019-04-19T01:58:16 <sipa> i think we should probably turn those off by default (incl. for block/undo)
35 2019-04-19T01:59:11 *** millerti has quit IRC
36 2019-04-19T02:02:05 <echeveria> mm. my log is getting blasted.
37 2019-04-19T02:05:08 *** dqx_ has quit IRC
38 2019-04-19T02:07:00 *** jimmysong has joined #bitcoin-core-dev
39 2019-04-19T02:12:52 <phantomcircuit> sipa, any idea if the pre-allocation still helps on ssds?
40 2019-04-19T02:13:20 <phantomcircuit> (especially ones on top of a cow filesystem?)
41 2019-04-19T02:15:30 <sipa> phantomcircuit: i doubt it tbh
42 2019-04-19T02:15:42 <sipa> it'd be useful if we used mmap or so, but we don't
43 2019-04-19T02:25:54 *** scoop has joined #bitcoin-core-dev
44 2019-04-19T02:26:35 <luke-jr> but it may save us from ugly out of disk space issues.. except on filesystems with compression :P
45 2019-04-19T02:27:25 <luke-jr> actually, I wonder if posix_fallocate is broken on such filesystems - it's supposed to guarantee a write to the space won't fail
46 2019-04-19T02:27:44 <luke-jr> or maybe they actually implement it such that it ensures it won't fail
47 2019-04-19T02:31:49 <phantomcircuit> luke-jr, i doubt that it's gonna prevent an out of space issue
48 2019-04-19T02:32:03 *** harrymm has quit IRC
49 2019-04-19T02:49:42 *** harrymm has joined #bitcoin-core-dev
50 2019-04-19T02:50:13 <echeveria> 2019-04-19T02:46:27Z basic block filter index is enabled at height 572248
51 2019-04-19T02:50:13 <echeveria> 2019-04-19T02:46:27Z basic block filter index thread exit
52 2019-04-19T02:50:14 <echeveria> 2019-04-19T02:48:49Z Potential stale tip detected, will try using extra outbound peer (last tip update: 3114 seconds ago)
53 2019-04-19T02:50:56 <echeveria> so about 45 minutes, as described on the PR, on a dual core i7 in a laptop. not bad.
54 2019-04-19T02:56:39 <echeveria> that's sort of a bug that it thinks the tip is stale when it isn't, but of no consequence.
55 2019-04-19T02:59:52 <echeveria> oh no there's just been no new blocks, I misunderstood what happened there.
56 2019-04-19T03:00:01 *** Mister_X1 has quit IRC
57 2019-04-19T03:04:30 *** ogelbukh has joined #bitcoin-core-dev
58 2019-04-19T03:07:15 *** morcos has quit IRC
59 2019-04-19T03:11:44 *** morcos has joined #bitcoin-core-dev
60 2019-04-19T03:32:55 *** justanotheruser has joined #bitcoin-core-dev
61 2019-04-19T03:35:39 *** scoop has quit IRC
62 2019-04-19T03:37:03 *** scoop has joined #bitcoin-core-dev
63 2019-04-19T03:40:53 *** achow101 has quit IRC
64 2019-04-19T03:47:38 *** rafalcpp has quit IRC
65 2019-04-19T03:50:03 *** rafalcpp has joined #bitcoin-core-dev
66 2019-04-19T03:51:54 *** achow101 has joined #bitcoin-core-dev
67 2019-04-19T04:12:34 *** spaced0ut has quit IRC
68 2019-04-19T04:17:50 *** pinheadmz has joined #bitcoin-core-dev
69 2019-04-19T04:30:42 *** ranefer has joined #bitcoin-core-dev
70 2019-04-19T04:44:30 *** pinheadmz has quit IRC
71 2019-04-19T04:46:27 *** ranefer has quit IRC
72 2019-04-19T04:50:08 *** spinza has quit IRC
73 2019-04-19T05:04:01 *** spinza has joined #bitcoin-core-dev
74 2019-04-19T05:06:41 *** scoop has quit IRC
75 2019-04-19T05:09:10 *** tryphe_ has joined #bitcoin-core-dev
76 2019-04-19T05:11:47 *** tryphe has quit IRC
77 2019-04-19T05:13:21 *** face has joined #bitcoin-core-dev
78 2019-04-19T05:37:37 *** scoop has joined #bitcoin-core-dev
79 2019-04-19T05:42:03 *** scoop has quit IRC
80 2019-04-19T05:45:59 *** pinheadmz has joined #bitcoin-core-dev
81 2019-04-19T06:00:01 *** ogelbukh has quit IRC
82 2019-04-19T06:02:58 *** face has quit IRC
83 2019-04-19T06:09:00 *** pinheadmz has quit IRC
84 2019-04-19T06:17:24 *** Ll1i1lL has quit IRC
85 2019-04-19T06:17:40 *** Shabbypenguin has joined #bitcoin-core-dev
86 2019-04-19T06:19:28 *** Ll1i1lL has joined #bitcoin-core-dev
87 2019-04-19T06:19:54 *** jonatack has quit IRC
88 2019-04-19T06:32:59 *** pinheadmz has joined #bitcoin-core-dev
89 2019-04-19T06:36:31 *** EagleTM has joined #bitcoin-core-dev
90 2019-04-19T06:42:40 *** EagleTM has quit IRC
91 2019-04-19T06:50:49 *** scoop has joined #bitcoin-core-dev
92 2019-04-19T06:50:51 *** instagibbs has quit IRC
93 2019-04-19T06:53:16 *** pinheadmz has quit IRC
94 2019-04-19T06:53:24 *** fanquake has quit IRC
95 2019-04-19T06:55:18 *** scoop has quit IRC
96 2019-04-19T07:30:33 *** Ll1i1lL has quit IRC
97 2019-04-19T07:30:35 *** scoop has joined #bitcoin-core-dev
98 2019-04-19T07:35:16 *** scoop has quit IRC
99 2019-04-19T07:35:50 *** scoop has joined #bitcoin-core-dev
100 2019-04-19T07:40:22 *** scoop has quit IRC
101 2019-04-19T07:53:31 *** scoop has joined #bitcoin-core-dev
102 2019-04-19T07:53:40 *** Ll1i1lL has joined #bitcoin-core-dev
103 2019-04-19T07:59:43 *** StopAndDecrypt_ has joined #bitcoin-core-dev
104 2019-04-19T07:59:56 *** StopAndDecrypt has quit IRC
105 2019-04-19T08:01:36 *** scoop has quit IRC
106 2019-04-19T08:12:38 *** scoop has joined #bitcoin-core-dev
107 2019-04-19T08:17:12 *** scoop has quit IRC
108 2019-04-19T08:22:38 *** timothy has joined #bitcoin-core-dev
109 2019-04-19T08:32:51 *** Ll1i1lL has quit IRC
110 2019-04-19T08:34:59 *** Ll1i1lL has joined #bitcoin-core-dev
111 2019-04-19T08:47:02 *** z071230116 has joined #bitcoin-core-dev
112 2019-04-19T08:47:49 *** z071230116 has left #bitcoin-core-dev
113 2019-04-19T08:54:40 *** face has joined #bitcoin-core-dev
114 2019-04-19T09:00:01 *** Shabbypenguin has quit IRC
115 2019-04-19T09:15:33 *** setpill has joined #bitcoin-core-dev
116 2019-04-19T09:17:19 <echeveria> hm
117 2019-04-19T09:17:49 <echeveria> I'm seeing absurd CPU usage in master.
118 2019-04-19T09:19:16 *** EagleTM has joined #bitcoin-core-dev
119 2019-04-19T09:43:03 *** emilsedgh has joined #bitcoin-core-dev
120 2019-04-19T09:48:55 *** scoop has joined #bitcoin-core-dev
121 2019-04-19T09:48:59 *** setpill has quit IRC
122 2019-04-19T09:55:43 *** setpill has joined #bitcoin-core-dev
123 2019-04-19T10:14:54 <wumpus> any idea where?
124 2019-04-19T10:15:32 <wumpus> I mean, is it doing actual work, such as validating blocks, or is it spinning somewhere
125 2019-04-19T10:15:56 <echeveria> while at the tip, with bip157 enabled. restarted with actual logging.
126 2019-04-19T10:16:35 <wumpus> sometimes in these cases it's useful to start it in gdb, then when it occurs, break, and see what all the threads are doing
127 2019-04-19T10:17:54 <wumpus> if you can get your ps/top tool to show thread names, it also helps, by narrowing down in which thread it happens
128 2019-04-19T10:20:05 <echeveria> I restarted with GDB before I thought of that.
129 2019-04-19T10:20:10 <echeveria> lets wait and see.
130 2019-04-19T10:21:08 <wumpus> could have attached the debugger to the running process, but ok, too late now :)
131 2019-04-19T10:22:32 *** spinza has quit IRC
132 2019-04-19T10:23:21 <echeveria> yeah alright.
133 2019-04-19T10:23:29 <echeveria> 100% core usage in openconn.
134 2019-04-19T10:23:55 <wumpus> I remember we've had spinning problems with there before
135 2019-04-19T10:24:18 <wumpus> problems such as: it doesn't find suitable peers and keeps retrying in a tight loop
136 2019-04-19T10:24:30 <wumpus> not very recently, though
137 2019-04-19T10:27:46 *** scoop has quit IRC
138 2019-04-19T10:28:21 <echeveria> only strange networking is a socks5 proxy.
139 2019-04-19T10:29:33 *** spinza has joined #bitcoin-core-dev
140 2019-04-19T10:55:51 *** AaronvanW has joined #bitcoin-core-dev
141 2019-04-19T11:46:01 *** spinza has quit IRC
142 2019-04-19T12:00:02 *** emilsedgh has quit IRC
143 2019-04-19T12:04:32 *** spinza has joined #bitcoin-core-dev
144 2019-04-19T12:24:32 *** ElectroBNC has joined #bitcoin-core-dev
145 2019-04-19T12:43:19 *** booyah has quit IRC
146 2019-04-19T13:12:50 *** bitcoin-git has joined #bitcoin-core-dev
147 2019-04-19T13:12:50 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #15852: doc: 0.18: Remove TODO from release notes (0.18...1904-docRel18) https://github.com/bitcoin/bitcoin/pull/15852
148 2019-04-19T13:13:04 *** bitcoin-git has left #bitcoin-core-dev
149 2019-04-19T13:13:49 <hebasto> could #15630 be labeled "Wallet"?
150 2019-04-19T13:13:50 <gribble> https://github.com/bitcoin/bitcoin/issues/15630 | -wallet is a "network-only" option but -walletdir is not · Issue #15630 · bitcoin/bitcoin · GitHub
151 2019-04-19T13:35:10 *** bitcoin-git has joined #bitcoin-core-dev
152 2019-04-19T13:35:11 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d1c2ed8dd768...ae2c19f578b6
153 2019-04-19T13:35:11 <bitcoin-git> bitcoin/master 418d323 251: Resolve the checkpoints <-> validation CD.
154 2019-04-19T13:35:12 <bitcoin-git> bitcoin/master ae2c19f MarcoFalke: Merge #15655: Resolve the checkpoints <-> validation circular dependency
155 2019-04-19T13:35:18 *** bitcoin-git has left #bitcoin-core-dev
156 2019-04-19T13:35:48 *** bitcoin-git has joined #bitcoin-core-dev
157 2019-04-19T13:35:48 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15655: Resolve the checkpoints <-> validation circular dependency (master...patch/resolve-checkpoints-validation-cd) https://github.com/bitcoin/bitcoin/pull/15655
158 2019-04-19T13:36:00 *** bitcoin-git has left #bitcoin-core-dev
159 2019-04-19T13:49:00 *** pinheadmz has joined #bitcoin-core-dev
160 2019-04-19T13:49:58 *** Aaronvan_ has joined #bitcoin-core-dev
161 2019-04-19T13:53:11 *** bitcoin-git has joined #bitcoin-core-dev
162 2019-04-19T13:53:12 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #15853: wallet: Remove unused import checkpoints.h (master...1904-walletRemCheck) https://github.com/bitcoin/bitcoin/pull/15853
163 2019-04-19T13:53:14 *** bitcoin-git has left #bitcoin-core-dev
164 2019-04-19T13:53:28 *** AaronvanW has quit IRC
165 2019-04-19T13:55:15 *** promag_ has quit IRC
166 2019-04-19T13:55:22 <MarcoFalke> [06:23] <echeveria> 100% core usage in openconn.
167 2019-04-19T13:55:25 <MarcoFalke> there is an open issue
168 2019-04-19T13:55:56 <MarcoFalke> echeveria: Please comment there #15665
169 2019-04-19T13:55:58 <gribble> https://github.com/bitcoin/bitcoin/issues/15665 | 0.18.0 rc2 CPU spike in thread bitcoin-opencon · Issue #15665 · bitcoin/bitcoin · GitHub
170 2019-04-19T13:57:18 *** promag has joined #bitcoin-core-dev
171 2019-04-19T13:59:03 *** user_ has joined #bitcoin-core-dev
172 2019-04-19T14:00:06 *** scoop has joined #bitcoin-core-dev
173 2019-04-19T14:00:29 *** user_ has left #bitcoin-core-dev
174 2019-04-19T14:00:41 *** kolnpole has joined #bitcoin-core-dev
175 2019-04-19T14:00:47 <kolnpole> HI
176 2019-04-19T14:01:03 <kolnpole> im using bitcoin core and im tyring to sign message
177 2019-04-19T14:01:22 <kolnpole> but i get error bitcoin core Address does not refer to key (code -3)
178 2019-04-19T14:01:40 <kolnpole> but when i dump key by dumpprivate key i get a key
179 2019-04-19T14:04:18 *** scoop has quit IRC
180 2019-04-19T14:04:23 <kolnpole> ????????
181 2019-04-19T14:04:26 <kolnpole> anyone ..
182 2019-04-19T14:05:30 *** pinheadmz has quit IRC
183 2019-04-19T14:05:35 *** ranefer has joined #bitcoin-core-dev
184 2019-04-19T14:12:08 <MarcoFalke> kolnpole: See #10542
185 2019-04-19T14:12:10 <gribble> https://github.com/bitcoin/bitcoin/issues/10542 | Signmessage doesnt work with segwit addresses · Issue #10542 · bitcoin/bitcoin · GitHub
186 2019-04-19T14:15:15 *** darosior has joined #bitcoin-core-dev
187 2019-04-19T14:24:17 *** bitcoin-git has joined #bitcoin-core-dev
188 2019-04-19T14:24:18 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ae2c19f578b6...b6a5583c4f9b
189 2019-04-19T14:24:18 <bitcoin-git> bitcoin/master fadf7d1 MarcoFalke: wallet: Remove unused import checkpoints.h
190 2019-04-19T14:24:18 <bitcoin-git> bitcoin/master b6a5583 MarcoFalke: Merge #15853: wallet: Remove unused import checkpoints.h
191 2019-04-19T14:24:22 *** bitcoin-git has left #bitcoin-core-dev
192 2019-04-19T14:25:01 *** bitcoin-git has joined #bitcoin-core-dev
193 2019-04-19T14:25:01 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15853: wallet: Remove unused import checkpoints.h (master...1904-walletRemCheck) https://github.com/bitcoin/bitcoin/pull/15853
194 2019-04-19T14:25:08 *** bitcoin-git has left #bitcoin-core-dev
195 2019-04-19T14:28:00 <kolnpole> MarcoFalke, gribble doesnt works with other address either https://ibin.co/4eF9qvcmqYGE.png
196 2019-04-19T14:30:36 <kolnpole> and you can see dump private key works
197 2019-04-19T14:30:36 <kolnpole> https://ibin.co/4eFAhNghcqOs.png
198 2019-04-19T14:31:00 <MarcoFalke> it does not work with bech32 and p2sh addresses
199 2019-04-19T14:31:28 <MarcoFalke> in the gui you can get a new address that can sign in the debug console
200 2019-04-19T14:31:41 <MarcoFalke> getnewaddress address_label legacy
201 2019-04-19T14:32:23 <kolnpole> MarcoFalke, wow
202 2019-04-19T14:32:25 <kolnpole> cool
203 2019-04-19T14:49:53 *** kolnpole has quit IRC
204 2019-04-19T14:53:10 <echeveria> MarcoFalke: I'll dump the information asked.
205 2019-04-19T14:54:20 *** promag has quit IRC
206 2019-04-19T15:00:01 *** ElectroBNC has quit IRC
207 2019-04-19T15:00:02 *** scoop has joined #bitcoin-core-dev
208 2019-04-19T15:04:23 *** meh`1 has joined #bitcoin-core-dev
209 2019-04-19T15:10:45 *** kolnpole has joined #bitcoin-core-dev
210 2019-04-19T15:43:55 *** Guyver2 has joined #bitcoin-core-dev
211 2019-04-19T15:47:13 <MarcoFalke> thx
212 2019-04-19T15:53:35 *** scoop has quit IRC
213 2019-04-19T16:00:54 *** ranefer has quit IRC
214 2019-04-19T16:04:35 *** bitcoin-git has joined #bitcoin-core-dev
215 2019-04-19T16:04:35 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b6a5583c4f9b...56376f336548
216 2019-04-19T16:04:35 <bitcoin-git> bitcoin/master 765c0b3 Antoine Riard: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndH...
217 2019-04-19T16:04:36 <bitcoin-git> bitcoin/master 56376f3 MarcoFalke: Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlo...
218 2019-04-19T16:04:38 *** bitcoin-git has left #bitcoin-core-dev
219 2019-04-19T16:04:38 *** kolnpole has quit IRC
220 2019-04-19T16:05:15 *** bitcoin-git has joined #bitcoin-core-dev
221 2019-04-19T16:05:15 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight (master...2019-03-remove-find-first-block-time-height) https://github.com/bitcoin/bitcoin/pull/15670
222 2019-04-19T16:05:16 *** bitcoin-git has left #bitcoin-core-dev
223 2019-04-19T16:05:36 *** pinheadmz has joined #bitcoin-core-dev
224 2019-04-19T16:38:46 *** bitcoin-git has joined #bitcoin-core-dev
225 2019-04-19T16:38:47 <bitcoin-git> [bitcoin] lemz90 opened pull request #15854: Update README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15854
226 2019-04-19T16:38:49 *** bitcoin-git has left #bitcoin-core-dev
227 2019-04-19T16:39:25 *** bitcoin-git has joined #bitcoin-core-dev
228 2019-04-19T16:39:25 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #15854: Update README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15854
229 2019-04-19T16:39:26 *** bitcoin-git has left #bitcoin-core-dev
230 2019-04-19T16:39:29 *** Dean_Guss has joined #bitcoin-core-dev
231 2019-04-19T16:39:30 *** DeanGuss has quit IRC
232 2019-04-19T16:41:08 *** bitcoin-git has joined #bitcoin-core-dev
233 2019-04-19T16:41:09 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #15855: [refactor] interfaces: Add missing LockAnnotation for cs_main (master...1904-interfacesLock) https://github.com/bitcoin/bitcoin/pull/15855
234 2019-04-19T16:41:13 *** bitcoin-git has left #bitcoin-core-dev
235 2019-04-19T16:50:16 *** zxzzt has quit IRC
236 2019-04-19T16:59:32 *** setpill has quit IRC
237 2019-04-19T17:01:31 *** bitcoin-git has joined #bitcoin-core-dev
238 2019-04-19T17:01:31 <bitcoin-git> [bitcoin] hebasto opened pull request #15856: wallet: Do not create unsolicited wallets subdirectory (master...20190419-unsolicited-walletdir) https://github.com/bitcoin/bitcoin/pull/15856
239 2019-04-19T17:01:33 *** bitcoin-git has left #bitcoin-core-dev
240 2019-04-19T17:02:36 *** shesek has quit IRC
241 2019-04-19T17:04:15 *** kolnpole has joined #bitcoin-core-dev
242 2019-04-19T17:09:09 *** kolnpole has quit IRC
243 2019-04-19T17:16:00 *** scoop has joined #bitcoin-core-dev
244 2019-04-19T17:20:01 *** lukedashjr has joined #bitcoin-core-dev
245 2019-04-19T17:20:39 *** luke-jr has quit IRC
246 2019-04-19T17:21:51 *** bitcoin-git has joined #bitcoin-core-dev
247 2019-04-19T17:21:51 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #15576: constexpr: Increase constexpr usage in strencodings (master...constexpr-strencodings) https://github.com/bitcoin/bitcoin/pull/15576
248 2019-04-19T17:21:54 *** bitcoin-git has left #bitcoin-core-dev
249 2019-04-19T17:22:33 *** darosior has quit IRC
250 2019-04-19T17:25:35 *** bitcoin-git has joined #bitcoin-core-dev
251 2019-04-19T17:25:35 <bitcoin-git> [bitcoin] hebasto closed pull request #15856: wallet: Do not create unsolicited wallets subdirectory (master...20190419-unsolicited-walletdir) https://github.com/bitcoin/bitcoin/pull/15856
252 2019-04-19T17:25:40 *** bitcoin-git has left #bitcoin-core-dev
253 2019-04-19T17:25:48 *** lukedashjr has quit IRC
254 2019-04-19T17:27:11 *** luke-jr has joined #bitcoin-core-dev
255 2019-04-19T17:32:35 *** bitcoin-git has joined #bitcoin-core-dev
256 2019-04-19T17:32:35 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14397: Faster duplicate input check in CheckTransaction (alternative to #14387) (master...201810_fastduplicate) https://github.com/bitcoin/bitcoin/pull/14397
257 2019-04-19T17:32:36 *** bitcoin-git has left #bitcoin-core-dev
258 2019-04-19T17:33:30 *** bitcoin-git has joined #bitcoin-core-dev
259 2019-04-19T17:33:30 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14837: Stricter & More Performant Invariant Checking in CheckBlock (master...faster-dedup-working-rebase) https://github.com/bitcoin/bitcoin/pull/14837
260 2019-04-19T17:33:34 *** bitcoin-git has left #bitcoin-core-dev
261 2019-04-19T17:33:43 *** luke-jr has quit IRC
262 2019-04-19T17:34:15 *** luke-jr has joined #bitcoin-core-dev
263 2019-04-19T17:38:04 *** bitcoin-git has joined #bitcoin-core-dev
264 2019-04-19T17:38:05 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14035: Utxoscriptindex (master...utxoscriptindex) https://github.com/bitcoin/bitcoin/pull/14035
265 2019-04-19T17:38:11 *** bitcoin-git has left #bitcoin-core-dev
266 2019-04-19T17:39:00 *** bitcoin-git has joined #bitcoin-core-dev
267 2019-04-19T17:39:00 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #12024: Remove most recent transaction timestamp stuff from nTimeSmart (master...fix-timesmart) https://github.com/bitcoin/bitcoin/pull/12024
268 2019-04-19T17:39:01 *** bitcoin-git has left #bitcoin-core-dev
269 2019-04-19T17:49:06 *** lukedashjr has joined #bitcoin-core-dev
270 2019-04-19T17:51:06 *** luke-jr has quit IRC
271 2019-04-19T17:53:45 *** lukedashjr is now known as luke-jr
272 2019-04-19T17:55:33 *** hebasto has quit IRC
273 2019-04-19T17:58:52 *** timothy has quit IRC
274 2019-04-19T18:00:02 *** meh`1 has quit IRC
275 2019-04-19T18:04:14 *** meoblast001 has joined #bitcoin-core-dev
276 2019-04-19T18:04:35 *** meoblast001 is now known as Guest40744
277 2019-04-19T18:10:06 *** luke-jr- has joined #bitcoin-core-dev
278 2019-04-19T18:10:07 *** luke-jr has quit IRC
279 2019-04-19T18:14:30 *** luke-jr- is now known as luke-jr
280 2019-04-19T18:19:24 *** Cchadwicka1 has joined #bitcoin-core-dev
281 2019-04-19T18:28:12 *** BGL has quit IRC
282 2019-04-19T18:28:24 *** luke-jr has quit IRC
283 2019-04-19T18:30:46 *** luke-jr has joined #bitcoin-core-dev
284 2019-04-19T18:33:03 *** scoop has quit IRC
285 2019-04-19T18:33:17 *** scoop has joined #bitcoin-core-dev
286 2019-04-19T18:33:33 *** scoop has quit IRC
287 2019-04-19T18:34:48 *** luke-jr has quit IRC
288 2019-04-19T18:34:53 *** Dean_Guss has quit IRC
289 2019-04-19T18:35:44 *** luke-jr has joined #bitcoin-core-dev
290 2019-04-19T18:42:29 *** ExEric3 has joined #bitcoin-core-dev
291 2019-04-19T18:43:57 *** Eric3 has quit IRC
292 2019-04-19T18:47:14 *** Cchadwicka1 has quit IRC
293 2019-04-19T18:48:36 *** marcinja has quit IRC
294 2019-04-19T18:50:44 *** baldur has joined #bitcoin-core-dev
295 2019-04-19T18:50:53 *** marcinja has joined #bitcoin-core-dev
296 2019-04-19T18:56:34 *** scoop has joined #bitcoin-core-dev
297 2019-04-19T18:58:07 *** leishman has joined #bitcoin-core-dev
298 2019-04-19T19:00:53 *** scoop has quit IRC
299 2019-04-19T19:04:05 *** BlueMatt has quit IRC
300 2019-04-19T19:09:50 <kanzure> wallet meeting?
301 2019-04-19T19:11:26 <gwillen> it shifted parity
302 2019-04-19T19:11:36 <sipa> no, last week
303 2019-04-19T19:11:38 <gwillen> (I would like to suggest that in the future it not do that, because it causes confusion)
304 2019-04-19T19:11:38 *** leishman has quit IRC
305 2019-04-19T19:11:47 <gwillen> (if it has to move, just move it one-off instead)
306 2019-04-19T19:11:55 <sipa> gwillen: in fact it shifted twice; now we're back on the original original schedule
307 2019-04-19T19:11:59 <gwillen> heh.
308 2019-04-19T19:12:45 <sipa> (but i agree; in the future we should either cancel the meeting outright, or do a one-off shift)
309 2019-04-19T19:13:13 <kanzure> what is the current original original schedule?
310 2019-04-19T19:14:09 <sipa> every two weeks, first one was oct 19 2018
311 2019-04-19T19:14:22 <gwillen> every two weeks starting either last week or next week, but not this week
312 2019-04-19T19:14:59 <sipa> GMT 7pm
313 2019-04-19T19:27:25 *** leishman has joined #bitcoin-core-dev
314 2019-04-19T19:27:36 <gmaxwell> people will be confused no matter what. :P
315 2019-04-19T19:27:48 <sipa> yeah...
316 2019-04-19T19:27:50 *** scoop has joined #bitcoin-core-dev
317 2019-04-19T19:28:00 <sipa> maybe it should be "1st and 3rd friday of the month"
318 2019-04-19T19:29:44 <gwillen> then you'd get weird skips and consecutive weeks to no direct benefit
319 2019-04-19T19:30:12 <gwillen> "odd numbered weeks" doesn't really cause any more problems than that, as long as you don't switch it to even sommetimes
320 2019-04-19T19:32:27 *** scoop has quit IRC
321 2019-04-19T19:32:28 <gmaxwell> obviously it should be the first and third friday after the ecclesiastical full moon.
322 2019-04-19T19:34:57 *** leishman has quit IRC
323 2019-04-19T19:35:45 *** scoop has joined #bitcoin-core-dev
324 2019-04-19T19:39:03 *** BGL has joined #bitcoin-core-dev
325 2019-04-19T19:41:24 <jnewbery> If you are lucky enough to have attended a wallet IRC meeting as a young man, then wherever you go for the rest of your life, it stays with you, for wallet IRC meetings are moveable feasts.
326 2019-04-19T19:45:26 *** leishman has joined #bitcoin-core-dev
327 2019-04-19T19:45:43 <sipa> that sounds very profound... at first
328 2019-04-19T19:48:02 <jnewbery> ... and then you realise there's not really anything there at all?
329 2019-04-19T19:57:33 <gmaxwell> Chinese food movable feast.
330 2019-04-19T20:00:21 *** leishman has quit IRC
331 2019-04-19T20:04:53 *** leishman has joined #bitcoin-core-dev
332 2019-04-19T20:25:27 *** bitcoin-git has joined #bitcoin-core-dev
333 2019-04-19T20:25:28 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #15858: Faster tests with topological mempool rpc sync ð (master...1904-qaSync) https://github.com/bitcoin/bitcoin/pull/15858
334 2019-04-19T20:25:30 *** bitcoin-git has left #bitcoin-core-dev
335 2019-04-19T20:26:27 *** leishman has quit IRC
336 2019-04-19T20:30:20 *** leishman has joined #bitcoin-core-dev
337 2019-04-19T20:37:03 *** leishman has quit IRC
338 2019-04-19T20:49:18 *** Guyver2 has quit IRC
339 2019-04-19T20:52:28 *** leishman has joined #bitcoin-core-dev
340 2019-04-19T20:56:55 *** leishman has quit IRC
341 2019-04-19T20:57:33 *** dviola has quit IRC
342 2019-04-19T21:00:01 *** Guest40744 has quit IRC
343 2019-04-19T21:04:33 *** nickr has joined #bitcoin-core-dev
344 2019-04-19T21:10:12 *** bralyclow2 has joined #bitcoin-core-dev
345 2019-04-19T21:11:46 *** bralyclow2 has quit IRC
346 2019-04-19T21:21:51 *** BlueMatt has joined #bitcoin-core-dev
347 2019-04-19T21:23:05 *** scoop has quit IRC
348 2019-04-19T21:52:03 *** scoop has joined #bitcoin-core-dev
349 2019-04-19T21:52:39 *** scoop has quit IRC
350 2019-04-19T21:52:46 *** scoop has joined #bitcoin-core-dev
351 2019-04-19T22:01:28 *** side^effects has quit IRC
352 2019-04-19T22:02:47 *** spinza has quit IRC
353 2019-04-19T22:03:33 *** molz has quit IRC
354 2019-04-19T22:03:52 *** molz has joined #bitcoin-core-dev
355 2019-04-19T22:08:14 *** dviola has joined #bitcoin-core-dev
356 2019-04-19T22:08:37 *** dviola has joined #bitcoin-core-dev
357 2019-04-19T22:13:10 *** spinza has joined #bitcoin-core-dev
358 2019-04-19T22:16:41 *** BlueMatt has quit IRC
359 2019-04-19T22:19:54 *** BlueMatt has joined #bitcoin-core-dev
360 2019-04-19T22:26:27 *** scoop has quit IRC
361 2019-04-19T22:52:41 *** BlueMatt has quit IRC
362 2019-04-19T22:55:57 *** BlueMatt has joined #bitcoin-core-dev
363 2019-04-19T22:57:37 *** AaronvanW has joined #bitcoin-core-dev
364 2019-04-19T22:57:55 *** shesek has joined #bitcoin-core-dev
365 2019-04-19T22:57:55 *** shesek has joined #bitcoin-core-dev
366 2019-04-19T23:00:09 *** Aaronvan_ has quit IRC
367 2019-04-19T23:02:06 *** sdupre_ has joined #bitcoin-core-dev
368 2019-04-19T23:02:33 *** AaronvanW has quit IRC
369 2019-04-19T23:07:25 *** AaronvanW has joined #bitcoin-core-dev
370 2019-04-19T23:12:02 *** AaronvanW has quit IRC
371 2019-04-19T23:13:19 *** leishman has joined #bitcoin-core-dev
372 2019-04-19T23:13:27 *** AaronvanW has joined #bitcoin-core-dev
373 2019-04-19T23:13:59 *** leishman_ has joined #bitcoin-core-dev
374 2019-04-19T23:14:43 *** leishma__ has joined #bitcoin-core-dev
375 2019-04-19T23:17:43 *** leishman has quit IRC
376 2019-04-19T23:18:35 *** leishman_ has quit IRC
377 2019-04-19T23:18:40 *** instagibbs has joined #bitcoin-core-dev
378 2019-04-19T23:19:11 *** leishma__ has quit IRC
379 2019-04-19T23:41:45 *** leishman has joined #bitcoin-core-dev
380 2019-04-19T23:45:37 *** leishman has quit IRC
381 2019-04-19T23:50:41 *** leishman has joined #bitcoin-core-dev
382 2019-04-19T23:55:37 *** leishman has quit IRC
383 2019-04-19T23:59:28 *** sdupre_ has quit IRC