From 6feeb66989b5b80dbe0dd8920496a69433c4e1e4 Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Fri, 16 Feb 2018 18:17:50 +0200 Subject: [PATCH] Add info about offline-signing? to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 811b008..da31f2e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ eth-account | Ethereum account ID for the bot eth-password | Ethereum account password for the bot eth-rpc-url | RPC URL to Ethereum node, e.g. Geth. Either local or remote eth-wallet-file | Location of wallet file. If Geth is run with the parameters as given below, it will reside under `$HOME/.ropsten/keystore` +offline-signing? | Specifies whether to sign transactions locally before sending. Default is false. Set to true when connecting to Infura tokenreg-base-format | Should be set to `:status` github-client-id | Related to OAuth. Copied from GitHub account Settings->Developer settings->OAuth Apps github-client-secret | Related to OAuth. Copied from GitHub account Settings->Developer settings->OAuth Apps