aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-03-18 18:48:27 +0800
committerPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-03-18 18:48:27 +0800
commite90a0a0ccba29a299a0bf98a53ef1c4d23107bb8 (patch)
tree963834b8bb3ee83013c120cd87be380e633a5c4c
parentd100505e149743fb8eb7291479ff5631db67f485 (diff)
downloaddexon-wiki-e90a0a0ccba29a299a0bf98a53ef1c4d23107bb8.tar
dexon-wiki-e90a0a0ccba29a299a0bf98a53ef1c4d23107bb8.tar.gz
dexon-wiki-e90a0a0ccba29a299a0bf98a53ef1c4d23107bb8.tar.bz2
dexon-wiki-e90a0a0ccba29a299a0bf98a53ef1c4d23107bb8.tar.lz
dexon-wiki-e90a0a0ccba29a299a0bf98a53ef1c4d23107bb8.tar.xz
dexon-wiki-e90a0a0ccba29a299a0bf98a53ef1c4d23107bb8.tar.zst
dexon-wiki-e90a0a0ccba29a299a0bf98a53ef1c4d23107bb8.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 f117b2c..731e514 100644
--- a/DEXON-BP-Node-Operation-Guide.md
+++ b/DEXON-BP-Node-Operation-Guide.md
@@ -75,7 +75,7 @@ A file node.key can be found under the current working directory. node.key is ve
#### Register your node in DEXON public network
1. Sync DEXON blockchain. Use the following command to download all the blocks in DEXON blockchain.
- `build/bin/gdex --network_type --bp --nodekey=node.key --datadir=Dexon.bp --syncmode=fast --gcmode=archive`
+ `build/bin/gdex --bp --nodekey=node.key --datadir=Dexon.bp --syncmode=fast --gcmode=archive`
When you see `commit pivot`, press `control + c`.
@@ -99,7 +99,7 @@ Note that, the account of node.key and the account to send DXN coin to governanc
Then, you can start a BP node
- build/bin/gdex --network_type --bp --nodekey=node.key --datadir=Dexon.bp --syncmode=full --gcmode=archive
+ build/bin/gdex --bp --nodekey=node.key --datadir=Dexon.bp --syncmode=full --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