Skip to main content
0 votes
0 answers
15 views

Non-deterministic returns from getParsedTransaction function of solana

I am experiencing an issue with the getParsedTransaction method in my production-level Solana application. Below is the function I am using: and this is the transactionHash - ...
Aryan Rajawat's user avatar
0 votes
3 answers
195 views

Getting an error while building anchor first project

error: rustc 1.79.0-dev is not supported by the following package: Note that this is the rustc version that ships with Solana tools and not your system's rustc version. Use `solana-...
Aditya's user avatar
  • 1
0 votes
0 answers
63 views

raydium sdk V2 Error: fetch vault info error

I am trying to read a pool with sdkV2, and got also a problem. got error : @raydium-io/raydium-sdk-v2/src/raydium/liquidity/liquidity.ts:1402 if (vaultItemInfo === null) throw Error("fetch ...
valentin garreau's user avatar
1 vote
0 answers
42 views

Solana USDC Transfer: "Cannot Read Properties of Undefined (Reading 'from')" Error in @solana/spl-token

I'm trying to transfer USDC on Solana using @solana/spl-token in a React app with @solana/wallet-adapter-react, but I'm getting this error: Uncaught TypeError: Cannot read properties of undefined (...
Anurag's user avatar
  • 85
0 votes
0 answers
41 views

Solana SPL-Token and "Segmentation fault"

Dear Community members After spending hours online in finding the root cause of segmentation fault, I am finally posting this thread, while hoping to obtain a support. As a matter of fact, running ...
dark.vador's user avatar
0 votes
0 answers
59 views

Cant install Solana CLI in WSL2 + Alpine

I followed the installion docs and Im getting this error /agave-install-init: not found sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)" downloading stable installer sh: /tmp/...
SymmetricsWeb's user avatar
0 votes
1 answer
255 views

Solana RPC Endpoint (metaplex.devnet.rpcpool.com) returns 403 Forbidden - Alternative solutions?

I'm developing an application using Solana's devnet and trying to connect to the RPC endpoint https://metaplex.devnet.rpcpool.com/. However, I'm consistently getting a 403 Forbidden error. Here are ...
thanhITUS's user avatar
-1 votes
1 answer
2k views

How to change UPDATE AUTHORITY for SPL-TOKEN using solana cli

I minted my spl-token a few days in Solana mainnet using solana cli. But as you can see, update-authority is NULL. How can I set update-authority by my address? I have tried some solana-cli commands ...
Brightness0302's user avatar
0 votes
0 answers
5k views

Error: "Could not find token account XXXXXXXXXXXXXXXXXXXX" after using spl-token create-account

After following these steps, I receive the error "Error: "Could not find token account ___" when trying to mint or transfer tokens to a recipient. Creating keypairs: solana-keygen new ...
Sebastian Scholl's user avatar
0 votes
0 answers
32 views

Solana keygen create new pubkey on colab

I would try to generate a wallet with seed phrase on colab. But it seem the code won’t work on colab. Is there anyway I can run in on a non local environment? https://colab.research.google.com/drive/...
KEN's user avatar
  • 1
0 votes
1 answer
170 views

Having issues with solana cli token distribution, recieving error PickleDbError(Error { msg: EOF while parsing a value })

enter image description hereHi im recieving the error above in the title while running solana-tokens distribute-tokens on devnet. im following the instructions correctly. Below im adding an image of ...
Matija Leban's user avatar
0 votes
0 answers
52 views

"solana-test-validator" initialization error issue

enter image description here- Why have I run the command "solana-test-validator" for more than 1 hour without success?, my wifi and computer configuration are strong enough to run Ubuntu 20....
Joker's user avatar
  • 1
2 votes
0 answers
496 views

After I change the metadata URI and the name of a SPL token, when will the updated name be displayed in Phantom or Solflare wallet?

I updated name and URI of a SPL token. Updated name is displaying in solscan but still not showing in phantom or solflare wallet. Why? Here the solscan link https://solscan.io/token/...
Sky Crypto's user avatar
0 votes
0 answers
42 views

how can i transfer 10% to vault wallet and rest to winner anchor solana

I am trying to send 10% of winning to liquidity vault of the winning amount during claim prize and rest of 90% to winner. Here is the anchor function pub fn claim_prize(ctx: Context<ClaimPrize>, ...
user2851703's user avatar
0 votes
1 answer
495 views

How to change assigned program id in solana network

I have the issue. I don't know about the how to change the assigned program id. Please help me. I don't know well abut the solana contract. First, I have to deploy the solana contract. If you know ...
Ang Zi Rui's user avatar

15 30 50 per page
1
2 3 4 5
9