Error: ELF error: ELF error: Multiple or no text sections, consider removing...
I've been struggling with this for hours now. I really don't know whats left to do.[dependencies]solana-program = "1.8.0"after I run solana program deploy i get this error. Error: ELF error: ELF error:...
View Articlehow to swap twice in one tx
just like this transaction: https://solscan.io/tx/2T3jByRBFL5sJ7a9FeZVT4jcJitPKZ7L8DBAU3UmoXLceTSyJKb5Kqi17TvRASuoaqJc3rUMptFGuLb42854K5yAhow does this realize by Jupiter API ? Does anyone know it?...
View ArticleMy Solana Trading bot gives sbf panic error
#7 Jupiter Aggregator v6 instructionProgram log: Instruction: SharedAccountsRouteInvoking Token ProgramProgram log: Instruction: TransferCheckedProgram Token Program consumed 6238 of 1333397 compute...
View ArticleRaydium Liquidity Pool V4: SwapBaseIn (Program Error: "insufficient funds")
I am creating a program in Java to send a swap transaction, but I keep receiving this error.Transactions...
View Articleanchor test fails at initialize instruction which initializes token 2022...
I'm writing typescript anchor test code about my initialize instruction, it fails with this error. Is initialized!: Error: AnchorError caused by account: system_program. Error Code: InvalidProgramId....
View ArticleTransactions exceeding compute not included in blocks
Due to some limitations in my protocol I can't really estimate the budget needed for Solana transactions to successfully execute. I am using durable nonces so I want transactions to be executed so the...
View ArticleCompletely remove transfer hook extension
I have developed a simple transfer hook program that I will be using as a token extension for a mint account I own. In the future, I will need to remove this token extension. The only method I...
View ArticleHow to verify priority fees
I have tested my transactions with 10k, 100k, 200k lamports priority fees. I am unable to come to any conclusions that setting higher priority fees will optimise the time it takes. I am getting varied...
View ArticleAbout pump.fun token distribution
According to pump.fun, After a token reach a marketcap of 69k$, 12k$ will be deposit to raydium to provide liquidity and they will lock every trading activity in that token on pump.fun . So, my...
View ArticleHow to obtain the trading volume of smaller Solana tokens like memecoins...
I am developing an application to collect information on memecoins on the Solana network and am already using libraries such as solders and solana-py. However, I have not yet found a viable way to find...
View ArticleTransfer tokens to and from a program
I have a question about linking a wallet to a smart contract. Specifically, I want to send tokens to a program wallet and then have that wallet send tokens to another recipient in a subsequent...
View ArticleIs the SVM single-threaded
In my understanding, the Solana runtime creates new instances of the SVM for each transaction, due to this, I can't help but wonder if the SVM is actually single-threaded.I know the Solana runtime can...
View ArticleCan I update the FEE and Withheld authority if I'm only the Update Authority?
I have a SPL Solana Token and I set as Fee manager and Withheld withdraw authority an EX team member.I haven't the keypair of their account but I'm the only Update Authority of the token.Mint and...
View ArticleMetaplex, CPI burn cNFT throwing Invalid root recomputed from proof
I have this instruction, calling Metaplex Bubblegum program, using CPI, for burning a cNFT.use anchor_lang::prelude::*;use mpl_bubblegum::instructions::BurnCpiBuilder;use...
View ArticleSolana blink returns Unable to confirm transaction
I created a P2P SPL swap application using an escrow smart contract and added a blink feature. Basically, whoever creates the escrow will get a blink to complete the escrow token swap. They can then...
View ArticleImage and metadata of mint created using Metaplex Core not showing up on...
const genericFile = createGenericFile(fs.readFileSync("../../assets/token_voltio.png"), "token_voltio.png", { contentType: "image/png" }); const [imageUri] = await umi.uploader.upload([genericFile]);...
View ArticleLimit of airdrops per day and problem with airdrop program
I'm new to development of Solana and I tried to create AirDrop program. I'm getting problem with amount of SOL that I can request. I run program 3 times and after that I got message that I exceeded my...
View ArticleWhy can't SOL be sent out of a mint address using "solana transfer" in the CLI?
From https://github.com/anza-xyz/agave/issues/2134 :Create a new fungible mint. Send some SOL to the mint address (and be prepared to lose it!). You can't use "solana transfer" to retrieve it,...
View ArticleHow do I check if a tx "ACTUALLY" went throught successfully
I am using Python to update a bid on Tensor. And frequently I will get a 200 back from JITO when making these transactions but they dont actually make the change. How could I confirm that these...
View ArticleExcess amount of SOL being expended from wallet when I swap with Raydium or...
This may be a problem that can occur with other Solana programs, but I digress. Whenever I attempt to swap with Raydium, it would appear as if I'm losing more SOL than I should. For example, I might...
View Article