starname.me

RPC endpoints and nodes

What an RPC is, why yours is failing, and when to run a node.

RPC endpoints and nodes — the full guide to this subject.

Guides on this site

Is Chainlist safe for finding RPC endpoints

Chainlist is a convenient tool that aggregates RPC endpoint URLs for hundreds of blockchains. You paste a c...

How eth_call and gas estimation work on Ethereum RPC

A common misunderstanding about Ethereum RPC is that `eth_call` costs gas. It does not. This is a read-only...

Full node vs archive node what is the difference

A widespread misconception holds that you need an archive node for almost anything. It is not true. Most qu...

Geth vs Erigon: which Ethereum execution client to run

The choice of execution client is not abstract. It determines how much disk space you need, how fast your n...

How to set up multi-provider RPC failover for Ethereum

A single RPC provider is a single point of failure. If that provider goes down, rates you, or starts servin...

What is an RPC endpoint and how does it work

A Remote Procedure Call, or RPC, is a way for one program to ask another program to run a function and retu...

How to fix 403 Forbidden error on RPC endpoint

You are building a dapp and your RPC calls return a 403 Forbidden error. This is common when using provider...

How to fix 429 Too Many Requests on RPC endpoints

A 429 status code means your application has exceeded the rate limit set by an RPC provider. This happens f...

How to fix eth_getLogs query returned more than 10000 results

If you have built an event indexer on Ethereum, you have hit this wall. You send an `eth_getLogs` request a...

How to debug execution reverted error on Ethereum RPC

You send a transaction. It fails. The only message you get back is "execution reverted." No reason string. ...

How to fix method not found error on Ethereum RPC

You call a method. The RPC endpoint replies with an error: the method does not exist. This is not a bug. It...

How to fix nonce too low error on Ethereum RPC

You're about to send a transaction. MetaMask spins. Nothing happens. Then you see it: "nonce too low." The ...

Crypto prices right now

Bitcoin (BTC)
$78,624
▼ -0.51% down 24h
Ethereum (ETH)
$2,464
▼ -1.95% down 24h
Solana (SOL)
$102.57
▼ -3.72% down 24h

Latest from starname.me

Is Chainlist safe for finding RPC endpoints

Chainlist is a convenient tool that aggregates RPC endpoint URLs for hundreds of blockchains. You paste a chain ID, click a button, and your wallet connects. The appeal is obvious. The risk is not always visible.

How eth_call and gas estimation work on Ethereum RPC

A common misunderstanding about Ethereum RPC is that `eth_call` costs gas. It does not. This is a read-only simulation. The method executes code against the Ethereum Virtual Machine (EVM) using the current state of a specific block, but nothing gets mined. No state changes, no transaction broadcast,

Full node vs archive node what is the difference

A widespread misconception holds that you need an archive node for almost anything. It is not true. Most queries that dapps and wallets make every day work fine against a full node. The difference is narrower than many assume, but it matters exactly when you cross certain boundaries.

Geth vs Erigon which Ethereum execution client to run

The choice of execution client is not abstract. It determines how much disk space you need, how fast your node syncs, and what data you can retrieve. Geth is the reference. Erigon is the alternative that prioritises storage efficiency. Nethermind sits in between.

RPC endpoints and nodes

Every interaction you have with a blockchain - sending a transaction, checking a balance, querying past events - goes through an RPC endpoint. It's the doorway. If that door is slow, broken, or lying to you, nothing else works. This page maps the entire subject: what RPCs are, why they fail in pract

How to set up multi-provider RPC failover for Ethereum

A single RPC provider is a single point of failure. If that provider goes down, rates you, or starts serving stale data, your application stops working correctly. Multi-provider failover mitigates this. You route requests to a backup provider when the primary fails.

All guides →

Crypto news

Bitcoin Cools Off After $3 Billion ETF-Driven Surge

Bitcoin Magazine Bitcoin Cools Off After $3 Billion ETF-Driven Surge Bitcoin's run slowed down Friday after the Federal Reserve chief said inflation was too hot. Its run was charged by speculators throwing billions at the popular investment vehicles. This post Bitcoin Cools Off After $3 Billion…

Bitcoin Magazine ·

Headlines link to the original publishers. We don't reproduce their articles.

How to convert crypto: on-chain vs off-chain

Off-chain (on an exchange)

Your trade happens inside the exchange's own ledger. Nothing touches the blockchain until you withdraw.

  • Cheapest and fastest for common pairs
  • Needs an account and usually ID verification
  • The exchange holds the coins until you withdraw them
  • Best for converting to and from cash

On-chain (a DEX or swap)

You swap from your own wallet. The transaction settles on the chain and you pay its fee.

  • No account, no custodian — you keep the keys
  • You pay network fees, which vary a lot by chain
  • Small or new tokens often only trade here
  • Slippage and thin liquidity are real costs on low-volume pairs
Before any on-chain swap: check the token's contract address against a block explorer, start with a small test amount, and review what you are approving — an unlimited token approval to an unknown contract is how most wallet drains actually happen.

Not financial advice. starname.me publishes market data and general information about digital assets. Crypto assets are volatile and you can lose everything you put in. Nothing here is a recommendation to buy, sell or hold, and we make no price predictions.

Prices are sourced from third parties and may be delayed or wrong. Verify anything you intend to act on against a primary source.