Skip to content

Looking to optimize your earnings with HOT tokens on the Near Protocol? How about Wave on SUI? Tree or Cold on BSC? Or Vertus on Ton? This Python script simplifies the process by monitoring your account status within popular Telegram apps, ensuring rewards are claimed at the correct time.

License

Notifications You must be signed in to change notification settings

Koros0111/HotWalletClaimer

 
 

Repository files navigation

Telegram Claim Assistant - Mine HOT & 18 More!

Supporting 19 crypto-based games and growing monthly. Automate claims and stay informed about their status. For a full list of supported games and launch commands, visit: Launch Commands.


Hello, Fellow Crypto Game Enthusiasts! Maintaining the Telegram Claim Bot takes around 40 hours a week, and we currently receive $20 a month in donations. If you find the scripts useful and want to support our ongoing development, consider becoming a Patreon or treat us to a cup of coffee ☕ for as little as $5. Your contribution helps keep the project actively maintained and expanding!

You can also support us at no cost by subscribing to and watching our YouTube channel, where we share more content and insights. Prefer crypto? Donations are welcome of any token through any of these 26 supported chains, including BSC, Polygon, or Ethereum, to:

0x070411DD6D9Ef8331F57349dD1952D3921456AA6

Want to learn more about the Telegram Claim Bot? Our blog posts are FREE to read on Patreon!

  • Mining, Spinning, but not Racing... The Gamee Script Strikes Back!: Fan favorite working again. read more
  • Dodging Icebergs and Casting Spells: Challenges after the Telegram Mini-App upgrade. read more
  • Hamster Kombat - Finally Added!: One of the most requested play-2-earn games is here. read more

Clever Claiming - How to Use a Virtual Browser and Python Script to Maximize Rewards 24/7

Many popular Telegram apps require frequent logins to maximize rewards - however, this Python script uses Selenium to automate human-like interactions in a real browser session, without injecting suspicious API calls. Designed to run on your local computer or VPS, the script monitors your account status within the app, claiming rewards at the optimal time. With an optional random timer offset, it further mimics natural behavior, minimizing risks and keeping your accounts active. It’s ideal for automating reward claims on Telegram mini-apps like Gamee, Hamster Kombat, and Blum, offering convenience without constant manual involvement.

For instance, when claiming Hot on Near-Protocol, or other Web3-enabled apps like Ocean on SUI and Vertus on TON, the script tracks when your reward storage is full and initiates claims automatically, reducing network load and transaction fees. Bots such as Oxygen, Time-Farm, and Lum City even feature auto-upgrade or auto-staking options, increasing the benefit vs mining alone. WARNING: Always do your own research, as some projects may ultimately deliver no real-world value and may try to upsell features for cold hard cash!

🎥 Step-by-Step Video Walkthrough 🎬

Watch along while I perform each step, from server setup, downloading and installing the script, configuring the options, and initiating your automated claims with the Video Walkthrough.

Quick Start Install via Docker (best option for non-technical users)

Using Docker simplifies the setup for non-technical users, by "containerizing" the application and its dependencies, keeping it separate from your main operating system, and ensuring a consistent environment across different architectures (X86/ARM64) and operating systems (Linux-based/Windows). This approach eliminates issues related to dependency management and version conflicts.

Install Docker Desktop on your PC or CLI Docker on a VPS and then type the following commands into a terminal. Refer to the DOCKER.md or video walkthrough for full details.

Run a Container with the Script and Dependencies from the Latest Image (with automatic restart set)

docker run -d --name telegram-claim-bot --restart unless-stopped thebrumby/telegram-claim-bot

Enter the Container To Interact with the Script - Add New Game Accounts, Monitor for Errors etc

docker exec -it telegram-claim-bot /bin/bash

Once Inside the Container - To launch a game:

./launch.sh

To see the status of all your accounts, delete processes, and see PM2 logs on one page:

./launch.sh status

For more details on status, check out its STATUS.md guide.

