KAISAR NETWORK 去注册 https://zero.kaisar.io
Depoloy TG communicate channel TG CHANNEL
Depoloy TWITTER communicate channel X CHANNEL
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.
一个账号,项目方禁止开多IP节点挖矿,至于为什么 不清楚
- Clone the repository:
git clone https://github.com/amumuku/kaisar-bot.git cd kaisar-bot
- 安装依赖:
npm install
3.下面准备好批量邮箱地址
填充到emails.txt
- 注册邮件发验证码(新账户),老账户会直接生成token
npm run register
5.验证邮件并confirm
检查上面所有的邮箱的验证邮件并confirm,完成后,
再次命令行运行 npm run register 这一步是生成token
检查tokens.txt的行数 是否和emails.txt的行数一致
6.根据token数量 生成对应的硬件设备号
npm run setup
7.修改 proxy.txt 代理的数量和 tokens的数量/email数量保持一致 8. 运行:
npm run start,如果后台运行请执行 nohup npm run start &
9.查看运行日志
tail -f -n 1000 nohup.out