From 6af1aa388bda0bfe9a8f0847504d23c8bc8b7e9c Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Fri, 16 May 2025 16:02:47 +0400 Subject: [PATCH] Update signing-transactions-offline.md --- docs/build/exchange-guidelines/signing-transactions-offline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/exchange-guidelines/signing-transactions-offline.md b/docs/build/exchange-guidelines/signing-transactions-offline.md index 3bd6ecb..8c2c7ef 100644 --- a/docs/build/exchange-guidelines/signing-transactions-offline.md +++ b/docs/build/exchange-guidelines/signing-transactions-offline.md @@ -20,7 +20,7 @@ If someone has your spend secret key, he can spend your coins. Master keys shoul `simplewallet --generate-new-wallet=zano_wallet_master`
(zano_wallet_master is wallet's filename and can be changed freely)
ii. Type in a password when prompted. An empty new wallet will be created.
iii. Open the new wallet again: `simplewallet --offline-mode --wallet-file=zano_wallet_master`
- iv. In the wallet console, type the following command:
`save_watch_only zano_wallet_watch_only WATCH_PASSWORD`
where WATCH_PASSWORD is the password for the watch-only wallet. You should see: `Watch-only wallet has been stored to zano_wallet_watch_only`
+ iv. In the wallet console, type the following command:
`save_watch_only zano_wallet_watch_only WATCH_PASSWORD`
where WATCH_PASSWORD is the password for the watch-only wallet. You should see: `Watch-only wallet has been stored to zano_wallet_watch_only`
v. Type `exit` to quit simplewallet.
2. Copy zano_wallet_watch_only file from the secure environment to your production environment where daemons and the hot wallet is supposed to be run.