2019-09-23 03:38:34 +00:00
|
|
|
# Running a Validator
|
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
This document describes how to participate in the Solana testnet as a validator
|
|
|
|
node.
|
2019-09-23 03:38:34 +00:00
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
Please note some of the information and instructions described here may change
|
|
|
|
in future releases, and documentation will be updated for mainnet participation.
|
2019-09-23 03:38:34 +00:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
Solana currently maintains several testnets, each featuring a validator that can
|
|
|
|
serve as the entrypoint to the cluster for your validator.
|
2019-09-23 03:38:34 +00:00
|
|
|
|
|
|
|
Current testnet entrypoints:
|
|
|
|
|
2020-02-19 14:04:34 -07:00
|
|
|
* Developer testnet, devnet.solana.com
|
2019-09-23 03:38:34 +00:00
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
Solana may launch special testnets for validator participation; we will provide
|
|
|
|
you with a specific entrypoint URL to use.
|
2019-09-23 03:38:34 +00:00
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
Prior to mainnet, the testnets may be running different versions of solana
|
|
|
|
software, which may feature breaking changes. For information on choosing a
|
|
|
|
testnet and finding software version info, jump to [Choosing a Testnet](validator-testnet.md).
|
2019-09-23 03:38:34 +00:00
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
The testnets are configured to reset the ledger daily, or sooner, should the
|
|
|
|
hourly automated cluster sanity test fail.
|
2019-09-23 03:38:34 +00:00
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
There is a network explorer that shows the status of solana testnets available
|
|
|
|
at [http://explorer.solana.com/](https://explorer.solana.com/).
|
2019-09-23 03:38:34 +00:00
|
|
|
|
2019-12-02 10:53:07 -07:00
|
|
|
Also we'd love it if you choose to register your validator node with us at
|
|
|
|
[https://forms.gle/LfFscZqJELbuUP139](https://forms.gle/LfFscZqJELbuUP139).
|