Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bebralabs/solana-keygen
Solana keys generator script can generate any number of solana wallets, store public and private keys in .csv file.
https://github.com/bebralabs/solana-keygen
solana
Last synced: 3 days ago
JSON representation
Solana keys generator script can generate any number of solana wallets, store public and private keys in .csv file.
- Host: GitHub
- URL: https://github.com/bebralabs/solana-keygen
- Owner: bebralabs
- Created: 2024-11-27T14:33:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T10:13:01.000Z (2 months ago)
- Last Synced: 2024-12-16T21:50:39.492Z (about 2 months ago)
- Topics: solana
- Homepage: https://scripts.bebralabs.com/solana-keygen/
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Keys Generator
[Solana Keys Generator](https://scripts.bebralabs.com/solana-keygen/) is a script for generating thousands of Solana wallets quickly and efficiently. It outputs public and private keys in a CSV file and creates individual JSON key files for each wallet. Perfect for batch wallet creation!
### Additional Links:
+ [Full documentation & video guide](https://splashy-celery-733.notion.site/Solana-Keys-Generator-Setup-Guide-87c33a2faba24b689c1c5bd54a2589e8)
+ [Buy with crypto](https://app.hel.io/pay/671a8b221646423c879d9c4e)
+ [Buy with card](https://t.me/bebra_scripts/4)## How to Use:
1. [Download](https://scripts.bebralabs.com/solana-keygen/) & unzip the script.
2. Install Python & Rust & Solana CLI
3. Install required dependencies:
```bash
pip3 install base58
```
4. Run the script in your terminal:
```bash
python3 keygen.py --amount --output
```### Example:
```bash
python3 keygen.py --amount 10 --output my_wallets
```
- This will generate 10 wallets and save their keys in a folder named `my_wallets`.### Output:
- **CSV File**: A file containing public and private keys in the format:
`PublicKey1, PrivateKey1`
`PublicKey2, PrivateKey2`
- **JSON Files**: Each walletβs keys saved as a `.json` file.---
**Tips for Use**:
- π‘ Save your `.csv` file in Google Sheets for easy organization and access.
- π Always store your keys securely and create backups.---
Thank you for using Bebra Scripts. For support, contact us: [https://t.me/bebralabs_bot](https://t.me/bebralabs_bot)
**Web3 Development Services** β [https://t.me/bebralabs_bot](https://t.me/bebralabs_bot)
Created with β€οΈ by **Bebra Labs**
[https://bebralabs.com](https://bebralabs.com)