You can type exit or CTRL+D to leave the container, which will remain running until stopped. You may use the docker exec command above to re-enter the container as often as needed.

Setting Up a Relay from This Script to a Telegram Bot

We've detailed the process of setting up a relay from this script to a Telegram bot in step-by-step instructions. This includes creating a bot using BotFather, configuring your script to use the bot, and adding interaction levels. For comprehensive instructions, refer to the TG-BOT.md guide.

Windows 10 & 11 Alternative Installation - Utilize WSL2:

You can check out the WINDOWS.md guide or check out this video for further instructions.

Stand-alone Linux Installation (best option for technically-minded users):

To create a stand-alone (non-Docker) version, follow the instructions at LINUX.md or watch the video walkthrough. This method is compatible with Ubuntu-style operating systems and tested on Ubuntu 20.04 - 24.04.

General Instructions

💻 TIP: This project has no control over the size of your hardware, how many servers or devices you will use, or the number of game sessions that you will initiate on each device. However, it's important to remember that every game session you initiate using the recommended process manager (PM2) has an overhead in system resources.

  1. When not actively making a claim, each session uses around 35 MB of RAM (memory) and virtually no CPU load. During the Setup and Claim phases, each concurrent session requires approximately 450 MB of memory and utilizes a larger portion of your CPU resources. The concurrent claims setting (default value 1) limits the number of active claims to prevent hardware overload, if additional claim sessions become due, they will queue until a concurrent claim slot becomes free. If you have a multiple-core processor and generous RAM, you can increase this by changing the settings as described in the Usage Notes.
Example Hardware Configuration Recommended Maximum Concurrent Claims
1 core, 1 GB RAM 1
2 cores, 3 GB RAM 4
4 cores, 4 GB RAM 6
4 cores, 6 GB RAM 8
  1. Hard disk space: Each game session has a saved browser cache which includes images, CSS, and JavaScript assets used by the game. Depending on the game, this can range from 100 to 400 MB. Additionally, the recommended process manager (PM2) also stores logs. If disk space is a concern, you can set limits on the PM2-LOGS.md or set enableCache to 'n' in the script settings.

It is the script user's responsibility to assess the capacity of their hardware, review it regularly, and limit the number of game session instances that they initiate to stay within the limits of their hardware. Failure to do so may lead to slow processing, script/server crashes, and the possibility you will be locked out of your server.

