https://github.com/aero25x/ton-wallet-generation
Fast Ton wallets generation for v4r2 - same as TonKeeper
https://github.com/aero25x/ton-wallet-generation
generator-for-ton hiddencode python-ton python-ton-wallet ton ton-create ton-geneartion ton-generate ton-wallet ton-wallet-for-telegram ton-wallet-generate ton-wallet-generator tonwallet wallet wallet-generator
Last synced: 3 months ago
JSON representation
Fast Ton wallets generation for v4r2 - same as TonKeeper
- Host: GitHub
- URL: https://github.com/aero25x/ton-wallet-generation
- Owner: Aero25x
- License: mit
- Created: 2024-06-27T20:11:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:52:53.000Z (6 months ago)
- Last Synced: 2025-03-24T16:11:20.611Z (4 months ago)
- Topics: generator-for-ton, hiddencode, python-ton, python-ton-wallet, ton, ton-create, ton-geneartion, ton-generate, ton-wallet, ton-wallet-for-telegram, ton-wallet-generate, ton-wallet-generator, tonwallet, wallet, wallet-generator
- Language: Python
- Homepage: https://t.me/hidden_coding
- Size: 19.5 KB
- Stars: 45
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://t.me/hidden_coding)
[](https://github.com/aero25x)
[](https://x.com/aero25x)
[](https://www.youtube.com/@flaming_chameleon)
[](https://www.reddit.com/r/HiddenCode/)
[](https://t.me/hidden_coding_en)
### 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.
[](https://t.me/hidden_coding)
[](https://github.com/aero25x)
[](https://x.com/aero25x)
[](https://www.youtube.com/@flaming_chameleon)
[](https://www.reddit.com/r/HiddenCode/)
[](https://t.me/hidden_coding_en)