diff --git a/about/faq.mdx b/about/faq.mdx new file mode 100644 index 0000000..97cfc38 --- /dev/null +++ b/about/faq.mdx @@ -0,0 +1,122 @@ +--- +title: Frequently asked questions +hide_table_of_contents: true +sidebar_label: FAQ +--- + +import { AccordionItem } from '@site/src/components/mdx' + +# Frequently asked questions + + + Nimbus is a client implementation for both Ethereum's consensus layer and execution layer. Nimbus strives to be as lightweight as possible in terms of resources used while maintaining high performance. This allows it to perform well on embedded systems and embedded devices, including Raspberry Pis and mobile devices. +

+ 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). +
+ + + Yes, Nimbus is open source. We're building Nimbus as a common good with liberal licensing to allow for the widest deployment of Ethereum possible. + + + + Nimbus is written in Nim, an efficient, general-purpose systems programming language with a Python-like syntax that compiles to C. Nim allows us to implement Ethereum rapidly and take advantage of the mature C-language tooling in a compilation of machine code, and in the analysis of static code. +

+ There are three key benefits to working in Nim. It: +

+ Enables us to easily bring research into production; +
+ Has a high degree of reasonability for researchers; +
+ Is performant in production. +
+ + + We generally have a new release once a month. You can subscribe to the mailing list here to be notified each time there is a new release. + + + + All releases go through rigorous testing from the team prior to release, including on our own fleet of validators. You can follow our testing process on Github, where we always work in an open and transparent way. + + + + The best way to stay up to date with our latest releases is to sign up for our newsletter. We also communicate frequently on Twitter and Discord via announcements. + + + + The best way to contact the Nimbus team for support, is through Discord in the #helpdesk channel. + + + + Yes, Nimbus VC works well with alternative beacon node setups. If you require support for such a setup, please reach out in the #helpdesk channel or refer to the Nimbus Guide. + + + + Mainnet comfortably supports 500 validators per node. Concentrating substantially more value on a single node carries risk and is not advisable. + + + + Nimbus supports reporting via common tools such Grafana and Prometheus. Read more about this in the Nimbus Guide. + + + + Nimbus consensus client has been audited by Consensys Dilligence, Trail of Bits, and NCCGroup. + + + + There have been several independent studies comparing the performance of different consensus clients, and Nimbus clearly stands out for its low CPU and Memory utilization. For example, read more about the relative performance of the Nimbus client in this study conducted by Miga Labs. +

+ Another similar study conducted by Miga Labs on the relative reward performance of the different consensus clients highlights that Nimbus achieves similar reward performance despite its low resource consumption. +
+ + + Our release notes are clear and easy to read. They can be found here. + + + + Yes, you can subscribe to the mailing list here. You'll be notified of all new releases and important updates. + + + + The minimum system requirements for running a Nimbus client are: + + When building from source, you will need additional build dependencies to be installed: + + Get all the details here. + + + + There are several prerequisites for running on a Raspberry Pi: + + Find more information on getting started with Nimbus on Raspberry Pi here. You can find the specs required to run each of the Nimbus clients on the Quickstart Guide. + + + +Nimbus is an open-source initiative in which anyone can get involved. There are a number of ways to contribute. +
+
+Join the team - We are always looking for passionate and talented individuals to join our team. See the open roles here. +
+Support - As a web3 public good, largely dependent on funding, grants are our lifeblood. See here for our donation address. +
+Join the conversation - We are an open community and happy to answer your questions and help you learn more about Nimbus. Join us on Discord. +
+ +
+Don't see the question you're looking for? Check the Nimbus technical guide FAQ.