base_proto.ethereum.daemon: disable socket RPC for Geth
This commit is contained in:
parent
14c4ee2385
commit
0ac0bd7137
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ class geth_daemon(ethereum_daemon):
|
||||||
def init_subclass(self):
|
def init_subclass(self):
|
||||||
self.coind_args = list_gen(
|
self.coind_args = list_gen(
|
||||||
['--verbosity=0'],
|
['--verbosity=0'],
|
||||||
|
['--ipcdisable'], # IPC-RPC: if path to socket is longer than 108 chars, geth fails to start
|
||||||
['--http'],
|
['--http'],
|
||||||
['--http.api=eth,web3,txpool'],
|
['--http.api=eth,web3,txpool'],
|
||||||
[f'--http.port={self.rpc_port}'],
|
[f'--http.port={self.rpc_port}'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue