@yerofey/cryptowallet-cli 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -97,19 +97,20 @@ _\*all other cryptos that are tokens in the ecosystems like Ethereum, Binance Sm
|
|
|
97
97
|
|
|
98
98
|
## Options
|
|
99
99
|
- `-b` or `-c` or `--chain`: Specify the blockchain ticker to generate a wallet for
|
|
100
|
-
- `-f` or `--format`: Specify the blockchain wallet format (for BTC: legacy, segwit, bech32)
|
|
101
|
-
- `-F` or `--filename`: Specify a filename (without extension) to output the data (works only with `-o` argument)
|
|
102
100
|
- `-D` or `--csv`: Save output into CSV file with custom or default name ("`cw-output.csv`") - this is a shorthand for `-o csv -F filename`
|
|
101
|
+
- `-f` or `--format`: Specify the blockchain wallet format (for BTC: legacy, segwit, bech32)
|
|
103
102
|
- `-g` or `--geek`: Display some additional "geeky" info
|
|
104
103
|
- `-l` or `--list`: List all supported blockchains
|
|
105
104
|
- `-m` or `--mnemonic`: Use a bip39 mnemonic phrase (if is set) to generate wallet, or leave it empty to generate new one
|
|
106
105
|
- `-n` or `--number`: Specify number of wallets to display (works for HD wallets only, like BTC/LTC/DOGE)
|
|
107
|
-
- `-o` or `--output`: Specify a file format (currently only `csv` supported) to output the generated data
|
|
108
106
|
- `-p` or `--prefix`: Specify desired prefix for the wallet address (**case-insensitive**)
|
|
109
107
|
- `-P` or `--prefix-sensitive`: Specify desired prefix of the wallet address (**case-sensitive**)
|
|
110
108
|
- `-s` or `--suffix`: Specify desired suffix for the wallet address (**case-insensitive**)
|
|
111
109
|
- `-S` or `--suffix-sensitive`: Specify desired suffix for the wallet address (**case-sensitive**)
|
|
112
110
|
- `-v` or `--version`: Display current version of CW tool
|
|
111
|
+
**Currently not necessary options:**
|
|
112
|
+
- `-F` or `--filename`: Specify a filename (without extension) to output the data (works only with `-o` argument)
|
|
113
|
+
- `-o` or `--output`: Specify a file format (currently only `csv` supported) to output the generated data
|
|
113
114
|
|
|
114
115
|
## Node.js supported versions
|
|
115
116
|
- ✅ v16.0-v16.x
|