How to Recognize and Parse Instructions in Solana Transactions for Raydium...
I'm new to Solana development and I'm working on a project called Soltrac, which is a CLI tool designed to copytrade a Solana wallet. The tool monitors transactions of a specified wallet and replicates...
View ArticleBuying Solana with apple Pay
hello i recently tried to buy solana via apple pay via unlimit. Ive been waiting for the money to arrive i only got a message from my bank that the money has been withdrawn but i havent recieved any...
View ArticleMissing solana payment that was made via stripe
I purchased solana on the phantom app about 24 hrs ago through the Stripe payment via apple pay. The money has been taken out of my account but I have still yet to receive any funds. I have a...
View ArticleLost signature control for my wallet
Im not a dev on SOL but I had my wallet compromised:I saw Fabiano.sol thread on X and checked my walletWallet was drained and now I dont have control to that wallet. I can't sign transactions and...
View ArticleWhat does it mean for a Solana program to not be associated with a...
From the Solana docs on Program Accounts, when a new program is deployed, a Program Account and an associated Program Executable Data Account is created and the Program Account stores the address of an...
View Articlewho knows any api can monitor the burn event, and get the history burning...
Like what I said in the title. I don't want to monitor the SPL token program, caz it's so noisy, and wasting time. I'm doing a product recently, I need the api be fast.
View ArticleSeeking confirmation or advice on best way to retrieve all transactions...
I need to retrieve all signatures on a given block for a given account. I'm using the RC branch right now, and think it will be likely that v2 will be the release branch by the time I'm ready to...
View ArticleSolana Playground - Mainnet-Beta
Hi Community,I'm working on Solana Playground, I'm connecting my Phantom wallet. On devnet it works perfectly, but on mainnet-beta it shows a connection error.I also tried to connect to several...
View Articlempl-token-metadata
I am trying to update NFT metadata using mpl-token-metadata 5.1.0.But I can't find the function like update_metadata_accounts_v2() in docs.I am using anchor version 0.29.0, Solana-cli 1.18.16,...
View ArticlePump.fun Bonding Curve Complete Event
I want to track all pump.fun tokens where the bonding curve has been completed before getting listed on raydium.Is there a call/event in the account info that I can track such as "initialize2"...
View Articlelost funds when trading and then closing and withdrawing to my account
I am new to this having only been trading meme coins for about 2 weeks but i cant help but notice none of my money is coming back to my Wallet. Am i doing something wrong? i have a Phantom wallet and...
View ArticleUnable to transfer Spl Token in Solidity via CPI in anchor
import "solana";import "./spl_token_minter.sol";function transferTokensFromUserToContract(address user, uint256 amount, address signerAccount) internal { uint64 amount64 = uint64(amount);...
View ArticleWallet tracking problems
Im trying to convert my existing wallet tracker to websocket based instead of polling. Im building a simple realtime wallet tracker for myself with helius i have the maxed out plan. I looked into...
View ArticleNeed help filtering solana transactions from QuickNode streams. Extracting...
Im currently trying to build a whale transaction monitor. I have a QuickNode stream setup that is feeding me live Solana tx's. It gives me raw payload block data that I have the ability to filter down...
View ArticleAuthorize different multisig for mint
While investigate why the multisig for mint is failed I found out the Program Id is older then token Id. I have create new multisig and new to remove the current authorized Multisig to new...
View ArticleSolana Account and fees
What is the transaction fees for creating a Solana account created by using CLI command "solana-keygen new" and how to pay that one time account creation fee?How much SOL I need to transfer to this...
View ArticleNotEnoughKeys when deploying a txn (ReactJs/Typescript/Solana)
I have this code to transfer sol via a contract and via web3 in ReactJS -const transferSol = async () => { if (!publicKey) throw new WalletNotConnectedError(); const programId = new...
View ArticleUncaught error: invalid instruction; RangeError: Trying to access beyond...
I use https://docs.solana.com/developing/lookup-tables An error will be reported when Fetch an Address Lookup Table method is used. Uncaught error: invalid instruction; RangeError: Trying to access...
View Articleimpersonate wallet address in browser
I'm looking for a way to emulate a wallet address in browser for solana dApps. Similar to https://impersonator.xyz/The goal is to interact with Solana dApps as a wallet address without holding that...
View ArticleMy account has become a Token Account, how can I solve it?
My account that I used commonly had some solanas which I left untouched for a while, now I tried to move my solanas again and it gives me an error and it doesn't allow me to make any transaction or...
View Article