Skip to content

Solana Testnet

A local solana-test-validator running in Docker, exposed through the RPC proxy.

Endpoints

UseEndpointNotes
RPC (public)https://testnet-solana.rpc.gateway.tribewarez.comJSON-RPC, requestAirdrop
RPC (local)http://127.0.0.1:8899Direct to validator
Faucet127.0.0.1:9900TCP faucet (host-bound)
Gossip127.0.0.1:8001For extra validators
TPU127.0.0.1:8002Transaction forwarding

Airdrop SOL

bash
solana config set --url https://testnet-solana.rpc.gateway.tribewarez.com
solana airdrop 10

Mining Modes

  • Solo -- use RPC for transactions and airdrops
  • Pool -- delegate stake to the validator's vote account
  • Multi-validator -- expose gossip/TPU ports for additional validators

See MINING.md for full details.

TribeWarez Blockchain Ecosystem