Guest User

Untitled

a guest
Nov 28th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. cat ~/.dashcore/dash.conf
  2. testnet=1
  3. rpcuser=test
  4. rpcpass=test
  5. server=1
  6. daemon=1
  7. rpcallow=127.0.0.1
  8. rpcallow=222.166.152.93
  9.  
  10. cat ~/.dashcore/sentinel/sentinel.conf
  11. # specify path to dash.conf or leave blank
  12. # default is the same as DashCore
  13. #dash_conf=/home/evan82/.dashcore/dash.conf
  14.  
  15. # valid options are mainnet, testnet (default=mainnet)
  16. #network=mainnet
  17. network=testnet
  18.  
  19. # database connection details
  20. db_name=database/sentinel.db
  21. db_driver=sqlite
Add Comment
Please, Sign In to add comment