mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
IA: add links for tutorials
IA: more tutorial links IA: Tutorials stuff - Move 'Cancel or Skip a Transaction' to 'About Canceling a Transaction' (Fixes #582) - Add more 'See Also' links to Escrow & Payment Channel tutorials
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Run rippled as a Validator
|
||||
|
||||
A `rippled` server running in validator mode does everything a stock server does:
|
||||
A [`rippled` server](the-rippled-server.html) running in [validator mode](rippled-server-modes.html) does everything a stock server does:
|
||||
|
||||
- Connects to a network of peers
|
||||
- Connects to a [network of peers](consensus-network.html)
|
||||
|
||||
- Relays cryptographically signed transactions
|
||||
- Relays cryptographically signed [transactions](transaction-basics.html)
|
||||
|
||||
- Maintains a local copy of the complete shared global ledger
|
||||
- Maintains a local copy of the complete shared global [ledger](ledgers.html)
|
||||
|
||||
What makes a validator _different_ is that it also issues validation messages, which are sets of candidate transactions for evaluation by the XRP Ledger network during the [consensus process](consensus-principles-and-rules.html#how-consensus-works).
|
||||
|
||||
@@ -325,3 +325,21 @@ To provide domain verification:
|
||||
If your validator's master private key is compromised, you must revoke it immediately and permanently.
|
||||
|
||||
For information about how to revoke a master key pair you generated for your validator using the `validator-keys` tool, see [Key Revocation](https://github.com/ripple/validator-keys-tool/blob/master/doc/validator-keys-tool-guide.md#key-revocation).
|
||||
|
||||
|
||||
## See Also
|
||||
|
||||
- **Concepts:**
|
||||
- [XRP Ledger Overview](xrp-ledger-overview.html)
|
||||
- [Consensus Network](consensus-network.html)
|
||||
- [The `rippled` Server](the-rippled-server.html)
|
||||
- **Tutorials:**
|
||||
- [Cluster rippled Servers](cluster-rippled-servers.html)
|
||||
- [Install `rippled`](install-rippled.html)
|
||||
- [Capacity Planning](capacity-planning.html)
|
||||
- [XRP Ledger Businesses](xrp-ledger-businesses.html)
|
||||
- **References:**
|
||||
- [Validator Keys Tool Guide](https://github.com/ripple/validator-keys-tool/blob/master/doc/validator-keys-tool-guide.md)
|
||||
- [consensus_info method][]
|
||||
- [validator_list_sites method][]
|
||||
- [validators method][]
|
||||
|
||||
Reference in New Issue
Block a user