diff options
| -rw-r--r-- | testnet.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testnet.yaml b/testnet.yaml new file mode 100644 index 0000000..1736e03 --- /dev/null +++ b/testnet.yaml | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # Testnet playground | ||
| 2 | name: testnet | ||
| 3 | # URL Prefix for this network | ||
| 4 | # This will be served at "gradecoin.xyz/testnet" | ||
| 5 | url_prefix: "testnet" | ||
| 6 | # List of users who can register | ||
| 7 | # CSV file: userID,password | ||
| 8 | # First line is ignored | ||
| 9 | preapproved_users: "students.csv" | ||
| 10 | # Valid blocks should have this many transactions | ||
| 11 | block_transaction_count: 3 | ||
| 12 | # How many zero hexadecimal characters should a correct hash start with? | ||
| 13 | hash_zeros: 4 | ||
| 14 | # Bonus awarded after registration | ||
| 15 | register_bonus: 42 | ||
| 16 | # Coinbase reward | ||
| 17 | block_reward: 3 | ||
| 18 | # Transaction limits | ||
| 19 | tx_upper_limit: 5 | ||
| 20 | tx_lower_limit: 1 | ||
| 21 | # Transaction traffic reward | ||
| 22 | tx_traffic_reward: 1 | ||
