diff options
author | necrashter | 2022-04-23 13:58:12 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-23 18:10:12 +0300 |
commit | e21f7b96747d851d3e28282d18f316a48a6be51d (patch) | |
tree | 49573549529d50d549b1e8bf19c3d9f0a20f747b /config.yaml | |
parent | 4364de59a2d73798410b3779b7e973a54e45f288 (diff) | |
download | gradecoin-e21f7b96747d851d3e28282d18f316a48a6be51d.tar.gz gradecoin-e21f7b96747d851d3e28282d18f316a48a6be51d.tar.bz2 gradecoin-e21f7b96747d851d3e28282d18f316a48a6be51d.zip |
Add default config file
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..9aa73f3 --- /dev/null +++ b/config.yaml | |||
@@ -0,0 +1,11 @@ | |||
1 | # Valid blocks should have this many transactions | ||
2 | block_transaction_count: 4 | ||
3 | # Bonus awarded after registration | ||
4 | register_bonus: 20 | ||
5 | # Coinbase reward | ||
6 | block_reward: 2 | ||
7 | # Transaction limits | ||
8 | tx_upper_limit: 4 | ||
9 | tx_lower_limit: 1 | ||
10 | # Transaction traffic reward | ||
11 | tx_traffic_reward: 1 | ||