From 7e56d8eb981f5c14b215e655cf6a46dee4c74998 Mon Sep 17 00:00:00 2001 From: Michael J Feher Date: Fri, 15 Dec 2017 09:21:06 -0600 Subject: [PATCH 1/4] Updating dontations and dynamic pool --- config/defaults.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/defaults.js b/config/defaults.js index 4098191..dc35978 100644 --- a/config/defaults.js +++ b/config/defaults.js @@ -6,7 +6,7 @@ module.exports = { address: null, user: null, diff: null, - dynamicPool: false, + dynamicPool: true, maxMinersPerConnection: 100, donations: [ { @@ -15,7 +15,7 @@ module.exports = { port: 3333, user: null, pass: "donations", - percentage: 0.01 // 1% + percentage: 0.00 // 1% } ] }; From f862141d3aa1a959f905e7497c2bc3f98cb4256b Mon Sep 17 00:00:00 2001 From: Michael J Feher Date: Fri, 15 Dec 2017 09:23:19 -0600 Subject: [PATCH 2/4] Update to use github for now --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index bf5e8a0..1affa01 100755 --- a/install.sh +++ b/install.sh @@ -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 < Date: Tue, 5 May 2020 01:30:15 -0500 Subject: [PATCH 3/4] fix: upgrade typescript from 2.6.1 to 2.9.2 Snyk has created this PR to upgrade typescript from 2.6.1 to 2.9.2. See this package in NPM: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/phearzero/project/8064a7b1-3b0d-4a76-987a-9f1845ee95d9?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6332751..2ae0e84 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "minimist": "^1.2.0", "moment": "^2.19.1", "pmx": "^1.5.5", - "typescript": "^2.6.1", + "typescript": "^2.9.2", "uuid": "^3.1.0", "watch": "^1.0.2", "ws": "^3.2.0" From dca7ff566a9296366c240b8adb43e7722202eb71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 01:30:16 -0500 Subject: [PATCH 4/4] fix: upgrade typescript from 2.6.1 to 2.9.2 Snyk has created this PR to upgrade typescript from 2.6.1 to 2.9.2. See this package in NPM: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/phearzero/project/8064a7b1-3b0d-4a76-987a-9f1845ee95d9?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a7b985..ad5fccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -163,9 +163,9 @@ "integrity": "sha512-xTCx2vohXC2EWWDqY/zb4+5Mu28D+HYNSOuFzsyRDRvI/e1ICb69afwaUwfjr+25ZXldbOLyp+iDUZHq8UnTag==" }, "typescript": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.1.tgz", - "integrity": "sha1-7znN6ierrAtQAkLWcmq5DgyEZjE=" + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", + "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==" }, "ultron": { "version": "1.1.0",