Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. # Mainnet
  2. #export DB_DIRECTORY=/var/electrumx-grs
  3. #export DAEMON_URL=http://kef:kefpass@localhost:1441/
  4. #export TCP_PORT=50001
  5.  
  6. # Testnet
  7. export NET=testnet
  8. export DB_DIRECTORY=/var/electrumx-grs-testnet
  9. export DAEMON_URL=http://kef:kefpass@localhost/
  10. export TCP_PORT=51001
  11.  
  12. # Other stuff
  13. export HOST=0.0.0.0
  14. export RPC_PORT=8010
  15. export IRC=0
  16. /home/kef/envs/electrumx-grs/bin/electrumx_server.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement