thebrumby / HotWalletClaimer

Looking to optimize HOT earnings on Near Protocol, Wave on SUI, Vertus on TON, or other supported apps like Hamster Kombat? This Python script monitors and claims rewards for your favorite Telegram crypto games. It avoids API injections by simulating mouse movements in a real browser.
MIT License
183 stars 47 forks source link

Feature Request: Batch Session Creation #271

Closed BraveCanister closed 3 hours ago

BraveCanister commented 5 hours ago

I think I'm getting the hang of using the HOT claimer. As far as I understand, the script should distinguish fine between multiple HOT-accounts that are under "one hood" of a single telegram account since HOT supports importing multiple accounts.

Now I wonder if there's a way to batch create sessions by providing the seed phrases in a more time-efficient manner.

thebrumby commented 5 hours ago

Hi @BraveCanister,

Your understanding is correct. You can only create one set of HOT keys per Telegram account, but the script uses a different browser session for each saved game session, you can "manage" multiple game sessions from a single Telegram account (so you only need to sign in once).

There is a slight timesaver where you can pre-submit the Wallet name and seed phrase in the launch command, but you will still need to enter them one by one, and select the saved Telegram account and final options once the seed phrase has been added (default add to PM2 and save PM2 config).

./launch.sh hot HOT:Wallet1 --seed-phrase word1 word2 ... word12
./launch.sh hot HOT:Wallet2 --seed-phrase word1 word2 ... word12