Advertisement
Spawnsen

Untitled

Aug 14th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [nelson]
  2. name = MyNode
  3. cycleInterval = 120
  4. epochInterval = 600
  5. apiPort = 18600
  6. apiHostname = 127.0.0.1
  7. port = 16600
  8. IRIHostname = localhost
  9. IRIProtocol = any
  10. IRIPort = 14265
  11. TCPPort = 15600
  12. UDPPort = 14600
  13. dataPath = /home/iota/node/nelson/data/neighbors.db
  14. incomingMax = 7
  15. outgoingMax = 6
  16. isMaster = false
  17. silent = false
  18. gui = false
  19.  
  20. getNeighbors = https://raw.githubusercontent.com/SemkoDev/nelson.cli/master/ENTRYNODES
  21.  
  22. ; Protect API with basic auth
  23. [nelson.apiAuth]
  24. username = admin
  25. password = *removed*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement