kuberneteth icon indicating copy to clipboard operation
kuberneteth copied to clipboard

changed node.toml.erb and deployment.yaml.erb.

Open redtree0 opened this issue 6 years ago • 5 comments

@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

redtree0 avatar Sep 20 '18 01:09 redtree0

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

MaximilianMeister avatar Sep 21 '18 19:09 MaximilianMeister

Can I help with this so we can make this repo working again? @MaximilianMeister

edisinovcic avatar May 08 '19 17:05 edisinovcic

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...

MaximilianMeister avatar May 09 '19 13:05 MaximilianMeister

Yeah, I've managed to fix it. Will submit later. Tnx for the link.

edisinovcic avatar May 09 '19 13:05 edisinovcic

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!

edisinovcic avatar May 13 '19 14:05 edisinovcic