imp/exp/show/cookie
Build Service / BuildPackage (push) Has been cancelled

This commit is contained in:
2026-05-14 18:27:20 -04:00
parent 172e3f63ac
commit 2cdc4a5f34
9 changed files with 409 additions and 38 deletions
+10
View File
@@ -47,6 +47,16 @@ spaces walletbalance default
- **Reset Spaced State** — wipes `/data/mainnet/` so spaced resyncs its index
from spaces' anchor. Use this if spaced is crash-looping on a stale or
corrupt index. `store.json` (passwords + RPC credentials) is preserved.
- **Export Wallet** — runs `space-cli exportwallet` on the `default` wallet,
writes the JSON to `/data/mainnet/wallets_backup/default.json` inside the
container, and surfaces the same JSON as a copyable result so you can save
it locally. Requires the service to be running.
- **Import Wallet** — paste a previously-exported `default.json` payload to
restore it. The action rotates any existing
`/data/mainnet/wallets_backup/default.json` and
`/data/mainnet/wallets/default` to `.bakNNN` suffixes so no prior state is
lost, then calls `space-cli importwallet` and `space-cli loadwallet`.
Requires the service to be running.
## Limitations