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

Website: fix chain config when start a private network #29517

Open
wants to merge 5 commits into
base: website
Choose a base branch
from

Conversation

fearlesschenc
Copy link
Contributor

After v1.14.0 we should manually set

{
  "config": {
      "terminalTotalDifficultyPassed": true,
   }
}

to start consensus engine, or we will get error as only PoS networks are supported, please transition old ones with Geth v1.13.x

Miles Chen and others added 5 commits February 27, 2024 13:08
* Fix http cors issue when setup developer mode with remix URL
* Fix initialize Clef command
Must manually set config.terminalTotalDifficultyPassed true to start node after ethereum#29169
Copy link

netlify bot commented Apr 12, 2024

Deploy Preview for geth-website failed. Why did it fail? →

Built without sensitive environment variables

Name Link
🔨 Latest commit d4b609e
🔍 Latest deploy log https://app.netlify.com/sites/geth-website/deploys/661902bc95c59a0009c73c4f

@holiman
Copy link
Contributor

holiman commented Apr 16, 2024

It doesn't really make sense. One of the instances you're changing is right under this text:

Since Ethash is the default consensus algorithm, no additional parameters need to be configured in order to use it. The initial mining difficulty is influenced using the difficulty parameter, but note that the difficulty adjustment algorithm will quickly adapt to the amount of mining resources deployed on the chain.

Doing these changes are not wrong per se, but in the current outdated context it becomes a pretty strange mismash of information.

This portion of the docs requires quite a rewrite

@s1na
Copy link
Contributor

s1na commented Apr 16, 2024

We should instead the docs with guide on how to set up a private network using Kurtosis. That's what almost all other clients are doing, e.g. see netherminds docs.

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

Successfully merging this pull request may close these issues.

None yet

3 participants