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.
 
 
 
 
 
 

29 lines
544 B

--- # toychain's config
version: 1.13
chain: toychain
apiver: '0.0'
# ------------------------------------------
# node specifics
port: 8089
# ------------------------------------------
# p2p network
# api = p2p+1
nodes:
# - 127.0.0.1:8089
- 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
coinbase:
reward: 100
# Proof of Work option
difficulty: 5
maxdiff: 7
# ------------------------------------------