same same
This commit is contained in:
@@ -20,13 +20,13 @@ services:
|
|||||||
"--cache=8192",
|
"--cache=8192",
|
||||||
# Enable the WS-RPC server
|
# Enable the WS-RPC server
|
||||||
"--ws",
|
"--ws",
|
||||||
"--ws.api=eth,net,web3,personal,txpool",
|
"--ws.api=eth,net,debug,web3,personal,txpool",
|
||||||
"--ws.port=8545",
|
"--ws.port=8545",
|
||||||
"--ws.addr=0.0.0.0",
|
"--ws.addr=0.0.0.0",
|
||||||
"--ws.origins=*",
|
"--ws.origins=*",
|
||||||
# Enable the HTTP-RPC server
|
# Enable the HTTP-RPC server
|
||||||
"--http",
|
"--http",
|
||||||
"--http.api=eth,net,web3,personal,txpool",
|
"--http.api=eth,net,debug,admin,web3,personal,txpool",
|
||||||
"--http.port=8545",
|
"--http.port=8545",
|
||||||
"--http.addr=0.0.0.0",
|
"--http.addr=0.0.0.0",
|
||||||
"--http.vhosts=*",
|
"--http.vhosts=*",
|
||||||
|
|||||||
Reference in New Issue
Block a user