Skip to content

Commit 71455b7

Browse files
authored
Merge pull request #912 from owans/5-update-flyover-rskj-config-doc
Revise RSK node setup guide to Rootstock terminology
2 parents 8edaea4 + 9b52a74 commit 71455b7

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

docs/Rskj-Configuration.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Best Practices for Setting Up an RSK Node
1+
# Best Practices for Setting Up a Rootstock Node
22

3-
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/).
44

5-
---
5+
## Node Setup Recommendations
66

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.
88

9-
When setting up an RSK node, it’s important to follow the official setup guidelines to ensure stability, performance, and security.
10-
11-
👉 **Reference:**
12-
- [RSK Node Setup Guide](https://dev.rootstock.io/node-operators/setup/)
9+
**Reference:**
10+
- [Rootstock Node Setup Guide](https://dev.rootstock.io/node-operators/setup/)
1311

1412
### Key Recommendations
1513
- 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
2119
It’s highly recommended to follow the [system configurations suggested for Ubuntu](https://github.com/rsksmart/artifacts/tree/master/rskj-ubuntu-installer).
2220
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/).
2321

24-
---
25-
26-
## ⚙️ Module Configuration Recommendations
22+
## Module Configuration Recommendations
2723

2824
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.
2925

30-
👉 **Reference:**
26+
**Reference:**
3127
- [Node Configuration and Modules](https://dev.rootstock.io/node-operators/setup/configuration/)
3228

3329

34-
---
30+
## Additional Resources
3531

36-
## 📚 Additional Resources
37-
38-
- [RSK Node Runners documentation](https://dev.rootstock.io/node-operators/setup/node-runner/)
39-
- [RSK Network Monitoring Tools](https://dev.rootstock.io/dev-tools/)
32+
- [Rootstock Node Runners documentation](https://dev.rootstock.io/node-operators/setup/node-runner/)
33+
- [Rootstock Network Monitoring Tools](https://dev.rootstock.io/dev-tools/)
4034
- [Troubleshooting Guide](https://dev.rootstock.io/node-operators/troubleshooting/)
4135

42-
---
43-
44-
_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

Comments
 (0)