diff --git a/README.md b/README.md index 2e59b7a..7c2986a 100644 --- a/README.md +++ b/README.md @@ -40,17 +40,15 @@ Options: --private-key Miner private key (ex: "PVT_K1_...") --account Miner account name (ex: "miner.evm") --permission Miner permission (default: "active") - -p --port JSON RPC listens on port number (listen for - incoming Ethereum transactions). (default: + -p --port JSON RPC listens on port number, listen for + incoming Ethereum transactions. (default: "50305") - --hostname JSON RPC listens on hostname (listen for - incoming Ethereum transactions). (default: - "127.0.0.1") + --hostname JSON RPC listens on hostname, listen for + incoming Ethereum transactions (ex: "127.0.0.1)" --metrics-listen-port The process will listen on this port for Prometheus metrics requests (default: "9102") --metrics-disabled If set, will not send metrics to Prometheus - (default: false) - --verbose Enable verbose logging (default: false) + --verbose Enable verbose logging --lock-gas-price Lock gas price as hex value (ex: "0x22ecb25c00") -h, --help display help for command ```