SolRunner that listens to new Raydium USDC or SOL pools and buys tokens for a fixed amount in USDC/SOL.
Depending on the speed of the RPC node, the purchase usually happens before the token is available on Raydium UI or Pump.fun for swapping.
Official Website: SolRunner.bot
Automatic snipe new pair pool
Looks for profitable TXs and perform sandwich attack
Copy trade from whale's wallets
Stoploss & Takeprofit
Filter by min & max liquidity
Burn Check
Renounce Check
Fast Buy
First step:
- Create a new Solana wallet
- Transfer some SOL to this new wallet
- Convert some SOL to USDC or WSOL (you need USDC or WSOL depending on the configuration in .env file)
You can easily edit settings from the beautiful UI we built!
By default, auto sell is enabled. If you want to disable it, you need to:
- Change
AUTO SELL
tofalse
- Update
MAX SELL RETRIES
to set the maximum number of retries for selling token - Update
AUTO SELL DELAY
to the number of milliseconds you want to wait before selling the token (this will sell the token after the specified delay. (+- RPC node speed)).
AUTO_SELL_DELAY to 0, token will be sold immediately after buy. There is no guarantee that the token will be sold at a profit or even sold at all. The developer is not responsible for any losses incurred by using this feature.
If you see following error in your log file:
Error: 410 Gone: {"jsonrpc":"2.0","error":{"code": 410, "message":"The RPC call or parameters have been disabled."}
It means your RPC node doesn't support methods needed to execute script. FIX: Change your RPC node. You can use Shyft, Helius or Quicknode.If you see following error in your log file:
Error: No SOL token account found in wallet:
it means that your wallet not have USDC/WSOL token account. FIX: Go to Jup.ag and swap some SOL/USDC or SOL/WSOL.
Discord: @SolRunner