-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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 init custom-genesis.json
fails
#14356
Milestone
Comments
You need to specify a
https://github.com/ethereum/go-ethereum/wiki/Private-network#creating-the-genesis-block. The README should definitely be updated. I'll leave this issue open until then. |
nnn-gif
added a commit
to nnn-gif/go-ethereum
that referenced
this issue
Apr 24, 2017
u2
added a commit
to cryptape/ethereum-bootstrap
that referenced
this issue
May 9, 2017
timhovius
added a commit
to timhovius/CreatePrivateEthereum
that referenced
this issue
May 11, 2017
It's present in README now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably duplicate of #14352
System information
Geth
Version: 1.6.0-stable
Git Commit: facc47c
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.8.1
Operating System: darwin
GOPATH=/Users/jan/Dev/go/
GOROOT=/usr/local/Cellar/go/1.8.1/libexec
Expected behaviour
geth should initialize a private testnet using custom genesis file from README.md.
Actual behaviour
geth init CustomGenesis.json
returns an error.Steps to reproduce the behaviour
CustomGenesis.json
with data copied from README.md:geth init CustomGenesis.json
.Backtrace
The text was updated successfully, but these errors were encountered: