Browse Source

update wallet backup docs

pull/5/head
Duke Leto 3 years ago
parent
commit
3f3d305ed8
  1. 6
      doc/wallet-backup.md

6
doc/wallet-backup.md

@ -16,13 +16,13 @@ These instructions are specific for the officially supported Hush Linux client.
There are multiple ways to make sure you have at least one other copy of the private keys needed to spend your HUSH and view your shielded HUSH.
For all methods, you will need to include an export directory setting in your config file (`zcash.conf` located in the data directory which is `~/.zcash/` unless it's been overridden with `datadir=` setting):
For all methods, you will need to include an export directory setting in your config file (`HUSH3.conf` located in the data directory which is `~/.komodo/HUSH3` unless it's been overridden with `datadir=` setting):
`exportdir=path/to/chosen/export/directory`
You may chose any directory within the home directory as the location for export & backup files. If the directory doesn't exist, it will be created.
Note that zcashd will need to be stopped and restarted for edits in the config file to take effect.
Note that hushd will need to be stopped and restarted for edits in the config file to take effect.
### Using `backupwallet`
@ -88,4 +88,4 @@ See the command's help documentation for instructions on fine-tuning the wallet
### Using `dumpwallet`
This command inherited from Bitcoin is deprecated. It will export private keys in a similar fashion as `z_exportwallet` but only for transparent addresses.
This command inherited from Bitcoin is deprecated. It will export private keys in a similar fashion as `z_exportwallet` but only for transparent addresses.

Loading…
Cancel
Save