yerofey / cryptowallet-cli

CW: a crypto wallet generator CLI tool for a lot of blockchains (Bitcoin, Ethereum, Solana, TON and many others)
https://www.npmjs.com/package/@yerofey/cryptowallet-cli
MIT License
104 stars 46 forks source link

using n wallets -> CSV ? #7

Closed d4op closed 2 years ago

d4op commented 2 years ago

is there an option for creating multiple wallets like the n option with output CSV ? like: public;priv;memoric;type

yerofey commented 2 years ago

I can do that

yerofey commented 2 years ago

Check out the latest version (v1.6.0), kinda did what you wanted, improvements will be added soon as well.

yerofey commented 2 years ago

Example: cw -c btc -o csv -F out.csv -n 10

yerofey commented 2 years ago

Note that some data like mnemonic and extended private key will be displayed in the console. Maybe I'll fix that in next update, currently it's like that.