Skip to content

stephenahmeed/sonic-tx-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SONIC TX BOT

Sonic TX bot for adding more tx on chain

BOT FEATURE

  • 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

PREREQUISITE

  • Git
  • Node JS > v18

SETUP

1. Open CodeSpace

https://github.com/codespaces

2. Clone project repo

git clone https://github.com/stephenahmeed/sonic-tx-bot.git

3. Go To Bot Directory

cd sonic-tx-bot

4. Instal Dependecies

npm install

5. Run

cp account_tmp.js account.js && cp proxy_list_tmp.js proxy_list.js
  • fill up account.js account.js fill with your account private key
  • fill up proxy_list.js proxy_list.js fill with your proxy list

6. To Run Bot

npm run start

Join My Airdrop Channel For Upcoming Update: https://t.me/sabbirofficialairdrop

CONFIGURATION

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.

HOW TO UPDATE

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors