Skip to main content

Questions tagged [devnet]

The tag has no usage guidance.

0 votes
0 answers
26 views

Is there to fetch existing pool list from raydium in devnet

I am testing swap feature for coins in Devnet. But I don't want to create a new market/pool by myself. I am wondering whether I can fetch existing pool list in Devnet and swap from there?
LoveSolana's user avatar
1 vote
1 answer
13 views

Devnet Node not finding any RPC with flag --expected-shred-version 39944

Been running a devnet node for a while not and after the last devnet restart we had to add the flag --expected-shred-version 39944. My node is not picking up any RPC's Any suggestions? Many thanks
Bertus Olivier's user avatar
0 votes
1 answer
185 views

RPC request error when requesting devnet airdrop and during anchor deploy

I am trying to deploy my first anchor program and I got it to successfully build. However when I try to deploy it, it returns the error, Error: RPC request error: cluster version query failed: HTTP ...
Joshua's user avatar
  • 1
0 votes
1 answer
40 views

Reliable devnet airdrops

I've been having trouble with getting reliable airdrops of Devnet SOL. I've tried the solana CLI, and every faucet site I could find (they all error out/ say faucet is empty). Only QuickNode works, ...
anor londo's user avatar
1 vote
1 answer
32 views

Solana.py error: Invalid account data from instruction

from spl.token.instructions import transfer, TransferParams from spl.token.constants import TOKEN_PROGRAM_ID from solana.rpc.api import Client from solders.pubkey import Pubkey from solana.transaction ...
Suehwan Lee's user avatar
1 vote
1 answer
46 views

How to phantom wallet warning sign when interacting with the smart contract

i am building a project on devnet in the solana network and i cant seem to remove the warning sign on my phantom wallet when interacting with the smart contract. Does anyone have exeperience in this ...
Christopher Bk's user avatar
1 vote
0 answers
10 views

solana -ud gossip | grep <Validator Address> does not show anything on devnet

it's my first time posting anything on stackexchange, so please ignore any mistakes I make. I am trying to run a validator node on solana devnet. The node is working fine: solana -ud gossip | grep ...
Moeez Qureshi's user avatar
2 votes
2 answers
65 views

Anchor Test has Transaction simulation failed: Error processing Instruction 0: custom program error: 0x0

So if I anchor build and then anchor deploy on the devnet and then use anchor test --skip-build --skip-deploy since I already built and deployed everything before, I find the first time around the all ...
Mark's user avatar
  • 45
0 votes
1 answer
15 views

Do I publish the coin via a pull-request?

this is my first time developing a coin using Solana CLI. I have created a keypair, a minting wallet, a coin and minted the first batch. But how do I publish it? ChatGPT suggests to create a ...
Roomba's user avatar
  • 1
1 vote
2 answers
60 views

Not seeing transfer fee / tax in solscan devnet

I see that the interface on solscan is slightly different between mainnet and devnet. I was hoping to check my token transfer tax within the transaction in solscan but I can't really see it working. I ...
hustlecoin's user avatar
1 vote
0 answers
30 views

changed config from devnet to mainnet, how to I migrate my tokens so I see hem when checking spl-token accounts?(2 question btw)

(Question 1) before I did this; (so i could change metadata) I'd see my 80 mil tokens in the account made for the new minted token, now when I use spl-token accounts I just get spl-token accounts ...
Keola's user avatar
  • 83
1 vote
0 answers
259 views

Trying to run a JS script that connects to Solana RPC using solana/web3.js

The error shows, bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) Solana node version: 1.18.11 I have found some info online but nothing that has helped. This being the ...
Dalt's user avatar
  • 11
1 vote
0 answers
19 views

Failed to send transaction: Transaction simulation failed: Error processing Instruction 0: incorrect program id for instruction

In the const sx = await sendAndConfirmTransaction i am getting error const { Connection, Keypair, SystemProgram, SYSVAR_RENT_PUBKEY, TransactionInstruction, ...
Aditya's user avatar
  • 157
0 votes
1 answer
34 views

Solana Program Deploy command failing due to llc text sections Error

The deploy command is failing. How can I fix this error. I found no documentation about this error. After running cargo-build-sbf in my hello_world test project I get this error: $ solana program ...
TheFox's user avatar
  • 101
0 votes
0 answers
71 views

Solana websocket listen logs duplicate

I'm writing a script to listen to event emitted on Solana, but when listening, sometime the event is emitted twice at 2 different slots and timestamp. But when I go to solscan.io, I only see ...
Lê Văn Anh Tú's user avatar

15 30 50 per page
1
2 3 4 5 6