Skip to content

Assign Alice its own ports, next sequential#2500

Open
stupleb wants to merge 1 commit into
RoboSats:mainfrom
stupleb:fix/alice-coordinator-routing
Open

Assign Alice its own ports, next sequential#2500
stupleb wants to merge 1 commit into
RoboSats:mainfrom
stupleb:fix/alice-coordinator-routing

Conversation

@stupleb
Copy link
Copy Markdown

@stupleb stupleb commented May 25, 2026

What does this PR do?

In v0.8.5-alpha Alice and Freedomsats are wired to the same local socat ports, and Alice's nginx upstream points at Bazaar's bridge.

robosats-client.sh launches multiple socats but two collide and don't end up listening. Whichever of mainnet_alice_socat / mainnet_freedomsats_socat loses the bind() race exits with EADDRINUSE

The order-book screen on the web client never finishes loading because requests to /mainnet/alice/api/... are proxied to 127.0.0.1:107 which is Bazaar's bridge and surface Bazaar's responses (or 502s) as Alice's.

@stupleb stupleb force-pushed the fix/alice-coordinator-routing branch from b0534b4 to 4c1b8e1 Compare May 25, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant