Blum ? Blum is telegram web app mining on telegram, and blum bot is blum auto mining and complete missions bot
- Node JS (v22.1.0)
- Git
- Blum Account t.me/BlumCryptoBot/app?startapp=ref_dvQqzUMseK
- TELEGRAM_APP_ID & TELEGRAM_APP_HASH Get it from Here
- Auto Check In (Experimental)
- Auto start and claim mining
- Auto complete missions
- Auto claim misisons reward
- Auto play game
- Register blum on telegram t.me/BlumCryptoBot/app?startapp=ref_dvQqzUMseK
- Start bot
/start
- Launch Blum
- clone the project
git clone https://github.com/Widiskel/blum-bot.git
- run
cd blum-bot
. - run
npm install
. - run
cp src/config/config_tmp.js src/config/config.js && cp src/config/proxy_list_tmp.js src/config/proxy_list.js
- To configure the app, run
nano src/config/config.js
and add your telegram app id and hash there - To Configure Proxy, run
nano src/config/proxy_list.js
and fill up your proxy using provided format (it currently support only HTTPS proxy), if you don't use proxy then just let it blank [].
export const proxyList = [];
- run
npm run start
- run
git pull
orgit stash && git pull
- run
npm update
- read Setup and run again if any new step added
- run the bot again
npm run start
This bot using telegram sessions. if you ever use one of my bot that use telegram sessions, you can just copy the sessions folder to this bot.
if any error happen please check HERE check the commit if any new commit, then update the bot.