bilix-software / solana-pump-fun

Facilitates the execution and simulation of buy and sell transactions for pump.fun on the Solana blockchain.
https://viper.bot
MIT License
103 stars 47 forks source link

Program returned error: SBF program panicked #14

Closed rzfdsb23 closed 1 week ago

rzfdsb23 commented 1 week ago

Hello, can you help me with my problem? Thank you very much https://solscan.io/tx/qCZYK1ACG6RwLjE9jZZaeDZzuzfnz5SZTgqv34peQevfWo8DMvc3gC7CfqnbkiM7MLxYeXwrATqpL5icvH8TygH

bilix-software commented 1 week ago

Hi, can you share your input? It's hard to say just from the tx.

rzfdsb23 commented 1 week ago

const privateKey = ""; // Replace with your actual private key const mintAddress = "BjjvKX5k7gQoGRmvQAA5WMr7EkQ2cirGTSGxAznDpump"; //Replace with actual token mint address const txMode = TransactionMode.Execution; //Set to simulate to test, Execution to perform const solIn = 0.03; // Example value, adjust as needed const slippageDecimal = 0.25; // Example value, adjust as needed const tokenBalance = 10000; // Example value, adjust as needed const priorityFeeInSol = 0.001; // Example value for tip to get faster inclusion, adjust as needed await pumpFunBuy( this.transactionMode, this.payerPrivateKey, this.mintAddress, solIn, priorityFeeInSol, slippageDecimal ); This one?

rzfdsb23 commented 1 week ago

Work out