Step-by-Step Video Walkthrough YouTube Link Video Length
Introduction: Play2Earn - Automating Claims in Telegram Games with Python - Hot, Cold, Vertus, and Tree
Dive into the exciting world of Play2Earn games as we explore automation techniques using Python. This video provides a comprehensive walkthrough on how to set up automated claims for games such as Hot, Cold, Vertus, and Tree. Learn how to efficiently manage game rewards and maximize your earnings with our step-by-step guide. Play2Earn: Automating Claims in Telegram Games with Python - Hot, Cold, Vertus, and Tree
Watch Video
03:38
Windows Guide: Experience the Simplicity of Docker
Explore how to use Docker, a powerful tool for rolling out software such as our automation script. This guide is tailored for Windows users, providing a straightforward approach to setting up and using Docker for efficient software deployment. Windows Guide: Experience the Simplicity of Docker
Watch Video
10:09
Step 2a: Setting Up an Amazon VPS for Automated Crypto Claiming Scripts
Setting up a virtual private server (VPS) on Amazon Web Services is easier than you think! This tutorial covers everything from creating your VPS to configuring it for automated crypto claiming scripts. Whether you're managing Hot, Cold, Vertus, or Tree, these strategies will help streamline your operations and enhance your mining efficiency. Setting Up an Amazon VPS for Automated Crypto Claiming Scripts
Watch Video
03:57
Step 2b: Setting Up Ubuntu on Windows Using WSL for Crypto Automation
Learn how to integrate Ubuntu with Windows using the Windows Subsystem for Linux (WSL) for enhanced crypto automation capabilities. This guide will take you through the installation and setup process, showing you how to prepare your system for automating claims in games like Hot, Cold, Vertus, and Tree. Setting Up Ubuntu on Windows Using WSL for Crypto Automation
Watch Video
03:47
Step 3: Installing the Python Script and Configuring Automated Claims
Master the setup of automated claiming scripts in this detailed tutorial. We walk you through the installation of necessary Python scripts and show you how to configure them for efficient operation across various games such as Hot, Cold, Vertus, and Tree. This video is perfect for anyone looking to automate their gameplay and claiming process. Installing the Python Script and Configuring Automated Claims
Watch Video
06:37
Step 4: Setting Up Telegram Accounts: QR Codes and One-Time Passwords
Setting up Telegram accounts for mining games doesn't have to be complex. This guide demonstrates the use of QR codes and one-time passwords to access games like Hot, Cold, Vertus, and Tree. Follow along to learn how to secure and optimize your game accounts for maximum productivity and ease of use. Setting Up Telegram Accounts: QR Codes and One-Time Passwords
Watch Video
03:45
Mining Hot on Near Protocol - Wallet Setup and Automated Claiming Guide
This tutorial focuses on setting up a wallet and automating claims for the Hot game on the Near Protocol blockchain. We'll show you the crucial steps to ensure your wallet is properly configured and automated to claim rewards efficiently. Whether you're a beginner or an experienced miner, these insights will help you make the most of your mining efforts. Mining Hot on Near Protocol - Wallet Setup and Automated Claiming Guide
Watch Video
05:42
Automating Tree Mining with BNB Wallet: Setup and Claims Guide
Automate your Tree mining efforts using the BNB Wallet with this straightforward guide. Discover the essential steps for setting up your wallet, initiating claims, and optimizing the process to ensure continuous mining success. This video will equip you with the tools and knowledge needed to effectively manage and automate your mining operations. Automating Tree Mining with BNB Wallet: Setup and Claims Guide
Watch Video
03:04

Addional Process Manager 2 PM2 commands you may find useful.

  • View all PM2 managed processes:
    pm2 list
  • View logs for a specific session (Replace HOT:Wallet1 with the actual name):
    pm2 log HOT:Wallet1
  • To remove a managed wallet:
    pm2 delete HOT:Wallet1
  • Save configuration if you add or delete processes:
    pm2 save

V3.0.3 Release Notes.

Usage Instructions

After executing the script with ./launch.sh, you'll be prompted to update settings and configure your session.

Update Settings

If you choose "yes" when prompted to update settings, you can review and modify the following options:

  • forceClaim: Force a claim the first time the script runs, regardless of whether the wallet is full.

  • debugIsOn: Enable debugging to save screenshots locally (default is off).

  • hideSensitiveInput: Hide sensitive information like phone numbers and seed phrases (default is on).

  • screenshotQRCode: Choose to log in via QR code instead of manual login via phone number and OTP.

  • maxSessions: Set the maximum number of concurrent claim sessions; additional wallets will wait for an available slot.

  • verboseLevel: Adjust the verbosity of console messages (1 = minimal, 3 = all messages).

  • telegramVerboseLevel: Adjust the verbosity of messages sent to the Telegram bot (0 = none, 3 = all messages).

  • forceNewSession: Force a new login, useful if the existing session encounters errors.

  • lowestClaimOffset and highestClaimOffset: Define the range for randomized claim timing relative to when the pot is filled.

    • Examples of Random Claim Timing Based on Claim Offset:
      • -30, -15: Early claims randomly between 30 and 15 minutes before the pot is full.
      • 30, 60: Late claims randomly 30 minutes to 1 hour after the pot is full.
      • -15, 15: Random claims within a 15-minute window before or after the pot is filled.
  • useProxy: Decide whether to use the built-in proxy (as of 19th September 2024, recommended off).

  • requestUserAgent: If enabled, the script will prompt you to enter your user-agent each time.

  • telegramBotToken: Allows you to relay information to a Telegram bot via BotFather.

  • enableCache: Disabling saves disk space but increases network load.

