From ad59037b4727c00db0ee48328d779d2d701780a6 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Fri, 6 Apr 2012 22:32:36 -0700 Subject: [PATCH] Replace config.xml with newcoind.cfg. --- config.xml | 5 ----- newcoind.cfg | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 5 deletions(-) delete mode 100644 config.xml create mode 100644 newcoind.cfg diff --git a/config.xml b/config.xml deleted file mode 100644 index 1df057894b..0000000000 --- a/config.xml +++ /dev/null @@ -1,5 +0,0 @@ - - 51235 - 5005 - 30 - diff --git a/newcoind.cfg b/newcoind.cfg new file mode 100644 index 0000000000..aed0f483dd --- /dev/null +++ b/newcoind.cfg @@ -0,0 +1,41 @@ +# +# Sample newcoind.cfg +# +# This file is UTF-8 with Dos, UNIX, or Mac style end of lines. +# Blank lines and lines beginning with '#' are ignored. +# Undefined sections are reserved. +# No escapes are currently defined. +# +# [peer_ip]: +# IP address or domain to bind to if allowing external connections from peers. +# +# [peer_port]: +# Port to bind to if allowing external connections from peers. +# +# [rpc_ip]: +# IP address or domain to bind to if allowing insecure RPC connections. +# +# [rpc_port]: +# Port to bind to if allowing insecure RPC connections. +# +# [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. +# +# [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. +# +# Example: RASH BUSH MILK LOOK BAD BRIM AVID GAFF BAIT ROT POD LOVE +# +[peer_ip] +0.0.0.0 + +[peer_port] +51235 + +[rpc_ip] +127.0.0.1 + +[rpc_port] +5005