Top new questions this week:
|
Is this this right list of known devnet validators to start with? I’m starting one, but ending up over 135k blocks behind to start with. –known-validator dv1ZAGvdsz5hHLwWXsVnM94hWf1pjbKVau1QVkaMJ92 \ …
|
Is there any standard practice about how all extension wallets (Phantom, Glow, Backpack, etc) store sensitive information like seed phrase or master private key? As an extension dev, were should I …
|
Youtube solana pda I’ve been watching this tutorial for a while trying to build that muscle memory and replicate the code as I understand the concepts, the rust side is not that difficult, maybe when …
|
I deploy a program, and get the program ID back. But when i try to search the devnet it is never deployed. Program Id: Hxcpf8xPXRxqaoCGE4dARpkpCau6ojuwCGLZcqoKSdHx Deploy success
|
I’d like to run an Archive Node (not a Validator one), and was wondering whether I may find the specific documentation on this one. What are the hardware requirements / specifications for running an …
|
I’m having some trouble utilizing TPU client (I want to send my transactions directly to TPU leaders instead of RPC url). The language is TypeScript and the package I’m using is www.npmjs.com/…
|
I save a list of pubkeys I need to transfer tokens to, can I pass it directly in a smart contract or I will have to generate ATA from the client to handle this? thank you. I try: let transfer_ix = …
|
Greatest hits from previous weeks:
|
Given a mint key of an NFT, how can I get the PublicKey of the wallet that owns it?
|
good afternoon everyone! I’m having trouble finding docs / examples on how to change the updateAuthority of a mint address. would someone be able to point me in the right direction / help out here? …
|
I’ve started to learn Solana and I’m on the very beginning. When running cargo build-bpf, I get an error like this: error: could not compile `crossbeam-epoch` Caused by: process didn’t exit …
|
I am a newbie to React/Typescript and I am trying to build a DeFi project using the Solana Wallet adapter. From what I can see the wallet adapter comes with a React UI look and feel based on the …
|
I’m trying to setup a RPC Testnet node but unfortunately this node is slowly lagging behind syncing. I’ve tried latest recommendations after Aug 2022 Testnet restart but problem still persists. Find …
|
I have created and written a simple Solana program using anchor & successfully compiled it using anchor build command. I run a local validator node in a terminal using solana-test-validator and …
|
In keeping with the official examples: const airdropSignature = await connection.requestAirdrop( keypair.publicKey, LAMPORTS_PER_SOL ); await connection.confirmTransaction(airdropSignature); …
|
Can you answer these questions?
|
I have created an SPL token with metadata: solscan.io/token/H6jYKkuRM6DX7t7keeVDm7neGW6RUQWSNw2EZub1ruhz#metadata I can see the token image and the metadata, so everything looks okay. But, …
|
I’m trying to find the average amount of staking rewards paid to a validator across an epoch. I am aware of the method getInflationReward, and I’m able to pass that method a validators vote account …
|
When nuxt build, report such an error :You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
|