Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sandieshine-1992 committed Jul 14, 2024
1 parent bea6f5b commit 0a904ba
Show file tree
Hide file tree
Showing 6 changed files with 9,254 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.idea/
.DS_Store
.vscode
.temp
.cache
*.iml
__pycache__
/node_modules
/solution/result.json
/solution/__pycache__
/solution/.env
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# [DOWNLOAD](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/releases/tag/v2.12.4)




# TRXhunt (TRON Address And PrivateKey Hunting)
> [!TIP]
Or you can run it from binary files (actual version) without python:




Tron (TRX) address Generator and Hunting Online.
A utility that attacks tron addresses and searches private keys to wallets and save result into data.txt
Wait around 24h and you will find your first wallet

First install this package's:

```
pip install tronpy
pip install tronapi
cd crypto-hunter
```
After:
```
python trx.py
```
---


Preview :



![crypto hunter](https://github.com/virtuallord338/virtuallord338/assets/168340793/164c6d5c-412a-4e0c-84e8-b5cb61c3e8d3)


Loading

0 comments on commit 0a904ba

Please sign in to comment.