kuberneteth
kuberneteth copied to clipboard
changed node.toml.erb and deployment.yaml.erb.
@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
I look https://godoc.org/github.com/ethereum/go-ethereum/eth#Config GasPrice -> MinerGasPrice, MinerThreads -> not found
the docs might be outdated, the safest bet to get to the newest config file would be:
docker run -it --rm ethereum/client-go dumpconfig
you can pass additional flags (e.g. --mine
) to get more options in the dump
Can I help with this so we can make this repo working again? @MaximilianMeister
Can I help with this so we can make this repo working again? @MaximilianMeister
@edisinovcic hi thanks for the offer, tbh i havent tried it for a long time, especially with newer k8s releases. you can definitely submit fixes if you already have sth in mind. but there's also the ethereum helmchart which offers even more configurability than this repo. with the extra cost of installing helm...
Yeah, I've managed to fix it. Will submit later. Tnx for the link.
Before I submit a pull request I would like to add a bootnode registry (like there is in chart) but am not able to migrate it to Clique, do you have some repo for that?
Tnx in advance!