🔔 CHANNEL: https://t.me/JamBitPY
💬 CHAT: https://t.me/JamBitChat
💰 DONATION EVM ADDRESS: 0xe23380ae575D990BebB3b81DB2F90Ce7eDbB6dDa
- Auto registration/login
- Auto-completion of all tasks
- Auto-farm points
[FARM MODULES]
The expansion delay between keepalive requests is 120 seconds, so it is recommended to use +- the same value in CYCLE FARMING MODULE.
[CAPTCHA]
In this version captcha is solved using OCR Paddle (automatic image recognition), so be careful with a large number of threads
[DATABASE]
A database is used to save time and optimize. In this case, the script do not need to solve the captcha every time log in. (The old authorization token is used)
[EMAILS]
If you receive an error that your mail is not supported, go to the configuration and add an IMAP server for your mail domain. It is important to remember that popular services use application passwords instead of email passwords. For example, for Gmail mail, you need to enter not a password, but an application code, otherwise you will receive an error.
FOR REGISTRATION MODULE:
Accounts: data > register.txt | Format:
- email:password
FOR FARM, EXPORT AND TASKS MODULES:
Accounts: data > farm.txt | Format:
- email:password
Proxies: data > proxies.txt | Format:
- type://user:pass@ip:port (http/socks5)
- type://user:pass:ip:port (http/socks5)
- type://ip:port:user:pass (http/socks5)
- type://ip:port@user:pass (http/socks5)
Name | Description |
---|---|
threads | Number of accounts that will work simultaneously |
keepalive_interval | delay between keepalive requests in seconds |
imap_settings | imap servers for your mails |
- Install python >= 3.11:
https://www.python.org/downloads/
- Clone the repository:
git clone this repo
- Create and activate a virtual environment:
python -m venv venv
cd venv/Scripts
activate
cd ../..
- Install dependencies:
pip install -r requirements.txt
- Run the bot:
python run.py