Feature: Generate QR code on daemon start for operator to scan #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently
avault daemon startjust attempts to connect without showing the operator how to approve the connection. The CLI says "operator scans QR or approves in Amber" but never generates a QR code.Proposed Solution
On
daemon start, display a QR code (and text URI) for the operator to scan in Amber.Important: Use nostrconnect:// format for QR
Amber expects
nostrconnect://URIs for scanning (client requesting approval), NOTbunker://.QR code should contain:
Internal code still uses:
Example Implementation
Expected Output
Benefit
The
metadata.namefield makes Amber display a friendly name (e.g., "Hermes") instead of the hex pubkey prefix.Discovered during testing by Hermes 🪽