cmd.Flags().String(optionNamePaymentEarly,"1000000000000","amount in BZZ below the peers payment threshold when we initiate settlement")
cmd.Flags().String(optionNamePaymentEarly,"1000000000000","amount in BZZ below the peers payment threshold when we initiate settlement")
cmd.Flags().StringSlice(optionNameResolverEndpoints,[]string{},"ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url")
cmd.Flags().StringSlice(optionNameResolverEndpoints,[]string{},"ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url")
cmd.Flags().Bool(optionNameGatewayMode,false,"disable a set of sensitive features in the api")
cmd.Flags().Bool(optionNameGatewayMode,false,"disable a set of sensitive features in the api")
cmd.Flags().Bool(optionNameBootnodeMode,false,"cause the node to always accept incoming connections")