A Python script to generate random TON wallet addresses. The user can specify the number of addresses to create, and the script will save them to wallets.txt
. Ideal for testing, simulations, or any application that requires generating multiple TON addresses.
- Dynamic Input: Users can specify how many TON wallet addresses to generate.
- Automatic Saving: Outputs all generated addresses & mnemonic to a text file (
wallets.txt
).
- Python 3.x
Clone the repository:
git clone https://github.com/adryan089/TON-auto.git
cd TON-auto
pip install -r requirements.txt
Usage Run the Python script:
python main.py
Input the number of addresses when prompted.
Check the output file:
The generated addresses will be saved in the wallets.txt file in the same directory.