Sonic TX bot for adding more tx on chain
- Support PK and SEED
- Proxy Support
- Auto Check In
- Auto TX until 100 Times
- Auto Claim TX Milestone
- Auto Opening Mystery Box
- Support on testnet-v1
- Git
- Node JS > v18
git clone https://github.com/stephenahmeed/sonic-tx-bot.gitcd sonic-tx-bot
npm installcp account_tmp.js account.js && cp proxy_list_tmp.js proxy_list.js- fill up account.js
account.jsfill with your account private key - fill up proxy_list.js
proxy_list.jsfill with your proxy list
npm run startJoin My Airdrop Channel For Upcoming Update: https://t.me/sabbirofficialairdrop
im adding config file for you to configure, open src config/config.js and adjust config. Here some configurable variables.
export class Config {
static sendAmount = 0.0001; //amount to send in sol
static destAddress = addressList; //address destination list
static maxRetry = 3; // max error retry for claiming
}to configure destination address list, open src config/address_list.js adjust the list with yours. the bot will pick random destination address from that list to send token or it will send to its own wallet address.
to update just run git pull or if it failed because of unstaged commit, just run git stash and then git pull. after that do npm install or npm update.