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:
parent
346ff6f9e2
commit
9c8cd4dee1
1 changed files with 5 additions and 2 deletions
|
@ -35,13 +35,16 @@
|
||||||
; tor=1
|
; 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
|
; You may specify each IP address with or without a port. The default port will
|
||||||
; be added automatically if one is not specified here.
|
; be added automatically if one is not specified here.
|
||||||
;
|
;
|
||||||
; NOTE: btcd only currently works with a single peer, but this will be changing
|
; NOTE: btcd only currently works with a single peer, but this will be changing
|
||||||
; soon as multi-peer support is under development.
|
; 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.
|
; Maximum number of inbound and outbound peers.
|
||||||
; maxpeers=8
|
; maxpeers=8
|
||||||
|
|
Loading…
Reference in a new issue