Skip to content

adryan089/TON-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TON Random Wallet Generator

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.

Features

  • 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).

Requirements

  • Python 3.x

Installation

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.

About

Auto Create TON Wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages