copytrade
module for copy selected wallets trades via pumpfun contract
Module
ModulePumpfun
TASKS
TASKSDefault number is 1. This setting will make your bot multiply the tx flow based on the DELAY which is one of the next settings in this configuration file. Basically, this multiplies the number of txes sent every DELAY.
Example given: TASKS 1; DELAY - 100 = 1000/100 * 1 = 10 tx / sec flow. TASKS 2; DELAY - 100 = 1000/100 * 2 = 20 tx / sec flow.
SLIPPAGE
SLIPPAGESlippage is when the price of an order executes at a drastically higher or lower price than you expected. Due to the volatility of cryptocurrency, the price of an asset can fluctuate often depending on trade volume and activity. So, format is the integer between 0 and infinity For PF this value can be more than 100. Slippage affects max sol cost ex. slippage 200, amount buy 0.1 = max sol spending 0.3 recommended value 30. If you see error 0x1772 set this value higher
TX AMOUNT
TX AMOUNTLimit for sending tx amount. -1 for unlimited
WALLET
WALLETWallet name from solana_wallets.csv
RPC
RPCRpc name from rpc.csv
FOLLOW WALLETS
FOLLOW WALLETSWallets which you want to copy trade, can be multiple wallets separated by ,
ex. "wallet1,wallet2"
DISABLE SELL
DISABLE SELLThis setting allow you to do not copy sell true - dont copy sell
false - allow copy sell
AMOUNT
AMOUNTThis is the amount of tokens that will be used in swap
possible value example: 40% - will use 40% of copying wallet amount and sell 40% of yours tokens 0.05 - will buy for 0.05 and sell whole amount so you can put % or exact sol amount
DELAY
DELAY
This is the main setting for setting the tx flow.
Format is - milliseconds
Formula is = 100 delay = 10 tx per sec (1000/100 = 10) Example given: If set to 5, the bot will send 200 txes per second(if tasks 1)
AUTOSELL MS
AUTOSELL MS This setting is needed for making the bot sell the token right after spotting the purchase.
Leave blank to disable
Example given: if set at 0, the bot will start sending sell txes to sell the token after 0 ms after purchase(immediately) if set at 10, the bot will start sending sell txes to sell the token after 10 ms after purchase if not set, the bot won't start selling the token
AUTO SELL % (IF TP SL TP%:SL%)
AUTO SELL % (IF TP SL TP%:SL%)The percentage number of tokens purchased that needed to be sold. range is 1-100
Triggers after reaching TP%:SL%(the next setting) Example given: If set to 90 the bot will sell 90% of token purchased if it reaches the trigger from TP%:SL%
TP%:SL%
TP%:SL%May have double variable separated with ":" First variable is for Take Profit, second is for Stop Loss
This is the required trigger for the bot to take profit(sell in profit) or stop loss(sell in loss).
If this setting is turned on, the bot will occupy one thread from THREADS and will leave it only after reaching the trigger, if TP/SL TIMEOUT not put
TP%:SL% WORKING ONLY IF AUTOSELL COLUMN EMPTY
TP/SL TIMEOUT
TP/SL TIMEOUTFormat is in millseconds
This setting is needed when the purchased coin not fluctuates much and won't trigger the TP%:SL%, making it occupy the thread and leaving the room for Ruggers to extract the liquidity pool. Example given: if set to 30000, if the token price did not fluctuate much to trigger TP/SL, the bot would sell the token after 30 seconds after purchase if set to 20000, if the token price did not fluctuate much to trigger TP/SL, the bot would sell the token after 20 seconds after purchase
SPEEDUP FEE
SPEEDUP FEE
You can add a Extra fee to txes, FEE IN SOLANA Example given: if set to 0.00001, the txes would have extra 0.00001 sol fee if set to BLANK, no fee will be added
These fees are needed to compete with other botters inside a single block.
TIP
TIPHow much in sol you want to tip the jito validator
Last updated