From 9c8cd4dee1c4a02f60ceb5a350fb5617b871e8ce Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 19 Sep 2013 09:17:15 -0500 Subject: [PATCH] Update sample config for recent go-flags fix. The configuration file can now contain multiple entries for the configuration options which allow more than one to be specified (addpeer, connect). --- sample-btcd.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sample-btcd.conf b/sample-btcd.conf index 02e370b5..6e6c534f 100644 --- a/sample-btcd.conf +++ b/sample-btcd.conf @@ -35,13 +35,16 @@ ; tor=1 -; Add as many peers to connect to as desired. Separate each peer with a space. +; Add persistent peers to connect to as desired. One peer per line. ; You may specify each IP address with or without a port. The default port will ; be added automatically if one is not specified here. ; ; NOTE: btcd only currently works with a single peer, but this will be changing ; soon as multi-peer support is under development. -; addpeer=192.168.1.1 10.0.0.2:8333 fe80::1 [fe80::2]:8333 +; addpeer=192.168.1.1 +; addpeer=10.0.0.2:8333 +; addpeer=fe80::1 +; addpeer=[fe80::2]:8333 ; Maximum number of inbound and outbound peers. ; maxpeers=8