Skip to content

Auto generate wallets for: EVM, TON, TRON, SUI, APTOS, CARDANO, ALGORAND, HEDERA, NEAR, SOLANA, POLKADOT, COSMOS, BITCOIN, MAVRYK.

Notifications You must be signed in to change notification settings

MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

📞 Contact

Termux guides if you run on mobile

If you encounter any issues or have questions, feel free to reach out:


🚀 Getting Started

To get started with the bot, follow these steps:

0. Download NodeJS

Make sure to download Node.js version 22.11.0 and NPM version 10.9.0.

💻 Linux/MacOS

To install NodeJS via nvm, run the following commands:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
source ~/.bashrc   # or source ~/.zshrc if you use zsh
nvm install 22.11.0
nvm use 22.11.0
npm install -g npm@10.9.0

📱 Termux (Android)

If you are running on Termux, check out the guides here:
Termux guides if you run on mobile


1. Clone the Project from GitHub:

To download the source code, use the following command:

git clone https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS.git
cd Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS/Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS

2. Install Dependencies and Modules:

To install all required dependencies, run:

npm install

Or manually install each module:

npm install @aptos-labs/ts-sdk @hashgraph/sdk @mysten/sui @polkadot/keyring @polkadot/util-crypto @solana/web3.js @stablelib/ed25519 @ton/crypto algosdk bech32 bip32 bip39 bitcoinjs-lib blake2b blakejs bs58check cardano-wallet-js colors ed25519-hd-key ethers ethereumjs-util hdkey near-api-js ton ton-core ton-crypto tonweb tiny-secp256k1 tronweb secp256k1 xlsx --no-audit --prefer-offline --legacy-peer-deps --save-exact --force

3. Prepare Configuration Files:

Make sure to set up the required configuration files before running the bot.


📁 Configuration Files

1. configs.json 📜 - Adjust configuration

{
  "Algorand": 10,
  "Aptos": 10,
  "Bitcoin": 10,
  "Cardano": 10,
  "Cosmos": 10,
  "EVM": 10,
  "Hedera": 10,
  "MAVRYK": 10,
  "NEAR": 10,
  "Polkadot": 10,
  "Solana": 10,
  "SUI": 10,
  "TON": 10,
  "TRON": 10
}

💡 Usage:

After extracting or cloning the project, navigate to the folder:

cd Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS/Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS

To run the bot, use the following command:

node meomundep

🎇 Enjoy!