Generates an EVM-compatible 12 or 24 word sentence, extracts the associated address and checks its balance. And if the address contains ETH, adds it to the list of addresses with funds and its seed phrase.
You can access and download the latest version here
Use the package manager pip to install web3 et web3 mnemonic.
pip install web3
pip install web3 mnemonic
1. Install python and make sure it`s up to dates
2. Install the necessary dependencies
3. Replace the XXXX to place your Infura API key
w3 = Web3(Web3.HTTPProvider('https://mainnet.infura.io/v3/XXXXXXXXXXX'))
4 . Modify time sleep to change search speed
time.sleep(0.9) # Spreading 100,000 free Infura queries (0.9 default).
# If you have a problem or error please contact Kirno
This program has been made by Kirno and is in no way responsible for the use you make of it. This program must be used in full knowledge of the facts and on addresses that belong to you and you alone.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.