Page MenuHomePhabricator

Make it possible to disable Tor binds and abort startup on bind failure
ClosedPublic

Authored by Fabien on Feb 12 2025, 22:37.

Details

Summary
Make it possible to disable the Tor binding on 127.0.0.1:8334 and stop startup if any P2P bind fails instead of "if all P2P binds fail".

Backport of core#22729.

Depends on D17661.

Test Plan
ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Feb 12 2025, 22:37
PiRK added a subscriber: PiRK.
PiRK added inline comments.
test/functional/test_framework/util.py
328 ↗(On Diff #52629)

Let's hope this is not going to bring us into the port range used by docker

This revision is now accepted and ready to land.Feb 13 2025, 11:24