Bot to automate any task on Blum.
Just run the start.bat
It will automatically run update, installing depedencies, and run the bot.
chmod +x start.sh
- Run
./start.sh
It will automatically run update, installing depedencies, and run the bot.
- Install
npm install
- Create
query.txt
- Put the telegram app data each line
- Run
npx ts-node index.ts
orbun run index.ts
To set your referral, just edit the referral.txt
and edit the const ref_XXXXXXXXX
If the account not connecting the wallet yet, a wallet will be generated and the address and mnemonic will saved into wallet.txt
- Auto Register with Referral
- Auto Farming
- Auto Play Games
- Auto Task
- Auto Claim Daily Rewards
- Auto Claim Friends Balance
- Auto Join Tribe
- Auto Connect Wallet
- Auto Disconnect Wallet
config.json
used to enable/disable feature that you dont want to run.
If you are running with start.bat
or start.sh
usually new depedencies not installed. Try to run npm install
or bun/yarn install
.