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

geth config file format changed #12

Open
MaximilianMeister opened this issue Sep 17, 2018 · 1 comment
Open

geth config file format changed #12

MaximilianMeister opened this issue Sep 17, 2018 · 1 comment

Comments

@MaximilianMeister
Copy link
Owner

as mentioned in #5 (comment)

Fatal: /etc/geth/miner/gethconfig.toml, line 7: field 'MinerThreads' is not defined in eth.Config, see https://godoc.org/github.com/ethereum/go-ethereum/eth#Config for available fields
Fatal: /etc/geth/miner/gethconfig.toml, line 7: field 'MinerThreads' is not defined in eth.Config, see https://godoc.org/github.com/ethereum/go-ethereum/eth#Config for available fields
@redtree0
Copy link

@MaximilianMeister
I solved this problem. I found a same log in miner-pod .
I look https://godoc.org/github.com/ethereum/go-ethereum/eth#Config
GasPrice -> MinerGasPrice, MinerThreads -> not found
I changed node.toml.erb and deployment.yaml.erb.
Pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants