blob: 96fc02fb8230519f2743edaa202e8ce7c60692da (
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
|
# The name of the network
name: mainnet
# URL Prefix for this network
# For example, if url_prefix is "example", register at "gradecoin.xyz/example/register"
url_prefix: ""
# 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: 4
# How many zero hexadecimal characters should a correct hash start with?
hash_zeros: 6
# Bonus awarded after registration
register_bonus: 20
# Coinbase reward
block_reward: 2
# Transaction limits
tx_upper_limit: 4
tx_lower_limit: 1
# Transaction traffic reward
tx_traffic_reward: 1
# The bots in the network
# Fingerprint: botconfig
bots:
cde48537ca2c28084ff560826d0e6388b7c57a51497a6cb56f397289e52ff41b:
starting_balance: 70
a1a38b5bae5866d7d998a9834229ec2f9db7a4fc8fb6f58b1115a96a446875ff:
starting_balance: 20
4e048fd2a62f1307866086e803e9be43f78a702d5df10831fbf434e7663ae0e7:
starting_balance: 120
60e77101e76950a9b1830fa107fd2f8fc545255b3e0f14b6a7797cf9ee005f07:
starting_balance: 40
|