File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ docker run -d --restart on-failure --name iotex \
27
27
-config-path=/etc/iotex/config_override.yaml \
28
28
-genesis-path=/etc/iotex/genesis.yaml
29
29
```
30
+ Verify the node is up and running by:
31
+ ```
32
+ docker logs iotex --tail=100
33
+ ```
34
+ You should see log output from the node.
30
35
31
36
** If your node is syncing blocks very slow, see [ here] ( #slow-sync ) **
32
37
@@ -58,6 +63,12 @@ recommend you do the upgrade in an epoch when the node is not chosen as active
58
63
delegate. This would prevent your node from being possibly probated and lose
59
64
productivity.
60
65
66
+ Verify the node is up and running by:
67
+ ```
68
+ docker logs iotex --tail=100
69
+ ```
70
+ You should see log output from the node.
71
+
61
72
** If your node is syncing blocks very slow, see [ here] ( #slow-sync ) **
62
73
63
74
## Instruction for Testnet v1.2.0 Upgrade
You can’t perform that action at this time.
0 commit comments