Proxy Configuration

  • You can now configure the Telegram Claim Bot to use a third-party proxy connection to bypass geo-location blocks or enhance privacy. Detailed instructions on how to configure a third-party proxy can be found here.

Session Name Configuration

  • Sessions are auto-named numerically in the format "Wallet1", or can be customized to your own choice. Reusing a name attempts to resume that session.

Telegram Login: Saved Account Options

  • If the script detects you have a saved Telegram session, you can choose it from a numbered list.
  • If you prefer to log into a new account, selecting 'n' proceeds to a new Telegram login. The default method is to log in by scanning a QR Code screenshot.
  • Should the QR Code method be unsuccessful, or if you disable it in settings, follow the OTP login procedure outlined below.

Telegram OTP login: Country Name and Phone Number for Telegram

  • Enter your Country Name as displayed on Telegram's login page or accept the default, which is auto-detected based on your IP.

Telegram OTO login: One-Time Password (OTP)

  • Enter the OTP sent to your registered Telegram account.

Telegram login: Two-factor authentication (2FA)

  • If 2FA is enabled on your Telegram account, enter your 2FA password following the QR code scan or OTP entry.

Game login: Seed Phrase Input for HereWalletBot Login

  • If your selected game requires a seed phrase to log in, carefully input your 12-word seed phrase, ensuring correct spacing without any punctuation or numbers.
  • Alternatively, if the game's login is based on the Telegram account, ensure you are logging into the correct account.

Final options once the PM2 session is configured.

  • Select "a" or press to automatically add the session to PM2.
  • Select "e" to exit to the Command Line Interface without adding to PM2
  • Select "y" to continue and attempt to make a claim.

Remember to check and adjust your settings upon startup to optimize the script's performance to your server's capabilities.

After following these steps, if all inputs are correctly entered, and assuming no flooding block is in place, you'll be successfully logged into Telegram and your chosen game.

Security Considerations for HotWalletClaimer Usage

💡 Communication: The only external communication is with the Telegram Web App, which occurs over HTTPS, providing a secure channel.

⚠️ Your seed phrase and Telegram login details are not stored or transmitted by this script, except during the unavoidable one-time login process. As of version v1.3.4, the Google Chrome session is now saved into the selenium folder, as of v.1.3.6 there is also a duplicate of the session in ./HotWalletBot/backups - if this information were to become compromised, it would allow a suitably experienced individual to access your account.

💡 Debugging: Enabling debug mode captures the whole process as screenshots, excluding the seed phrase entry step. These images are stored locally to assist you in the event of errors and are not otherwise transmitted or uploaded in any way.

Security Best Practice:

💡 Private Devices: Only use this script on private, secure machines or Virtual Private Servers that only you can access.

⚠️ Caution with Seed Phrases: Be very cautious with accounts of significant value. Consider the effect of any unintended loss should your seed phrase become compromised.

💡 Awareness and Discretion: Understand the security trade-offs of using this automation tool or any other third-party tools. Your vigilance is crucial in safeguarding your information.

Disclaimer:

Use of HotWalletClaimer is at your own risk. While we are confident that the script neither transmits nor stores your sensitive data, it is essential to acknowledge that devices can become compromised through viruses or other malicious software. The developers of HotWalletClaimer exclude any liability for potential security breaches or financial losses. It is your responsibility to safeguard your digital security. Always prioritize protecting your accounts and sensitive information.

About

Looking to optimize your earnings with HOT tokens on the Near Protocol? How about Wave on SUI? Tree or Cold on BSC? Or Vertus on Ton? This Python script simplifies the process by monitoring your account status within popular Telegram apps, ensuring rewards are claimed at the correct time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.8%
  • JavaScript 27.3%
  • Shell 1.9%