for keeping keep alive dawn to earn point
- Multi Account
- Uses proxies to avoid IP bans/Limit.
- Auto get new token and appid if expired
- NodeJS Download.
- Dawn Validator Account.
- 2Captcha / AntiCaptcha Apikey , if you don't have apikey services you can using telegram bot for solving captcha.
- Proxy (Optional).
- Get token telegram with bot father @BotFather (search in telegram)
- Get Chat ID with bot @userinfobot (search in telegram)
-
Clone the repository:
git clone https://github.com/ahlulmukh/dawn-bot.git cd dawn-bot
-
Instal Packages:
npm install
-
Create a
proxy.txt
file in the root directory and add your proxies (one per line) (Optional).http://user:pass@host:port http://user:pass@host:port http://user:pass@host:port
-
Crete account file,
cp accounts.json.example accounts.json
and put your email password, if you dont have appid or token just leave it, bot can make it for you.[ { "email": "email", "password": "pw", "data": { "appid": "", "token": "" } }, { "email": "email2", "password": "pw2", "data": { "appid": "", "token": "" } }, { "email": "email3", "password": "pw3", "data": { "appid": "", "token": "" } } ]
-
Make config for captcha services
cp config.js.example config.js
module.exports = { captchaServices: { captchaUsing: "2captcha", // '2captcha' or 'antiCaptcha' or 'manual' for telegram bot solving captcha2Apikey: ["your_apikey"], // array antiCaptcha: ["your_apikey"], // array }, telegramConfig: { botToken: "your_bot_token", //change with your bot token chatId: "your_chat_id", // change with your id telegram }, };
- Run the bot:
node .
- And Done
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana:
5jQMndHzWVH8MCitXdUEYmshJZXVKCzUG12mxJku4WdX
- EVM:
0x72120c3c9cf3fee3ad57a34d5fcdbffe45f4ff28
- BTC:
bc1ppfl3w3l4spnda7lawlhlycwuq2ekz74c936c8emwfprfu9hyun6sq5k6xl
This tool is for educational purposes only. Use it at your own risk.