Solana RPC setup
Solana RPC is the network path your self-hosted Fased wallet uses to read chain state and submit transactions. Wallets, advanced wallet actions, Satcoin mining, token metadata, balances, simulation, submit, confirmation, and claim all depend on RPC.Recommended provider posture
Use a reliable private or commercial Solana RPC provider for mainnet wallet automation and Satcoin mining. Many serious providers can work. Choose one that gives you stable HTTP access, WebSocket support, usage visibility, and enough request capacity for long-running wallet and mining work. The important rule is:Get an RPC endpoint
- Create or open an account with a Solana RPC provider.
- Open the provider’s API key or endpoint page.
- Create or copy an API key if the provider requires one.
- Copy the endpoint for the target network.
Configure during wallet setup
For a new local signer Mining wallet:Per-wallet RPC keys
Fased supports per-wallet RPC mappings so Agent, Mining, and Vault wallets can use separate endpoints. For wallet idmining:
agent:
solana-1:
Mining readiness
For Satcoin mining, verify RPC before capital deposit or start:- wallet selected
- signer ready
- RPC ready
- funding ready
- miner initialized
- token account ready
Operator rule
Treat RPC as part of the mining machine. For serious operation:- use a reliable primary provider
- keep a backup endpoint available when possible
- watch readiness and history after the first cycles
- investigate repeated RPC failures before increasing commit
- keep API keys out of public logs and screenshots