diff options
-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 | ||