Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for newer Geth #88

Open
elopez opened this issue Dec 30, 2021 · 0 comments
Open

Add support for newer Geth #88

elopez opened this issue Dec 30, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@elopez
Copy link
Member

elopez commented Dec 30, 2021

geth does no longer support the --rpc argument since v1.10.9 (Sept 29, 2021 - relevant commit ethereum/go-ethereum@9a0df80) and it should be replaced with --http.

base_args = ['/usr/bin/env', 'geth', '--nodiscover', '--rpc', '--rpcport', "%d" % self.port, '--networkid', "%d" % self.genesis['config']['chainId'], '--datadir', self.logger.to_log_path(self.datadir), '--mine', '--etherbase', format_hex_address(self.miner_account.address), f"--verbosity={verbosity}", '--minerthreads=1']

The current geth version is v1.10.14

@elopez elopez added the bug Something isn't working label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant