Fix default newcoind.cfg example for unl_default.

This commit is contained in:
Arthur Britto
2012-06-16 12:24:00 -07:00
parent d6ca0389c9
commit 63a3e110c1

View File

@@ -37,14 +37,16 @@
# 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.
#
# If this field is not present or empty, newcoind will look for a validators.txt in the
# If this entry is not present or empty, newcoind will look for a validators.txt in the
# config directory. If not found there, it will attempt to retrieve the file
# from the newcoin foundation's web site.
#
# This entry is also used by the RPC command unl_load.
#
# Specify the file by specifying its full path.
#
# Examples: C:/home/johndoe/newcoin/newcoind.cfg
# /home/johndoe/newcoin/newcoind.cfg
# Examples: C:/home/johndoe/newcoin/validators.txt
# /home/johndoe/newcoin/validators.txt
#
# [peer_ip]:
# IP address or domain to bind to allow external connections from peers.