Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jun 9, 2023
1 parent 67f7a03 commit 56c1bd0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,15 @@ Options:
--private-key <string> Miner private key (ex: "PVT_K1_...")
--account <string> Miner account name (ex: "miner.evm")
--permission <string> Miner permission (default: "active")
-p --port <int> JSON RPC listens on port number (listen for
incoming Ethereum transactions). (default:
-p --port <int> JSON RPC listens on port number, listen for
incoming Ethereum transactions. (default:
"50305")
--hostname <string> JSON RPC listens on hostname (listen for
incoming Ethereum transactions). (default:
"127.0.0.1")
--hostname <string> JSON RPC listens on hostname, listen for
incoming Ethereum transactions (ex: "127.0.0.1)"
--metrics-listen-port <int> 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
```
Expand Down

0 comments on commit 56c1bd0

Please sign in to comment.