Skip to content

Commit

Permalink
fix install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cazala committed Dec 10, 2017
1 parent 3579806 commit 326b7ed
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.7/install.sh | bash
# source ~/.nvm/nvm.sh
# nvm install 8
# npm install -g pm2 coin-hive-stratum
# pm2 install pm2-logrotate
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.7/install.sh | bash
source ~/.nvm/nvm.sh
nvm install 8
npm install -g pm2
pm2 install pm2-logrotate
npm init --yes
npm install --save coin-hive-stratum
cat >./proxy.js <<FILE
const Proxy = require("coin-hive-stratum");
const proxy = new Proxy({
Expand Down

0 comments on commit 326b7ed

Please sign in to comment.