Last updated
Last updated
The goal of this module is to spam tokens BEFORE they are launched in hopes of buying the token in the same block (block 0) as the liquidity pool is added and then sell 2-10 blocks after.
This module is used to snipe STEALTH LAUNCH tokens. In simple terms, the bot will spam transactions for X seconds (you set this in the bot) BEFORE the token launch. If the token launches in this time, the bot will buy and sell the token. This should get you a much better entry compared to normal AllSnipe.
The tactic is to use LOW GAS and HIGHER DELAYS to spam transactions to save on gas fees. (use whatever you are comfortable with)
AmountSolToSwap = how much wsol you want to spend on a token
SecretKey = your solana private key
CheckForPoolAbuse&SellPercentage&CheckForCreators&CheckForSymbols&CheckForMintable
CheckForPoolAbuse = true/false
AbusePoolcheck will force bot to filter tokens, it raises the chance of token to not be instarug, BUT the bot will checkout only filtered tokens. -> set to true is much safer but lower amount of tokens.
SellPercentage = How much you want to sell - ex. 0-100
CheckForCreators = true/false (if you blacklisted a dev wallet)
CheckForSymbols = true/false (if you blacklisted certain tickers)
CheckForMintable = true/false (whether or not the dev enabled mint authority
example - true&100&false&false&true
To add dev wallet in blacklist or token's name in blacklist
Right click on silver io icon -> open file location -> go to solanaBlacklists -> edit the txt files USE ONLY LOWERCASE
go to #blacklist-token-symbol and #blacklist-creator-wallet for some community input of what to blacklist
GasUnitPriceBuy/GasUnitLimitBuy&GasUnitPriceSell/GasUnitLimitSell
GasUnitPriceBuy = amount of gas used for the transaction, the higher it is, the more likely the validator will accept your transaction. EACH TX YOU SEND WILL COST YOU, EVEN IF THE TX FAILS! BE CAREFUL TO NOT DRAIN YOUR WALLET.
GasUnitLimitBuy = This can always be set 200000
GasUnitPriceSell = amount of gas used for the transaction, the higher it is, the more likely the validator will accept your transaction. (The sell TX does not necessairily need to be as high as the buy TX. IMO, getting a better entry is more important, but test for yourself) EACH TX YOU SEND WILL COST YOU, EVEN IF THE TX FAILS! BE CAREFUL TO NOT DRAIN YOUR WALLET.
GasUnitLimitSell = This can always be set to 200000
Example - 25000/200000&25000/20000
Remember, the point of this module is to spam with LOW gas (or whatever you are comfortable with). Test, test, test!
AmountTokensToMonitor = Number of tokens the bot will checkout at the sametime once filters are met.
Example - 1 = 1 token to checkout, 2 = 2 tokens to checkout at the same time
The bot will checkout the tokens at the SAME TIME! So please TAKE CONSIDERATION OF YOUR NODES POTENTIAL!
CheckoutTokenTimeout(ms) = The amount of time for which the bot will send buy transactions per token. The bot will change buying tokens after the time you input. The bot will also change tokens if you've successfully bought a token as well.
Example - 60000 (The bot will monitor the tokens for one minute(60000ms = 1min), after which it will change the token)
DelayBeforeSell(ms) = force the bot to delay before selling in ms. (put 0 to instasell the token)
DelayBetweenBuyTx(ms) = The delay between your buy transactions (node dependant, raise it if you are being ratelimited)
DelayBetweenSellTx(ms) = The delay between your sell transactions (node dependant, raise it if you are being ratelimited)
Again, this module is about spamming the token BEFORE IT IS LAUNCHED - I would recommend raising the DelayBetweenBuyTx compared to the normal allsnipe module.
TEST TEST TEST, DO WHAT WORKS BEST FOR YOUR OWN SETUP, IT IS DIFFERENT FROM EVERYONE ELSE!
In the settings of the bot, this parameter is very important if you are being ratelimited! I recommend 100ms here, but test as always!
SerumMarket is also known as Openbook Market for those with discord monitors.
This is how to setup multiple rpc nodes to send transactions with.
NodeTXT&MonitorRPCURL - example (checkoutrpc.txt&ws://monitorurl.com)
When you install the new update, Silver will create a folder named solanaNodes.
Create a txt file in that folder and input your node urls, one per line.
Whatever you name the file is what you would input the the task as above.
rpcurl computeprice delaybetweentx
Each separate line is a separate "worker". The bot will send transactions simultaneously depending on the delay you set per RPC node.
CheckoutRPC&MonitorRPC = Rpc for checking out & Rpc for monitoring new tokens that drop (dependent on RPS limit on your node) (dont use these nodes, it just an example) - Please scroll down to see the setup for multiple checkoutRPC nodes.
You can now set a delaybetweentx for each specific node by doing the following
Similar to the normal allsnipe module, however, this one snipes stealth launches.