Guest User

Untitled

a guest
Jan 30th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. npm install -g zcash-bitcore-node
  2. zcash-bitcore-node create mynode
  3. cd mynode
  4. zcash-bitcore-node install insight-api
  5. zcash-bitcore-node install insight-ui
  6. zcash-bitcore-node start
  7.  
  8. [2018-01-30T12:33:03.687Z] info: Using config: /home/kiran/zcashnodenew/zcash-bitcore-node.json
  9. [2018-01-30T12:33:03.688Z] info: Using network: testnet
  10. [2018-01-30T12:33:03.688Z] info: Starting bitcoind
  11. [2018-01-30T12:33:03.690Z] info: Using zcash config file: /home/kiran/zcashnodenew/data/zcash.conf
  12. [2018-01-30T12:33:03.691Z] info: Starting zcash process
  13. [2018-01-30T12:33:03.699Z] error: Error: spawn /usr/local/lib/node_modules/zcash-bitcore-node/bin/zcashd ENOENT
  14. at _errnoException (util.js:1003:13)
  15. at Process.ChildProcess._handle.onexit (internal/child_process.js:201:19)
  16. at onErrorNT (internal/child_process.js:389:16)
  17. at process._tickCallback (internal/process/next_tick.js:152:19)
  18.  
  19. {
  20. "network": "testnet",
  21. "port": 3003,
  22. "services": [
  23. "bitcoind",
  24. "insight-api",
  25. "insight-ui",
  26. "web"
  27. ],
  28. "servicesConfig": {
  29. "bitcoind": {
  30. "spawn": {
  31. "datadir": "./data",
  32. "exec": "/usr/local/lib/node_modules/zcash-bitcore-node/bin/zcashd"
  33. }
  34. }
  35. }
  36. }
  37.  
  38. server=1
  39. whitelist=127.0.0.1
  40. txindex=1
  41. addressindex=1
  42. timestampindex=1
  43. spentindex=1
  44. zmqpubrawtx=tcp://127.0.0.1:28332
  45. zmqpubhashblock=tcp://127.0.0.1:28332
  46. rpcallowip=127.0.0.1
  47. rpcuser=bitcoin2
  48. rpcpassword=local321
  49. uacomment=bitcore
Add Comment
Please, Sign In to add comment