diff --git a/newcoind.cfg b/newcoind.cfg index e08702b461..916275fee6 100644 --- a/newcoind.cfg +++ b/newcoind.cfg @@ -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.