mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Add --rpcapi default values
This commit is contained in:
parent
49995dc926
commit
b2010e3b11
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ API AND CONSOLE OPTIONS:
|
||||||
--rpc Enable the HTTP-RPC server
|
--rpc Enable the HTTP-RPC server
|
||||||
--rpcaddr value HTTP-RPC server listening interface (default: "localhost")
|
--rpcaddr value HTTP-RPC server listening interface (default: "localhost")
|
||||||
--rpcport value HTTP-RPC server listening port (default: 8545)
|
--rpcport value HTTP-RPC server listening port (default: 8545)
|
||||||
--rpcapi value API's offered over the HTTP-RPC interface
|
--rpcapi value API's offered over the HTTP-RPC interface (default: "eth,net,web3")
|
||||||
--rpc.gascap value Sets a cap on gas that can be used in eth_call/estimateGas (default: 0)
|
--rpc.gascap value Sets a cap on gas that can be used in eth_call/estimateGas (default: 0)
|
||||||
--rpccorsdomain value Comma separated list of domains from which to accept cross origin requests (browser enforced)
|
--rpccorsdomain value Comma separated list of domains from which to accept cross origin requests (browser enforced)
|
||||||
--rpcvhosts value Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: "localhost")
|
--rpcvhosts value Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: "localhost")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue