This script generates multiple TON blockchain wallets and saves their addresses and private keys to a file.
- Generates wallets in the TON blockchain
- Saves wallet addresses and private keys to a text file
- Includes a progress bar to monitor the generation process
- Python 3.x
tqdm
library for the progress bartonsdk
library for interacting with TON wallets
-
Clone the repository:
git clone https://github.com/Aero25x/ton-wallet-generation.git cd ton-wallet-generation
-
Install the required libraries:
pip install -r requirements.txt
-
Run the script:
python ton_wallet.py
-
Enter the number of wallets to generate when prompted.
The generated wallet addresses and private keys will be saved in the wallets.txt
file.
This project is licensed under the MIT License.
Этот скрипт генерирует несколько кошельков блокчейна TON и сохраняет их адреса и приватные ключи в файл.
- Генерация кошельков в блокчейне TON
- Сохранение адресов кошельков и приватных ключей в текстовый файл
- Включает индикатор прогресса для мониторинга процесса генерации
- Python 3.x
- Библиотека
tqdm
для индикатора прогресса - Библиотека
tonsdk
для взаимодействия с кошельками TON
-
Клонируй репозиторий:
git clone https://github.com/Aero25x/ton-wallet-generation.git cd ton-wallet-generation
-
Установи необходимые библиотеки:
pip install -r requirements.txt
-
Запусти скрипт:
python ton_wallet.py
-
Введи количество кошельков для генерации при запросе.
Сгенерированные адреса кошельков и приватные ключи будут сохранены в файл wallets.txt
.
Этот проект лицензирован под лицензией MIT.