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().String(optionNamePaymentThreshold,"100000","threshold in BZZ where you expect to get paid from your peers")
cmd.Flags().String(optionNamePaymentThreshold,"10000000000000","threshold in BZZ where you expect to get paid from your peers")
cmd.Flags().String(optionNamePaymentTolerance,"10000","excess debt above payment threshold in BZZ where you disconnect from your peer")
cmd.Flags().String(optionNamePaymentTolerance,"50000000000000","excess debt above payment threshold in BZZ where you disconnect from your peer")
cmd.Flags().String(optionNamePaymentEarly,"10000","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")
logger.Warningf("cannot continue until there is sufficient ETH and BZZ available on %x",overlayEthAddress)
logger.Warningf("cannot continue until there is sufficient ETH and BZZ available on %x",overlayEthAddress)
ifchainId==5{
ifchainId==5{
logger.Warningf("on the test network you can get both Goerli ETH and Goerli BZZ from https://faucet.ethswarm.org?address=%x",overlayEthAddress)
logger.Warningf("get your Goerli ETH and Goerli BZZ now via the bzzaar at https://bzz.ethswarm.org/?transaction=buy&amount=%d&slippage=30&receiver=%x",new(big.Int).Div(swapInitialDeposit,big.NewInt(10000000000000000)),overlayEthAddress)