mirror of
https://github.com/status-im/status-go.git
synced 2025-02-19 18:28:18 +00:00
Run statusd not in a standalone mode by default
This commit is contained in:
parent
bf1d1ee0ea
commit
0068917ecb
@ -64,7 +64,7 @@ var (
|
|||||||
listenAddr = flag.String("listenaddr", ":30303", "IP address and port of this node (e.g. 127.0.0.1:30303)")
|
listenAddr = flag.String("listenaddr", ":30303", "IP address and port of this node (e.g. 127.0.0.1:30303)")
|
||||||
advertiseAddr = flag.String("advertiseaddr", "", "IP address the node wants to reached with (useful if floating IP is used)")
|
advertiseAddr = flag.String("advertiseaddr", "", "IP address the node wants to reached with (useful if floating IP is used)")
|
||||||
fleet = flag.String("fleet", params.FleetBeta, "Name of the fleet like 'eth.staging' (default to 'eth.beta')")
|
fleet = flag.String("fleet", params.FleetBeta, "Name of the fleet like 'eth.staging' (default to 'eth.beta')")
|
||||||
standalone = flag.Bool("standalone", true, "Don't actively connect to peers, wait for incoming connections")
|
standalone = flag.Bool("standalone", false, "Don't actively connect to peers, wait for incoming connections")
|
||||||
bootnodes = flag.String("bootnodes", "", "A list of bootnodes separated by comma")
|
bootnodes = flag.String("bootnodes", "", "A list of bootnodes separated by comma")
|
||||||
discoveryFlag = flag.Bool("discovery", false, "Enable discovery protocol")
|
discoveryFlag = flag.Bool("discovery", false, "Enable discovery protocol")
|
||||||
rendezvous = flag.Bool("rendezvous", false, "Enable rendezvous protocol")
|
rendezvous = flag.Bool("rendezvous", false, "Enable rendezvous protocol")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user