Your compute, your currency Transform your compute power into real earnings
- Support Multy accounts.
- Support Proxy.
- Node.js 20+
- Dependencies installed via
npm install
- if you already have account you can create file manually
tokens.txt
: Stores access_tokens each line 1 account.id.txt
: Stores Extension IDs each line 1 account.proxy.txt
: stores Proxy url formathttp://user:pass@ip:port
each line 1 proxy.- if you register using cli, file above auto filled, just fill
email.txt
with your email. emails.txt
: Store email account 1 line 1 account.
-
Clone the repository:
git clone https://github.com/SKaaalper/kaisar-bot.git cd kaisar-bot
-
install dependencies:
npm install
-
Edit
emails.txt
filenano emails.txt
-
Edit
proxy.txt
if you want to use proxy, otherwise, leave it as it is.nano proxy.txt
-
Run below code TWICE if you are going to register a new account. If you already have an account, run only ONCE
npm run register
- Enter your password
- copy the token start with
eyJhbGciOiJIUzI1
-
Create
tokens.txt
filenano tokens.txt
- Paste your tokens start with
eyJhbGciOiJIUzI1
- Ctrl + O then enter to
save
- Ctrl + X to
exit
- Paste your tokens start with
-
Create Extension ID for
new account
npm run setup
- save it and paste to
id.txt
file
- save it and paste to
-
Create
id.txt
filenano id.txt
-
Run the bot:
npm run start