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
Copy file name to clipboardexpand all lines: docs/operations.md
+22-13
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ so you can test changes for your mainnet full nodes and gain operational experie
17
17
### Solana node requirements
18
18
19
19
Refer to the [Solana documentation](https://docs.solanalabs.com/operations/setup-an-rpc-node) on how to run an RPC
20
-
(full) node. [Solana's Discord server](https://solana.com/community) is a great resource for questions regarding
20
+
(full) node. [Solana's Discord server](https://solana.com/community) is a great resource for questions regarding
21
21
operations.
22
22
23
23
The `#rpc-server-operators` channel is especially useful for setting up Solana RPC nodes.
@@ -91,7 +91,6 @@ since only very few nodes support the light client protocol.
91
91
Running a full node typically requires ~500G of SSD storage, 8G of RAM and 4-8 CPU threads (depending on clock
92
92
frequency). Light clients have much lower hardware requirements.
93
93
94
-
95
94
### Terra
96
95
97
96
Terra is also sometimes referred to as Terra 2, but the correct name is just simply "Terra". The previous version was renamed to "Terra Classic".
@@ -102,17 +101,18 @@ Refer to the [Terra documentation](https://docs.terra.money/full-node/run-a-full
102
101
103
102
Refer to the [Terra Classic documentation](https://classic-docs.terra.money/docs/full-node/run-a-full-terra-node/README.html) on how to run a full node.
104
103
105
-
106
104
### Wormchain
107
105
108
106
All guardians **must run validators for wormchain**, the codename of [Wormhole Gateway](https://wormhole.com/gateway/).
109
107
110
108
#### Pre-requisites
111
-
- Ensure you have [Go](https://golang.org/dl/) >= 1.21.9 installed.
109
+
110
+
- Ensure you have [Go](https://golang.org/dl/) >= 1.23.3 installed.
112
111
113
112
#### Building wormchaind binary
113
+
114
114
There is not a pre-built binary available. You need to check out the repo and build the
115
-
wormchaind binary from source:
115
+
wormchaind binary from source:
116
116
117
117
First, check out the version of the Wormhole repo that you want to deploy:
118
118
@@ -125,18 +125,22 @@ Then, compile the release binary as an unprivileged build user:
125
125
```bash
126
126
make build/wormchaind
127
127
```
128
+
128
129
You'll find `wormchaind` binary in `wormchain/build/wormchaind`.
129
130
130
131
#### Initialize environment
132
+
131
133
Initialize the Wormchain environment with the necessary configuration.
0 commit comments