mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Validator lists from configured remote sites are fetched at a regular interval. Fetched lists are expected to be in JSON format and contain the following fields: * "manifest": Base64-encoded serialization of a manifest containing the validator publisher's master and signing public keys. * "blob": Base64-encoded JSON string containing a "sequence", "expiration" and "validators" field. "expiration" contains the Ripple timestamp (seconds since January 1st, 2000 (00:00 UTC)) for when the list expires. "validators" contains an array of objects with a "validation_public_key" field. * "signature": Hex-encoded signature of the blob using the publisher's signing key. * "version": 1 * "refreshInterval" (optional)
55 lines
1.7 KiB
Plaintext
55 lines
1.7 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.
|
|
#
|
|
# 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
|
|
#
|
|
# [validator_list_sites]
|
|
#
|
|
# List of URIs serving lists of recommended validators.
|
|
#
|
|
# Examples:
|
|
# https://ripple.com/validators
|
|
# http://127.0.0.1:8000
|
|
#
|
|
# [validator_list_keys]
|
|
#
|
|
# List of keys belonging to trusted validator list publishers.
|
|
# Validator lists fetched from configured sites will only be considered
|
|
# if the list is accompanied by a valid signature from a trusted
|
|
# publisher key.
|
|
# Validator list keys should be hex-encoded.
|
|
#
|
|
# Examples:
|
|
# ed499d732bded01504a7407c224412ef550cc1ade638a4de4eb88af7c36cb8b282
|
|
# 0202d3f36a801349f3be534e3f64cfa77dede6e1b6310a0b48f40f20f955cec945
|
|
# 02dd8b7075f64d77d9d2bdb88da364f29fcd975f9ea6f21894abcc7564efda8054
|
|
#
|
|
|
|
# Public keys of the validators that this rippled instance trusts.
|
|
[validators]
|
|
n949f75evCHwgyP4fPVgaHqNHxUVN15PsJEZ3B3HnXPcPjcZAoy7
|
|
n9MD5h24qrQqiyBC8aeqqCWvpiBiYQ3jxSr91uiDvmrkyHRdYLUj
|
|
n9L81uNCaPgtUJfaHh89gmdvXKAmSt5Gdsw2g1iPWaPkAHW5Nm4C
|
|
n9KiYM9CgngLvtRCQHZwgC2gjpdaZcCcbt3VboxiNFcKuwFVujzS
|
|
n9LdgEtkmGB9E2h3K4Vp7iGUaKuq23Zr32ehxiU8FWY7xoxbWTSA
|