Guest User

Untitled

a guest
Mar 16th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. rpcuser=zcoin
  2. rpcpassword=mind
  3. rpcallowip=127.0.0.1
  4. debug=1
  5. txindex=1
  6. daemon=1
  7. server=1
  8. listen=1
  9. testnet=1
  10. maxconnections=24
  11. znode=1
  12. #znodeprivkey=83qCK5k4mGiuHdUrUi5KntWLWHooArAfFrvmjFMDurSTAXxeNKk ## Replace with your znode private key
  13. znodeprivkey=7DXWyF3a58aYF6NkHxudYYcS9NP5M6fHcdnhiL6Smhw5VRu3AVS
  14. externalip=159.89.175.64:18888 ## Replace with your node external IP (live)
  15.  
  16. # Znode config file
  17. # Format: alias IP:port znode_privatekey collateral_output_txid collateral_output_index
  18. #zn1 159.89.175.64:18888 7DXWyF3a58aYF6NkHxudYYcS9NP5M6fHcdnhiL6Smhw5VRu3AVS 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 1
  19. ZN1 159.89.175.64:18168 7DXWyF3a58aYF6NkHxudYYcS9NP5M6fHcdnhiL6Smhw5VRu3AVS d6fd38868bb8f9958e34d5155437d009b72dfd33fc28874c87fd42e51c0f74fdb 0
  20.  
  21. sudo ./src/zcoind -daemon -server -testnet
  22. Zcoin server starting
  23.  
  24. zcoincore@cryptocoin:~/zcoin$ ./src/zcoin-cli getinfo
  25. {
  26. "version": 130403,
  27. "protocolversion": 90024,
  28. "walletversion": 130000,
  29. "balance": 1372.00000000,
  30. "blocks": 41296,
  31. "timeoffset": 0,
  32. "connections": 9,
  33. "proxy": "",
  34. "difficulty": 0.0002642736737594949,
  35. "testnet": true,
  36. "keypoololdest": 1521204985,
  37. "keypoolsize": 100,
  38. "paytxfee": 0.00000000,
  39. "mininput": 0.00001000,
  40. "relayfee": 0.00100000,
  41. "errors": ""
  42. }
  43.  
  44. GET /ext/summary 304 322ms
  45. GET /ext/getlasttxs/0.00000001?_=1521210153249 200 2ms - 11b
  46. { Error: socket hang up
  47. at createHangUpError (_http_client.js:330:15)
  48. at Socket.socketOnEnd (_http_client.js:423:23)
  49. at Socket.emit (events.js:165:20)
  50. at endReadableNT (_stream_readable.js:1101:12)
  51. at process._tickCallback (internal/process/next_tick.js:152:19) code: 'ECONNRESET' }
  52. GET /api/getdifficulty 200 93ms - 39b
  53. { Error: socket hang up
  54. at createHangUpError (_http_client.js:330:15)
  55. at Socket.socketOnEnd (_http_client.js:423:23)
  56. at Socket.emit (events.js:165:20)
  57. at endReadableNT (_stream_readable.js:1101:12)
  58. at process._tickCallback (internal/process/next_tick.js:152:19) code: 'ECONNRESET' }
  59. GET /api/getnetworkhashps 200 78ms - 39b
  60. { Error: socket hang up
  61. at createHangUpError (_http_client.js:330:15)
  62. at Socket.socketOnEnd (_http_client.js:423:23)
  63. at Socket.emit (events.js:165:20)
  64. at endReadableNT (_stream_readable.js:1101:12)
  65. at process._tickCallback (internal/process/next_tick.js:152:19) code: 'ECONNRESET' }
  66. GET /api/getconnectioncount 200 74ms - 39b
  67. { Error: socket hang up
  68. at createHangUpError (_http_client.js:330:15)
  69. at Socket.socketOnEnd (_http_client.js:423:23)
  70. at Socket.emit (events.js:165:20)
  71. at endReadableNT (_stream_readable.js:1101:12)
  72. at process._tickCallback (internal/process/next_tick.js:152:19) code: 'ECONNRESET' }
  73. GET /api/getblockcount 200 81ms - 39b
  74. GET /ext/summary 304 340ms
Add Comment
Please, Sign In to add comment