--- Log opened Fri Sep 18 00:00:22 2020 00:03 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 00:07 -!- eragmus [sid136308@gateway/web/irccloud.com/x-vrymgoqrceiyzzjc] has joined #bitcoin-core-dev 00:07 -!- hugohn [sid304114@gateway/web/irccloud.com/x-lapnxcvmvfrikkev] has joined #bitcoin-core-dev 00:09 -!- jamesob [sid180710@gateway/web/irccloud.com/x-jkrjxdqaspqhedhy] has joined #bitcoin-core-dev 00:09 -!- GoldmanSats__ [sid428607@gateway/web/irccloud.com/x-wsyptzydclrzzolx] has joined #bitcoin-core-dev 00:31 -!- marcoagner [~user@2001:8a0:6a45:1900:2fd7:e0f0:d356:dd70] has joined #bitcoin-core-dev 00:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 258 seconds] 00:33 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 00:33 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 00:42 -!- jonatack [~jon@37.172.86.203] has joined #bitcoin-core-dev 00:42 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 00:47 -!- promag [~promag@188.251.225.32] has quit [Ping timeout: 256 seconds] 00:50 -!- hubsen [5908769d@telia-590876-157.connect.netcom.no] has quit [Ping timeout: 245 seconds] 00:52 -!- S3RK [~s3rk@47.246.66.112] has quit [Remote host closed the connection] 00:52 -!- S3RK [~s3rk@47.246.66.112] has joined #bitcoin-core-dev 01:02 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 01:03 -!- da39a3ee5e6b4b0d [~textual@171.5.162.140] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 01:04 -!- jonatack [~jon@37.172.86.203] has quit [Ping timeout: 240 seconds] 01:05 -!- jonatack [~jon@213.152.161.133] has joined #bitcoin-core-dev 01:07 -!- gzhao408 [uid453516@gateway/web/irccloud.com/x-itaiibsmrcisfjzl] has quit [Quit: Connection closed for inactivity] 01:07 < vasild> meshcollider: https://github.com/bitcoin/bitcoin/pull/15454 had a CI failure: https://travis-ci.org/github/bitcoin/bitcoin/jobs/725430739#L5106 01:08 < vasild> "Method not found (wallet method is disabled because no wallet is loaded)" 01:08 < vasild> this seems to have propagated into #19970 (and I guess any other PR which is based on master after the #15454 merge) 01:08 < gribble> https://github.com/bitcoin/bitcoin/issues/19970 | sync.h: fix LockAssertion error reporting by ajtowns · Pull Request #19970 · bitcoin/bitcoin · GitHub 01:08 < gribble> https://github.com/bitcoin/bitcoin/issues/15454 | Remove the automatic creation and loading of the default wallet by achow101 · Pull Request #15454 · bitcoin/bitcoin · GitHub 01:09 < vasild> achow101: ^ 01:12 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 01:14 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 01:18 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 01:19 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:19 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 01:21 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 01:24 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 272 seconds] 01:25 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Quit: The Lounge - https://thelounge.chat] 01:32 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 01:39 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has quit [Read error: Connection reset by peer] 01:42 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 01:45 < jonasschnelli> for the GUI, does it make sense to estimate the fees before IBD is finished? 01:45 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 244 seconds] 01:45 < jonasschnelli> I would say no but interested to hear other opinions 01:46 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Quit: The Lounge - https://thelounge.chat] 01:46 < sipa> jonasschnelli: no, it can't give any useful estimates 01:47 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 01:47 < jonasschnelli> sipa: Agree. Currently, we call estimateSmartFee on each block during IBD. Leading to unlimited freezes. 01:47 < jonasschnelli> (in the GUI only) 01:47 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Client Quit] 01:48 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 01:48 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Client Quit] 01:49 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 01:49 < jonasschnelli> sipa: the only concern I saw is that OLDEST_ESTIMATE_HISTORY is 6 * 1008 where IBD is latched to false once we have tip-144 reached 01:50 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Client Quit] 01:50 < sipa> jonasschnelli: the whole thing is pointless 01:50 < sipa> it watches how long transactions were in the mempool before confirming 01:51 < sipa> while in IBD you have no functional mempool 01:51 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 01:51 < jonasschnelli> Agree. I just hope there is no edge case I break when disabling fee calculation during IBD 01:52 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-szmlmphuijvoeqnx] has quit [Quit: killed] 01:52 -!- kyoo[m] [kyoomatrix@gateway/shell/matrix.org/x-gtastvckcsvwjwoe] has quit [Quit: killed] 01:52 -!- crtn32002[m] [crtn32002m@gateway/shell/matrix.org/x-ohxxzvuqlttthsnb] has quit [Quit: killed] 01:52 -!- snowkeld[m] [snowkeldma@gateway/shell/matrix.org/x-dmgxwthxrudgyezt] has quit [Quit: killed] 01:53 -!- sethrogers23[m] [sethrogers@gateway/shell/matrix.org/x-ypxkleafjqnhwvqq] has quit [Quit: killed] 01:58 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Quit: The Lounge - https://thelounge.chat] 01:59 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 02:00 -!- kierra [~kierra@178.162.209.171] has quit [] 02:00 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 02:02 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Client Quit] 02:03 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 02:03 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Client Quit] 02:04 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 02:04 < wumpus> re: endomorphism "technology advances one expired patent at a time" 02:04 -!- kexkey [~kexkey@89.36.78.166] has quit [Ping timeout: 258 seconds] 02:05 < wumpus> I'm going to enable it from now on in all my nodes 02:06 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Client Quit] 02:06 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 02:07 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Client Quit] 02:08 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 02:14 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 02:14 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 02:16 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-caztgxryydfogloh] has joined #bitcoin-core-dev 02:19 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-caztgxryydfogloh] has quit [Remote host closed the connection] 02:22 -!- dholbach [~dholbach@184.75.221.203] has joined #bitcoin-core-dev 02:24 -!- icota[m] [icotamatri@gateway/shell/matrix.org/x-gbvfwkusvwddsrdd] has joined #bitcoin-core-dev 02:31 -!- dholbach [~dholbach@184.75.221.203] has quit [Ping timeout: 244 seconds] 02:38 < fanquake> 🚀 02:44 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 02:45 -!- promag [~promag@188.251.225.32] has quit [Read error: Connection reset by peer] 02:46 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 02:46 -!- snowkeld[m] [snowkeldma@gateway/shell/matrix.org/x-rtdjkbmdwnqavnof] has joined #bitcoin-core-dev 02:46 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-lwjxyxtzvhwuqmdq] has joined #bitcoin-core-dev 02:46 -!- crtn32002[m] [crtn32002m@gateway/shell/matrix.org/x-cuyrlqcmfzjgcraj] has joined #bitcoin-core-dev 02:46 -!- kyoo[m] [kyoomatrix@gateway/shell/matrix.org/x-krezsdeiwwiuwtct] has joined #bitcoin-core-dev 02:46 -!- sethrogers23[m] [sethrogers@gateway/shell/matrix.org/x-mcwvqajwjbwzjhzt] has joined #bitcoin-core-dev 02:50 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 02:52 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 02:55 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 02:56 -!- ggainey1 [~ggainey@178.239.168.171] has joined #bitcoin-core-dev 02:57 -!- jonatack [~jon@213.152.161.133] has quit [Ping timeout: 240 seconds] 02:57 -!- midnight [~midnight@unaffiliated/midnightmagic] has quit [Ping timeout: 240 seconds] 03:00 -!- jonatack [~jon@37.172.86.203] has joined #bitcoin-core-dev 03:02 -!- S3RK [~s3rk@47.246.66.112] has quit [Remote host closed the connection] 03:02 -!- S3RK [~s3rk@47.246.66.112] has joined #bitcoin-core-dev 03:04 -!- jonatack [~jon@37.172.86.203] has quit [Read error: Connection reset by peer] 03:07 -!- S3RK [~s3rk@47.246.66.112] has quit [Remote host closed the connection] 03:07 -!- S3RK [~s3rk@47.246.66.112] has joined #bitcoin-core-dev 03:07 < aj> might want to revert #15454, it's breaking travis (though only on the c++17 job for some reason?) 03:07 < gribble> https://github.com/bitcoin/bitcoin/issues/15454 | Remove the automatic creation and loading of the default wallet by achow101 · Pull Request #15454 · bitcoin/bitcoin · GitHub 03:09 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 03:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:11 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 03:14 < provoostenator> aj: feature_pruning.py breaks with "(wallet method is disabled because no wallet is loaded" 03:15 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has joined #bitcoin-core-dev 03:18 -!- Agustina63Heiden [~Agustina6@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:18 -!- midnight [~midnight@unaffiliated/midnightmagic] has joined #bitcoin-core-dev 03:20 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 03:22 < aj> provoostenator: yeah, it was doing so in the travis run in that PR too 03:22 < provoostenator> And I saw it in a followup PR too, weird 03:24 < aj> what's weird? the tests now need a -wallet= argument or something, and don't have it, as far as i can see? 03:24 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 246 seconds] 03:25 < provoostenator> It's weird that it only fails on that machine 03:25 < provoostenator> I'll try to reproduce locally 03:25 < aj> seems to reproduce locally fine for me on that test case fwiw 03:26 < aj> trying to see if anything else breaks too 03:26 < provoostenator> If so, I should be able to push a fix, which I would prever over a rever.t 03:26 < provoostenator> But it's not the only machine that runs the functional test suite 03:29 < provoostenator> Oh it's part of EXTENDED_SCRIPTS 03:29 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 03:29 < aj> guess that'd do it 03:31 < aj> dbcrash fails too fwiw, though the c++17 test excludes it 03:35 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 03:35 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 03:38 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 03:38 -!- Agustina63Heiden [~Agustina6@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 272 seconds] 03:38 * provoostenator making sure the tests pass before making a PR 03:38 -!- promag [~promag@188.251.225.32] has joined #bitcoin-core-dev 03:39 -!- promag [~promag@188.251.225.32] has quit [Remote host closed the connection] 03:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:41 < bitcoin-git> [bitcoin] Sjors opened pull request #19971: test: create default wallet in extended tests (master...2020/09/fix_no_default_wallet_extended_tests) https://github.com/bitcoin/bitcoin/pull/19971 03:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:48 < emzy> just have activated DNSSEC on dnsseed.emzy.de 03:58 -!- noganoo [sid146237@gateway/web/irccloud.com/x-rhuxdnmmohpnyfcd] has joined #bitcoin-core-dev 04:01 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has joined #bitcoin-core-dev 04:03 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 04:06 -!- rc_423 [~r_423@2605:a000:1611:8f5e:b0b0:a5f0:8baa:a289] has quit [Remote host closed the connection] 04:07 -!- ggainey1 [~ggainey@178.239.168.171] has quit [Ping timeout: 240 seconds] 04:07 -!- rc_423 [~r_423@2605:a000:1611:8f5e:b0b0:a5f0:8baa:a289] has joined #bitcoin-core-dev 04:16 -!- sr_gi [~sr_gi@static-240-45-224-77.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] 04:17 -!- sr_gi [~sr_gi@static-240-45-224-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 04:28 -!- S3RK [~s3rk@47.246.66.112] has quit [Remote host closed the connection] 04:29 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 04:29 -!- S3RK [~s3rk@47.246.66.112] has joined #bitcoin-core-dev 04:29 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 04:31 -!- MrPaz [~paz@24.14.251.223] has joined #bitcoin-core-dev 04:32 -!- SasaNS [1fd92457@31.217.36.87] has joined #bitcoin-core-dev 04:35 -!- dholbach [~dholbach@84.39.117.57] has joined #bitcoin-core-dev 04:44 < jonasschnelli> emzy: nice! I have never configured bind (always used djbdns),... do you mind share the configuration/steps-to-setup? 04:44 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has joined #bitcoin-core-dev 04:46 < emzy> jonasschnelli: maybe it also works woth djbdns. I use dynamic updates on bind with "nsupdate". But yes I will write it up next week. I like to have it running a few days first. 04:52 -!- promag [~promag@92.250.97.28] has joined #bitcoin-core-dev 04:57 < jonasschnelli> emzy: sure. No hurry. 04:57 -!- dholbach [~dholbach@84.39.117.57] has quit [Remote host closed the connection] 05:19 -!- gluxon [~gluxon@162.219.176.3] has joined #bitcoin-core-dev 05:19 -!- gluxon is now known as Guest81771 05:19 -!- promag [~promag@92.250.97.28] has quit [Remote host closed the connection] 05:21 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 05:25 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 260 seconds] 05:34 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 05:34 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 05:46 -!- jonatack [~jon@37.172.22.3] has joined #bitcoin-core-dev 05:46 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:46 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:51 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 05:51 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 06:01 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has quit [Quit: Highway61] 06:02 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has joined #bitcoin-core-dev 06:05 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 06:05 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 06:08 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 06:08 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 06:09 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 06:09 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 06:16 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 06:16 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 06:25 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has joined #bitcoin-core-dev 06:32 -!- Guest81771 [~gluxon@162.219.176.3] has quit [Remote host closed the connection] 06:37 -!- kexkey [~kexkey@89.36.78.166] has joined #bitcoin-core-dev 06:44 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 06:44 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 06:45 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 06:45 < jonatack> "with endomorphism = yes" is the new hotness 06:45 -!- SasaNS [1fd92457@31.217.36.87] has quit [Ping timeout: 245 seconds] 06:50 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 06:50 -!- silvers- [~silvers-@195.140.213.38] has joined #bitcoin-core-dev 06:57 -!- S3RK [~s3rk@47.246.66.112] has quit [Remote host closed the connection] 06:57 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 06:57 -!- S3RK [~s3rk@47.246.66.112] has joined #bitcoin-core-dev 07:36 < wumpus> yess 07:38 < vasild> endowhat? 07:39 < vasild> :-D 07:40 -!- Murch [murch@2a01:4f8:141:1272::2] has quit [Ping timeout: 244 seconds] 07:41 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 07:43 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 07:43 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 07:50 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 07:52 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 07:52 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 272 seconds] 07:55 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:00 -!- silvers- [~silvers-@195.140.213.38] has quit [] 08:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:05 < bitcoin-git> [bitcoin] practicalswift opened pull request #19972: tests: Add fuzzing harness for node eviction logic (master...fuzzers-eviction-logic) https://github.com/bitcoin/bitcoin/pull/19972 08:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:08 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 08:08 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 08:13 -!- jonatack [~jon@37.172.22.3] has quit [Read error: Connection reset by peer] 08:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 244 seconds] 08:22 -!- agrajag` [~agrajag`@84.39.117.57] has joined #bitcoin-core-dev 08:29 -!- gzhao408 [uid453516@gateway/web/irccloud.com/x-zhksnfwlusepcsee] has joined #bitcoin-core-dev 08:33 -!- proofofkeags [~proofofke@174-29-30-112.hlrn.qwest.net] has quit [Ping timeout: 272 seconds] 08:33 < wumpus> 'inner shapeism' i guess if you'd translate it literally 08:35 < wumpus> I'm not sure if the "Initializing chainstate Chainstate [ibd] @ height -1 (null)" log message is very useful 08:39 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-dev 08:39 < wumpus> does it ever get logged with different arguments? 08:40 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 08:40 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 08:51 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 08:53 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 264 seconds] 08:56 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 08:57 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:58 -!- brianhoffman [~brianhoff@pool-71-191-34-154.washdc.fios.verizon.net] has joined #bitcoin-core-dev 08:59 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:00 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:03 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 09:04 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:04 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 09:06 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 09:15 -!- kljasdfvv [~flack@p200300d46f11fb00d18a041336d6b95e.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 09:25 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has quit [Read error: Connection reset by peer] 09:26 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has joined #bitcoin-core-dev 09:29 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 09:29 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 09:40 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 09:43 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 09:46 -!- Highway62 [~Thunderbi@unaffiliated/highway61] has joined #bitcoin-core-dev 09:47 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has quit [Ping timeout: 272 seconds] 09:47 -!- Highway62 is now known as Highway61 09:55 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 09:57 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:59 -!- proofofkeags [~proofofke@c-73-34-43-4.hsd1.co.comcast.net] has joined #bitcoin-core-dev 10:00 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 10:11 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 10:11 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 10:21 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 10:24 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 10:35 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 10:35 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 10:50 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 10:54 -!- isis_ is now known as isis 10:56 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:00 -!- agrajag` [~agrajag`@84.39.117.57] has quit [] 11:01 -!- proofofkeags_ [~proofofke@c-73-34-43-4.hsd1.co.comcast.net] has joined #bitcoin-core-dev 11:04 -!- proofofkeags [~proofofke@c-73-34-43-4.hsd1.co.comcast.net] has quit [Ping timeout: 260 seconds] 11:10 -!- mdunnio [~mdunnio@208.59.170.5] has quit [] 11:13 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 11:16 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 11:26 -!- Bullitje_enable [~Bullit01@042-236-158-163.dynamic.caiway.nl] has left #bitcoin-core-dev [] 11:32 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 11:52 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 11:53 -!- devnewton [~devnewton@193.56.252.210] has joined #bitcoin-core-dev 11:55 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:57 -!- DougieBot5000_ is now known as DougieBot5000 12:10 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 12:12 -!- belcher_ is now known as belcher 12:29 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 12:35 -!- rc_423 [~r_423@2605:a000:1611:8f5e:b0b0:a5f0:8baa:a289] has quit [Remote host closed the connection] 12:36 -!- rc_423 [~r_423@2605:a000:1611:8f5e:b0b0:a5f0:8baa:a289] has joined #bitcoin-core-dev 12:36 -!- rc_423 [~r_423@2605:a000:1611:8f5e:b0b0:a5f0:8baa:a289] has quit [Remote host closed the connection] 12:38 -!- rc_423 [~r_423@2605:a000:1611:8f5e:b0b0:a5f0:8baa:a289] has joined #bitcoin-core-dev 13:00 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 13:01 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 13:06 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:50 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 14:00 -!- devnewton [~devnewton@193.56.252.210] has quit [] 14:03 -!- higherorderbit [~higherord@gateway/tor-sasl/higherorderbit] has quit [Remote host closed the connection] 14:10 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 14:16 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 14:21 -!- DireFog [~DireFog@178.162.209.171] has joined #bitcoin-core-dev 14:23 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 14:31 < grubles> is there a way to package bitcoind and -cli using the macdeploy script? 14:31 < grubles> instead of just -qt 14:55 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 14:56 -!- Highway62 [~Thunderbi@unaffiliated/highway61] has joined #bitcoin-core-dev 14:58 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has quit [Ping timeout: 264 seconds] 14:58 -!- Highway62 is now known as Highway61 15:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:11 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 15:11 -!- rc_423 [~r_423@2605:a000:1611:8f5e:b0b0:a5f0:8baa:a289] has quit [Ping timeout: 260 seconds] 15:11 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 15:12 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 15:12 -!- filchef [~filchef@212.104.97.177] has quit [Client Quit] 15:14 < Lightsword> is setting regtest rpcport or rpcbind parameters via the command line broken? 15:24 -!- jeremyrubin [~jr@2601:645:c200:f539:5dd1:c61b:87f5:f752] has quit [Read error: Connection reset by peer] 15:25 -!- jeremyrubin [~jr@2601:645:c200:f539:411d:67a9:6f1c:30f9] has joined #bitcoin-core-dev 15:30 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has quit [Remote host closed the connection] 15:31 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 15:38 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has joined #bitcoin-core-dev 15:45 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 272 seconds] 16:09 -!- proofofkeags_ [~proofofke@c-73-34-43-4.hsd1.co.comcast.net] has quit [Remote host closed the connection] 16:10 -!- proofofkeags_ [~proofofke@c-73-34-43-4.hsd1.co.comcast.net] has joined #bitcoin-core-dev 16:21 -!- roconnor [~roconnor@host-184-164-25-9.dyn.295.ca] has quit [Ping timeout: 240 seconds] 16:22 -!- proofofkeags_ [~proofofke@c-73-34-43-4.hsd1.co.comcast.net] has quit [Ping timeout: 240 seconds] 16:25 -!- roconnor [~roconnor@host-45-78-192-132.dyn.295.ca] has joined #bitcoin-core-dev 16:35 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-zojudcrfkwmoipwe] has quit [Ping timeout: 260 seconds] 17:00 -!- DireFog [~DireFog@178.162.209.171] has quit [] 17:21 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 17:22 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 17:22 -!- iMast777 [~iMast777@89.47.234.28] has joined #bitcoin-core-dev 17:26 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 17:41 -!- marcoagner [~user@2001:8a0:6a45:1900:2fd7:e0f0:d356:dd70] has quit [Ping timeout: 244 seconds] 17:48 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 17:49 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 17:54 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 17:54 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 18:19 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-bxvhpqzkrscwvoog] has joined #bitcoin-core-dev 18:20 -!- emzy [~quassel@unaffiliated/emzy] has quit [Ping timeout: 272 seconds] 18:32 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 18:42 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has quit [Ping timeout: 258 seconds] 18:45 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has quit [Ping timeout: 260 seconds] 18:49 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 18:50 < tryphe_> kallewoof, i think the avoid_reuse wallet flag should have more obvious documentation somewhere (unless i'm missing something) as i've been recently chatting with people who want this feature but i've been forgetting to tell them about it until i recently realized your commit #13756 exists in the codebase. the question is, where to put it? maybe an extended description of the complete functionality of "setwalletflag" flags would do better, 18:50 < tryphe_> as there's only a very terse example of the usage, but no extended description anywhere in any "help" commands/arguments. 18:50 < gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub 18:51 < tryphe_> i feel like "finding" this feature should be much more obvious/intuitive 18:52 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 265 seconds] 18:54 < tryphe_> it looks like the description in the release notes would do the job (and tell the user they need to -rescan also), just not sure of the correct place for it 18:56 < tryphe_> also slightly related, when users look to enable features, they do ./bitcoind -help, ./bitcoin-cli -help, but not necessarily ./bitcoin-cli help, so they might not even stumble on setwalletflag. but not sure how to effectively get people to do this :( 19:25 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 19:25 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 19:25 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 19:45 < luke-jr> tryphe_: note the "avoid_reuse" flag does not in fact avoid reuse :x 19:47 < tryphe_> luke-jr, ah, how so? 19:48 < luke-jr> would have to review the code to explain accurately 19:48 < tryphe_> i've never really used the flag, fwiw, but the idea is nice 19:50 -!- nckx [~nckx@tobias.gr] has quit [Quit: Updating my Guix System — https://guix.gnu.org] 19:51 -!- nckx [~nckx@tobias.gr] has joined #bitcoin-core-dev 19:51 < tryphe_> luke-jr, it looks like it doesn't avoid reuse, but avoids spending outputs from keys that were already "spent from"? 19:51 < luke-jr> something along those lines 19:51 < tryphe_> not sure if that's what you meant 19:52 < luke-jr> IIRC the main thing is that if multiple such outputs exist, it tries to spend them all at once 19:52 < tryphe_> ahh okay, yeah the functionality is not really explicit to the definition 19:52 < luke-jr> although that may be default behaviour now too\ 19:52 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has joined #bitcoin-core-dev 19:53 < tryphe_> ahh yeah i saw that as well also, in another PR 19:55 < tryphe_> -avoidpartialspends is always enabled when avoid_reuse is enabled 19:58 < tryphe_> i think it would also be useful to note that in some documentation as well (avoidpartialspends documentation links to avoid_reuse but there's not really any documenation of avoid_reuse to explain that it enables avoidpartialspends) 19:59 < tryphe_> so you wouldn't know about it unless | grepping some help output 20:00 -!- iMast777 [~iMast777@89.47.234.28] has quit [] 20:02 < tryphe_> also, i guess the implication of a "dusting" attack here is that you would only avoid the dusting attack completely if the address was already marked dirty before the dusting happens 20:02 < luke-jr> eh? 20:02 < tryphe_> luke-jr, you might sweep up the dust the first time an address is marked dirty, but never after that, right? 20:03 < luke-jr> tryphe_: what's the problem? 20:03 < luke-jr> sweeping up the dust is the right thing to do there 20:04 < tryphe_> ah nm, you're right 20:05 < tryphe_> confusing myself :p 20:12 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 20:12 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 20:13 -!- da39a3ee5e6b4b0d [~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th] has quit [Ping timeout: 258 seconds] 20:20 -!- spake [~spake@217.146.82.202] has joined #bitcoin-core-dev 20:42 -!- nckx [~nckx@tobias.gr] has quit [Quit: Updating my Guix System — https://guix.gnu.org] 20:43 -!- nckx [~nckx@tobias.gr] has joined #bitcoin-core-dev 21:31 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 21:32 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 21:52 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 22:02 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Read error: Connection reset by peer] 22:02 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 22:32 < fanquake> sipa: probably time to block tnawanna 22:33 < fanquake> grubles: there’s no particularly easy way 22:34 -!- MrPaz [~paz@24.14.251.223] has quit [Ping timeout: 264 seconds] 22:36 < sipa> fanquake: just did 23:00 -!- spake [~spake@217.146.82.202] has quit [] 23:21 -!- zacts1 [~zacts@s91904426.blix.com] has joined #bitcoin-core-dev 23:25 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 23:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:32 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/652c45fdbbd5...967be53aeec9 23:32 < bitcoin-git> bitcoin/master a5f5374 Sjors Provoost: test: create default wallet in extended tests 23:32 < bitcoin-git> bitcoin/master 967be53 fanquake: Merge #19971: test: create default wallet in extended tests 23:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:32 < bitcoin-git> [bitcoin] fanquake merged pull request #19971: test: create default wallet in extended tests (master...2020/09/fix_no_default_wallet_extended_tests) https://github.com/bitcoin/bitcoin/pull/19971 23:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:40 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 23:42 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 23:48 -!- arowser [~arowser1@204.124.180.72] has quit [Remote host closed the connection] 23:48 -!- arowser [~arowser1@204.124.180.72] has joined #bitcoin-core-dev 23:59 < kallewoof> tryphe_: i'm all for making it more known, but not sure where to do so. perhaps add an entry about it to the bitcoin wiki might be a good idea --- Log closed Sat Sep 19 00:00:22 2020