Guest User

Untitled

a guest
Dec 22nd, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. HTTP_PORT=11626
  2. PUBLIC_HTTP_PORT=true
  3.  
  4. NETWORK_PASSPHRASE="MyStandalone Network ; December 2018"
  5.  
  6. NODE_SEED="SAOQ42SRGOLSVRGJI2BCX4F5PEI3QA3IWN55GCFHQ5PIMJ2CJQTBNCGQ"
  7. NODE_IS_VALIDATOR=true
  8. PREFERRED_PEERS=["192.168.8.101", "192.168.8.103"]
  9.  
  10. #DATABASE="postgresql://dbname=stellar user=postgres password=password host=localhost"
  11. #DATABASE="sqlite3://stellar.db"
  12. DATABASE="postgresql://dbname=core host=localhost user=stellar password=mypassword"
  13.  
  14. COMMANDS=["ll?level=debug"]
  15.  
  16. FAILURE_SAFETY=0
  17. UNSAFE_QUORUM=true
  18. #The public keys of the Stellar testnet servers
  19. [QUORUM_SET]
  20. THRESHOLD_PERCENT=50
  21. VALIDATORS=["GCYJMPMSMOINIXGLYA7ID45GJ2N46U7LMHFOTYKWHHNBLAA4K6X4FYGE", "GDR2XS5PW6FUJDGD5RY67A7GXMA7626WAUIWUFEILOMZM3LQDIVV7L7A"]
  22.  
  23. [HISTORY.vs]
  24. get="cp /opt/stellar/core/history/vs/{0} {1}"
  25. put="./cp-and-set-permissions.sh {0} /opt/stellar/core/history/vs/{1}"
  26. mkdir="./mkdir-and-set-permissions.sh -p /opt/stellar/core/history/vs/{0}"
  27. [HISTORY.h1]
  28. get="curl -sf http://192.168.8.101/{0} -o {1}"
  29. [HISTORY.h3]
  30. get="curl -sf http://192.168.8.103/{0} -o {1}"
Add Comment
Please, Sign In to add comment