thebrumby / HotWalletClaimer

Looking to optimize your earnings with HOT tokens on the Near Protocol? How about Wave on SUI? Tree 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.
MIT License
89 stars 31 forks source link

Request New Game: memefi #26

Closed itcthienkhiem closed 1 month ago

itcthienkhiem commented 1 month ago

Dear Ad, Please add new game memefi in telegram bot Link: https://web.telegram.org/k/#@memefi_coin_bot Thanks

thebrumby commented 1 month ago

Hi,

We hope to add a new game a week, in the coming weeks. We'll add it to the list of suggestions :)

bscongluanbui commented 1 month ago

Hi,

We hope to add a new game a week, in the coming weeks. We'll add it to the list of suggestions :)

Hi Oxygen is a very fomo game now and plan to list on Q3/2024 https://t.me/oxygenminerbot pls Consider it

thebrumby commented 1 month ago

Hi, We hope to add a new game a week, in the coming weeks. We'll add it to the list of suggestions :)

Hi Oxygen is a very fomo game now and plan to list on Q3/2024 https://t.me/oxygenminerbot pls Consider it

Thank you for your suggestion of Oxygen and the Coffee ☕!!

The script is claiming as expected and we are currently doing the final test and will upload it shortly.

thebrumby commented 1 month ago

Hi, We hope to add a new game a week, in the coming weeks. We'll add it to the list of suggestions :)

Hi Oxygen is a very fomo game now and plan to list on Q3/2024 https://t.me/oxygenminerbot pls Consider it

We have now uploaded the script, although we continuing to test if it consistently claims the daily box. So far it is correctly claiming the hourly reward without issue. Once downloaded, you can log in and set up the claim process with:

./launch.sh oxygen
image
bscongluanbui commented 1 month ago

Hi, We hope to add a new game a week, in the coming weeks. We'll add it to the list of suggestions :)

Hi Oxygen is a very fomo game now and plan to list on Q3/2024 https://t.me/oxygenminerbot pls Consider it

We have now uploaded the script, although we continuing to test if it consistently claims the daily box. So far it is correctly claiming the hourly reward without issue. Once downloaded, you can log in and set up the claim process with:

./launch.sh oxygen
image

Many thanks. Wish best for you

bscongluanbui commented 1 month ago

Hi, We hope to add a new game a week, in the coming weeks. We'll add it to the list of suggestions :)

Hi Oxygen is a very fomo game now and plan to list on Q3/2024 https://t.me/oxygenminerbot pls Consider it

We have now uploaded the script, although we continuing to test if it consistently claims the daily box. So far it is correctly claiming the hourly reward without issue. Once downloaded, you can log in and set up the claim process with:

./launch.sh oxygen
image

Hi I'm using linux installation, not docker. How to update this script? Because docker arm not update the full app

thebrumby commented 1 month ago

If you didn't modify any of the base files, you could run git pull from inside your HotWalletBot directory and it will get the latest version of the scripts without overwriting your variables.txt or existing directories.

You can run this from inside your HotWalletBot directory if you prefer to be more cautious.

git clone https://github.com/thebrumby/HotWalletBot.git updated_scripts
cp updated_scripts/games/oxygen.py games/

I hope this makes sense?

bscongluanbui commented 1 month ago

If you didn't modify any of the base files, you could run git pull from inside your HotWalletBot directory and it will get the latest version of the scripts without overwriting your variables.txt or existing directories.

If you prefer to be more cautious, you can run.

git clone https://github.com/thebrumby/HotWalletBot.git updated_scripts
cp updated_scripts/games/oxygen.py games/

I hope this makes sense?

thank you I did it perfectly

thebrumby commented 1 month ago

Happy claiming.

bscongluanbui commented 1 month ago

If you didn't modify any of the base files, you could run git pull from inside your HotWalletBot directory and it will get the latest version of the scripts without overwriting your variables.txt or existing directories. If you prefer to be more cautious, you can run.

git clone https://github.com/thebrumby/HotWalletBot.git updated_scripts
cp updated_scripts/games/oxygen.py games/

I hope this makes sense?

thank you I did it perfectly

sorrry but after update the script with git pull. All old process stop, How to restart them. SOrry for my bad

Wellynounet commented 1 month ago

sorrry but after update the script with git pull. All old process stop, How to restart them. SOrry for my bad

They appear in pm2 ls ? or not ? if not use " pm2 resurrect" and everything should work :) like before.

bscongluanbui commented 1 month ago

sorrry but after update the script with git pull. All old process stop, How to restart them. SOrry for my bad

They appear in pm2 ls ? or not ? if not use " pm2 resurrect" and everything should work :) like before.

pm2 resurrect not working. It show in inactive process when I run ./remove-process.sh, I can see them

thebrumby commented 1 month ago

It show in inactive process when I run ./remove-process.sh, I can see them Hi,

If your PM2 processes have disappeared, you have two options, although neither is ideal:

  1. Repeat the Automated Setup: Use ./remove-process.sh to remove inactive folders and ./launch.sh to automate the setup from the beginning.
  2. Manual Addition: Manually add each process to PM2 based on your actual file structure. Below are some examples:
pm2 start games/hot.py --interpreter venv/bin/python3 --name HOT:Wallet1 -- HOT:Wallet1
pm2 start games/cold.py --interpreter venv/bin/python3 --name BNB-Cold:Wallet1 -- BNB-Cold:Wallet1
pm2 save

Thanks

bscongluanbui commented 1 month ago

It show in inactive process when I run ./remove-process.sh, I can see them Hi,

  • PM2 Resurrect: This is enabled by default in the Docker build.
  • Process Removal: The script ./remove-process.sh can be used to remove inactive folders. It lists any folder that exists without a corresponding PM2 process in an "online" status.

If your PM2 processes have disappeared, you have two options, although neither is ideal:

  1. Repeat the Automated Setup: Use ./remove-process.sh to remove inactive folders and ./launch.sh to automate the setup from the beginning.
  2. Manual Addition: Manually add each process to PM2 based on your actual file structure. Below are some examples:
pm2 start games/hot.py --interpreter venv/bin/python3 --name HOT:Wallet1 -- HOT:Wallet1
pm2 start games/cold.py --interpreter venv/bin/python3 --name BNB-Cold:Wallet1 -- BNB-Cold:Wallet1
pm2 save

Thanks

thank you I'm switch to docker and working perfectly. Thanks for you support