* docs: adding multiple pages in from the guidebook
* fix: minor updates to the rpc node setup page
* fix: added known validators info to the rpc page
* docs: added best practices pages
* fix: updated internal linking
* docs: added faq page and update links
* Expanding the validator FAQ, updating hardware req
* Updates to validator setup
* Fixed broken RPC API links
* Remove GPU reqs, clarify install best practices
* Updating neworking requirements in validator reqs
* Removing trailing white spaces
* Removing systuner usage from docs
* ssh authentication note, more on withdrawls
* Adding feedback from educational workshop
* Details on system clock, cpu freq, validator set
* add link to gossip for clock drift system req
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* Update docs/src/validator/best-practices/monitoring.md
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* clarification on monitoring docs
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* adding a reference to the hardware requirements
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* fixing link to clusters page
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* typo fix
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* Update docs/src/validator/get-started/setup-a-validator.md
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* Update docs/src/validator/best-practices/monitoring.md
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* Update docs/src/validator/best-practices/monitoring.md
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
* Referencing the validator health report
* Removed trailing whitespace
---------
Co-authored-by: nickfrosty <nfrostbutter@gmail.com>
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
Add snapshots arguments to the ledger tool command because numerous operators
have been tripped up by not realizing that these arguments are needed for
fairly standard configs. The additional arguments are harmless for those
who don't separate snapshots into separate dirs, but essential for those
who do.
The current documentation fails to call out that some items go under the
ledger directory by default. If this is the case, then the stated 500 GB
number will most certainly be exceeded.
The parameter is now a required third argument. This is because authorized
withdrawer should never be the same as vote account keypair or validator
identity keypair for security reasons.
Added a --allow-unsafe-authorized-withdrawer to override this restriction if
necessary.
While going through the tutorial to start a validator I noticed that the output I received from running...
```
solana config set --keypair ~/validator-keypair.json
```
...different from the output I was seeing. Wondering whether the docs are out of date I thought I'd propose an update to the docs just in case.
* Rename ask to prompt
* Default to Solana bip44 base if no derivation-path
* Add SignerSource legacy field, support legacy ASK
* Update docs
* Fix docs: validator current doesn't support uri SignerSources