--- # 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 # ------------------------------------------