diff --git a/docs/the_nimbus_book/src/intro.md b/docs/the_nimbus_book/src/intro.md index 0c73113c2..ff5f04081 100644 --- a/docs/the_nimbus_book/src/intro.md +++ b/docs/the_nimbus_book/src/intro.md @@ -1,11 +1,13 @@ # The Nimbus book +*If you're eager to get started, check out our [quickstart guide](./quick-start.md).* + Nimbus is a client implementation for both Ethereum 2.0 and Ethereum 1.0 that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices -- including Raspberry Pis and mobile devices. -> If you're eager to get started, check out our [quickstart guide](./quick-start.md). - However, resource-restricted hardware is not the only thing Nimbus is good for. Its low resource consumption makes it easy to run Nimbus together with other workloads on your server (this is especially valuable for stakers looking to lower the cost of their server instances). +
+ This book explains the ways in which you can use Nimbus to either monitor the eth2 chain or become a fully-fledged validator. > **N.B.** The reality is that we are very early in the eth2 validating life cycle. Validating is not for everyone yet, and it comes with both risks and responsibilities. It isn't a particularly easy way to make money. You'll need to put effort into updating your software, researching hard-forks, having a robust setup... . As such, you should only stake if you are genuinely interested in securing the protocol. @@ -36,6 +38,9 @@ In contrast to the Ethereum chain, as it currently stands, eth2 uses proof-of-st Need help with anything? Join us on [Status](https://join.status.im/nimbus-general) and [Discord](https://discord.gg/9dWwPnG). +### Stay updated +Subscribe to our newsletter [here](https://subscribe.nimbus.team/). + ### Disclaimer"just because it [Nimbus] is optimized to be minimally resource intensive, doesn't mean you can't run it on a server. It means that when you do run it on a server, it is consuming a lot less resources." https://t.co/F2sdZouBtD
— Nimbus (@ethnimbus) March 30, 2021