mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 02:35:48 +00:00 
			
		
		
		
	* Update pull_request_template.md * strip out unused files * Update CONTRIBUTING.md * fix docker * remove conan stuff * update license * update hook directory * Delete .codecov.yml * Update .dockerignore * Update genesis.json * update validator list example * Update rippled-standalone.cfg * Update CONTRIBUTING.md
		
			
				
	
	
		
			89 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# Default validators.txt
 | 
						|
#
 | 
						|
# This file is located in the same folder as your rippled.cfg file
 | 
						|
# and defines which validators your server trusts not to collude.
 | 
						|
#
 | 
						|
# This file is UTF-8 with DOS, UNIX, or Mac style line endings.
 | 
						|
# Blank lines and lines starting with a '#' are ignored.
 | 
						|
#
 | 
						|
#
 | 
						|
#
 | 
						|
# [validators]
 | 
						|
#
 | 
						|
#   List of the validation public keys of nodes to always accept as validators.
 | 
						|
#
 | 
						|
#   Manually listing validator keys is not recommended for production networks.
 | 
						|
#   See validator_list_sites and validator_list_keys below.
 | 
						|
#
 | 
						|
#   Examples:
 | 
						|
#    n9KorY8QtTdRx7TVDpwnG9NvyxsDwHUKUEeDLY3AkiGncVaSXZi5
 | 
						|
#    n9MqiExBcoG19UXwoLjBJnhsxEhAZMuWwJDRdkyDz1EkEkwzQTNt
 | 
						|
#
 | 
						|
# [validator_list_sites]
 | 
						|
#
 | 
						|
#   List of URIs serving lists of recommended validators.
 | 
						|
#
 | 
						|
#   Examples:
 | 
						|
#    https://vl.ripple.com
 | 
						|
#    https://vl.xrplf.org
 | 
						|
#    http://127.0.0.1:8000
 | 
						|
#    file:///etc/opt/ripple/vl.txt
 | 
						|
#
 | 
						|
# [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:
 | 
						|
#    ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
 | 
						|
#    ED307A760EE34F2D0CAA103377B1969117C38B8AA0AA1E2A24DAC1F32FC97087ED
 | 
						|
#
 | 
						|
# [import_vl_keys]
 | 
						|
#
 | 
						|
#   This section is used to import the public keys of trusted validator list publishers.
 | 
						|
#   The keys are used to authenticate and accept new lists of trusted validators.
 | 
						|
#   In this example, the key for the publisher "vl.xrplf.org" is imported.
 | 
						|
#   Each key is represented as a hexadecimal string.
 | 
						|
# 
 | 
						|
#   Examples:
 | 
						|
#    ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
 | 
						|
 | 
						|
# The default validator list publishers that the rippled instance
 | 
						|
# trusts.
 | 
						|
#
 | 
						|
# WARNING: Changing these values can cause your rippled instance to see a
 | 
						|
#          validated ledger that contradicts other rippled instances'
 | 
						|
#          validated ledgers (aka a ledger fork) if your validator list(s)
 | 
						|
#          do not sufficiently overlap with the list(s) used by others.
 | 
						|
#          See: https://arxiv.org/pdf/1802.07242.pdf
 | 
						|
 | 
						|
[validator_list_sites]
 | 
						|
https://vl.ripple.com
 | 
						|
https://vl.xrplf.org
 | 
						|
 | 
						|
[validator_list_keys]
 | 
						|
#vl.ripple.com
 | 
						|
ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
 | 
						|
# vl.xrplf.org
 | 
						|
ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B
 | 
						|
 | 
						|
[import_vl_keys]
 | 
						|
# vl.xrplf.org
 | 
						|
ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
 | 
						|
 | 
						|
# To use the test network (see https://xrpl.org/connect-your-rippled-to-the-xrp-test-net.html),
 | 
						|
# use the following configuration instead:
 | 
						|
#
 | 
						|
# [validator_list_sites]
 | 
						|
# https://vl.altnet.rippletest.net
 | 
						|
#
 | 
						|
# [validator_list_keys]
 | 
						|
# ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860
 | 
						|
#
 | 
						|
# [import_vl_keys]
 | 
						|
# ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860
 |