Advertisement
Gryph_The_Grey

topology

Jul 18th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. This is the relay
  2. {
  3. "Producers": [
  4. {
  5. "friendly_name": "badass1",
  6. "addr": "0.0.0.0",
  7. "port": 5054,
  8. "valency": 1
  9. },
  10. {
  11. "friendly_name": "core",
  12. "addr": "x.x.x.4",
  13. "port": 5050,
  14. "valency": 1
  15. },
  16. {
  17. "friendly_name": "IOHK",
  18. "addr": "relays-new.mainnet-candidate.dev.cardano.org",
  19. "port": 3001,
  20. "valency": 2
  21. }
  22. ]
  23. }
  24.  
  25. This is the core
  26.  
  27. {
  28. "Producers": [
  29. { "addr": "37.187.117.197", "port": 5053, "valency": 1 },
  30. { "addr": "5.196.69.123", "port": 5055, "valency": 1 }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement