From e21f7b96747d851d3e28282d18f316a48a6be51d Mon Sep 17 00:00:00 2001 From: necrashter Date: Sat, 23 Apr 2022 13:58:12 +0300 Subject: Add default config file --- config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..9aa73f3 --- /dev/null +++ b/config.yaml @@ -0,0 +1,11 @@ +# Valid blocks should have this many transactions +block_transaction_count: 4 +# Bonus awarded after registration +register_bonus: 20 +# Coinbase reward +block_reward: 2 +# Transaction limits +tx_upper_limit: 4 +tx_lower_limit: 1 +# Transaction traffic reward +tx_traffic_reward: 1 -- cgit v1.2.3-70-g09d2