diff options
author | Mission Liao <mission.liao@dexon.org> | 2019-04-18 16:20:12 +0800 |
---|---|---|
committer | Mission Liao <mission.liao@dexon.org> | 2019-04-18 16:20:12 +0800 |
commit | db968edddec513d3bf400ce28f6cee2ab999dc76 (patch) | |
tree | 8f2541aac46515b5b16ab5487b8eb097ea0406f9 | |
parent | 342b81eb4ddbcc05566603020d04c33f5398dee6 (diff) | |
download | dexon-wiki-db968edddec513d3bf400ce28f6cee2ab999dc76.tar.gz dexon-wiki-db968edddec513d3bf400ce28f6cee2ab999dc76.tar.zst dexon-wiki-db968edddec513d3bf400ce28f6cee2ab999dc76.zip |
add 30303 blocked by firewall warning
-rw-r--r-- | DEXON-RPC-Node-Operation-Guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEXON-RPC-Node-Operation-Guide.md b/DEXON-RPC-Node-Operation-Guide.md index 5e62a50..7e74f77 100644 --- a/DEXON-RPC-Node-Operation-Guide.md +++ b/DEXON-RPC-Node-Operation-Guide.md @@ -42,7 +42,7 @@ docker run -v $PWD:/mnt -it dexonfoundation/dexon \ --pprof \ --pprofaddr=0.0.0.0 ``` -You should be able to see these logs, which simply means your RPC node tries to sync blocks from other peers and it would take a while. +You should be able to see these logs, which simply means your RPC node tries to sync blocks from other peers and it would take a while. If not, make sure tcp/30303 and udp/30303 is not blocked by the firewall. ``` ... INFO [04-18|12:23:33.783] Imported new state entries ... |