12021-10-25T00:33:15  *** copumpkin <copumpkin!~woohoo@user/copumpkin> has joined #bitcoin-core-dev
  22021-10-25T00:37:09  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 276 seconds)
  32021-10-25T00:51:12  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
  42021-10-25T01:36:46  *** Aaronvan_ <Aaronvan_!~AaronvanW@71pc74.sshunet.nl> has quit IRC (Remote host closed the connection)
  52021-10-25T01:55:55  *** masta`` <masta``!~oyster@user/masta/x-2645138> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
  62021-10-25T02:03:42  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has joined #bitcoin-core-dev
  72021-10-25T02:06:36  *** guest3456 <guest3456!~guest3456@c-73-55-111-182.hsd1.fl.comcast.net> has joined #bitcoin-core-dev
  82021-10-25T02:06:50  <guest3456> how can i view my unused changed addresses in Core?
  92021-10-25T02:07:13  <guest3456> the menu bar gives me options for viewing sending and receiving addresses, but not change addresses
 102021-10-25T02:07:20  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has joined #bitcoin-core-dev
 112021-10-25T02:07:45  <guest3456> as i remember, electrum allowed me to view all my future change addresses
 122021-10-25T02:10:32  <sipa> by repeatedly calling getrawchangeaddress you can get queued up change addresses
 132021-10-25T02:10:35  <guest3456> all i could find on stackexchange was to run `listaddressgroupings` but that only seems to show me already used change addresses... i'm looking to view the unusued future addresses
 142021-10-25T02:10:39  <sipa> they're only given out once those
 152021-10-25T02:10:45  <sipa> *though
 162021-10-25T02:11:02  <guest3456> what does that mean only given out once? after i run that command will they never generate again?
 172021-10-25T02:11:47  <sipa> indeed; they get marked used
 182021-10-25T02:12:05  <guest3456> how do other wallets like electrum generate a big list of them then
 192021-10-25T02:12:16  <guest3456> or am i mistaken
 202021-10-25T02:12:26  <sipa> i'm confuzed
 212021-10-25T02:12:38  <guest3456> actually specter wallet can show me all of them too, i just checked
 222021-10-25T02:12:51  <sipa> yes, ok
 232021-10-25T02:13:21  <sipa> core has a list of future change addresses too
 242021-10-25T02:13:40  <sipa> there is just no feature to view it
 252021-10-25T02:13:45  <sipa> pull requests welcome
 262021-10-25T02:14:05  <guest3456> hmmmmm and no console command i can run ?
 272021-10-25T02:14:18  <sipa> not that i know of
 282021-10-25T02:15:00  <sipa> if you really want to, you could make a backup, call getrawchangeaddress repeatedly, and then afterwards restore the backup, rewinding the used set
 292021-10-25T02:15:25  <sipa> if you call getaddressinfo with a future address, it'll confirm its status
 302021-10-25T02:15:57  <guest3456> hmmmmm maybe ill try that
 312021-10-25T02:16:13  <guest3456> i'm just wanting to double check before i sign+broadcast, to confirm that i do in fact control that change address
 322021-10-25T02:16:22  <guest3456> dont want to blindly trust the hww and specter, want to confirm with core
 332021-10-25T02:16:48  <sipa> oh, then just use getaddressinfo
 342021-10-25T02:17:44  <guest3456> i tried it
 352021-10-25T02:17:58  <guest3456> one outline said says
 362021-10-25T02:18:09  <guest3456>  "ismine": false,
 372021-10-25T02:18:38  <sipa> that implies bitcoin core would not consider that address as its own
 382021-10-25T02:18:57  <guest3456> meaning doesnt belong to my wallet?
 392021-10-25T02:19:03  <sipa> i.e., wouldn't treat it as crediting the wallet
 402021-10-25T02:19:12  <guest3456> my wallet is set up as a watch-only wallet in Core, would that affect that output line?
 412021-10-25T02:20:05  <sipa> watch-only should still result is ismine
 422021-10-25T02:20:14  <guest3456> hmmmm strange
 432021-10-25T02:21:03  <guest3456> specter (which is linked to core) created the txn, and both hwws are accepting the txn with that change address as signable
 442021-10-25T02:22:02  <sipa> it's probably better to go into detail if you need to, on https://bitcoin.stackexchange.com
 452021-10-25T02:22:38  <guest3456> hmmmm i think is:mine might mean something else
 462021-10-25T02:22:52  <guest3456> i just tried getaddressinfo with an address that already was used and has coins in it
 472021-10-25T02:22:57  <guest3456> and it still says ismine:false
 482021-10-25T02:23:15  <sipa> do you have multiple wallets perhaps in core?
 492021-10-25T02:23:21  <guest3456> this is an address that shows under `listaddressgroupings`
 502021-10-25T02:23:30  <guest3456> yes i do
 512021-10-25T02:23:35  <guest3456> i have a [default wallet] that is unused
 522021-10-25T02:23:44  <sipa> are you querying the right wallet?
 532021-10-25T02:23:53  <guest3456> yes i'm querying the multisig wallet
 542021-10-25T02:24:04  <guest3456> the [default] doesnt even have any addresses i dont even think i ever set it up
 552021-10-25T02:24:13  <sipa> ok
 562021-10-25T02:25:16  <sipa> i'd post it as a question on bitcoin.stackexchange.com; more people can help inventigate there
 572021-10-25T02:27:51  <guest3456> ok
 582021-10-25T02:38:45  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has quit IRC (Remote host closed the connection)
 592021-10-25T02:39:47  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has joined #bitcoin-core-dev
 602021-10-25T02:40:51  *** belcher <belcher!~belcher@user/belcher> has quit IRC (Ping timeout: 244 seconds)
 612021-10-25T02:40:52  <luke-jr> eh, if there's a HWW involved, Core *won't* control it, the HWW will
 622021-10-25T02:41:25  <luke-jr> checking with Core is relatively meaningless in that scenario?
 632021-10-25T02:41:47  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has quit IRC (Ping timeout: 265 seconds)
 642021-10-25T02:41:57  <sipa> i assume this is a situation where the addresses/descriptor is imported into a core wallet
 652021-10-25T02:42:24  <sipa> especially as there is a separate multisig wallet for this purpose
 662021-10-25T02:42:37  <guest3456> yes i'm pretty sure specter set up the wallet in core
 672021-10-25T02:43:25  <guest3456> suppose i should update the stackexchange post with that info
 682021-10-25T02:43:34  <sipa> yeah
 692021-10-25T02:44:10  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has quit IRC (Ping timeout: 252 seconds)
 702021-10-25T02:52:05  *** morcos <morcos!~morcos@gateway/tor-sasl/morcos> has quit IRC (Remote host closed the connection)
 712021-10-25T02:53:08  *** belcher <belcher!~belcher@user/belcher> has joined #bitcoin-core-dev
 722021-10-25T02:53:43  *** morcos <morcos!~morcos@gateway/tor-sasl/morcos> has joined #bitcoin-core-dev
 732021-10-25T02:58:26  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has joined #bitcoin-core-dev
 742021-10-25T03:07:04  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has joined #bitcoin-core-dev
 752021-10-25T03:07:53  *** mikehu44 <mikehu44!~quassel@183.36.228.41> has joined #bitcoin-core-dev
 762021-10-25T03:12:14  *** mikehu44 <mikehu44!~quassel@183.36.228.41> has quit IRC (Ping timeout: 265 seconds)
 772021-10-25T03:13:41  *** mikehu44 <mikehu44!~quassel@183.36.228.41> has joined #bitcoin-core-dev
 782021-10-25T03:18:31  *** mikehu44 <mikehu44!~quassel@183.36.228.41> has quit IRC (Ping timeout: 265 seconds)
 792021-10-25T03:18:52  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
 802021-10-25T03:26:16  <yanmaani> Is #5029 resolved?
 812021-10-25T03:26:17  <gribble> https://github.com/bitcoin/bitcoin/issues/5029 | Unix Domain Sockets · Issue #5029 · bitcoin/bitcoin · GitHub
 822021-10-25T03:33:20  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
 832021-10-25T03:39:45  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has quit IRC (Ping timeout: 244 seconds)
 842021-10-25T03:43:38  *** bomb-on <bomb-on!~bomb-on@194.144.47.113> has quit IRC (Quit: aллилѹіа!)
 852021-10-25T04:01:02  *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
 862021-10-25T04:01:23  *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
 872021-10-25T04:04:56  <sipa> no
 882021-10-25T04:22:45  *** Evel-Knievel <Evel-Knievel!~Evel-Knie@user/evel-knievel> has joined #bitcoin-core-dev
 892021-10-25T04:28:15  <guest3456> thank you achow101 for your answer on stackexchange
 902021-10-25T04:29:17  *** pranjaldoshi9627 <pranjaldoshi9627!~pranjaldo@115.114.90.35> has joined #bitcoin-core-dev
 912021-10-25T04:30:09  *** pranjaldoshi9627 <pranjaldoshi9627!~pranjaldo@115.114.90.35> has quit IRC (Client Quit)
 922021-10-25T04:52:27  *** gnaf <gnaf!~gnaf@86-91-224-60.opennet.kpn.net> has joined #bitcoin-core-dev
 932021-10-25T05:04:24  *** lightningbot <lightningbot!~supybot@2400:8901::f03c:91ff:febb:bbc1> has joined #bitcoin-core-dev
 942021-10-25T05:04:41  *** sdfgsdfg <sdfgsdfg!sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
 952021-10-25T05:37:03  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has joined #bitcoin-core-dev
 962021-10-25T05:47:13  *** white5moke <white5moke!~white5mok@ip72-219-109-30.oc.oc.cox.net> has joined #bitcoin-core-dev
 972021-10-25T06:10:31  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has quit IRC (Ping timeout: 245 seconds)
 982021-10-25T06:19:55  *** goatpig <goatpig!~goat@static-193-13-33-110.cust.tele2.se> has joined #bitcoin-core-dev
 992021-10-25T06:23:23  *** white5moke <white5moke!~white5mok@ip72-219-109-30.oc.oc.cox.net> has quit IRC (Quit: Leaving...)
1002021-10-25T06:24:54  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 276 seconds)
1012021-10-25T06:28:07  *** morcos <morcos!~morcos@gateway/tor-sasl/morcos> has quit IRC (Quit: ZNC 1.8.2+deb1+bionic2 - https://znc.in)
1022021-10-25T06:28:19  *** morcos_ <morcos_!~morcos@gateway/tor-sasl/morcos> has joined #bitcoin-core-dev
1032021-10-25T06:28:44  *** morcos_ is now known as morcos
1042021-10-25T06:38:51  *** freesprung <freesprung!~freesprun@user/freesprung> has quit IRC (Ping timeout: 245 seconds)
1052021-10-25T06:54:03  *** freesprung <freesprung!~freesprun@user/freesprung> has joined #bitcoin-core-dev
1062021-10-25T07:26:46  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 245 seconds)
1072021-10-25T07:43:19  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
1082021-10-25T07:45:11  *** csknk <csknk!~csknk@88.87.164.26> has joined #bitcoin-core-dev
1092021-10-25T07:46:56  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
1102021-10-25T07:49:18  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 244 seconds)
1112021-10-25T07:49:56  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
1122021-10-25T08:08:25  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has joined #bitcoin-core-dev
1132021-10-25T08:16:56  *** commmon <commmon!~common@096-033-221-075.res.spectrum.com> has quit IRC (Remote host closed the connection)
1142021-10-25T08:17:21  *** commmon <commmon!~common@096-033-221-075.res.spectrum.com> has joined #bitcoin-core-dev
1152021-10-25T08:20:56  *** niska <niska!~niska@static.38.6.217.95.clients.your-server.de> has quit IRC (Quit: Leaving)
1162021-10-25T08:26:54  *** niska <niska!~niska@static.38.6.217.95.clients.your-server.de> has joined #bitcoin-core-dev
1172021-10-25T08:52:39  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 260 seconds)
1182021-10-25T08:57:11  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
1192021-10-25T09:16:25  *** guest3456 <guest3456!~guest3456@c-73-55-111-182.hsd1.fl.comcast.net> has quit IRC (Ping timeout: 256 seconds)
1202021-10-25T09:30:31  <gleb7> fanquake sipa: when I rebase erlay on #23114, it complains on the way I use minisketch in my integration.
1212021-10-25T09:30:33  <gribble> https://github.com/bitcoin/bitcoin/issues/23114 | Add minisketch subtree and integrate into build/test by fanquake · Pull Request #23114 · bitcoin/bitcoin · GitHub
1222021-10-25T09:31:22  <gleb7> You can try building my commit https://github.com/naumenkogs/bitcoin/commit/0f5ab5d24e3a98734037cc5928fad222afd73951. The relevant integration happens in one commit before that, but the code is unused there so you have to compile this one extra commit.
1232021-10-25T09:43:14  <_aj_> gleb7: src/Makefile.am needs MINISKETCH_LIBS added to bitcoin_bin_ldadd ?
1242021-10-25T09:44:29  <_aj_> gleb7: (and presumably somewhere for the tests as well)
1252021-10-25T09:51:09  <gleb7> _aj_: I assumed the integration PR should cover that, no?
1262021-10-25T09:51:12  <_aj_> gleb7: oh, it's already there for test_test_bitcoin_LDADD in Makefile.test.include ; but needed for the fuzzer in src/Makefile.test_fuzz.include
1272021-10-25T09:51:15  <gleb7> I mean the #23114
1282021-10-25T09:51:17  <gribble> https://github.com/bitcoin/bitcoin/issues/23114 | Add minisketch subtree and integrate into build/test by fanquake · Pull Request #23114 · bitcoin/bitcoin · GitHub
1292021-10-25T09:51:39  <_aj_> gleb7: maybe? *shrug* why link a library before it's used?
1302021-10-25T09:51:47  <fanquake> gleb7: There's no need to link against a library until it's being used
1312021-10-25T09:52:23  <gleb7> Okay, fair.
1322021-10-25T09:52:35  *** goatpig <goatpig!~goat@static-193-13-33-110.cust.tele2.se> has quit IRC (Ping timeout: 264 seconds)
1332021-10-25T09:52:52  <_aj_> (but i mean equally: why integrate a library before it's being used?)
1342021-10-25T09:53:22  <fanquake> _aj_: because trying to get anyone to review the integration is hard enough
1352021-10-25T09:53:32  <fanquake> let alone trying to do both at once
1362021-10-25T09:53:54  <_aj_> fanquake: sure, i just mean if one's okay, the other probably is too, so whatever
1372021-10-25T09:54:20  <gleb7> Yeah, I just wanted to make sure I can rebase on top of the PR and make it work before acking the library pr
1382021-10-25T09:54:33  <fanquake> I disagree. the integration could be good, and the usage poor, or vice a versa ?
1392021-10-25T09:55:08  <_aj_> fanquake: integrating + including in the link but not using, i mean
1402021-10-25T09:55:23  <fanquake> oh right, sure
1412021-10-25T09:55:45  <_aj_> also needs linking for bench_bitcion, bitcoin-qt and test_bitcoin-qt
1422021-10-25T09:59:19  *** goatpig <goatpig!~goat@static-193-13-33-110.cust.tele2.se> has joined #bitcoin-core-dev
1432021-10-25T10:01:08  *** ghost43_ <ghost43_!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
1442021-10-25T10:02:00  *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Ping timeout: 276 seconds)
1452021-10-25T10:08:21  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1462021-10-25T10:08:21  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #23352:  test: Extend stale_tip_peer_management test  (master...2110-testDos) https://github.com/bitcoin/bitcoin/pull/23352
1472021-10-25T10:08:22  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1482021-10-25T10:23:31  *** bomb-on <bomb-on!~bomb-on@194.144.47.113> has joined #bitcoin-core-dev
1492021-10-25T10:41:39  *** vasild <vasild!~vd@user/vasild> has quit IRC (Ping timeout: 276 seconds)
1502021-10-25T10:47:55  *** csknk <csknk!~csknk@88.87.164.26> has quit IRC (Ping timeout: 260 seconds)
1512021-10-25T11:27:40  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has quit IRC (Remote host closed the connection)
1522021-10-25T11:30:06  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1532021-10-25T11:30:07  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/04437ee721e6...b9cf505bdfad
1542021-10-25T11:30:07  <bitcoin-git> bitcoin/master a78c229 Andrew Chow: tests: Place into mapWallet in coinselector_tests
1552021-10-25T11:30:07  <bitcoin-git> bitcoin/master a52f1d1 Andrew Chow: walletdb: Use SQLiteDatabase for mock wallet databases
1562021-10-25T11:30:07  <bitcoin-git> bitcoin/master b9cf505 MarcoFalke: Merge bitcoin/bitcoin#23338: tests: speed up coinselector_tests
1572021-10-25T11:30:08  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1582021-10-25T11:30:24  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1592021-10-25T11:30:25  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23338: tests: speed up coinselector_tests (master...speed-up-cs-tests) https://github.com/bitcoin/bitcoin/pull/23338
1602021-10-25T11:30:26  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1612021-10-25T11:39:44  *** masta`` <masta``!~oyster@user/masta/x-2645138> has joined #bitcoin-core-dev
1622021-10-25T11:39:49  *** masta_ <masta_!~oyster@user/masta/x-2645138> has joined #bitcoin-core-dev
1632021-10-25T11:41:36  *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
1642021-10-25T11:47:09  *** masta_ <masta_!~oyster@user/masta/x-2645138> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
1652021-10-25T11:50:50  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has joined #bitcoin-core-dev
1662021-10-25T11:52:30  *** vasild <vasild!~vd@user/vasild> has quit IRC (Ping timeout: 276 seconds)
1672021-10-25T12:09:00  *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
1682021-10-25T12:35:59  *** gleb71 <gleb71!~gleb@178.150.137.228> has joined #bitcoin-core-dev
1692021-10-25T12:36:48  *** gleb7 <gleb7!~gleb@178.150.137.228> has quit IRC (Ping timeout: 258 seconds)
1702021-10-25T12:36:48  *** gleb71 is now known as gleb7
1712021-10-25T12:55:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1722021-10-25T12:55:13  <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b9cf505bdfad...49e40f5704db
1732021-10-25T12:55:13  <bitcoin-git> bitcoin/master b1488c4 Sebastian Falbesoner: test: fix reference to block processing test in p2p_segwit.py
1742021-10-25T12:55:13  <bitcoin-git> bitcoin/master 4eb532f Sebastian Falbesoner: test: check for block reject reasons in p2p_segwit.py [1/2]
1752021-10-25T12:55:13  <bitcoin-git> bitcoin/master 45827fd Sebastian Falbesoner: test: check for block reject reasons in p2p_segwit.py [2/2]
1762021-10-25T12:55:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1772021-10-25T12:55:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1782021-10-25T12:55:30  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #22711: test: check for specific block reject reasons in p2p_segwit.py (master...202108-test-check_specific_segwit_reject_reasons) https://github.com/bitcoin/bitcoin/pull/22711
1792021-10-25T12:55:31  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1802021-10-25T13:06:31  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 260 seconds)
1812021-10-25T13:07:23  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
1822021-10-25T13:22:51  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1832021-10-25T13:22:51  <bitcoin-git> [bitcoin] MarcoFalke pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/49e40f5704db...1847ce2d49e1
1842021-10-25T13:22:51  <bitcoin-git> bitcoin/master cb14071 glozow: [refactor/bench] make mempool_stress bench reusable and parameterizable
1852021-10-25T13:22:51  <bitcoin-git> bitcoin/master 30e240f glozow: [bench] Benchmark CTxMemPool::check()
1862021-10-25T13:22:51  <bitcoin-git> bitcoin/master 54c6f3c glozow: [mempool] speed up check() by using coins cache and iterating in topo orde...
1872021-10-25T13:22:53  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1882021-10-25T13:22:55  <laanwj> provoostenator: can you please whitelist magnet:?xt=urn:btih:3386067e3fe9d084c9694304cc116c74bab864b1 (bitcoin core 0.20.2)
1892021-10-25T13:23:08  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1902021-10-25T13:23:08  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23157: txmempool -/-> validation 1/2: improve performance of check() and remove dependency on validation (master...2021-09-speed-mempool-check) https://github.com/bitcoin/bitcoin/pull/23157
1912021-10-25T13:23:09  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1922021-10-25T13:25:22  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1932021-10-25T13:25:22  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1847ce2d49e1...beb45b8b141f
1942021-10-25T13:25:22  <bitcoin-git> bitcoin/master da791c7 Hennadii Stepanov: wallet: Use PACKAGE_NAME to mention our software
1952021-10-25T13:25:22  <bitcoin-git> bitcoin/master beb45b8 MarcoFalke: Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our softw...
1962021-10-25T13:25:24  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1972021-10-25T13:25:39  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1982021-10-25T13:25:39  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23311: wallet: Use PACKAGE_NAME to mention our software (master...211019-name) https://github.com/bitcoin/bitcoin/pull/23311
1992021-10-25T13:25:40  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2002021-10-25T13:29:50  *** csknk <csknk!~csknk@88.87.164.26> has joined #bitcoin-core-dev
2012021-10-25T13:33:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2022021-10-25T13:33:55  <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/beb45b8b141f...d565d9b56dae
2032021-10-25T13:33:55  <bitcoin-git> bitcoin/master 1d13c44 Andrew Chow: tests: Use descriptors for feature_segwit multisig setup
2042021-10-25T13:33:55  <bitcoin-git> bitcoin/master ae6cbcc Andrew Chow: tests: restrict feature_segwit legacy wallet import tests
2052021-10-25T13:33:55  <bitcoin-git> bitcoin/master e9ade03 Andrew Chow: tests: Add feature_segwit.py --descriptors to test_runner.py
2062021-10-25T13:33:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2072021-10-25T13:34:23  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2082021-10-25T13:34:23  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23312: tests: reduce feature_segwit.py usage of the legacy wallet (master...refactor-feature-segwit) https://github.com/bitcoin/bitcoin/pull/23312
2092021-10-25T13:34:24  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2102021-10-25T13:48:20  *** goatpig <goatpig!~goat@static-193-13-33-110.cust.tele2.se> has quit IRC (Remote host closed the connection)
2112021-10-25T13:57:27  *** masta`` <masta``!~oyster@user/masta/x-2645138> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
2122021-10-25T14:05:53  *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
2132021-10-25T14:17:21  *** masta`` <masta``!~oyster@user/masta/x-2645138> has joined #bitcoin-core-dev
2142021-10-25T14:45:54  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2152021-10-25T14:45:54  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d565d9b56dae...22a90186496a
2162021-10-25T14:45:54  <bitcoin-git> bitcoin/master 92617b7 Pieter Wuille: Make AddrMan support multiple ports per IP
2172021-10-25T14:45:54  <bitcoin-git> bitcoin/master 22a9018 MarcoFalke: Merge bitcoin/bitcoin#23306: Make AddrMan support multiple ports per IP
2182021-10-25T14:45:56  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2192021-10-25T14:46:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2202021-10-25T14:46:12  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23306: Make AddrMan support multiple ports per IP (master...202110_addrmanmultiport) https://github.com/bitcoin/bitcoin/pull/23306
2212021-10-25T14:46:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2222021-10-25T14:46:36  <_aj_> geez, just barely got that review in in time
2232021-10-25T14:47:13  <sipa> and my comment may have been too late
2242021-10-25T14:47:51  <_aj_> sipa: good thing it was only a mental note, and not something your immortalised in writing
2252021-10-25T14:48:11  <sipa> right
2262021-10-25T14:54:50  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 260 seconds)
2272021-10-25T14:55:17  *** ghostkeeper <ghostkeeper!~ghostkeep@47.196.70.51> has joined #bitcoin-core-dev
2282021-10-25T14:56:30  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
2292021-10-25T15:04:29  <MarcoFalke> sipa: 2021-10-25T15:04:09Z Error: Invalid or corrupt peers.dat (Corrupt data. Consistency check failed with code -5: iostream error). If you believe this is a bug, please report it to https://github.com/bitcoin/bitcoin/issues. As a workaround, you can move the file ("/tmp/regtest/peers.dat") out of the way (rename, move, or delete) to have a new one created on the next start.
2302021-10-25T15:04:43  <sipa> MarcoFalke: oh, thanks for looking into that
2312021-10-25T15:04:59  <MarcoFalke> Sorry, I merged after _aj_ ACK, but didn't see the other comment early enough
2322021-10-25T15:05:09  <sipa> that's what i feared
2332021-10-25T15:05:18  *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
2342021-10-25T15:05:19  <sipa> we may need to bump the version/compatibility number
2352021-10-25T15:05:45  *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
2362021-10-25T15:06:22  <MarcoFalke> And the error message will only happen on master, because I recently added that
2372021-10-25T15:06:30  <MarcoFalke> Previous versions will silently erase the file (ouch)
2382021-10-25T15:06:44  <sipa> that's not terrible
2392021-10-25T15:07:51  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 260 seconds)
2402021-10-25T15:09:16  <sipa> MarcoFalke: this is only on downgrade, right?
2412021-10-25T15:09:23  <sipa> not on upgrade or normal post-merge usage
2422021-10-25T15:10:15  <sipa> MarcoFalke: can you try https://github.com/sipa/bitcoin/commits/202110_v4addrman ?
2432021-10-25T15:11:23  <sipa> oh, that's not going to do anything
2442021-10-25T15:22:25  <_aj_> sipa: worked fine for me on merge-and-restart
2452021-10-25T15:22:57  <sipa> _aj_: but did you have one IP with multiple ports in the saved peers.dat?
2462021-10-25T15:23:27  *** csknk <csknk!~csknk@88.87.164.26> has quit IRC (Ping timeout: 244 seconds)
2472021-10-25T15:23:29  <_aj_> oh, duh, i se what you mean. no, presumably not
2482021-10-25T15:23:59  <MarcoFalke> it only happens on downgrade
2492021-10-25T15:24:21  <_aj_> yeah, downgrae gives that error, tells you to file a bug report, and immediately shuts down, eww
2502021-10-25T15:24:36  <MarcoFalke> downgrade to 0.20.1: ERROR: DeserializeDB: Deserialize or I/O error - Incorrect keysize in addrman deserialization: iostream error
2512021-10-25T15:24:42  <MarcoFalke> Invalid or missing peers.dat; recreating
2522021-10-25T15:24:57  <MarcoFalke> _aj_: I'd say clearing peers.dat without warning is worse
2532021-10-25T15:25:18  <sipa> on downgrade? that's pretty much the only course of action possible
2542021-10-25T15:26:15  <_aj_> MarcoFalke: asking me to file a bug report always elicits an "eww" even if it's the right thing to do :)
2552021-10-25T15:26:17  <sipa> unless we change the filename, and start writing to peers2.dat, but try loading from both peers.dat and peers2.dat
2562021-10-25T15:26:31  <sipa> but we've never done that
2572021-10-25T15:26:34  <sipa> afaik
2582021-10-25T15:26:51  <MarcoFalke> The user can do "mv peers.dat peers.dat_bak"
2592021-10-25T15:27:04  <sipa> you can't expect users to do that
2602021-10-25T15:27:21  <MarcoFalke> Then we should revert my pull request
2612021-10-25T15:27:42  <sipa> i don't think so
2622021-10-25T15:28:03  <sipa> i'm not talking about situations where peers.dat is actually corrupted
2632021-10-25T15:28:19  <MarcoFalke> #22762 treats future version the same way
2642021-10-25T15:28:22  <gribble> https://github.com/bitcoin/bitcoin/issues/22762 | Raise InitError when peers.dat is invalid or corrupted by MarcoFalke · Pull Request #22762 · bitcoin/bitcoin · GitHub
2652021-10-25T15:28:30  <sipa> oh really
2662021-10-25T15:28:34  <sipa> i think that's wrong, yes
2672021-10-25T15:28:42  <sipa> i'm just talking about downgrading; that should just work, with the knowledge that it may need to wipe information
2682021-10-25T15:28:55  <MarcoFalke> See the test: https://github.com/bitcoin/bitcoin/pull/22762/files#diff-9d9bcc113c783b7f76ad1c251a0df3958f00ed0f6c9158634fb17653471f3f72R64
2692021-10-25T15:29:16  <_aj_> huh, i see a bunch of nodes with multiple ports already
2702021-10-25T15:29:56  <sipa> MarcoFalke: well that's an orthogonal discussion i think
2712021-10-25T15:30:21  <sipa> for this change that was just merged, it should be treated as a future incompatible version when downgrading, not complain about corruption
2722021-10-25T15:30:35  <sipa> whatever the intended reaction to incompatible versions is
2732021-10-25T15:30:54  <sipa> _aj_: in master?
2742021-10-25T15:31:00  <MarcoFalke> Sure, still two bugs to fix before 23.0
2752021-10-25T15:31:14  <_aj_> sipa: on mainnet, with the pr applied to nearly-master
2762021-10-25T15:32:06  <sipa> ok, updated https://github.com/sipa/bitcoin/commits/202110_v4addrman
2772021-10-25T15:32:27  <sipa> should i PR?
2782021-10-25T15:34:16  <MarcoFalke> Makes sense. I can also wite a test for it with addpeeraddress tomorrow
2792021-10-25T15:34:32  <MarcoFalke> *write
2802021-10-25T15:37:24  <MarcoFalke> (unless someone beats me to it)
2812021-10-25T15:43:23  <_aj_> hmm, the error on downgrading to earlier master even with v4addrman is still a bit ugly -- it says it's a newer version, why scare people saying it's "Invalid or corrupt"; but that's still much better. +1 on PRing
2822021-10-25T15:43:48  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2832021-10-25T15:43:48  <bitcoin-git> [bitcoin] sipa opened pull request #23354: Introduce new V4 format addrman (master...202110_v4addrman) https://github.com/bitcoin/bitcoin/pull/23354
2842021-10-25T15:43:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2852021-10-25T15:44:52  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
2862021-10-25T16:00:36  *** tralfaz <tralfaz!~davterra@143.198.56.186> has quit IRC (Quit: Leaving)
2872021-10-25T16:04:54  <jnewbery> MarcoFalke: Do you mind updating your comment from "Looks like this will fail with" to "Looks like downgrade will fail with"? It wasn't immediately obvious that you're only talking about downgrade.
2882021-10-25T16:07:48  <jnewbery> sipa: Can I convince you to bundle changing SHA256 to siphash with your peers.dat version upgrade? I've been wanting to do it for a while but it requires changing the peers.dat version and it didn't seem worth it just for that.
2892021-10-25T16:08:20  <sipa> jnewbery: ha, i was planning to do that myself, but after the multiindex work
2902021-10-25T16:08:33  <sipa> because it'll be much easier afterwards
2912021-10-25T16:08:47  <jnewbery> ok!
2922021-10-25T16:08:48  <sipa> (because then it won't need a version bump)
2932021-10-25T16:09:05  <jnewbery> oh great. Then it makes sense to leave it for now
2942021-10-25T16:12:01  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 244 seconds)
2952021-10-25T16:19:24  *** jamesob <jamesob!uid180710@id-180710.helmsley.irccloud.com> has joined #bitcoin-core-dev
2962021-10-25T16:52:51  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
2972021-10-25T17:04:54  *** davterra <davterra!~davterra@143.198.56.186> has joined #bitcoin-core-dev
2982021-10-25T17:12:46  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
2992021-10-25T17:29:47  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has quit IRC (Remote host closed the connection)
3002021-10-25T17:29:59  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has joined #bitcoin-core-dev
3012021-10-25T18:02:41  *** ___nick___ <___nick___!~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net> has joined #bitcoin-core-dev
3022021-10-25T18:09:00  *** csknk <csknk!~csknk@88.87.164.26> has joined #bitcoin-core-dev
3032021-10-25T18:13:48  *** csknk <csknk!~csknk@88.87.164.26> has quit IRC (Client Quit)
3042021-10-25T18:17:41  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3052021-10-25T18:17:41  <bitcoin-git> [gui] shaavan opened pull request #457: qt: Add abitlity to resize peerTable and banTable (master...peer-table-splitter) https://github.com/bitcoin-core/gui/pull/457
3062021-10-25T18:17:42  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3072021-10-25T18:33:32  *** gene <gene!~gene@gateway/tor-sasl/gene> has joined #bitcoin-core-dev
3082021-10-25T19:02:10  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
3092021-10-25T19:04:24  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
3102021-10-25T19:15:41  *** gene is now known as mzpetty
3112021-10-25T19:15:46  *** mzpetty is now known as gene
3122021-10-25T19:20:24  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Quit: = "")
3132021-10-25T19:25:28  *** rbies <rbies!~rbies@ool-457cb55e.dyn.optonline.net> has quit IRC (Remote host closed the connection)
3142021-10-25T19:27:17  *** gnaf <gnaf!~gnaf@86-91-224-60.opennet.kpn.net> has quit IRC (Quit: Konversation terminated!)
3152021-10-25T19:39:22  *** SpellChecker <SpellChecker!~SpellChec@gateway/tor-sasl/spellchecker> has quit IRC (Remote host closed the connection)
3162021-10-25T19:39:44  *** SpellChecker <SpellChecker!~SpellChec@gateway/tor-sasl/spellchecker> has joined #bitcoin-core-dev
3172021-10-25T19:56:40  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5f45664i8y6v4.ipv6.telus.net> has quit IRC (Remote host closed the connection)
3182021-10-25T20:00:05  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has joined #bitcoin-core-dev
3192021-10-25T20:04:39  *** ___nick___ <___nick___!~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net> has quit IRC (Ping timeout: 260 seconds)
3202021-10-25T20:13:31  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
3212021-10-25T20:26:25  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has joined #bitcoin-core-dev
3222021-10-25T20:49:24  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 276 seconds)
3232021-10-25T20:56:44  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
3242021-10-25T20:57:49  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
3252021-10-25T21:03:07  *** ghostkeeper <ghostkeeper!~ghostkeep@47.196.70.51> has quit IRC ()
3262021-10-25T21:15:28  *** white5moke <white5moke!~white5mok@ip72-219-109-30.oc.oc.cox.net> has joined #bitcoin-core-dev
3272021-10-25T21:18:00  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 276 seconds)
3282021-10-25T21:18:17  *** gene <gene!~gene@gateway/tor-sasl/gene> has quit IRC (Quit: gene)
3292021-10-25T21:27:44  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has quit IRC (Remote host closed the connection)
3302021-10-25T21:27:56  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has joined #bitcoin-core-dev
3312021-10-25T21:28:27  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 265 seconds)
3322021-10-25T21:34:10  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has quit IRC ()
3332021-10-25T21:37:22  *** Ottman <Ottman!~Ottman@ool-944baa5e.dyn.optonline.net> has joined #bitcoin-core-dev
3342021-10-25T21:43:39  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
3352021-10-25T21:45:14  *** jesseposner <jesseposner!~jesse@c-24-5-105-39.hsd1.ca.comcast.net> has joined #bitcoin-core-dev
3362021-10-25T22:03:04  *** Aaronv___ <Aaronv___!~AaronvanW@71pc74.sshunet.nl> has joined #bitcoin-core-dev
3372021-10-25T22:05:40  *** AaronvanW <AaronvanW!~AaronvanW@71pc74.sshunet.nl> has quit IRC (Ping timeout: 265 seconds)
3382021-10-25T22:17:56  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 258 seconds)
3392021-10-25T22:23:42  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
3402021-10-25T22:29:41  *** white5moke <white5moke!~white5mok@ip72-219-109-30.oc.oc.cox.net> has quit IRC (Quit: Leaving...)
3412021-10-25T22:37:46  *** Ottman <Ottman!~Ottman@ool-944baa5e.dyn.optonline.net> has quit IRC (Quit: Client closed)
3422021-10-25T22:54:55  *** dougefish__ <dougefish__!~dougefish@77.137.154.13> has joined #bitcoin-core-dev
3432021-10-25T22:55:01  *** dougefish_ <dougefish_!~dougefish@5.29.58.227> has quit IRC (Ping timeout: 244 seconds)
3442021-10-25T22:55:30  *** dougefish <dougefish!~dougefish@5.29.58.227> has quit IRC (Ping timeout: 260 seconds)
3452021-10-25T22:55:52  *** dougefish <dougefish!~dougefish@77.137.154.13> has joined #bitcoin-core-dev
3462021-10-25T23:14:54  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has quit IRC (Remote host closed the connection)
3472021-10-25T23:15:27  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has joined #bitcoin-core-dev
3482021-10-25T23:20:11  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
3492021-10-25T23:33:48  *** Kaizen_Kintsugi <Kaizen_Kintsugi!~Kaizen_Ki@node-1w7jr9yi65te5agy0cavumpf2.ipv6.telus.net> has joined #bitcoin-core-dev
3502021-10-25T23:37:25  *** dougefish_ <dougefish_!~dougefish@5.29.61.173> has joined #bitcoin-core-dev
3512021-10-25T23:40:24  *** dougefish <dougefish!~dougefish@77.137.154.13> has quit IRC (Ping timeout: 265 seconds)
3522021-10-25T23:40:24  *** dougefish__ <dougefish__!~dougefish@77.137.154.13> has quit IRC (Ping timeout: 265 seconds)
3532021-10-25T23:40:51  *** dougefish <dougefish!~dougefish@5.29.61.173> has joined #bitcoin-core-dev
3542021-10-25T23:59:47  *** Aaronv___ <Aaronv___!~AaronvanW@71pc74.sshunet.nl> has quit IRC (Quit: Leaving...)