aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-03-21 18:31:21 +0800
committerPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-03-21 18:31:21 +0800
commit25354791fb0d7793668291fd7f95c4c26a2182e5 (patch)
tree6fd0c45daa55cd9607b434b6720f2c10fb25e61d
parentb9e8150429ce77f54833d42039e0843c8ac5015d (diff)
downloaddexon-wiki-25354791fb0d7793668291fd7f95c4c26a2182e5.tar
dexon-wiki-25354791fb0d7793668291fd7f95c4c26a2182e5.tar.gz
dexon-wiki-25354791fb0d7793668291fd7f95c4c26a2182e5.tar.bz2
dexon-wiki-25354791fb0d7793668291fd7f95c4c26a2182e5.tar.lz
dexon-wiki-25354791fb0d7793668291fd7f95c4c26a2182e5.tar.xz
dexon-wiki-25354791fb0d7793668291fd7f95c4c26a2182e5.tar.zst
dexon-wiki-25354791fb0d7793668291fd7f95c4c26a2182e5.zip
Updated Rule for the DEXON node set (markdown)
-rw-r--r--Rule-for-the-DEXON-node-set.md22
1 files changed, 15 insertions, 7 deletions
diff --git a/Rule-for-the-DEXON-node-set.md b/Rule-for-the-DEXON-node-set.md
index adbcc7e..bd7f8d8 100644
--- a/Rule-for-the-DEXON-node-set.md
+++ b/Rule-for-the-DEXON-node-set.md
@@ -21,20 +21,28 @@
## Penalty
The following behavior violates the rule and will be fined.
- 1. fork blocks in the same height (propose more than one blocks)
- 2. fork votes (send more than one votes in the same iteration in BA)
- 3. DKG complained by others (send wrong secret shares to others)
- 4. wrong Share-Sig (send wrong share signature to CRS or in commit-vote)
- 5. No block proposing in a whole epoch
+ 1. `fork blocks` in the same height (propose more than one blocks)
+ 2. `fork votes` (send more than one votes in the same iteration in BA)
+ 3. `DKG complained` by others (send wrong secret shares to others)
+ 4. `wrong Share-Sig` (send wrong share signature to CRS or in commit-vote)
+ 5. `No block proposing` in a whole epoch
If a node violates 1-4, the entire stake will be confiscated.
- If a node violates 5, 20% of stake will be confiscated.
+ If a node violates 5, the fine is `blockReward*86400/totalNode`.
## Contract Write function
In this section, we briefly introduce some functions that DEXON governance provides to write in.
### Register
-
+1.Switching into the `owner account in DeKusan` wallet
+2. Navigate to the 'Write' tab and select 'register' from the dropdown menu.
+3. Fill in the information like below; currently, you need 1M DXN to run a BP node.
+Node Public Key (the public key generated above)
+Name of the node
+Contact email
+Node Location
+Website URL
+4. Press `Send` and `confirm` in DekuSan wallet.
### Stake/Unstake
After register, each node owner can continue depositing more stake into DEXON governance contract. This is super easy to achieve in DEXON governance contract.