mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
Update README.md
This commit is contained in:
parent
f4817b7a53
commit
19ee8107c2
1 changed files with 2 additions and 2 deletions
|
|
@ -178,12 +178,12 @@ HTTP based JSON-RPC API options:
|
||||||
* `--http` Enable the HTTP-RPC server
|
* `--http` Enable the HTTP-RPC server
|
||||||
* `--http.addr` HTTP-RPC server listening interface (default: `localhost`)
|
* `--http.addr` HTTP-RPC server listening interface (default: `localhost`)
|
||||||
* `--http.port` HTTP-RPC server listening port (default: `8545`)
|
* `--http.port` HTTP-RPC server listening port (default: `8545`)
|
||||||
* `--http.api` API's offered over the HTTP-RPC interface (default: `eth,net,web3`)
|
* `--http.api` APIs offered over the HTTP-RPC interface (default: `eth,net,web3`)
|
||||||
* `--http.corsdomain` Comma separated list of domains from which to accept cross-origin requests (browser enforced)
|
* `--http.corsdomain` Comma separated list of domains from which to accept cross-origin requests (browser enforced)
|
||||||
* `--ws` Enable the WS-RPC server
|
* `--ws` Enable the WS-RPC server
|
||||||
* `--ws.addr` WS-RPC server listening interface (default: `localhost`)
|
* `--ws.addr` WS-RPC server listening interface (default: `localhost`)
|
||||||
* `--ws.port` WS-RPC server listening port (default: `8546`)
|
* `--ws.port` WS-RPC server listening port (default: `8546`)
|
||||||
* `--ws.api` API's offered over the WS-RPC interface (default: `eth,net,web3`)
|
* `--ws.api` APIs offered over the WS-RPC interface (default: `eth,net,web3`)
|
||||||
* `--ws.origins` Origins from which to accept WebSocket requests
|
* `--ws.origins` Origins from which to accept WebSocket requests
|
||||||
* `--ipcdisable` Disable the IPC-RPC server
|
* `--ipcdisable` Disable the IPC-RPC server
|
||||||
* `--ipcpath` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
|
* `--ipcpath` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue