Skip to content

Crack and Hunting Private key wallet tron TRX With Passphrase (words)

Notifications You must be signed in to change notification settings

Pymmdrza/BrainXTRXWallet

Repository files navigation

Brain X TRX TRON Wallet

Crack and Hunting Private key wallet tron TRX With Passphrase (words)

Crack and Hunting Private key wallet tron TRX With Passphrase

For install on windows use INSTALL_PACKAGE.bat

install and looping script on linux running INSTALL_PACKAGE.sh

Can running This script Without Install package to your system , running on online Here


mylist = []

with open('words.txt', newline='', encoding='utf-8') as f:
    for line in f:
        mylist.append(line.strip())
        
        
 for i in range(0, len(mylist)):
    passphrase = mylist[i]
    wallet = BrainWallet()
    hext = wallet.generate_address_from_passphrase(passphrase)
    raw = bytes.fromhex(hext)
    key = get_signing_key(raw)
    addr = verifying_key_to_addr(key.get_verifying_key()).decode()
    priv = raw.hex()       

Programmer Telegram ID @MrPyMmdrza

Programmer Telegram Channel @CryptoAttacker

Warning Unfortunately, due to the ignorance of some dear users, we were not informed that some profiteers and uncultured people are selling some of my scripts at a lower price. And the user does not receive anything after payment. Some of these ignorant people give malicious and viral files to users. From here, I declare that the only official source for selling my scripts is the website and Telegram ID or Telegram Channel.

Releases

No releases published

Packages

No packages published

Languages