[DOCS] update cli flags for Geth v1.10.9 (#23661)

pull/23688/head
Zachinquarantine 3 years ago committed by GitHub
parent d5551de5cf
commit 77c3dda34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      docs/_interface/Command-Line-Options.md

@ -14,7 +14,7 @@ USAGE:
geth [options] [command] [command options] [arguments...]
VERSION:
1.10.8-stable-26675454
1.10.9-stable-eae3b194
COMMANDS:
account Manage accounts
@ -212,13 +212,6 @@ METRICS AND STATS OPTIONS:
ALIASED (deprecated) OPTIONS:
--nousb Disables monitoring for and managing USB hardware wallets (deprecated)
--rpc Enable the HTTP-RPC server (deprecated and will be removed June 2021, use --http)
--rpcaddr value HTTP-RPC server listening interface (deprecated and will be removed June 2021, use --http.addr) (default: "localhost")
--rpcport value HTTP-RPC server listening port (deprecated and will be removed June 2021, use --http.port) (default: 8545)
--rpccorsdomain value Comma separated list of domains from which to accept cross origin requests (browser enforced) (deprecated and will be removed June 2021, use --http.corsdomain)
--rpcvhosts value Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (deprecated and will be removed June 2021, use --http.vhosts) (default: "localhost")
--rpcapi value API's offered over the HTTP-RPC interface (deprecated and will be removed June 2021, use --http.api)
--miner.gastarget value Target gas floor for mined blocks (deprecated) (default: 0)
MISC OPTIONS:
--snapshot Enables snapshot-database mode (default = enable)

Loading…
Cancel
Save