This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user