aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-04-17 17:18:32 +0800
committerPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-04-17 17:18:32 +0800
commitf7267f55a6bd3b16101337d2d9d60f43dcc7331d (patch)
tree5a570580f80c4adc2f18766eae1ff36c272afb33
parent8e3bbb89ded619aeffc9a9e462df9d1d301fe8e6 (diff)
downloaddexon-wiki-f7267f55a6bd3b16101337d2d9d60f43dcc7331d.tar
dexon-wiki-f7267f55a6bd3b16101337d2d9d60f43dcc7331d.tar.gz
dexon-wiki-f7267f55a6bd3b16101337d2d9d60f43dcc7331d.tar.bz2
dexon-wiki-f7267f55a6bd3b16101337d2d9d60f43dcc7331d.tar.lz
dexon-wiki-f7267f55a6bd3b16101337d2d9d60f43dcc7331d.tar.xz
dexon-wiki-f7267f55a6bd3b16101337d2d9d60f43dcc7331d.tar.zst
dexon-wiki-f7267f55a6bd3b16101337d2d9d60f43dcc7331d.zip
Updated DEXON BP Node Operation Guide (markdown)
-rw-r--r--DEXON-BP-Node-Operation-Guide.md26
1 files changed, 4 insertions, 22 deletions
diff --git a/DEXON-BP-Node-Operation-Guide.md b/DEXON-BP-Node-Operation-Guide.md
index a6a62b8..ed06267 100644
--- a/DEXON-BP-Node-Operation-Guide.md
+++ b/DEXON-BP-Node-Operation-Guide.md
@@ -45,13 +45,6 @@ Follow the appropriate link below to find installation instructions for your pla
- [Installation Instructions for Ubuntu](https://github.com/dexon-foundation/wiki/wiki/Installation-Instructions-for-Ubuntu)
## Software Instruction
-### Download DEXON fullnode implementation
-
- git clone git@github.com:dexon-foundation/dexon.git
-
-go into the dictionary
-
- cd dexon
### Generate Node Key
A node key is required to operate a BP node. Run the following command to generate a node key:
@@ -101,21 +94,6 @@ After this, you are successfully staked and the configuration will start to take
Note that, the account of node.key and the account to send DXN coin to governance contract are not necessary to be the same. We strongly suggest using different keys to manage the risk.
-Then, you can start a BP node
-
- docker run -v $PWD:/mnt -it dexonfoundation/dexon \
- --bp \
- --nodekey=/mnt/node.key \
- --datadir=/mnt/datadir \
- --syncmode=full \
- --cache=1024 \
- --gcmode=archive
-
-, or, you can run through container as explaining in the next section.
-For more detail instruction about `gdex`, go to https://github.com/dexon-foundation/dexon or use
-
- docker run -v $PWD:/mnt -it dexonfoundation/dexon --help
-
### Start the BP node
Use the following command to start the BP node:
@@ -129,6 +107,10 @@ Use the following command to start the BP node:
Please make sure you have enough disk space in the current working directory
+For more detail instruction about `gdex`, go to https://github.com/dexon-foundation/dexon or use
+
+ docker run -v $PWD:/mnt -it dexonfoundation/dexon --help
+
## Mining Mechanism