aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-03-22 11:28:21 +0800
committerPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-03-22 11:28:21 +0800
commit533c1b90d9a39c803d513ec7eda07bc547927c9a (patch)
treef489db3ecb99615f3061be1a03786f37857d50cf
parentb9ff1455d64a87d1c7607a28a983fd14e3962ea3 (diff)
downloaddexon-wiki-533c1b90d9a39c803d513ec7eda07bc547927c9a.tar
dexon-wiki-533c1b90d9a39c803d513ec7eda07bc547927c9a.tar.gz
dexon-wiki-533c1b90d9a39c803d513ec7eda07bc547927c9a.tar.bz2
dexon-wiki-533c1b90d9a39c803d513ec7eda07bc547927c9a.tar.lz
dexon-wiki-533c1b90d9a39c803d513ec7eda07bc547927c9a.tar.xz
dexon-wiki-533c1b90d9a39c803d513ec7eda07bc547927c9a.tar.zst
dexon-wiki-533c1b90d9a39c803d513ec7eda07bc547927c9a.zip
Updated Rule for the DEXON node set (markdown)
-rw-r--r--Rule-for-the-DEXON-node-set.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Rule-for-the-DEXON-node-set.md b/Rule-for-the-DEXON-node-set.md
index 2e4975d..ffd604d 100644
--- a/Rule-for-the-DEXON-node-set.md
+++ b/Rule-for-the-DEXON-node-set.md
@@ -18,6 +18,9 @@
100 * 1M * 18.75% * 1 / (365*24*60*60) = 0.5945586 DXN
You can find the parameter information via [governance statistic](https://testnet.dexscan.app/governance) page.
+ From the description above, the expected reward for each node in 1 day is
+
+ 100 * 1M * 18.75% * 1 / 365 /100 = 513.7 DXN
## Penalty
The following behavior violates the rule and will be fined.
@@ -28,7 +31,7 @@
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, the fine is `blockReward*86400/totalNode`.
+ If a node violates 5, the fine is `blockReward*86400/totalNode`, which is exactly the expected reward for each node in 1 day.
## Contract Write function
In this section, we briefly introduce some functions that DEXON governance provides to write in.