Burn address or active wallet?
I have a supposed token c/a airdrop that isn’t passing the sniff test.Long question short;I’ve been given a Solana wallet address and been told it’s the burn address for a memecoin that was rugged, and...
View Articlei tray to un stake Ray, and nothing hapen
No matter how many times I try to un stake Ray, I get the response after minute or two: "Un stake failed, try again". I have enough Sol for that transaction"
View ArticleWhat's your opinion
I want to create a spl coin with a transaction tax and from the youtube vids I've seen it says that I can easily create one on fluxbeam. I just wanted to know from the more knowledgeable and...
View ArticleProgram instruction for starting a raydium LP migration from pump.fun
does anyone know the program instruction for when pump.fun starts the migration to the raydium pool?I know when its complete the instruction is initialize2But does anyone know when it first...
View ArticleHow to track the price or market cap of spl tokens?
I am creating a python bot that receives a market cap token through the apiat the moment, I have implemented code that receives a market cap token that was recently created through pumpfun, via a web...
View ArticleShare value is much lower than what the coin gained
I bought Lilx coin yesterday and since that it went up at least 500 percent from when I bought it. I bought approximately 12$ worth of it with solana but now my shares are only worth 25$ even tough it...
View ArticleExample test doesn't work
I am in the basic-1 example (there is on the anchor repository) and when I run the test I get an error, I had to change the anchor version to 0.30.1 for it to run in order to get it from the /lang...
View ArticleTransactions Missing While Monitoring Multiple Wallets with onLogs
I am currently using Solana's onLogs method to monitor transactions for multiple wallets in real-time. The implementation involves subscribing to multiple wallet addresses and handling transaction...
View ArticleGetting Error: failed to send transaction: Transaction simulation failed:...
I'm currently trying to run an escrow program and when i turn on the solana-test-validator in a different terminal it gives me this error:failed to send transaction: Transaction simulation failed:...
View ArticleI have different Solana balance and address with the same backup phrase...
How is that possible?the question is descriptive enough, but to give more context here is some history:I had my backup phrase from an old multi-chain crypto wallet provider.I imported that into my...
View ArticleReallocing one account bigger and one smaller in one ix in anchor gives `sum...
I have the following MRE, where I create two PDAs and realloc them "in opposite directions" i.e. I make one account 1 byte larger and the other 1 byte smaller. Calling this, yields sum of account...
View Articlehow to convert from AccountInfo to UncheckedAccount?
use anchor_lang::prelude::*;use anchor_spl::token::TokenAccount;#[derive(Accounts, Clone)]pub struct InstructionTest<'info> { pub account: Account<'info, TokenAccount>,}pub fn test(ctx:...
View ArticleCan't install Solana CLI from Docker on a Mac
I've created a Dockerfile for Anchor development. Full code is here: https://github.com/foxreymann/SolanaAnchorDocker/blob/master/DockerfileThe line to install Solana CLI:RUN sh -c "$(curl -sSfL...
View ArticleToken СозданиетокенанаблокчейнеСолана
подскажитересурсдлясоздания 100% токенанаблокчейнеСолана. Пишетследующеевразделесоздатьтокен: баланс SOL кошельканизкийподписаниетранзакцииможетнесостояться. Какоеколичество SOL...
View ArticleBULLX/PHANTOM HELP: PROGRAM ID ERROR / CAN'T SELL, BUY, OR WITHDRAW
A friend sent me $JollyWhale earlier today on phantom. I sent that to my bullx wallet. Now I can't buy or sell that coin. My wallet isn't locked or anything. I get "Unkown error" everytime and a failed...
View ArticleHow to merge two transaction instructions into one transaction in Python?
Im trying to make a transaction with two swaps in it that looks like this:Swap 1 Instructions: {'tokenLedgerInstruction': None, 'computeBudgetInstructions': [{'programId':...
View ArticleCannot withdraw from Phantom Wallet
After withdrawing 0.6 SOL from my GMGN bot to my Phantom Wallet, I cannot do anything with that money. Phantom Wallet is unable to load network fees and I cannot withdraw. Can someone please help?
View Articlesolana program gives: Reached maximum depth for account resolution error
Specs:Macbook M1 pro(apple chip 16GB)➜ anchor git:(main) ✗ anchor --version anchor-cli 0.30.1➜ anchor git:(main) ✗ solana --versionsolana-cli 2.0.17 (src:93e6e33e; feat:607245837, client:Agave)➜ anchor...
View ArticleGetting Error- Buffer is not defined - For Wallet Integration
I am trying to build a simple web application that uses Solana Web3.js to facilitate token purchase on devnet through my phantom wallet.However, when I attempt to execute the buyTokens function, I...
View Articleaccounts is borrowed for 'info
12 | #[program] | ^^^^^^^^^- | | | | | `__accounts` dropped here while still borrowed | borrowed value does not live long enough | lifetime `'info` defined here | argument requires that `__accounts` is...
View Article