aboutsummaryrefslogtreecommitdiffstats
path: root/testnet.yaml
blob: 00bc35bb625791882db1811406bbcb625c58c96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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
# Transaction gas fee
tx_gas_fee: 2
# The bots in the network
# Fingerprint: botconfig
bots:
  StockFish:
    starting_balance: 64
  AlphaZero:
    starting_balance: 128
  HAL9000:
    starting_balance: 256
  Skynet:
    starting_balance: 512
  # I'm not responsible for any memetic hazards caused by this
  RokosBasilisk:
    starting_balance: 42