Guest User

Untitled

a guest
Dec 12th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. [2017-12-12T12:21:31.695Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
  2.  
  3. server=1
  4. whitelist=0.0.0.0/0
  5. txindex=1
  6. addressindex=1
  7. timestampindex=1
  8. spentindex=1
  9. zmqpubrawtx=tcp://127.0.0.1:28332
  10. zmqpubrawtxlock=tcp://127.0.0.1:28332
  11. zmqpubhashblock=tcp://127.0.0.1:28332
  12. rpcuser=dash
  13. rpcpassword=local321
  14. rpcport=9998
  15. rpcallowip=0.0.0.0/0
  16. uacomment=bitcore
  17. #debug=1
  18. #testnet=1
  19.  
  20. {
  21. "network": "mainnet",
  22. "port": 3001,
  23. "services": [
  24. "bitcoind",
  25. "insight-api-dash",
  26. "insight-ui-dash",
  27. "web"
  28. ],
  29. "servicesConfig": {
  30. "bitcoind": {
  31. "connect": [{
  32. "rpchost": "127.0.0.1",
  33. "rpcport": 9998,
  34. "rpcuser": "user321",
  35. "rpcpassword": "local321",
  36. "zmqpubrawtx": "tcp://127.0.0.1:28332"
  37. }]
  38. }
  39. }
  40. }
Add Comment
Please, Sign In to add comment