SkillAgentSearch skills...

TronFinder

TRON (TRX) Wallet Address and Private Key Generator

Install / Use

/learn @jacostax/TronFinder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TRON (TRX) Wallet Address and Private Key Generator

With this Python script, you can find wallet addresses of randomly generated private keys.

When the program finds the private key value of the wallet address you want among randomly generated addresses, it writes the wallet and private key values to a separate text file. If the checked addresses are different from the wallet address you want, the file created after the check is deleted.

With a little editing, you can find wallet addresses whose balance value is greater than zero.

Python Version = 3.10

Use Package’s : os, random , tronpy , string , shutil , sys private key tron generator print hex address use public key and private key on tronpy auto save to text file high speed to generated

pip install os
pip install tronpy
pip install random
pip install string
pip install shutil
pip install sys

After Installing Packages , You Can Use This Command On CMD or Terminal :

From Debian

python3 Wallet_Search.py

from windows(CMD)

python Wallet_Search.py

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated5d ago
Forks3

Languages

Jupyter Notebook

Security Score

85/100

Audited on Mar 26, 2026

No findings