diff options
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index caac122..e2f6b72 100644 --- a/config.yaml +++ b/config.yaml | |||
@@ -9,6 +9,8 @@ url_prefix: "" | |||
9 | preapproved_users: "students.csv" | 9 | preapproved_users: "students.csv" |
10 | # Valid blocks should have this many transactions | 10 | # Valid blocks should have this many transactions |
11 | block_transaction_count: 4 | 11 | block_transaction_count: 4 |
12 | # How many zero hexadecimal characters should a correct hash start with? | ||
13 | hash_zeros: 6 | ||
12 | # Bonus awarded after registration | 14 | # Bonus awarded after registration |
13 | register_bonus: 20 | 15 | register_bonus: 20 |
14 | # Coinbase reward | 16 | # Coinbase reward |