diff --git a/main.go b/main.go index b2a01a8..92bfd6d 100644 --- a/main.go +++ b/main.go @@ -69,7 +69,7 @@ type Options struct { Addr string `long:"address" description:"Deployed contract address, prefixed with network name scheme. (Example: \"rinkeby://0xb2f8987986259facdc539ac1745f7a0b395972b1\")"` KeyStore string `long:"keystore" description:"Path to encrypted JSON wallet keystore for contract operator. (Password set in KEYSTORE_PASSPHRASE env)"` Price uint64 `long:"price" description:"Price per minute (in wei)." default:"100000000000"` - MinBalance string `long:"min-balance" description:"Minimum balance required to join as a client (in wei or 'off')." default:"100000000000"` + MinBalance string `long:"min-balance" description:"Minimum balance required to join as a client (in wei or 'off')." default:"off"` Welcome string `long:"welcome" description:"Welcome message for clients. (Example: \"Welcome, {{.NodeID}}\")"` } `group:"contract" namespace:"contract"` } `command:"pool" description:"Start a vipnode pool coordinator."`