From d53a714d603607b98febe129d10226a7319b7769 Mon Sep 17 00:00:00 2001 From: necrashter Date: Sat, 23 Apr 2022 17:04:00 +0300 Subject: Add another config for testnet --- testnet.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 testnet.yaml (limited to 'testnet.yaml') diff --git a/testnet.yaml b/testnet.yaml new file mode 100644 index 0000000..1736e03 --- /dev/null +++ b/testnet.yaml @@ -0,0 +1,22 @@ +# Testnet playground +name: testnet +# URL Prefix for this network +# This will be served at "gradecoin.xyz/testnet" +url_prefix: "testnet" +# List of users who can register +# CSV file: userID,password +# First line is ignored +preapproved_users: "students.csv" +# Valid blocks should have this many transactions +block_transaction_count: 3 +# How many zero hexadecimal characters should a correct hash start with? +hash_zeros: 4 +# Bonus awarded after registration +register_bonus: 42 +# Coinbase reward +block_reward: 3 +# Transaction limits +tx_upper_limit: 5 +tx_lower_limit: 1 +# Transaction traffic reward +tx_traffic_reward: 1 -- cgit v1.2.3-70-g09d2