diff options
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index b60691a..caac122 100644 --- a/config.yaml +++ b/config.yaml | |||
@@ -3,6 +3,10 @@ name: mainnet | |||
3 | # URL Prefix for this network | 3 | # URL Prefix for this network |
4 | # For example, url_prefix is "example", register at "gradecoin.xyz/example/register" | 4 | # For example, url_prefix is "example", register at "gradecoin.xyz/example/register" |
5 | url_prefix: "" | 5 | url_prefix: "" |
6 | # List of users who can register | ||
7 | # CSV file: userID,password | ||
8 | # First line is ignored | ||
9 | preapproved_users: "students.csv" | ||
6 | # Valid blocks should have this many transactions | 10 | # Valid blocks should have this many transactions |
7 | block_transaction_count: 4 | 11 | block_transaction_count: 4 |
8 | # Bonus awarded after registration | 12 | # Bonus awarded after registration |