ton-wallet-generation
ton-wallet-generation copied to clipboard
Generate Ton Wallet v4r2 format UnBounced
README in English
Wallet Generator
This script generates multiple TON blockchain wallets and saves their addresses and private keys to a file.
Features
- 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
Requirements
- Python 3.x
tqdmlibrary for the progress bartonsdklibrary for interacting with TON wallets
Installation
-
Clone the repository:
git clone https://github.com/flaming-chameleon/ton-wallet-generation.git cd ton-wallet-generation -
Install the required libraries:
pip install -r requirements.txt
Usage
-
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.
License
This project is licensed under the MIT License.
README in Russian
Генератор Кошельков
Этот скрипт генерирует несколько кошельков блокчейна TON и сохраняет их адреса и приватные ключи в файл.
Возможности
- Генерация кошельков в блокчейне TON
- Сохранение адресов кошельков и приватных ключей в текстовый файл
- Включает индикатор прогресса для мониторинга процесса генерации
Требования
- Python 3.x
- Библиотека
tqdmдля индикатора прогресса - Библиотека
tonsdkдля взаимодействия с кошельками TON
Установка
-
Клонируйте репозиторий:
git clone https://github.com/flaming-chameleon/ton-wallet-generation.git cd ton-wallet-generation -
Установите необходимые библиотеки:
pip install -r requirements.txt
Использование
-
Запустите скрипт:
python ton_wallet.py -
Введите количество кошельков для генерации при запросе.
Сгенерированные адреса кошельков и приватные ключи будут сохранены в файл wallets.txt.
Лицензия
Этот проект лицензирован под лицензией MIT.