-
Couldn't load subscription status.
- Fork 42
compile-and-run-a-node: various minor edits and simplifications #44
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
Conversation
First of, add `--download-config` argument to `neard init`. This removes the ‘Replacing the config.json’ stop (since neard already gets the proper configuration file) and makes mention of boot nodes unnecessary (since boot nodes are listed in downloaded file). Secondly, better document getting data backup including mentioning it’s an optional step and that around 500GB of SSD is required to be able to run and keep up with the network. Fixes: #37
|
Your Render PR Server URL is https://node-docs-pr-44.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cbqk3a1a6gdpp47bhhqg. |
|
@gmilescu, friendly ping. |
1 similar comment
|
@gmilescu, friendly ping. |
|
@bucanero, go ahead. I just need someone to review and merge. |
Reviewed and merged! 👍 |
First of, add
--download-configargument toneard init. Thisremoves the ‘Replacing the config.json’ step (since neard already gets
the proper configuration file) and makes mention of boot nodes
unnecessary (since boot nodes are listed in downloaded file).
Secondly, better document getting data backup including mentioning
it’s an optional step and that around 500GB of SSD is required to be
able to run and keep up with the network.
Fixes: #37