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: node-infrastructure/run-a-node/polkadot-hub-rpc.md
+26-41Lines changed: 26 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ Select the best option for your project, then use the steps in the following tab
129
129
130
130
rm files.txt
131
131
```
132
-
3. Launch Polkadot Hub Node using the official [Parity Docker image](https://hub.docker.com/r/parity/polkadot-omni-node){target=\_blank} with the following command:
132
+
3. Launch Polkadot Hub Node using the official [Parity Docker image](https://hub.docker.com/r/parity/polkadot-parachain){target=\_blank} with the following command:
133
133
```bash
134
134
docker run -d --name polkadot-hub-rpc --restart unless-stopped \
135
135
-p 9944:9944 \
@@ -139,7 +139,7 @@ Select the best option for your project, then use the steps in the following tab
You can verify successful installation of Polkadot Omni node using the version command:
275
-
```bash
276
-
polkadot-omni-node --version
277
-
```
278
-
279
-
!!! tip
280
-
281
-
Compiling polkadot-omni-node from source requires significant RAM (minimum 24GB recommended). The compilation may take 10-15 minutes on systems with adequate resources.
263
+
Check [Docker Hub](https://hub.docker.com/r/parity/polkadot-parachain/tags){target=\_blank} for the latest stable tags.
0 commit comments