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).
This commit is contained in:
Dave Collins 2013-09-19 09:17:15 -05:00
parent 346ff6f9e2
commit 9c8cd4dee1

View file

@ -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