A PATCHED automated tool for checking Crypto.com accounts with proxy handling and multi-threading capabilities.
💬 Discord
·
📜 ChangeLog
·
- 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
- 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)
-
Configuration: Edit
input/config.toml:[captcha] service = "nextcaptcha" # or "capsolver" api_key = "your_api_key" [dev] Debug = false Proxyless = false Threads = 1 MaxRetries = 3
-
Proxy Setup (Optional):
- Add proxies to
input/proxies.txt(one per line) - Format:
ip:portoruser:pass@ip:port
- Add proxies to
-
Running the script:
python main.py
-
Output:
- Checked accounts are saved to
output/valid.txt(email:phone) - Invalid accounts saved to
output/invalid.txt - Errors recorded in
output/error.txt
- Checked accounts are saved to
- 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
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