8000 GitHub - Gmhax/singularity-testnet-bot: Singularity Testnet Bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gmhax/singularity-testnet-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SINGULARITY TESTNET BOT

Singularity Testnet Bot

Prerequisite

  • Git
  • Node JS (v22)

Singularity Finance |Incentives Testnet

New Testnet: Singularity Finance

➡️ Use burner wallet!

➡️ Claim Faucet : https://faucet-testnet.singularityfinance.ai/

➡️ Connect New Wallet : https://singularityfinance.ai/testnet

➡️ Complete Zeally : https://zealy.io/cw/singularityfinance/invite/4SnpNMfR9J4a6gLPxD0cL

  • Get Test SFI Tokens
  • Swap SFI > wSFI or Other
  • Stake 50%
  • Claim Reward
  • Bridge SFI
  • Complete Daily Onchain Task & Social Media Task
  • Done

LFG

BOT FEATURE

  • Multi Account
  • Proxy Support
  • Support PK & SEED
  • Daily Bridge (Disabled)
  • Daily Wrap & Unwrap (Disable)
  • Daily Stake & Unstake
  • Daily Claim Staking Reward
  • Daily Swap
  • Daily Add Liquidity
  • Daily Travel Rule (Later)

Setup & Configure BOT

Setuo

  1. Clone project repo

    git clone https://github.com/Gmhax/singularity-testnet-bot.git && 
    cd singularity-testnet-bot
    
  2. Run

    npm install && npm run setup
    
  3. Configure your accounts

    nano accounts/accounts.js
    

    Format: export const privateKey = ["your-private-key",];

  4. Configure the bot config

    nano config/config.js
    
  5. Create session

    screen -S singurality
    
  6. To run Auto TX

    npm run start
    

##DETACH SESSION:

Ctrl + A, then Click D

Update Bot(Optional)

To update bot follow this step :

  1. run
    git pull
    
    or
    git pull --rebase
    
    if error run
    git stash && git pull
    
  2. run
    npm update
    
  3. start the bot
  4. if any eror happen check log/app.log

About

Singularity Testnet Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0