Skip to content

IndiGuy69/bidirectional-keyspace-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 Bitcoin Range Scanning Tools

This repository contains two high-performance scanning utilities — designed to explore numeric keyspaces in both forward and reverse directions. They are built to work together for efficient, full-range exploration on multi-core systems.


⚙️ Overview

These tools are capable of:

  • Sequentially scanning cryptographic key ranges.
  • Managing checkpoints for safe resumption after interruptions.
  • Providing detailed runtime statistics and progress monitoring.
  • Sending instant Telegram alerts when specific results are detected.
  • Optimizing CPU utilization automatically for better performance.

🧠 Scripts Included

Script Description
forward_scanner.py Scans in ascending order (from start to end).
reverse_scanner.py Scans in descending order (from end to start).

Both scanners are independent but complementary — allowing bidirectional search coverage for comprehensive analysis.


⚡ Key Features

  • Parallel Processing: Multi-core CPU support.
  • 🧾 Automatic Checkpointing: Saves current positions for recovery.
  • 📈 Live Progress: Displays total keys processed, speed, and elapsed time.
  • 💬 Telegram Alerts: Sends real-time notifications.
  • 🛡️ Resilient Design: Safe exit handling and automatic restart support.

🖥️ Requirements

  • Python 3.8 or newer
  • coincurve, requests, and psutil libraries
  • Multi-core CPU recommended

🚀 Usage

Each script can be run independently:

python3 forward_scanner.py
python3 reverse_scanner.py

🧩 License & Notice

These scripts are intended for educational and experimental use only.
Users are responsible for ensuring all activities comply with applicable laws and regulations.

About

A high-performance, bidirectional Bitcoin keyspace explorer with checkpoint recovery, multiprocessing, and live progress tracking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages