If I delete my OS can I mint token again?
I made an spl-token on my laptop.I want to delete my Linux system and install windows.So after that, because I made a token on my Linux system, i can't access my token as owner and mint more tokens?
View ArticleMy stacked solana is taking too much time to unstake please anyone guide
My staked solana is nit getting unstake iam new in this field please anyone help
View Article'Invalid account data for instruction' with Deploying to Mainnet Using...
I am deploying a program using Playground. The same account and code run perfectly on the devnet. However, when deploying to the mainnet, it fails at a certain stage with the following...
View Articleanchor-spl v0.30.1 solana-spl 1.18.17 error[E0308]: mismatched types
I'm building solana smart contract with anchor.anchor version is 0.30.1solana-cli version is 1.18.17first time, I built and deploy smart contract without any issue.But after I add this two lines, I get...
View ArticleCan not find a working example for simple Swap and Jupyter API in python
noob here.TL;DR can anyone please provide a working example with library versions in python to execute a simple swap using jupyter api or at least point me to a working documentation??Longer version:...
View ArticleWhat is the difference between a Blockchain link (Blink) and an Action?
There's been a lot of talks around blinks and actions lately. Are they the same thing? Or is there a difference?
View ArticleGetting this error in anchor while doing anchor build
error: custom attribute panicked--> programs/cpi-programs/src/lib.rs:6:1|6 | #[program]| ^^^^^^^^^^|= help: message: Safety checks failed: Failed to get program patherror: could not compile...
View ArticleAny Solana wallet that supports memo program?
I want to enable Memo-on-transfer program, but I'm afraid many users wouldn't be able to use it because I don't find Solana wallet supporting this (?)Do you know any wallet that supports writing a memo?
View ArticlegetProgramAccounts return always empty
i'm trying to use GetProgramAccounts in python to recover data pool but my programm always return empty.At the begenning I had tried to use filer , but as it didn't work , I took the decision to use it...
View Articlewhen i send solana to my wallet it immediately moves is the compromised wallet
when i send solana to my wallet it immediately moves to this address 9RdLhqQXrHSy4MAYUJ9ZDpMca95oz9wXdxLgAXChbLtB Signature-...
View Articleerror: could not compile `spl-type-length-value`
Running cargo build with the following dependencies:[dependencies]solana-sdk = "1.18.17"solana-client = "1.18.17"Results in the following compile errors:error[E0659]: `solana_program` is ambiguous...
View ArticleMy Solana Rpc Node gets behind syncing
I have bought a ovhcloud server and setup node here.System specs are : CPU: 2× AMD Epyc 9354 - 32c/64t - 3.25 GHz/3.8 GHz RAM: 768 GB ECC 4800 MHz System: disks 2×960 GB SSD NVMe Soft RAID Data disks:...
View ArticleToken Not Searchable in Solana Explorer
I have created a new token called UBXP:https://solscan.io/token/HTskJUiHaGzWMEqreucDGJuft3Zco4en2dRkzJ3WRHkh#metadatahttps://explorer.solana.com/address/HTskJUiHaGzWMEqreucDGJuft3Zco4en2dRkzJ3WRHkhWhen...
View ArticleHelp, how to create spl token metadata without using umi?
Because when i deploy with UMI, i got this message from phantom wallet:Email from blowfish:If you want this warning to be immediately resolved, change your dApp to use the signAndSendTransaction...
View Articlekeep getting this error on a fresh ubuntu 24 lts, although my rustc version...
error: package solana-program v1.18.14 cannot be built because it requires rustc 1.75.0 or newer, while the currently active rustc version is 1.68.0-devEither upgrade to rustc 1.75.0 or newer, or...
View ArticleToken without value of dollar $. How to swap it back?
How can I swap a token back that does not show a $value? Status “frozen”
View ArticleL2 blockchain on solana
I wanted to create an L2 solution for community platform using Solana. Can anyone tell me how should,I begin and suggest any resources for this if possible.
View ArticleUsing anchor_client with tokio
I'm trying to invoke a transaction with anchor_client from a tokio context. Here's how I'm doing it: let pid = Keypair::new().pubkey(); let payer = Rc::new(Keypair::new()); let client =...
View ArticleMissing `convert_endianness` in module...
I am attempting to utilize altbn254 syscalls with Solana (1.17.14), but cannot compile due to an unresolved import of convert_endianness.This is my cargo.toml[package]name = "program"version =...
View ArticleAccess violation in input section at address 0x400011cc0 of size 8
This program seems to work well, until I uncomment the treasury_account (need it to send funds from program account to user associated token account, and then I run into...failed: Access violation in...
View Article