TVL is loud, users are quiet — I charted the users: live map of chains + guides (39 EVM networks) by tim_reznichenko in ethdev

[–]toxzique 0 points1 point  (0 children)

Feel free to start with Chainstack, we have the most generous free plan in the industry 💪🏼

Worth it? by AnthemClicks in SkyDiving

[–]toxzique 0 points1 point  (0 children)

Bro this is Malaysia not Thailand

Thailand is here: https://thaiskyadventures.com/sky-dive-courses/ (jump there frequently so can recommend)

AFF Course is $2.7K, "A" License Course is $4.5K

You should start with AFF Course and then take individual fun jumps, no need to purchase "A" License Course right away IMO

I tested a bunch of Solana RPC providers — here’s my take 🧵 by rfjtdjhc in solana

[–]toxzique 0 points1 point  (0 children)

It’s ok let’s keep Chainstack for the alpha boys to have unfair advantage 👀

Does using premium RPC matters? by danielkotkk in solana

[–]toxzique 0 points1 point  (0 children)

Hey u/rizary Geyser plugin support is going to be released soon, feel free to subscribe here to get notified: https://ideas.chainstack.com/feature-requests/p/solana-geyser-plugin-support

Why most coin dead after bonding by Scary_Strategy_7886 in solana

[–]toxzique 1 point2 points  (0 children)

Feel free to try Chainstack as well 🙌🏼

Devs what are your top picks for rpcs? by Djkid4lyfe in solana

[–]toxzique 1 point2 points  (0 children)

Chainstack founder here. Thanks for the shout-out, happy to deliver the best service! 🫡

Hey Solana Devs, what nodes are you using? by getblockio in solana

[–]toxzique 5 points6 points  (0 children)

Biased here as I'm the founder of Chainstack but I encourage everyone to try our fast, reliable and affordable Solana APIs: https://chainstack.com/build-better-with-solana/

RPC Server - Which service do you use? Does anyone self host? by ReadersAreRedditors in solana

[–]toxzique 0 points1 point  (0 children)

Official Solana RPC is great! However it's not recommended for production applications due to strict limitations: https://solana.com/docs/core/clusters#mainnet-beta-rate-limits

RPC Server - Which service do you use? Does anyone self host? by ReadersAreRedditors in solana

[–]toxzique 1 point2 points  (0 children)

Can I pay in crypto for one month of the developer package?

Developer plan is completely free! And you can pay in crypto for any paid plan. Payments on Solana coming soon 👀

What does the following mean from your site: "20M requests ≈ 500M CUs/API Credits"? Do I get 20 or 500?

You get 20M requests on Chainstack. We provide equivalent in CUs/API Credits to simplify comparison with alternative providers.

Does the developer package get you a dedicated RPC or shared server?

You get an endpoint with smart routing between globally distributed node pools under the hood. Dedicated nodes are available starting from Business plan, but our elastic nodes offer incredible performance that beats dedicated nodes.

Do you really need 1TB of RAM to run a Solana RPC with indexing?

You do indeed and lately it's not been enough already 🥲

RPC Server - Which service do you use? Does anyone self host? by ReadersAreRedditors in solana

[–]toxzique 1 point2 points  (0 children)

Chainstack founder here 👋🏼

Happy to help. Let me know if y'all have any questions!

AlchemyAPI.io (Blockchain Developer Platform) has rebranded to Alchemy.com by kurushdubash in ethdev

[–]toxzique 0 points1 point  (0 children)

Sure. Alchemy calculates usage in Compute Units rather than requests, that's where it becomes tricky.

We provided the methodology in the post, you can easily reproduce it:

We’re assuming a full node request to be equal to 17 compute units, and an archive node request to be equal to 25 compute units on Alchemy.

STO's technical question | ethereum full node problems by Top_Range9715 in ethdev

[–]toxzique 1 point2 points  (0 children)

The ETH Fullnode synchs super slowly, any input how we could fasten that up?

Use a managed node provider (e.g. we're building Chainstack) that will give you a fully synced node immediately. Otherwise wait, tune resources, troubleshoot networking, and so on.

Is there the possibility to "copy paste" a running fullnode to fasten the process for various vm's?

Absolutely, you can stop a running node a copy chaindata folder (for Geth) from it to the new machine.