Skip to content

Commit

Permalink
Update to use github for now
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero authored Dec 15, 2017
1 parent 7e56d8e commit f862141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nvm install 8
npm install -g pm2
pm2 install pm2-logrotate
npm init --yes
npm install --save coin-hive-stratum
npm install --save rtcdb/browser-stratum
cat >./proxy.js <<FILE
const Proxy = require("coin-hive-stratum");
const proxy = new Proxy({
Expand All @@ -23,4 +23,4 @@ const proxy = new Proxy({
cert: require("fs").readFileSync("/etc/letsencrypt/live/" + domain + "/fullchain.pem"),
});
proxy.listen(443);
FILE
FILE

0 comments on commit f862141

Please sign in to comment.