diff --git a/mmgen/base_proto/ethereum/daemon.py b/mmgen/base_proto/ethereum/daemon.py index 949e7eed..d2e2f877 100755 --- a/mmgen/base_proto/ethereum/daemon.py +++ b/mmgen/base_proto/ethereum/daemon.py @@ -100,6 +100,7 @@ class geth_daemon(ethereum_daemon): def init_subclass(self): self.coind_args = list_gen( ['--verbosity=0'], + ['--ipcdisable'], # IPC-RPC: if path to socket is longer than 108 chars, geth fails to start ['--http'], ['--http.api=eth,web3,txpool'], [f'--http.port={self.rpc_port}'],