Skip to content

Instantly share code, notes, and snippets.

@TheTrunk
Last active December 20, 2017 09:58
Show Gist options
  • Save TheTrunk/cb72e6fdbd427f7a68cd84794412cef9 to your computer and use it in GitHub Desktop.
Save TheTrunk/cb72e6fdbd427f7a68cd84794412cef9 to your computer and use it in GitHub Desktop.
#bitcore-node-hush
cd ~
git clone -b testver https://github.com/TheTrunk/bitcore-node-hush.git
cd bitcore-node-hush
npm install
cd bin
chmod 777 bitcore-node
./bitcore-node create mynode
cd mynode
../bitcore-node install https://github.com/TheTrunk/insight-api-hush#Oldver
../bitcore-node install https://github.com/TheTrunk/insight-ui-hush
#In folder /bitcore-node-hush/bin/mynode edit file bitcore-node.json: line exec must point to your hushd eg. "exec": "/home/tj/hush/src/hushd"
../bitcore-node start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment