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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Although the rust implementation seems to support it, the CLI does not surface the ability to specify either a directory or filenames for the wallet filenames. this means that users with multiple wallets will have to manually rename the files on the default (and only possible) locations.
suggestion:
Add a --data-dir option to the interactive CLI to specify a path where to locate or store the wallet files.
…pk00#87)
* [adityapk00#86] Add support for providing `--data-dir` to CLI
minor comment
Add readme example
* Fix merge conflict and update code to new models
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Although the rust implementation seems to support it, the CLI does not surface the ability to specify either a directory or filenames for the wallet filenames. this means that users with multiple wallets will have to manually rename the files on the default (and only possible) locations.
suggestion:
Add a
--data-dir
option to the interactive CLI to specify a path where to locate or store the wallet files.zecwallet-light-cli % ./target/release/zecwallet-cli --server localhost:9067 --data-dir "~/test_wallet/"
The text was updated successfully, but these errors were encountered: