blob: b60691ad04a73159229e8df053edeaceddd3b502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# The name of the network
name: mainnet
# URL Prefix for this network
# For example, url_prefix is "example", register at "gradecoin.xyz/example/register"
url_prefix: ""
# Valid blocks should have this many transactions
block_transaction_count: 4
# 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
|