An open API service indexing awesome lists of open source software.

https://github.com/corvuscodex/bulk-ethereum-wallet-generator

This script generates a user specified number of Ethereum wallets and save addresses and seeds to a file generated.txt
https://github.com/corvuscodex/bulk-ethereum-wallet-generator

address bulk bulk-ethereum bulk-wallet bulk-wallet-creator ethereum ethereum-bulk seed seed-generator seedphrase wallet-generator

Last synced: about 1 month ago
JSON representation

This script generates a user specified number of Ethereum wallets and save addresses and seeds to a file generated.txt

Awesome Lists containing this project

README

        

# Bulk Ethereum Wallet Generator
This nodjejs script generates a user specified number of Ethereum wallets and save addresses and seeds to a file generated.txt

## Requirements
1. Node.js
2. coinkey module
3. crypto module

## Installation
1. Install Node.js by following the instructions on the Node.js website.
2. Install the coinkey and crypto modules by running npm install coinkey and npm install crypto in your terminal.

## Usage
1. Navigate to the directory where the script is located in your terminal.
2. Run the script by entering node ap.js
3. When prompted, enter the number of wallets you want to generate and press Enter.
4. The script will generate the user specified number of wallets and save them to a file named generated.txt in the same directory as the script.

>Support my work:

>BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3

>ETH: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0

## Disclaimer

The code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY. DO NOT use this script for any illegal or unethical activities.

MIT License

Copyright (c) 2023 CorvusCodex

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.