This code will allow you to generate a specified number of Solana wallets and save them to files.
You can install it using:
npm i
To generate wallets you can run the following command in terminal
npm start generate 10
It runs wallet generator and saves generated data in ./data/solana-wallets.xlsx
You can get all wallet data from mnemonics and private keys. You should load your mnemonics to ./data/mnemonics.txt
or ./data/privateKeys.txt
and run
npm start get mnemo
or
npm start get pk
git clone https://github.com/fraggdiller/solana-wallet-generator.git
cd solana-wallet-generator
npm i
npm start generate 10
npm start get mnemo
Telegram:
https://t.me/fraggdiller