Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Python metamask seed balance checker - Transforms seeds into wallets and checks their balance


itsMe

Recommended Posts

This is the hidden content, please

Extract wallets from your metamask seeds and check it for balance, save results of wallet + seed + balance in output format.

All you have to do is
1. Register an account on etherscan.io , activate it by email, log in to your etherscan account, go to API Keys, generate your key and replace "YOUR_ETHER_API_KEY" with your actual key
2. Place your seeds into seedd.txt where the seedchecker.py is located, create good.txt or simply replace path and name of your seed and result files at the end of the checkseed.py
3. Run: python checkseed.py

When script will finish checking, results will be saved in good.txt ( or w/e file you specify for output )

Don't forget to install requirements with pip
pip install requests
pip install eth-account

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.