authority.i 694 B

123456789101112131415161718192021
  1. AuthoritativeDirectory 1
  2. V3AuthoritativeDirectory 1
  3. ContactInfo auth${nodenum}@test.test
  4. # Speed up the consensus cycle as fast as it will go.
  5. # If clock desynchronisation is an issue, increase these voting times.
  6. # V3AuthVotingInterval and TestingV3AuthInitialVotingInterval can be:
  7. # 10, 12, 15, 18, 20, ...
  8. # TestingV3AuthInitialVotingInterval can also be:
  9. # 5, 6, 8, 9
  10. # They both need to evenly divide 24 hours.
  11. # Testing Vote + Testing Dist must be less than Testing Interval
  12. TestingV3AuthInitialVotingInterval 5
  13. TestingV3AuthInitialVoteDelay 2
  14. TestingV3AuthInitialDistDelay 2
  15. # Vote + Dist must be less than Interval/2
  16. V3AuthVotingInterval 10
  17. V3AuthVoteDelay 2
  18. V3AuthDistDelay 2