Skip to content

Aero25x/ton-wallet-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Join our Telegram GitHub Twitter YouTube

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
  • tqdm library for the progress bar
  • tonsdk library for interacting with TON wallets

Installation

  1. Clone the repository:

    git clone https://github.com/Aero25x/ton-wallet-generation.git
    cd ton-wallet-generation
  2. Install the required libraries:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python ton_wallet.py
  2. 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

Установка

  1. Клонируйте репозиторий:

    git clone https://github.com/Aero25x/ton-wallet-generation.git
    cd ton-wallet-generation
  2. Установите необходимые библиотеки:

    pip install -r requirements.txt

Использование

  1. Запустите скрипт:

    python ton_wallet.py
  2. Введите количество кошельков для генерации при запросе.

Сгенерированные адреса кошельков и приватные ключи будут сохранены в файл wallets.txt.

Лицензия

Этот проект лицензирован под лицензией MIT.

Join our Telegram GitHub Twitter YouTube