Skip to content

WhaleScope v1.0.0

Pre-release
Pre-release

Choose a tag to compare

@BitMorphX BitMorphX released this 29 Jun 18:56

πŸ“Ž RELEASE NOTES – WhaleScope

Version: 1.0.0
Release Date: 2025-05-20


πŸš€ Overview

This is the first official release of WhaleScope, a real-time Ethereum transaction tracker built for the terminal.

It listens to the Ethereum mempool via Infura WebSocket and displays transactions that meet whale-level thresholds or involve token swaps on major DEX platforms.


πŸ”§ Core Features

  • πŸ‹ Detects ETH transactions β‰₯50 ETH
  • πŸ”„ Monitors UniswapV2, UniswapV3, and SushiSwap for token swap activity
  • 🧠 Resolves token symbols from smart contracts
  • πŸ“‘ Real-time mempool monitoring using Infura WebSocket
  • πŸ“Ί Live terminal interface using curses
  • πŸ“ Transaction logging to whale_transactions_log.txt

βœ… Included in v1.0.0

  • βœ… whale_scope.py – Main Python script
  • βœ… requirements.txt – Dependencies
  • βœ… README.md – Setup and usage instructions
  • βœ… LICENSE – MIT license
  • βœ… whale_transactions_log.txt – Output file for logged transactions

⚠️ Known Limitations

  • ❗ Terminal interface is not compatible with Windows cmd or PowerShell β€” use WSL or Linux
  • ❗ Token symbols may not resolve if the contract does not implement the symbol() method
  • ❗ Requires valid Infura Project ID with WebSocket access

πŸ“¦ Installation

pip install -r requirements.txt
python3 whale_scope.py

πŸ” API Configuration

WhaleScope uses a .env file to securely load your Infura Project ID.

Create a file called .env in the project root with the following content:

INFURA_PROJECT_ID=your_infura_project_id_here

This is automatically loaded by the python-dotenv library.


🍱 Support

β˜… Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7

β˜… Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUh6JPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu

β˜… Dash (DASH)
XtNuNfgaEXFKhtfxAKuDkdysxUqaZm7TDX

We also value early privacy coins such as:
β˜… Bytecoin (BCN)
bcnZNMyrDrweQgoKH6zpWaE2kW1VZRsX3aDEqnxBVEQfjNnPK6vvNMNRPA4S7YxfhsStzyJeP16woK6G7cRBydZm2TvLFB2eeR

πŸ™ Thank you for supporting ethical research and independent development.


πŸ‘€ Author & Contact

πŸ”— GitHub: https://github.com/BitMorphX
βœ‰οΈ Email: BitMorphX@proton.me
πŸ’¬ Telegram: https://t.me/BitMorphX

β€œI morph bits, not to break, but to understand.”
β€” BitMorphX


Β© BitMorphX – All rights reserved.