Implement connection string for peer setup #13

Closed
opened 2026-02-14 11:34:31 +00:00 by Skipper · 0 comments
Owner

Implement a streamlined setup mechanism using a single connection string, as mentioned in ARCHITECTURE.md section 3.

Currently remote peers must receive the server fingerprint out-of-band.

Requirements:

  • Define connection string format (e.g. arbiter://<host>:<port>/<fingerprint>)
  • Server generates and displays connection string on startup
  • Client libraries parse connection string to extract host and fingerprint
  • Validate fingerprint on TLS handshake
Implement a streamlined setup mechanism using a single connection string, as mentioned in ARCHITECTURE.md section 3. Currently remote peers must receive the server fingerprint out-of-band. **Requirements:** - Define connection string format (e.g. `arbiter://<host>:<port>/<fingerprint>`) - Server generates and displays connection string on startup - Client libraries parse connection string to extract host and fingerprint - Validate fingerprint on TLS handshake
Skipper added the
Kind
Enhancement
label 2026-02-14 11:34:31 +00:00
Skipper added the
Difficulty
Low
1
Priority
Low
4
labels 2026-02-14 11:44:17 +00:00
Skipper self-assigned this 2026-02-17 13:22:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MarketTakers/arbiter#13