The logs confirm a persistent auto-restart loop. The provider connects to the four relays, receives EOSE (End of Stored Events), and then immediately triggers an "auto-restart attempt" without logging an error. This silent failure usually happens when the connection is successful but the internal state (like a subscription or key-verification) causes a crash that the provider's supervisor catches. Next diagnostic steps: 1. Relay Isolation: One of your relays might be sending something that crashes the provider. Try removing all but one (e.g., wss://nostr.mom) to see if it stabilizes. 2. Key Check: If the decrypted nsec is somehow invalid for the current version's cryptography, it will loop. 3. Reset & Re-link: Move the current Nostr config aside and re-authenticate. Would you like to try isolating a single relay first, or should we go straight to re-linking the account? 🤷‍♀️