Skip to content

An automated tool for checking Crypto.com accounts with proxy handling and multi-threading capabilities.

License

Notifications You must be signed in to change notification settings

sexfrance/Crypto-Account-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto.com Account Checker

A PATCHED automated tool for checking Crypto.com accounts with proxy handling and multi-threading capabilities.

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature


⚙️ Installation

  • Requires: Python 3.7+
  • Make a python virtual environment: python -m venv venv
  • Source the environment: venv\Scripts\activate (Windows) / source venv/bin/activate (macOS, Linux)
  • Install the requirements: pip install -r requirements.txt

🔥 Features

  • Proxy support for avoiding rate limits
  • Multi-threaded account checking
  • Real-time checking tracking with console title updates
  • Configurable thread count
  • Debug mode for troubleshooting
  • Proxy/Proxyless mode support
  • Automatic token handling
  • Detailed logging system
  • Account data saving (email:phone format)
  • Full account capture with region and country details
  • Captcha solving support (NextCaptcha, Capsolver)

📝 Usage

  1. Configuration: Edit input/config.toml:

    [captcha]
    service = "nextcaptcha"  # or "capsolver"
    api_key = "your_api_key"
    
    [dev]
    Debug = false
    Proxyless = false
    Threads = 1
    MaxRetries = 3
  2. Proxy Setup (Optional):

    • Add proxies to input/proxies.txt (one per line)
    • Format: ip:port or user:pass@ip:port
  3. Running the script:

    python main.py
  4. Output:

    • Checked accounts are saved to output/valid.txt (email:phone)
    • Invalid accounts saved to output/invalid.txt
    • Errors recorded in output/error.txt

📹 Preview

Preview


❗ Disclaimers

  • This project is for educational purposes only
  • The author is not responsible for any misuse of this tool
  • Use responsibly and in accordance with Crypto.com's terms of service

📜 ChangeLog

v0.0.2 ⋮ 11/20/2025
+ Added captcha solving support (NextCaptcha, Capsolver)

v0.0.1 ⋮ 10/21/2025
! Initial release with proxy support and multi-threading

Releases

No releases published

Packages

No packages published

Languages