AI inference powered by distributed compute.
- Automated Referral
- Register/Login Accounts
- Auto Create Providers
- Auto Send Heartbeat
- Support Multy Accounts
- Support Proxy
- Git
- Node.js
- NPM
put your proxy in file proxy_list.js
format http://username:pass@ip:port
1 proxy for 1 provider
so if you want create multiple providers you need to put multiple proxy there.
-
Clone this repository:
git clone https://github.com/Rambeboy/oasis-ai-bot.git && cd oasis-ai-bot
-
Install dependencies:
npm install
-
Make new accounts folder:
mkdir -p accounts
-
Configure all folder:
cp accounts/accounts_tmp.js accounts.js && cp config/proxy_list_tmp.js proxy_list.js
-
Put your email and pass to
accounts.js
formatemail|password
1 account for 1 linenano accounts.js
-
Put your proxy to
proxy_list.js
nano proxy_list.js
-
Setup to create accounts/login and get Tokens:
npm run setup
-
Run The Script:
npm run start
-
Additional feature auto referral:
npm run autoreff
This project is licensed under the MIT License. See the LICENSE file for details.