Skip to main content

Questions tagged [mainnet]

The tag has no usage guidance.

1 vote
0 answers
19 views

When will "beta" be dropped from "mainnet-beta"?

Is there a formal or informal milestone at which point we are no longer in beta? Who gets to decide?
Lostin's user avatar
  • 11
0 votes
1 answer
15 views

How to pull all blocks from the genesis block to the local?

Now I need to do traceability business, I need pull all blocks from the genesis block to the local. May I ask if I need to build a validator node? If so, what params should I add? right now I reserved ...
cat lion's user avatar
0 votes
0 answers
49 views

My 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 ...
Wonder Gardner's user avatar
0 votes
0 answers
6 views

solana_net_utils::ip_echo_server Error

When I setup rpc node, error as follows: and solana.log has not updated other logs. The node started and downloaded the snapshot, and the startup process lasted about 6 hours, after which this error ...
Christ's user avatar
  • 33
2 votes
3 answers
82 views

Do I need my own RPC node to use getProgramAccounts or getTokenLargestAccounts?

I need to use both of those methods locally. They seem to require account indexing. Is there any free RPC provider that has it or do I need to run my own node?
ndavd's user avatar
  • 21
1 vote
1 answer
32 views

Why is it impossible to deploy a program to mainnet?

Just want to preface this by saying that I never have joined a stack exchange in my 10+ years of engineering to get a question answered. I’ve already combed through all the posts on here regarding ...
Fucksolana's user avatar
0 votes
0 answers
44 views

I wish to code swap features into a telegram wallet. Should I use spl-token-swap AMM

I'm fairly new to solana, and want to get my feet wet. I have a telegram bot which does the very basics: send, receive and show balance and want to add swap functionality. I had looked at working with ...
David Pawlak's user avatar
0 votes
1 answer
25 views

Is the stateless-ask program deployed on mainnet somewhere?

Has someone or some organization deployed the stateless ask program on mainnet somewhere? https://github.com/solana-labs/solana-program-library/tree/master/stateless-asks
spirobel's user avatar
1 vote
0 answers
134 views

Sending transaction via QUIC (ConnectionError(TimedOut))

I am developing a Rust application that sends transactions on the Solana blockchain using QUIC. My code works perfectly on the devnet, but when I switch to the mainnet, the transaction sending fails ...
RAprogramm's user avatar
0 votes
0 answers
53 views

how to make getSignaturebyAddress & getParsedTransactions on Solana ? More efficient and quick?

Currently, I am getting the signature from solana with an delay of 10/5 seconds to avoid 429 errors and then using those signatures to fetch the transactions using quicknode free tier and previously ...
Anshul Vij's user avatar
1 vote
1 answer
65 views

Error: Unknown https cluster: mainnet

Hello im trying to make a bot that gets token metadata for the latest minted tokens on the solana blockchain. However whenever I run it I keep getting this error Error: Unknown https cluster: mainnet ...
Golden's user avatar
  • 51
1 vote
1 answer
74 views

Unable to deploy program to mainnet using solana cli `1.17.31`

I tried to deploy my program to mainnet but i keep getting the following error. Error: Error processing Instruction 3: invalid account data for instruction i have allocated twice the size of program ...
Dhruv D Jain's user avatar
1 vote
0 answers
38 views

Deployment Error on Solana Mainnet: Max Retries Exceeded [duplicate]

I've been successfully deploying my Anchor project on Solana's development and testnet environments. However, when attempting deployment on the mainnet, I consistently encounter the following error: &...
Blocky Man's user avatar
0 votes
2 answers
192 views

Blockhash expired causing "program deploy" failed on mainnet

The program deployment requires sending around 90 transactions (based on the cli prompt). The same deployment works fine on devnet (very fast, a few seconds). Blockhash expired. 4 retries remaining ...
Shawn's user avatar
  • 3
1 vote
1 answer
60 views

Making a token on the mainnet; A few questions before I hit enter on the mint command(CLI)

This is that command; spl-token --program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCX(censored) create-token --transfer-fee 300 300000 --decimals 10 --enable-metadata --enable-group --metadata-address ...
Keola's user avatar
  • 83

15 30 50 per page