mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
* Load specified [validators_file] relative to config dir * Add default [validators_file] to rippled-example.cfg * Remove [validators] and [validation_quorum] from rippled-example.cfg * Add [validation_quorum] to validators-example.txt * Allow validators.txt to be a symlink * Throw for invalid [validators_file] instead of logging * Trust own master public key from configured manifest * Do not load untrusted manifests from database Trusted validators are loaded from [validators] and [validator_keys] sections from both rippled.cfg and validators.txt Quorum is loaded from [validation_quorum] section in validators.txt only if it is not configured in rippled.cfg
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
#
|
|
# Default validators.txt
|
|
#
|
|
# A list of domains to bootstrap a nodes UNLs or for clients to indirectly
|
|
# locate IPs to contact the Ripple network.
|
|
#
|
|
# This file is UTF-8 with Dos, UNIX, or Mac style end of lines.
|
|
# Blank lines and lines starting with a '#' are ignored.
|
|
# All other lines should be hankos or domain names.
|
|
#
|
|
#
|
|
#
|
|
# [validators]
|
|
#
|
|
# List of the validation public keys of nodes to always accept as validators.
|
|
# A comment may, optionally, be associated with each entry, separated by
|
|
# whitespace from the validation public key.
|
|
#
|
|
# The latest list of recommended validators can be obtained from
|
|
# https://ripple.com/ripple.txt
|
|
#
|
|
# See also https://wiki.ripple.com/Ripple.txt
|
|
#
|
|
# Examples:
|
|
# n9KorY8QtTdRx7TVDpwnG9NvyxsDwHUKUEeDLY3AkiGncVaSXZi5
|
|
# n9MqiExBcoG19UXwoLjBJnhsxEhAZMuWwJDRdkyDz1EkEkwzQTNt John Doe
|
|
#
|
|
#
|
|
#
|
|
# [validation_quorum]
|
|
#
|
|
# Sets the minimum number of trusted validations a ledger must have before
|
|
# the server considers it fully validated. Note that if you are validating,
|
|
# your validation counts.
|
|
#
|
|
|
|
# Public keys of the validators that this rippled instance trusts.
|
|
[validators]
|
|
n949f75evCHwgyP4fPVgaHqNHxUVN15PsJEZ3B3HnXPcPjcZAoy7 RL1
|
|
n9MD5h24qrQqiyBC8aeqqCWvpiBiYQ3jxSr91uiDvmrkyHRdYLUj RL2
|
|
n9L81uNCaPgtUJfaHh89gmdvXKAmSt5Gdsw2g1iPWaPkAHW5Nm4C RL3
|
|
n9KiYM9CgngLvtRCQHZwgC2gjpdaZcCcbt3VboxiNFcKuwFVujzS RL4
|
|
n9LdgEtkmGB9E2h3K4Vp7iGUaKuq23Zr32ehxiU8FWY7xoxbWTSA RL5
|
|
|
|
# The number of validators rippled needs to accept a consensus.
|
|
# Don't change this unless you know what you're doing.
|
|
[validation_quorum]
|
|
3
|