Advertisement
Gryph_The_Grey

topology

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