We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 8.10 x64
apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev -y apt-get install libzmq3-dev build-essential sudo mc htop curl -y curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - apt-get install -y nodejs npm install -g sn-ntu/bitcore-node-zcoin bitcore-node-zcoin create /mnt/zcoin/node cd /mnt/zcoin/node bitcore-node-zcoin install https://github.com/sn-ntu/insight-api-zcoin bitcore-node-zcoin install https://github.com/sn-ntu/insight-ui-zcoin bitcore-node-zcoin start
Successfully added services(s): https://github.com/sn-ntu/insight-api-zcoin **root@zcoin:/mnt/zcoin/node# bitcore-node-zcoin install https://github.com/sn-ntu/insight-ui-zcoin** /mnt/zcoin/node └── [email protected] (git+https://github.com/sn-ntu/insight-ui-zcoin.git#cbcb67421ed8445dbd4146da00581a4098d66885) Successfully added services(s): https://github.com/sn-ntu/insight-ui-zcoin **root@zcoin:/mnt/zcoin/node# bitcore-node-zcoin start** fullConfig.path = /mnt/zcoin/node/bitcore-node-zcoin.json [2018-03-28T15:42:44.915Z] info: Using config: /mnt/zcoin/node/bitcore-node-zcoin.json [2018-03-28T15:42:44.916Z] info: Using network: livenet [2018-03-28T15:42:44.917Z] info: Starting bitcoind [2018-03-28T15:42:44.920Z] info: Using bitcoin config file: /mnt/zcoin/node/data/zcoin.conf [2018-03-28T15:42:44.926Z] info: Starting zcoin process [2018-03-28T15:42:44.947Z] error: Error: spawn /usr/lib/node_modules/bitcore-node-zcoin/lib/scaffold/data/zcoind ENOENT at exports._errnoException (util.js:893:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32) at onErrorNT (internal/child_process.js:348:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9)
Also not work with official zcoin, we has same errors. Install script:
npm install -g zcoinofficial/bitcore-node-zcoin bitcore-node-zcoin create /mnt/zcoin/node cd /mnt/zcoin/node npm install zcoinofficial/insight-api-zcoin npm install zcoinofficial/insight-ui-zcoin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Debian 8.10 x64
Also not work with official zcoin, we has same errors.
Install script:
The text was updated successfully, but these errors were encountered: