Skip to content

Generates an EVM-compatible 12 or 24 word sentence, extracts the associated address and checks its balance.

License

Notifications You must be signed in to change notification settings

KirnoNTX/SeedForce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use SeedForce V.0.5

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.

Release

You can access and download the latest version here

Installation

Use the package manager pip to install web3 et web3 mnemonic.

pip install web3
pip install web3 mnemonic

Usage

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

Team

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.

Contributing

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.

Partner

Natyx

About

Generates an EVM-compatible 12 or 24 word sentence, extracts the associated address and checks its balance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages