Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aero25x/ton-wallet-generation
- Owner: Aero25x
- License: mit
- Created: 2024-06-27T20:11:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T10:36:15.000Z (7 months ago)
- Last Synced: 2024-07-14T11:46:18.979Z (7 months ago)
- Topics: ton, ton-create, ton-geneartion, ton-generate, ton-wallet, ton-wallet-for-telegram, ton-wallet-generate, ton-wallet-generator, tonwallet, wallet, wallet-genearte
- Language: Python
- Homepage: https://t.me/hidden_coding
- Size: 10.7 KB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)