mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-02 00:15:50 +00:00
Cosmetic changes newcoin->ripple.
This commit is contained in:
28
rippled.cfg
28
rippled.cfg
@@ -1,11 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Sample newcoind.cfg
|
# Sample rippled.cfg
|
||||||
#
|
#
|
||||||
# This file should be named newcoind.cfg. This file is UTF-8 with Dos, UNIX,
|
# This file should be named rippled.cfg. This file is UTF-8 with Dos, UNIX,
|
||||||
# or Mac style end of lines. Blank lines and lines beginning with '#' are
|
# or Mac style end of lines. Blank lines and lines beginning with '#' are
|
||||||
# ignored. Undefined sections are reserved. No escapes are currently defined.
|
# ignored. Undefined sections are reserved. No escapes are currently defined.
|
||||||
#
|
#
|
||||||
# When you launch newcoind, it will attempt to find this file. For details,
|
# When you launch rippled, it will attempt to find this file. For details,
|
||||||
# refer to the manual page for --conf command line option.
|
# refer to the manual page for --conf command line option.
|
||||||
#
|
#
|
||||||
# [debug_logfile]
|
# [debug_logfile]
|
||||||
@@ -17,33 +17,33 @@
|
|||||||
# Specifies where to find validators.txt for UNL boostrapping and RPC command unl_network.
|
# Specifies where to find validators.txt for UNL boostrapping and RPC command unl_network.
|
||||||
# During alpha testing, this defaults to: redstem.com
|
# During alpha testing, this defaults to: redstem.com
|
||||||
#
|
#
|
||||||
# Example: newcoin.org
|
# Example: ripple.com
|
||||||
#
|
#
|
||||||
# [unl_default]:
|
# [unl_default]:
|
||||||
# XXX This should be called: [validators_file]
|
# XXX This should be called: [validators_file]
|
||||||
# Specifies how to bootstrap the UNL list. The UNL list is based on a
|
# Specifies how to bootstrap the UNL list. The UNL list is based on a
|
||||||
# validators.txt file and is maintained in the databases. When newcoind
|
# validators.txt file and is maintained in the databases. When rippled
|
||||||
# starts up, if the databases are missing or are obsolete due to an upgrade
|
# starts up, if the databases are missing or are obsolete due to an upgrade
|
||||||
# of newcoind, newcoind will reconstruct the UNL list as specified here.
|
# of rippled, rippled will reconstruct the UNL list as specified here.
|
||||||
#
|
#
|
||||||
# If this entry is not present or empty, newcoind will look for a validators.txt in the
|
# If this entry is not present or empty, rippled will look for a validators.txt in the
|
||||||
# config directory. If not found there, it will attempt to retrieve the file
|
# config directory. If not found there, it will attempt to retrieve the file
|
||||||
# from the newcoin foundation's web site.
|
# from the Ripple foundation's web site.
|
||||||
#
|
#
|
||||||
# This entry is also used by the RPC command unl_load.
|
# This entry is also used by the RPC command unl_load.
|
||||||
#
|
#
|
||||||
# Specify the file by specifying its full path.
|
# Specify the file by specifying its full path.
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
# C:/home/johndoe/newcoin/validators.txt
|
# C:/home/johndoe/ripple/validators.txt
|
||||||
# /home/johndoe/newcoin/validators.txt
|
# /home/johndoe/ripple/validators.txt
|
||||||
#
|
#
|
||||||
# [validators]:
|
# [validators]:
|
||||||
# Only valid in "newcoind.cfg", "newcoin.txt", and the referered [validators_url].
|
# Only valid in "rippled.cfg", "ripple.txt", and the referered [validators_url].
|
||||||
# List of nodes to accept as validators speficied by public key or domain.
|
# List of nodes to accept as validators speficied by public key or domain.
|
||||||
#
|
#
|
||||||
# For domains, newcoind will probe for https web servers at the specied
|
# For domains, rippled will probe for https web servers at the specied
|
||||||
# domain in the following order: newcoin.DOMAIN, www.DOMAIN, DOMAIN
|
# domain in the following order: ripple.DOMAIN, www.DOMAIN, DOMAIN
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
# redstem.com
|
# redstem.com
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
# n9MqiExBcoG19UXwoLjBJnhsxEhAZMuWwJDRdkyDz1EkEkwzQTNt John Doe
|
# n9MqiExBcoG19UXwoLjBJnhsxEhAZMuWwJDRdkyDz1EkEkwzQTNt John Doe
|
||||||
#
|
#
|
||||||
# [ips]:
|
# [ips]:
|
||||||
# Only valid in "newcoind.cfg", "newcoin.txt", and the referered [ips_url].
|
# Only valid in "rippled.cfg", "ripple.txt", and the referered [ips_url].
|
||||||
# List of ips where the Newcoin protocol is avialable.
|
# List of ips where the Newcoin protocol is avialable.
|
||||||
# One ipv4 or ipv6 address per line.
|
# One ipv4 or ipv6 address per line.
|
||||||
# A port may optionally be specified after adding a space to the address.
|
# A port may optionally be specified after adding a space to the address.
|
||||||
|
|||||||
Reference in New Issue
Block a user