Register: Here
Sponsor Code: 199228075
This project automates interactions with the KingHub API to manage user accounts, check mining statuses, claim rewards, and upgrade boot levels.
- Token Management: Automatically refreshes and updates access tokens.
- Mining Status: Checks mining status, including current points, boost levels, and claim windows.
- Reward Claims: Claims mining rewards automatically when available.
- Boots Upgrade: Checks if enough points are available to upgrade boots and upgrades to the next level if possible.
- Node.js (version 14 or higher)
axios
for making HTTP requestschalk@2
for colorized console output- File system access to read and update tokens
-
Clone the Repository
git clone https://github.com/ganjsmoke/kinghub.git cd kinghub
-
Install Dependencies
npm install
-
Set Up Token File
Create a file named
hash.txt
in the root of the project directory. This file should contain your access and refresh tokens, separated by commas. Each line represents a different account.accessToken1,refreshToken1,your_email_1,your_password_1 accessToken2,refreshToken2,your_email_2,your_password_2
you can start with ,,your_email_1,your_password_1 if you're lazy like me
Run the script using Node.js:
node index.js
Bot created by: https://t.me/airdropwithmeh