forked from BitzenyCoreDevelopers/insight-api-bitzeny
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
cryptozeny edited this page Apr 19, 2018
·
1 revision
Welcome to the insight-api-bitzeny wiki!
package.json 수정을 안해서 수동으로 패치해야함
먼저 api 폴더로 이동
$ cd insight-api-bitzeny
설치를 안했다면 한다: 주의 node v0.10.48 설치방법
https://github.com/cryptozeny/CopyCoinStudy/wiki/INSIGHT:-node.js-v0.10.x-%EC%84%A4%EC%B9%98
$ npm install
노드모듈 폴더로 이동
$ cd node_modules
기존모듈 삭제(이름바꾸기)
$ mv bitcore bitcore.old
심볼릭링크 생성
$ ln -s ~/bitcore-bitzeny
심볼릭링크 이름바꾸기
$ mv bitcore-bitzeny bitcore
실행
$ cd insight-ui-bitzeny
$ INSIGHT_FORCE_RPC_SYNC=1 INSIGHT_PUBLIC_PATH=public BITCOIND_USER=user BITCOIND_PASS=pass INSIGHT_NETWORK=livenet INSIGHT_PORT=3000 node ../insight-api-bitzeny/insight.js