aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-25 09:15:18 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-25 09:15:18 +0800
commitb0fcd884100e865dfeac5a6fc993937fdce775ba (patch)
treebbaa20b64b4be1b89c8e2415bf57f3c900dc6b7a
parentb1fa5dc0e30007b058a69b829e4ba54d37f409ec (diff)
downloaddexon-wiki-b0fcd884100e865dfeac5a6fc993937fdce775ba.tar
dexon-wiki-b0fcd884100e865dfeac5a6fc993937fdce775ba.tar.gz
dexon-wiki-b0fcd884100e865dfeac5a6fc993937fdce775ba.tar.bz2
dexon-wiki-b0fcd884100e865dfeac5a6fc993937fdce775ba.tar.lz
dexon-wiki-b0fcd884100e865dfeac5a6fc993937fdce775ba.tar.xz
dexon-wiki-b0fcd884100e865dfeac5a6fc993937fdce775ba.tar.zst
dexon-wiki-b0fcd884100e865dfeac5a6fc993937fdce775ba.zip
Updated DEXON BP Node Operation Guide (markdown)
-rw-r--r--DEXON-BP-Node-Operation-Guide.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/DEXON-BP-Node-Operation-Guide.md b/DEXON-BP-Node-Operation-Guide.md
index cd2487b..62f8ced 100644
--- a/DEXON-BP-Node-Operation-Guide.md
+++ b/DEXON-BP-Node-Operation-Guide.md
@@ -8,7 +8,6 @@
- [Mining Mechanism](#Mining-Mechanism)
----
#### Objective
The document will contain essential instructions and knowledge for a node operator to successfully run a DEXON BP node.
@@ -111,12 +110,12 @@ For more detail instruction about `gdex`, go to https://github.com/dexon-foundat
Use the following command to start the BP node:
docker run -v $PWD:/mnt -it dexonfoundation/dexon \
- --bp \
- --nodekey=/mnt/node.key \
- --datadir=/mnt/datadir \
- --syncmode=full \
- --cache=1024 \
- --gcmode=archive
+ --bp \
+ --nodekey=/mnt/node.key \
+ --datadir=/mnt/datadir \
+ --syncmode=full \
+ --cache=1024 \
+ --gcmode=archive
Please make sure you have enough disk space in the current working directory