Stability + docs patch.
[Fix] Daemon no longer crash-loops when the Electrum connection drops mid-session
If your Electrum server (electrs, Fulcrum, or ElectrumX) restarted or dropped an idle connection while the daemon was mid-request - common during a payout backfill, or when Umbrel's Electrs app bounces - the daemon could crash with an uncaught write EPIPE and restart in a loop, spamming Telegram. The Electrum socket now keeps a persistent error handler: a dropped connection cleanly fails the in-flight calls (already best-effort, retried next tick with a fresh connection) instead of taking the process down.
[Fix] Removed the misleading "Telegram 2FA tap required" note from bid creation
The autopilot places bids through Braiins' API using your owner token, which needs no Telegram confirmation (that step exists only in Braiins' web interface). The bid-create Timeline note no longer implies an action you have to take.
[Docs] New FAQ
A short, plain-language FAQ covering setup and topology (including what to put in the Stratum host field), payouts and Profit & Loss, bidding and safety, and what you need running.
Umbrel users receive this on the next app refresh.