diff options
author | necrashter | 2022-04-23 16:42:46 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-23 18:10:12 +0300 |
commit | 92b37178167435027bb9e4db22b5c44977f341f9 (patch) | |
tree | 7170010cd9693a9976c5f71cfbf648ea7abef80f /config.yaml | |
parent | 8d7a1c4337af570c691c3c16527b724ae57ed80f (diff) | |
download | gradecoin-92b37178167435027bb9e4db22b5c44977f341f9.tar.gz gradecoin-92b37178167435027bb9e4db22b5c44977f341f9.tar.bz2 gradecoin-92b37178167435027bb9e4db22b5c44977f341f9.zip |
Configurable hash zero hexadecimal character count
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 |