Skip to content

This project is for educational purposes only. Using this tool to access wallets that do not belong to you is illegal and unethical.

License

Notifications You must be signed in to change notification settings

FITIMDOTORG/Wallet-Seed-Phrase-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet Seed Phrase Checker

Disclaimer: This project is for educational purposes only. Using this tool to access wallets that do not belong to you is illegal and unethical. Always ensure you have permission to access any wallet with this tool. Misuse of this tool is strictly discouraged.


Overview

The Wallet Seed Phrase Checker reads a seeds.txt file containing wallet seed phrases, generates wallet addresses, and checks if any of them have a balance. The results are saved in a results.txt file for further review.


Features

  • Load seed phrases from a seeds.txt file.
  • Generate wallet addresses from each seed phrase.
  • Check wallet balances via the Ethereum blockchain.
  • Save wallets with balances into a results.txt file.

Getting Started

Prerequisites

  • Python 3.x
  • Ethereum node (e.g., Infura)

Installation

  1. Clone the repository:
    git clone https://github.com/FITIMDOTORG/Wallet-Seed-Phrase-Checker.git
    

Usage

Add your Ethereum node connection URL (e.g., Infura) in checker.py. Populate seeds.txt with seed phrases to check.

Run the script:

  • python checker.py Check results.txt for wallets with balances.

Important Notes

Ensure you have permission to check the wallets listed in seeds.txt. Misuse of this tool can lead to legal consequences. Consider implementing rate-limiting or additional error handling for large datasets.

About

This project is for educational purposes only. Using this tool to access wallets that do not belong to you is illegal and unethical.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages