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

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. --- # toychain's config
  2. version: 1.13
  3. chain: toychain
  4. apiver: '0.0'
  5. # ------------------------------------------
  6. # node specifics
  7. port: 8089
  8. # ------------------------------------------
  9. # p2p network
  10. # api = p2p+1
  11. nodes:
  12. # - 127.0.0.1:8089
  13. - 127.0.0.1:8091
  14. - 127.0.0.2:8093
  15. - 127.0.0.3:8095
  16. - 127.0.0.4:8097
  17. - 127.0.0.5:8099
  18. # ------------------------------------------
  19. # block parameters :
  20. bkver: 0
  21. coinbase:
  22. reward: 100
  23. # Proof of Work option
  24. difficulty: 5
  25. maxdiff: 7
  26. # ------------------------------------------