You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
337 B
22 lines
337 B
--- # toychain's config
|
|
version: 1.01
|
|
chain: toychain
|
|
apiver: '0.0'
|
|
port: 8089
|
|
|
|
# p2p network = api+1
|
|
apis:
|
|
- 127.0.0.1:8091
|
|
- 127.0.0.2:8093
|
|
- 127.0.0.3:8095
|
|
- 127.0.0.4:8097
|
|
- 127.0.0.5:8099
|
|
|
|
# block parameters :
|
|
bkver: 0
|
|
bkreward: 100
|
|
# Proof of Work option
|
|
difficulty: 5
|
|
maxdiff: 7
|
|
# CAstore options
|
|
trackmode: 1
|