You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide provides recommendations and references for setting up and configuring an RSK node. For complete instructions and the latest configuration details, refer to the [RSK DevPortal](https://dev.rootstock.io/).
3
+
This guide provides recommendations and references for setting up and configuring an Rootstock node. For complete instructions and the latest configuration details, refer to the [Rootstock DevPortal](https://dev.rootstock.io/).
4
4
5
-
---
5
+
## Node Setup Recommendations
6
6
7
-
## 🛠️ Node Setup Recommendations
7
+
When setting up an Rootstock node, it’s important to follow the official setup guidelines to ensure stability, performance, and security.
8
8
9
-
When setting up an RSK node, it’s important to follow the official setup guidelines to ensure stability, performance, and security.
- Follow the installation instructions for your operating system (Linux, Windows, or Docker).
@@ -21,24 +19,18 @@ When setting up an RSK node, it’s important to follow the official setup guide
21
19
It’s highly recommended to follow the [system configurations suggested for Ubuntu](https://github.com/rsksmart/artifacts/tree/master/rskj-ubuntu-installer).
22
20
The most straightforward way to achieve this is to [install the RSKj node using the Ubuntu package](https://dev.rootstock.io/node-operators/setup/installation/ubuntu/).
23
21
24
-
---
25
-
26
-
## ⚙️ Module Configuration Recommendations
22
+
## Module Configuration Recommendations
27
23
28
24
Depending on your use case (full node, archive node, or light node), some modules can be enabled or disabled to optimize resource usage. The minimal modules set-up to run a node which will be consumed by a Flyover Liquidity Provider Server can be found in [this file](../docker-compose/rskj/rsk.conf). Please notice that the provided configuration is just a regtest example so it shouldn't be used in production, however, the enabled modules part can be used as a reference.
29
25
30
-
👉 **Reference:**
26
+
**Reference:**
31
27
-[Node Configuration and Modules](https://dev.rootstock.io/node-operators/setup/configuration/)
_This document is meant as a high-level best practices summary. Always refer to the official RSK DevPortal for up-to-date configuration instructions._
36
+
_This document is meant as a high-level best practices summary. Always refer to the official Rootstock DevPortal for up-to-date configuration instructions._
0 commit comments