Restructure

This commit is contained in:
yslcrypto 2020-12-03 03:29:33 +01:00
parent ba215706fa
commit 7f77fa29bc
3 changed files with 22 additions and 13 deletions

View File

@ -1,6 +1,15 @@
# Summary # Summary
# Introduction
- [Introduction](./intro.md) - [Introduction](./intro.md)
- [Philosophy]()
- [System requirements](./hardware.md) - [System requirements](./hardware.md)
# Raspberry Pi
- [Run your node on a Raspberry Pi](./pi-guide.md)
- [Mainnet advice](./pi-guide-mainnet.md)
# How-to
- [Install dependencies](./install.md) - [Install dependencies](./install.md)
- [Build the beacon node](./build.md) - [Build the beacon node](./build.md)
- [Run an eth1 node](./eth1.md) - [Run an eth1 node](./eth1.md)
@ -12,25 +21,25 @@
- [Keep Nimbus updated](./keep-updated.md) - [Keep Nimbus updated](./keep-updated.md)
- [Mainnet preparations](./preparation.md) - [Mainnet preparations](./preparation.md)
- [Email notifications](./email-notifications.md) - [Email notifications](./email-notifications.md)
# Volume 2 - [Graffiti the blockchain](./graffiti.md)
- [Command line options](./options.md)
- [Troubleshooting](./troubleshooting.md)
- [Nimbus binaries](./binaries.md) - [Nimbus binaries](./binaries.md)
- [Troubleshooting](./troubleshooting.md)
# Tutorials
- [Grafana and Prometheus](metrics-pretty-pictures.md) - [Grafana and Prometheus](metrics-pretty-pictures.md)
- [Network stats + monitoring](./eth2-stats.md) - [Network stats + monitoring](./eth2-stats.md)
- [Run your node on a Raspberry Pi](./pi-guide.md) - [Set up a systemd service](./beacon-node-systemd.md)
- [Raspberry Pi: Mainnet advice](./pi-guide-mainnet.md)
- [Graffiti the blockchain](./graffiti.md)
- [Your own Infura endpoint](infura-guide.md) - [Your own Infura endpoint](infura-guide.md)
- [Perform a voluntary exit](voluntary-exit.md) - [Perform a voluntary exit](voluntary-exit.md)
- [Run just the beacon node]() - [Run just the beacon node]()
- [Switch between clients]() - [Switch between clients]()
# Volume 3
# Reference
- [Advanced options]() - [Advanced options]()
- [Windows users]() - [Windows users]()
- [API](./api.md) - [API](./api.md)
- [Command line options](./options.md)
- [For developers](./developers.md) - [For developers](./developers.md)
- [Set up a systemd service](./beacon-node-systemd.md)
- [FAQ](./faq.md) - [FAQ](./faq.md)
- [Contribute](./contribute.md) - [Contribute](./contribute.md)
- [Resources](./resources.md) - [Resources](./resources.md)

View File

@ -1,16 +1,16 @@
# Graffiti # Graffiti
You can use your validator client's graffiti flag to add a personal touch to your proposed blocks (some text of your choice). You will be able to see it using the block explorer. You can use your node's graffiti flag to make your mark on history and forever engrave some words of your choice into an Ethereum block. You will be able to see it using the block explorer.
To do so on **Pyrmont**, run: To do so on **Pyrmont**, run:
``` ```
./run-pyrmont-beacon-node.sh --graffiti="<YOUR_GRAFFITI>" ./run-pyrmont-beacon-node.sh --graffiti="<YOUR_WORDS>"
``` ```
To do so on **Mainnet**, run: To do so on **Mainnet**, run:
``` ```
./run-mainnet-beacon-node.sh --graffiti="<YOUR_GRAFFITI>" ./run-mainnet-beacon-node.sh --graffiti="<YOUR_WORDS>"
``` ```

View File

@ -36,12 +36,12 @@ Although Nimbus will support full and archival nodes, its main implementation wi
All our code is open source; we encourage you to keep track of our activity on [GitHub](https://github.com/status-im/nimbus). You can also keep up to date with our progress through the [Nimbus blog](https://our.status.im/tag/nimbus/). All our code is open source; we encourage you to keep track of our activity on [GitHub](https://github.com/status-im/nimbus). You can also keep up to date with our progress through the [Nimbus blog](https://our.status.im/tag/nimbus/).
## Get in touch ### Get in touch
Need help with anything? Join us on [Status](https://join.status.im/nimbus-general) and [Discord](https://discord.gg/9dWwPnG). Need help with anything? Join us on [Status](https://join.status.im/nimbus-general) and [Discord](https://discord.gg/9dWwPnG).
## Disclaimer ### Disclaimer
This documentation assumes Nimbus is in its ideal state. The project is still under active development. Please submit a [Github issue](https://github.com/status-im/nimbus-eth2/issues) if you come across a problem. This documentation assumes Nimbus is in its ideal state. The project is still under active development. Please submit a [Github issue](https://github.com/status-im/nimbus-eth2/issues) if you come across a problem.