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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Docker images are published for every tagged release. Learn more with `moonbeam
16
16
17
17
```bash
18
18
# Join the public testnet
19
-
docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --chain alphanet
19
+
docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --chain alphanet
20
20
```
21
21
22
22
You can find more detailed instructions to [run a full node in our TestNet](https://docs.moonbeam.network/node-operators/networks/run-a-node/overview/)
@@ -28,7 +28,7 @@ locally. You can quickly set up a single node without a relay chain backing it u
28
28
29
29
```bash
30
30
# Run a dev service node
31
-
docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --dev
31
+
docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --dev
32
32
```
33
33
34
34
For more information, see our detailed instructions to [run a development node](https://docs.moonbeam.network/builders/get-started/networks/moonbeam-dev/)
@@ -39,10 +39,10 @@ The above command will start the node in instant seal mode. It creates a block w
39
39
40
40
```bash
41
41
# Author a block every 6 seconds.
42
-
docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --dev --sealing 6000
42
+
docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --dev --sealing 6000
43
43
44
44
# Manually control the block authorship and finality
45
-
docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --dev --sealing manual
45
+
docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --dev --sealing manual
0 commit comments