aboutsummaryrefslogtreecommitdiffstats
path: root/testnet.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testnet.yaml')
-rw-r--r--testnet.yaml22
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
2name: testnet
3# URL Prefix for this network
4# This will be served at "gradecoin.xyz/testnet"
5url_prefix: "testnet"
6# List of users who can register
7# CSV file: userID,password
8# First line is ignored
9preapproved_users: "students.csv"
10# Valid blocks should have this many transactions
11block_transaction_count: 3
12# How many zero hexadecimal characters should a correct hash start with?
13hash_zeros: 4
14# Bonus awarded after registration
15register_bonus: 42
16# Coinbase reward
17block_reward: 3
18# Transaction limits
19tx_upper_limit: 5
20tx_lower_limit: 1
21# Transaction traffic reward
22tx_traffic_reward: 1