cmd.Flags().String(optionWelcomeMessage,"","send a welcome message string during handshakes")
cmd.Flags().String(optionWelcomeMessage,"","send a welcome message string during handshakes")
cmd.Flags().Bool(optionNameGlobalPinningEnabled,false,"enable global pinning")
cmd.Flags().Bool(optionNameGlobalPinningEnabled,false,"enable global pinning")
cmd.Flags().Uint64(optionNamePaymentThreshold,100000,"threshold in BZZ where you expect to get paid from your peers")
cmd.Flags().String(optionNamePaymentThreshold,"100000","threshold in BZZ where you expect to get paid from your peers")
cmd.Flags().Uint64(optionNamePaymentTolerance,10000,"excess debt above payment threshold in BZZ where you disconnect from your peer")
cmd.Flags().String(optionNamePaymentTolerance,"10000","excess debt above payment threshold in BZZ where you disconnect from your peer")
cmd.Flags().Uint64(optionNamePaymentEarly,10000,"amount in BZZ below the peers payment threshold when we initiate settlement")
cmd.Flags().String(optionNamePaymentEarly,"10000","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")