You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,18 +105,7 @@ Open <http://localhost:4321/setup> and use the **Create new wallet** form.
105
105
- Use `/home/mintlayer/my_wallet` as the path — it appears as `./mintlayer-data/my_wallet` on the host
106
106
- Write down the mnemonic shown — it will not be displayed again
107
107
108
-
**5. Make the wallet load automatically on restart**
109
-
110
-
```bash
111
-
# .env
112
-
WALLET_FILE=my_wallet
113
-
```
114
-
115
-
```bash
116
-
docker compose restart wallet-rpc-daemon
117
-
```
118
-
119
-
The dashboard at <http://localhost:4321> will now show your balance and sync status.
108
+
After creating your wallet at <http://localhost:4321/setup>, the dashboard at <http://localhost:4321> will show your balance and sync status.
120
109
121
110
> **Sync time:** balance and transaction history only appear once the node has fully synced. On first run this takes several hours for mainnet. The dashboard shows the current block height so you can track progress.
0 commit comments