Last updated
Last updated
The difference between SellOnly and SellOnlyHotKey is SellOnly sells as soon as you start the task, SellOnlyHotKey waits for you to press "ESC" to sell.
AmountSolToSwap = how much wsol you want to spend on a token
SecretKey = your solana private key
RpcURL = your rpc node url
TokenAddress = The token CA - note that this is NOT the POOLID used in other modules, this is actually the token contract address
GasUnitPrice/GasUnitLimit = How much you want to set your transaction fees at, this will be different for everyone. You must test yourself and gauge how much you want to spend.
GasUnitPrice = 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.
GasUnitLimit = This can be set to 200000.
Example - 25000/200000
AmountSellTX = The amount of txs you will send for selling the token (to calculate fees, multiply your gas fees by the amount of sellTX to get the total amount of SOL you will be spending on fees)
DelayBetweenBuyTx(ms) = The delay between your sell transactions (node dependant, raise it if you are being ratelimited)
This is to ONLY sell tokens already in your wallet