forked from ghostchain/ghost-node
Not a valid way to create keys #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey @IBN
It seems like you've tried to create keys for genesis block, but you've missed the guide . What matters:
One of the crucial point, you've missed signing process. You can see it here.
We do not accept unsigned commits in order to avoid "fake users" that can pretend you, in order to put "fake keys" on your behalf. You can find all the necessary information in guide.
The best way is to follow the guide and ask questions if any!
Hope that helps, best regards
str3tch
Thanks for the your comment
Now I finish all steps and I think it is correct
I have one question -
Who will give me a correct string to start a node instead of :
./ghost/ghost-node/target/release/ghost --port=30334 --rpc-port=3001 --chain=spec.json --node-key=0000000000000000000000000000000000000000000000000000000000000002 --base-path=/tmp/bob --bob --validator --unsafe-rpc-external --no-telemetry --state-pruning=archive --no-private-ip --no-mdns --bootnodes /dns/bootnode0.chain.ghostchain.io/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp --no-hardware-benchmarks
Your pull request is valid on the main repository, thank you!
Correct command will be in the upcoming guide for the early validators. If your are interested in how the command will look like, check the
scripts/starter.sh
script under the--set-arguments
flag. Feel free to modify systemd unit file, arguments or anything you want, script is just automation tool for the node operators.For sure it's recommended to await for the guide if you are not 100% sure how it is working. Due to the fact that tomorrow will be the last day to fill the ghosties file, there's no genesis file and there's no bootnode running it.
Let's keep in touch and if you have any question you are welcome!