--- Log opened Mon Mar 31 00:00:02 2025 00:12 -!- asini_ [~asini@62.174.251.205.static.user.ono.com] has joined #bitcoin-core-dev 00:15 -!- aLeSD [~asini@190.red-79-153-58.dynamicip.rima-tde.net] has quit [Ping timeout: 260 seconds] 00:23 -!- asini_ [~asini@62.174.251.205.static.user.ono.com] has quit [Quit: Leaving] 00:23 -!- aLeSD [~asini@62.174.251.205.static.user.ono.com] has joined #bitcoin-core-dev 00:25 -!- aLeSD [~asini@62.174.251.205.static.user.ono.com] has quit [Client Quit] 00:34 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 00:37 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 01:10 -!- Christoph_ [~Christoph@host-88-217-174-126.customer.m-online.net] has quit [Quit: Christoph_] 01:15 -!- Christoph_ [~Christoph@host-88-217-174-126.customer.m-online.net] has joined #bitcoin-core-dev 01:56 -!- eval-exec [~Thunderbi@45.78.53.254.16clouds.com] has quit [Ping timeout: 260 seconds] 02:21 -!- eval-exec [~Thunderbi@154.201.95.127] has joined #bitcoin-core-dev 02:27 -!- eval-exec [~Thunderbi@154.201.95.127] has quit [Remote host closed the connection] 02:42 -!- SpellChecker_ [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 02:44 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Ping timeout: 264 seconds] 02:44 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 02:45 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 02:45 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 02:49 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 268 seconds] 02:59 -!- Christoph_ [~Christoph@host-88-217-174-126.customer.m-online.net] has quit [Quit: Christoph_] 03:02 < PaperSword> Is there any reason a regtest node would be slower to accept transactions into it's mempool than other networks? 03:02 < PaperSword> I am creating chains of 86 children, 86 times for a single block and the time to sendrawtransaction with each additional transactions keeps increasing. 03:04 < PaperSword> The same exact exercise on Testnet seems to be much faster. 03:04 -!- eval-exec [~Thunderbi@45.78.53.254.16clouds.com] has joined #bitcoin-core-dev 03:05 < _aj_> is it sendrawtransaction that's slow, not the wallet operations to fund/sign the transaction? 03:06 < _aj_> actually accepting the tx can cause a bunch of wallet ops as well, which should appear in the logs as a bunch of wallet noise i think 03:11 < PaperSword> There is no wallet loaded 03:12 < PaperSword> The TXs are all signed using libsecp256k1 03:12 < PaperSword> I even tried using just OP_TRUE to remove any sig validation 03:12 < PaperSword> The first 1000 TX load in second 03:13 < _aj_> have you increased limitdescendentcount and limitancestorcount above 25? 03:13 < PaperSword> Oh yes 03:13 < PaperSword> But my question would be why does it have an impact between nets. 03:13 < PaperSword> I will get some quantitative data. 03:15 < _aj_> i can't think of a reason why it would be different, but i can't see why it would be noticably slower in the first place either 03:18 < bitcoin-git> [gui] maflcko closed pull request #857: qt: Add addressList field to SendCoinsRecipient for multiple addresses (master...BG) https://github.com/bitcoin-core/gui/pull/857 03:49 -!- Christoph_ [~Christoph@host-88-217-174-126.customer.m-online.net] has joined #bitcoin-core-dev 04:10 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 04:12 -!- Cory21 [~Cory21@user/pasha] has quit [Quit: Client closed] 04:12 -!- Cory21 [~Cory21@user/pasha] has joined #bitcoin-core-dev 04:29 -!- eval-exec [~Thunderbi@45.78.53.254.16clouds.com] has quit [Ping timeout: 252 seconds] 04:35 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 05:21 -!- jespada [~jespada@2800:a4:2219:3d00:3c5d:9220:9de:e877] has joined #bitcoin-core-dev 05:24 -!- salvatoshi [~salvatosh@tengigabitethernet0-0-2-0101627-lo0-par-ic-001130.ia.colt.net] has joined #bitcoin-core-dev 05:26 < sipa> PaperSword: regtest has -checkmempool enabled by default 05:26 -!- eval-exec [~Thunderbi@45.78.53.254.16clouds.com] has joined #bitcoin-core-dev 05:29 < instagibbs> ^ yeah this 05:29 < instagibbs> does some extreme auditing in real time that wouldn't be acceptable in a regular test network node 05:38 < sipa> -checkblockindex too, though that has no simpact on transaction acceptance 05:39 < sipa> if you want comparable performance, you'll want to disable both 05:47 -!- brunoerg_ [~brunoerg@2804:14d:5285:84b2::1000] has joined #bitcoin-core-dev 05:48 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:50 -!- brunoerg [~brunoerg@187.183.60.153] has quit [Ping timeout: 248 seconds] 06:19 -!- Earnestly [~earnest@user/earnestly] has quit [Ping timeout: 244 seconds] 06:20 -!- Earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 06:37 -!- eval-exec [~Thunderbi@45.78.53.254.16clouds.com] has quit [Ping timeout: 252 seconds] 06:49 -!- eval-exec [~Thunderbi@45.78.53.254.16clouds.com] has joined #bitcoin-core-dev 06:51 -!- pablomartin4btc [~pablomart@46.183.111.137] has joined #bitcoin-core-dev 06:57 -!- aleggg [~aleggg@189.114.133.18] has quit [Ping timeout: 245 seconds] 06:57 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4c1906a500ca...3358b1d10519 06:57 < bitcoin-git> bitcoin/master f861919 Hennadii Stepanov: ci: Use `bash` by default for all platforms 06:57 < bitcoin-git> bitcoin/master 3501bca Hennadii Stepanov: ci: Move "Windows cross" job from Cirrus CI to GHA CI 06:57 < bitcoin-git> bitcoin/master 25b56fd Hennadii Stepanov: ci: Test cross-built Windows executables on Windows natively 06:57 < bitcoin-git> [bitcoin] fanquake merged pull request #31176: ci: Test cross-built Windows executables on Windows natively (master...241029-ci-win) https://github.com/bitcoin/bitcoin/pull/31176 06:58 -!- aleggg [~aleggg@189.114.133.18] has joined #bitcoin-core-dev 07:11 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 07:14 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 07:15 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 07:21 -!- jespada [~jespada@2800:a4:2219:3d00:3c5d:9220:9de:e877] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:25 -!- jespada [~jespada@2800:a4:2219:3d00:3c5d:9220:9de:e877] has joined #bitcoin-core-dev 07:30 -!- manny2 [~manny@2601:445:700:69b0:43cb:caf0:77c8:51bc] has joined #bitcoin-core-dev 07:40 -!- OGU [~pagliacci@user/OGU] has joined #bitcoin-core-dev 07:45 -!- manny2 [~manny@2601:445:700:69b0:43cb:caf0:77c8:51bc] has quit [Quit: Client closed] 07:46 -!- manny81 [~manny@2601:445:700:69b0:43cb:caf0:77c8:51bc] has joined #bitcoin-core-dev 07:49 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 245 seconds] 07:52 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 07:54 -!- noonien808310429 [~noonien@86.125.147.232] has quit [Quit: The Lounge - https://thelounge.chat] 07:57 -!- noonien808310429 [~noonien@86.125.147.232] has joined #bitcoin-core-dev 07:58 -!- Christoph_ [~Christoph@host-88-217-174-126.customer.m-online.net] has quit [Quit: Christoph_] 08:07 -!- Earnestly [~earnest@user/earnestly] has quit [Ping timeout: 268 seconds] 08:08 -!- Earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 08:11 -!- kevkevin_ [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 08:11 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Read error: Connection reset by peer] 08:23 < bitcoin-git> [bitcoin] pablomartin4btc opened pull request #32174: test: Verify that a message is not in rpc errors raised (follow-up 31451) (master...verify-message-not-among-error-messages-in-rpc-call) https://github.com/bitcoin/bitcoin/pull/32174 08:31 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 08:38 -!- aleggg [~aleggg@189.114.133.18] has quit [Ping timeout: 260 seconds] 08:39 -!- aleggg [~aleggg@177.204.246.2.dynamic.adsl.gvt.net.br] has joined #bitcoin-core-dev 08:49 -!- salvatoshi [~salvatosh@tengigabitethernet0-0-2-0101627-lo0-par-ic-001130.ia.colt.net] has quit [Ping timeout: 252 seconds] 08:54 -!- darosior [~darosior@109.205.214.46] has quit [Ping timeout: 252 seconds] 08:59 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 08:59 -!- jespada [~jespada@2800:a4:2219:3d00:3c5d:9220:9de:e877] has quit [Ping timeout: 268 seconds] 09:05 -!- Christoph_ [~Christoph@2a02:810d:138e:3c00:558f:7094:a870:c28d] has joined #bitcoin-core-dev 09:11 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 09:16 -!- eval-exec [~Thunderbi@45.78.53.254.16clouds.com] has quit [Ping timeout: 252 seconds] 09:17 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has joined #bitcoin-core-dev 09:17 < bitcoin-git> [bitcoin] brunoerg opened pull request #32175: fuzz: doc: add info about `afl-system-config` for macOS (master...2025-03-fuzz-afl) https://github.com/bitcoin/bitcoin/pull/32175 09:18 -!- Christoph_ [~Christoph@2a02:810d:138e:3c00:558f:7094:a870:c28d] has quit [Quit: Christoph_] 09:23 < bitcoin-git> [bitcoin] laanwj opened pull request #32176: net: Prevent accidental circuit sharing when using Tor stream isolation (master...2025-03-tor-stream-isolation) https://github.com/bitcoin/bitcoin/pull/32176 09:25 -!- pablomartin4btc [~pablomart@46.183.111.137] has quit [Ping timeout: 252 seconds] 09:32 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has quit [Ping timeout: 240 seconds] 09:32 -!- salvatoshi [~salvatosh@2a01cb0800472800dbc5ae1f52113df9.ipv6.abo.wanadoo.fr] has joined #bitcoin-core-dev 09:34 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 09:48 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:53 -!- kevkevin_ [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 09:56 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 09:57 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 248 seconds] 10:01 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 244 seconds] 10:14 -!- kevkevin [~kevkevin@2607:fb90:9b04:970e:2921:3d13:b43:17a1] has joined #bitcoin-core-dev 10:17 < bitcoin-git> [bitcoin] instagibbs opened pull request #32177: TxGraph: Increase fuzz coverage (master...2025-03-txgraph_coverage) https://github.com/bitcoin/bitcoin/pull/32177 10:25 -!- kevkevin [~kevkevin@2607:fb90:9b04:970e:2921:3d13:b43:17a1] has quit [Remote host closed the connection] 10:29 -!- manny81 [~manny@2601:445:700:69b0:43cb:caf0:77c8:51bc] has quit [Ping timeout: 240 seconds] 10:41 -!- manny69 [~manny@2601:445:700:69b0:edc8:140b:9839:8c7d] has joined #bitcoin-core-dev 10:41 -!- darosior [~darosior@109.205.214.46] has joined #bitcoin-core-dev 10:43 -!- ___nick___ [~quassel@82-132-212-110.dab.02.net] has joined #bitcoin-core-dev 10:53 -!- kevkevin [~kevkevin@2607:fb90:9b04:970e:166:bc3f:914d:6206] has joined #bitcoin-core-dev 10:56 -!- kevkevin_ [~kevkevin@2607:fb90:9b04:970e:dcf0:a0bf:4ba0:8819] has joined #bitcoin-core-dev 10:58 -!- kevkevin [~kevkevin@2607:fb90:9b04:970e:166:bc3f:914d:6206] has quit [Ping timeout: 248 seconds] 11:00 -!- kevkevin_ [~kevkevin@2607:fb90:9b04:970e:dcf0:a0bf:4ba0:8819] has quit [Ping timeout: 248 seconds] 11:01 -!- ___nick___ [~quassel@82-132-212-110.dab.02.net] has quit [Ping timeout: 252 seconds] 11:05 -!- jespada [~jespada@2800:a4:2231:f700:8971:aafc:a22d:7172] has joined #bitcoin-core-dev 11:06 -!- jespada [~jespada@2800:a4:2231:f700:8971:aafc:a22d:7172] has quit [Client Quit] 11:07 -!- jespada [~jespada@2800:a4:2231:f700:8971:aafc:a22d:7172] has joined #bitcoin-core-dev 11:13 -!- ___nick___ [~quassel@82-132-212-26.dab.02.net] has joined #bitcoin-core-dev 11:30 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 11:44 -!- robszarka [~szarka@2603:3003:4eac:100:f028:c8c1:b428:94ac] has joined #bitcoin-core-dev 11:47 -!- szarka [~szarka@2603:3003:4eac:100:f028:c8c1:b428:94ac] has quit [Ping timeout: 260 seconds] 11:52 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has quit [Quit: ZNC 1.10.x-git-38-e8c4cda0 - https://znc.in] 11:57 -!- agentcasey [~agentcase@2600:1702:d70:4520::19] has joined #bitcoin-core-dev 12:13 -!- mcey [~emcy@148.252.132.73] has quit [Remote host closed the connection] 12:13 -!- mcey [~emcy@148.252.132.73] has joined #bitcoin-core-dev 12:17 < sliv3r__> Does anyone have data available about the actual number (or amount) of UTXOs that can be unlocked with reused addresses? 12:24 -!- robobub [uid248673@id-248673.uxbridge.irccloud.com] has joined #bitcoin-core-dev 12:25 < darosior> sliv3r__: i don't know of statistics about address reuse off the top of my head, but i guess https://bitinfocharts.com/top-100-richest-bitcoin-addresses.html can already provide a lower bound in terms of value behind reused addresses. 12:26 -!- Cory21 [~Cory21@user/pasha] has quit [Quit: Client closed] 12:26 -!- Cory21 [~Cory21@user/pasha] has joined #bitcoin-core-dev 12:27 < sipa> i once computed that to be ~5.5M BTC (taking p2pk, bare multisig, reused addresses, and public keys revealed on forkchains into account) 12:27 < sipa> that was several years ago, though 12:29 -!- Guest60 [~Guest60@2601:840:8100:310:31f5:b473:6e0:4c68] has joined #bitcoin-core-dev 12:30 -!- Guest60 [~Guest60@2601:840:8100:310:31f5:b473:6e0:4c68] has quit [Client Quit] 12:31 -!- Guest60 [~Guest60@2601:840:8100:310:31f5:b473:6e0:4c68] has joined #bitcoin-core-dev 12:31 -!- Guest60 [~Guest60@2601:840:8100:310:31f5:b473:6e0:4c68] has quit [Client Quit] 12:32 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:36 < sliv3r__> thanks both 12:39 -!- rszarka [~szarka@2603:3003:4eac:100:f028:c8c1:b428:94ac] has joined #bitcoin-core-dev 12:43 -!- robszarka [~szarka@2603:3003:4eac:100:f028:c8c1:b428:94ac] has quit [Ping timeout: 248 seconds] 12:48 -!- twistedline [~bitcoin@185.193.125.44] has quit [Ping timeout: 265 seconds] 12:57 -!- aleggg [~aleggg@177.204.246.2.dynamic.adsl.gvt.net.br] has quit [Ping timeout: 260 seconds] 12:59 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has joined #bitcoin-core-dev 13:04 -!- ___nick___ [~quassel@82-132-212-26.dab.02.net] has quit [Ping timeout: 260 seconds] 13:08 < bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3358b1d10519...74d9598bfbc2 13:08 < bitcoin-git> bitcoin/master 99a92ef Hodlinator: descriptors doc: Correct Markdown format + wording 13:08 < bitcoin-git> bitcoin/master 7e974f4 Hodlinator: descriptors refactor: Use range-for and limit scope of seen_multipath 13:08 < bitcoin-git> bitcoin/master 56f271e Hodlinator: descriptors refactor: Clarify multipath data relationships through local s... 13:08 < bitcoin-git> [bitcoin] ryanofsky merged pull request #32134: descriptors: Multipath/PR 22838 follow-ups (master...2025/03/22838_follow_up) https://github.com/bitcoin/bitcoin/pull/32134 13:10 -!- pablomartin4btc [~pablomart@46.183.111.136] has joined #bitcoin-core-dev 13:17 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has quit [Ping timeout: 240 seconds] 14:00 -!- pablomartin4btc [~pablomart@46.183.111.136] has quit [Quit: Leaving] 14:10 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 14:14 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 14:35 -!- mcey [~emcy@148.252.132.73] has quit [Ping timeout: 252 seconds] 14:36 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: WeeChat 4.5.2] 14:38 -!- mcey [~emcy@185.69.145.178] has joined #bitcoin-core-dev 14:48 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has joined #bitcoin-core-dev 14:53 -!- salvatoshi [~salvatosh@2a01cb0800472800dbc5ae1f52113df9.ipv6.abo.wanadoo.fr] has quit [Ping timeout: 244 seconds] 15:08 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has quit [Ping timeout: 240 seconds] 15:14 -!- agentcasey_ [~agentcase@143-42-229-181.ip.linodeusercontent.com] has joined #bitcoin-core-dev 15:14 -!- agentcasey [~agentcase@2600:1702:d70:4520::19] has quit [Ping timeout: 268 seconds] 15:20 -!- manny69 [~manny@2601:445:700:69b0:edc8:140b:9839:8c7d] has quit [Ping timeout: 240 seconds] 15:27 -!- jespada [~jespada@2800:a4:2231:f700:8971:aafc:a22d:7172] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 15:40 < bitcoin-git> [bitcoin] mzumsande opened pull request #32180: p2p: Advance pindexLastCommonBlock early after connecting blocks (master...202403_ibd_lastcommonblock) https://github.com/bitcoin/bitcoin/pull/32180 16:04 -!- andytoshi [~apoelstra@user/andytoshi] has quit [Ping timeout: 248 seconds] 16:12 -!- Earnestly [~earnest@user/earnestly] has quit [Ping timeout: 245 seconds] 16:14 -!- Earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 16:16 -!- andytoshi [~apoelstra@user/andytoshi] has joined #bitcoin-core-dev 16:57 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 17:22 -!- robszarka [~szarka@2603:3003:4eac:100:888b:d594:dee9:bf23] has joined #bitcoin-core-dev 17:25 -!- rszarka [~szarka@2603:3003:4eac:100:f028:c8c1:b428:94ac] has quit [Ping timeout: 260 seconds] 18:39 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has quit [Quit: leaving] 19:14 -!- manny68 [~manny@2601:445:700:69b0:eea0:8f59:8e82:6460] has joined #bitcoin-core-dev 19:55 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 20:00 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 20:01 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 20:06 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 246 seconds] 20:11 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:10 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 21:24 -!- manny68 [~manny@2601:445:700:69b0:eea0:8f59:8e82:6460] has quit [Quit: Client closed] 21:41 -!- robszarka [~szarka@2603:3003:4eac:100:888b:d594:dee9:bf23] has quit [Quit: Leaving] 21:41 -!- szarka [~szarka@2603:3003:4eac:100:888b:d594:dee9:bf23] has joined #bitcoin-core-dev 21:45 -!- Flow [~none@gentoo/developer/flow] has quit [Ping timeout: 268 seconds] 21:46 -!- OGU [~pagliacci@user/OGU] has quit [Ping timeout: 252 seconds] 21:57 -!- Flow [~none@gentoo/developer/flow] has joined #bitcoin-core-dev 21:59 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 21:59 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 22:01 -!- eval-exec [~Thunderbi@154.201.95.126] has joined #bitcoin-core-dev 22:04 -!- eval-exec [~Thunderbi@154.201.95.126] has quit [Remote host closed the connection] 22:04 -!- eval-exec [~Thunderbi@154.201.95.126] has joined #bitcoin-core-dev 22:05 -!- eval-exec [~Thunderbi@154.201.95.126] has quit [Remote host closed the connection] 22:06 -!- eval-exec [~Thunderbi@154.201.95.126] has joined #bitcoin-core-dev 22:17 -!- eval-exec [~Thunderbi@154.201.95.126] has quit [Remote host closed the connection] 22:17 -!- eval-exec [~Thunderbi@104.245.102.166] has joined #bitcoin-core-dev 22:33 -!- agentcasey_ [~agentcase@143-42-229-181.ip.linodeusercontent.com] has quit [Remote host closed the connection] 22:34 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has joined #bitcoin-core-dev 22:52 -!- Christoph_ [~Christoph@host-88-217-174-126.customer.m-online.net] has joined #bitcoin-core-dev 23:13 < bitcoin-git> [bitcoin] stutxo opened pull request #32181: BIP-777 (GPR) The Great Poker Restoration: Add the poker client back to bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/32181 23:23 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has quit [Quit: ZNC 1.10.x-git-38-e8c4cda0 - https://znc.in] 23:24 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has joined #bitcoin-core-dev 23:34 -!- salvatoshi [~salvatosh@2a01cb08004728007299dfe6f50aa767.ipv6.abo.wanadoo.fr] has joined #bitcoin-core-dev 23:50 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has quit [Quit: ZNC 1.10.x-git-38-e8c4cda0 - https://znc.in] 23:50 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has joined #bitcoin-core-dev 23:57 -!- salvatoshi [~salvatosh@2a01cb08004728007299dfe6f50aa767.ipv6.abo.wanadoo.fr] has quit [Ping timeout: 244 seconds] --- Log closed Tue Apr 01 00:00:03 2025