Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aero25x/ton-wallet-generation

Fast Ton wallets generation for v4r2 - same as TonKeeper
https://github.com/aero25x/ton-wallet-generation

ton ton-create ton-geneartion ton-generate ton-wallet ton-wallet-for-telegram ton-wallet-generate ton-wallet-generator tonwallet wallet wallet-genearte

Last synced: 3 months ago
JSON representation

Fast Ton wallets generation for v4r2 - same as TonKeeper

Awesome Lists containing this project

README

        

[![Join our Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/hidden_coding)
[![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/aero25x)
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/aero25x)
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@flaming_chameleon)

### 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:
```sh
git clone https://github.com/Aero25x/ton-wallet-generation.git
cd ton-wallet-generation
```

2. Install the required libraries:
```sh
pip install -r requirements.txt
```

## Usage

1. Run the script:
```sh
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. Клонируйте репозиторий:
```sh
git clone https://github.com/Aero25x/ton-wallet-generation.git
cd ton-wallet-generation
```

2. Установите необходимые библиотеки:
```sh
pip install -r requirements.txt
```

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

1. Запустите скрипт:
```sh
python ton_wallet.py
```

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

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

## Лицензия

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

[![Join our Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/hidden_coding)
[![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/aero25x)
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/aero25x)
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@flaming_chameleon)