docs(theseus): note the Siacoin wallet's derivation and node-URL policy

This commit is contained in:
Local Dev 2026-09-06 18:49:33 +02:00
parent 7931d981aa
commit c269615f69

View file

@ -33,6 +33,12 @@ passwords/0 → wallet) and works for random-seed vaults too. Changing the
info string or the parent root would orphan every wallet's funds; recovery
without Theseus is via the account xprv shown in the wallet's Settings.
The bundled Siacoin wallet follows the same rule with `siawallet/mainnet/0`
as the 32-byte seed for walletd's `KeyFromSeed(seed, index)`; addresses are
standard unlock hashes. It talks to a user-configured walletd node (no
default endpoint ships in the add-on — hosted providers put an access key
in the URL path).
## Strand A — Password manager
### A.1 — SHIPPED (0.0.3, 9c09955e)