mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Add [validation_seed] newcoind.cfg.
This commit is contained in:
11
newcoind.cfg
11
newcoind.cfg
@@ -6,6 +6,9 @@
|
||||
# Undefined sections are reserved.
|
||||
# No escapes are currently defined.
|
||||
#
|
||||
# To perform validation, one of these sections must be provided:
|
||||
# [validation_key], [validation_password], or [validation_seed].
|
||||
#
|
||||
# [peer_ip]:
|
||||
# IP address or domain to bind to if allowing external connections from peers.
|
||||
#
|
||||
@@ -18,13 +21,17 @@
|
||||
# [rpc_port]:
|
||||
# Port to bind to if allowing insecure RPC connections.
|
||||
#
|
||||
# [validation_seed]:
|
||||
# This is the seed used to generate the validation public/private key pair.
|
||||
# This representation has a checksum and is the recommended form for transmission.
|
||||
#
|
||||
# [validation_password]:
|
||||
# To perform validation, either this section or the [validation_key] section must be provided.
|
||||
# This is the password used to generate the validation public/private key pair.
|
||||
# This representation is the form for providing a pass phrase.
|
||||
#
|
||||
# [validation_key]:
|
||||
# To perform validation, either this section or the [validation_password] section must be provided.
|
||||
# This is the RFC 1751 key used to generate the validation public/private key pair.
|
||||
# This representation is the form for human memorization (RFC 1751).
|
||||
#
|
||||
# Example: RASH BUSH MILK LOOK BAD BRIM AVID GAFF BAIT ROT POD LOVE
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user