aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-24 10:34:03 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-24 10:34:03 +0800
commit20471593f0e275c5b35d9995a4eb8afb7eb46535 (patch)
tree8ac20d657412988e4588a4a03a9fbf0dfb387d09
parentf614f60ede23fd456dda40054c431daf74ce34fd (diff)
downloaddexon-wiki-20471593f0e275c5b35d9995a4eb8afb7eb46535.tar
dexon-wiki-20471593f0e275c5b35d9995a4eb8afb7eb46535.tar.gz
dexon-wiki-20471593f0e275c5b35d9995a4eb8afb7eb46535.tar.bz2
dexon-wiki-20471593f0e275c5b35d9995a4eb8afb7eb46535.tar.lz
dexon-wiki-20471593f0e275c5b35d9995a4eb8afb7eb46535.tar.xz
dexon-wiki-20471593f0e275c5b35d9995a4eb8afb7eb46535.tar.zst
dexon-wiki-20471593f0e275c5b35d9995a4eb8afb7eb46535.zip
Updated DEXON BP Node Operation Guide (markdown)
-rw-r--r--DEXON-BP-Node-Operation-Guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEXON-BP-Node-Operation-Guide.md b/DEXON-BP-Node-Operation-Guide.md
index c42166f..63ecc51 100644
--- a/DEXON-BP-Node-Operation-Guide.md
+++ b/DEXON-BP-Node-Operation-Guide.md
@@ -66,7 +66,7 @@ A file node.key can be found under the current working directory. node.key is ve
### Register your node
1. Sync DEXON blockchain. Use the following command to download all the blocks in DEXON blockchain.
```
-docker run -v $PWD:/mnt -it dexonfoundation/dexon \
+docker run --restart always -v $PWD:/mnt -it dexonfoundation/dexon:latest \
--bp \
--nodekey=/mnt/node.key \
--datadir=/mnt/datadir \
@@ -100,7 +100,7 @@ Note that, the account of node.key and the account to send DXN coin to governanc
### Start the BP node
Use the following command to start the BP node:
- docker run -v $PWD:/mnt -it dexonfoundation/dexon \
+ docker run --restart always -v $PWD:/mnt -it dexonfoundation/dexon:latest \
--bp \
--nodekey=/mnt/node.key \
--datadir=/mnt/datadir \