<bitcoin-git>
bitcoin/master ca2e4ba Cory Fields: refactor: include the proper header rather than forward-declaring RemovalR...
<bitcoin-git>
bitcoin/master 5fb9455 merge-script: Merge bitcoin/bitcoin#31058: refactor: include the proper header rather th...
<bitcoin-git>
[bitcoin] fanquake merged pull request #31058: refactor: include the proper header rather than forward-declaring RemovalReasonToString (master...fix-pch-forward-declare) https://github.com/bitcoin/bitcoin/pull/31058
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
ppisati has quit [Ping timeout: 252 seconds]
ppisati has joined #bitcoin-core-dev
eval-exec1 has joined #bitcoin-core-dev
eval-exec has quit [Remote host closed the connection]
eval-exec1 is now known as eval-exec
kevkevin has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] maflcko opened pull request #31061: refactor: Check original (translatable) format string at compile-time (master...2410-trans) https://github.com/bitcoin/bitcoin/pull/31061
danoprey has quit [Quit: Client closed]
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
mcey_ has joined #bitcoin-core-dev
mcey has quit [Ping timeout: 264 seconds]
Guyver2 has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
upekkha has quit [Remote host closed the connection]
emzy has joined #bitcoin-core-dev
upekkha has joined #bitcoin-core-dev
metta has joined #bitcoin-core-dev
upekkha has quit [Ping timeout: 252 seconds]
Talkless has quit [Remote host closed the connection]
jonatack has joined #bitcoin-core-dev
<Chris_Stewart_5>
trying to upgrade to 28.0, running into issues with the behavior with failing to start when a port (18445) is already bound. I've attempted to use -listenonion=0 to get around this, but it doesn't seem to work. My understanding is -listen=0 doesn't allow any p2p connection which isnt what i want
<Chris_Stewart_5>
2024-10-09T20:41:22Z [net:error] Unable to bind to 127.0.0.1:18445 on this computer. Bitcoin Core is probably already running.
<Chris_Stewart_5>
2024-10-09T20:41:22Z [error] Unable to bind to 127.0.0.1:18445 on this computer. Bitcoin Core is probably already running.
<Chris_Stewart_5>
2024-10-09T20:41:22Z [error] Failed to listen on any port. Use -listen=0 if you want this.
<sipa>
is it already bound by bitcoin core itself?
<sipa>
or other software
<Chris_Stewart_5>
Shouldn't listenonion=0 not attempt to bind it in the first place? Or perhaps i'm misunderstanding the setting
<sipa>
i'm not familiar with the option myself
<Chris_Stewart_5>
I'll see if I get a response in IRC and if i don't i'll file an issue. I believe this should be minimally reproducible by attempting to run 2 regtest nodes on the same machine with different -port settings with -listenonion=0
<lightlike>
looks related to #22729: "Bitcoin Core will now fail to start up if any of its P2P binds fail, rather than the previous behaviour where it would only abort startup if all P2P binds had failed."
<gribble`>
https://github.com/bitcoin/bitcoin/issues/22729 | Make it possible to disable Tor binds and abort startup on bind failure by vasild · Pull Request #22729 · bitcoin/bitcoin · GitHub
<jonatack>
(that change may have needed a release note)
<lightlike>
sorry, i wasn't clear, it had release notes (that's how I found out about it). The quote above is from the release notes.
<lightlike>
Chris_Stewart_5: I'm not familiar with this at all, but I see the same behavior. one workaround seems to be using -bind (instead of -port) on one of the nodes.
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #31064: init: Correct coins db cache size setting (master...patchCoinsDBCacheSizeInit) https://github.com/bitcoin/bitcoin/pull/31064
<lightlike>
FYI @vasild
preimage has quit [Quit: WeeChat 4.4.2]
<jonatack>
Chris_Stewart_5: how are you binding the port initially?
<jonatack>
(feel free to share your config via direct message on irc)