forked from Lulaschkas/duco-mining-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfixes.html
292 lines (277 loc) · 16.8 KB
/
fixes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="img/ducominingdashboard.png">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.7/css/all.css">
<title>Mining Fixes</title>
</head>
<body>
<div class="container1" id="myd2">
<article class="middle2">
<div id="fixes">
<div class="fixedtainer">
<a href="index.php">
<button id="btn">
<span class="icon">
<i class="fas fa-arrow-circle-left fa-3x"></i>
</span>
</button>
</a>
Back to dashboard
</div>
<div class="card" style="padding: 20px">
<p>Thanks for reading the Duinocoin problem fixer guide. Hopefully you can fix your problems with it.
If you face any other issues please write in the official Duinocoin Discord Server. </p>
<p>Also i want to make clear that this is NO how to get started guide. You can read the basic tuorial here: <a href="https://duinocoin.com/getting-started">Getting started step by step</a></p>
<br>
Fix problems while mining with...
<ol>
<li><a href="#pc">PC</a></li>
<li><a href="#avr">Arduino</a></li>
<li><a href="#esp">ESP</a></li>
</ol>
<center>
<p id="pc" class="title">Problems while mining with PC</p>
<div class="line"></div>
<br>
<p class="subtitle"><b>Is mining too fast</b></p>
</center>
<p>Yes, you've heard that right. Mining with too high hashrate is not good. Duino-Coin is using a
System called 'Kolka' to make fair rewards for strong and weak miners. This system is for example raising the difficulty if someone is mining with a really powerful pc,
so it is not possible for people with GPUs or very strong CPUs to earn more than a few Arduinos would do.
Mining with strong devices also isn't the point of duinocoin. As the name suggests DuinoCoin is mostly
for Arduinos and other low power devices. What's more, hashrate isn't equal to earning more Coins in Duinocoin.
<br>
If the mining dashboard showed you the Error, that you are mining with too high hashrate, you probably wont make more than a few
Coins per day but spend a lot of energy on your device. In this case you should think about:
</p>
<ol>
<li>Setting the difficulty setting to Net or Extreme depending on your device</li>
<li>Not mining with strong CPUs / GPUs</li>
<li>Lowering mining intensity</li>
<li>Mining another coin like Magi for example</li>
</ol>
<br>
<center><p class="subtitle">Is mining too slow</p></center>
<p>Sometimes it can happen that you are mining with too low hashrate. This
is mostly caused by a high difficult that got sended to your device or wrong difficult settings.
If you are mining with Raspberry Pi and other low Power devices, please double check your Miner settings.
(For example not setting difficulty to Network)
</p>
<br>
<center><p class="subtitle">Too many rejected Shares</p></center>
<p>If this Error pops up, one of your devices has more than 5% of his shares rejected by the main server.
This can be caused by:
</p>
<ol>
<li>Old miner Version</li>
<li>Server has temporary issues</li>
<li>Using wrong difficult tier</li>
<li>Hashing algorithm error </li>
<li>Mining much to fast so Kolka limits you</li>
</ol>
<br>
<center><p class="subtitle">Does not start mining</p></center>
<p>Somtimes your miner connects to the server but doesnt submit any shares or stucks after the first one.
This was a problem with some old miner versions please upgrade and try again.
</p>
<br>
<center><p class="subtitle">Too low efficiency</p></center>
<p>Duino-Coin uses a System called Kolka to keep mining fair for everyone.
This system prevents GPU mining as well as huge mining farms.</p>
<p>And it does this by cutting down profit for every new mining connection</p>
<p>New mining connections from PCs are cut down by 20% for each new connection.</p>
<p>This looks like this: Miner1-100%, Miner2-80%, Miner3-64%, Miner4-51%...</p>
<p>For Arduinos and ESPs, the cut down for every new connection is only 4%</p>
<p>This looks like this: Miner1-100%, Miner2-96%, Miner3-92%, Miner4-88%...</p>
<p>With this system it is still possibl to make good profit with AVR mining, which obviously is the key aspect of DUINO-coin.</p>
<br>
<br>
<center>
<p id="avr" class="title">Problems while mining with AVR</p>
<div class="line"></div>
<br>
<p class="subtitle"><b>TMining too fast</b></p>
</center>
<p>If you get the error, that you are mining too fast with your Arduino this is mostly no reason to worry about.
Sometimes the hashrate spikes very short or the server has an issue but if the problem stays you should take a look.
Check if you are using an unoffical miner which maybe tries to bypass Kolka limits (which doesnt work since V4).
</p>
<br>
<center><p class="subtitle">Mining too slow</p></center>
<p>Sometimes your Arduino might mine with a hashrate lower than 100H/s. This can be caused by
a short connection issue but also because the Arduino isnt flashed to the newest AVR code.
You can download the new Arduino file with the newest duco release: <a href="https://github.com/revoxhere/duino-coin/releases">DuinoCoin Releases</a>
</p>
<br>
<center><p class="subtitle">Too many rejected Shares</p></center>
<p>If this Error pops up, your Arduino has more than 5% of his shares rejected by the main server.
This can be caused by:
</p>
<ol>
<li>Old Arduino code</li>
<li>Server has temporary issues</li>
<li>Old AVR_Miner code</li>
<li>Your arduino acts strange. Try another arduino board</li>
<li>Try changing USB Port</li>
</ol>
<br>
<center><p class="subtitle">Does not start mining</p></center>
<p>The most problems while mining with Arduinos come from even starting the miner for the first time.
If you start the connect software on linux and try to select your board you might get a permission error.
This can easily be fixed by running the program with root or adding your user to the dialout groupe with: <code>sudo usermod -a -G dialout USERNAME</code>
then relogin and try again.
</p>
<p>Also before using the software you might have to download some packages. If you havent python3 installed, do this first. Then install the requiered packages the software has shown you with <code>python3 -m pip install packagename</code></p>
<br>
<center><p class="subtitle">Too low efficiency</p></center>
<p>Duino-Coin uses a System called Kolka to keep mining fair for everyone.
This system prevents GPU mining as well as huge mining farms.</p>
<p>And it does this by cutting down profit for every new mining connection</p>
<p>New mining connections from PCs are cut down always by 20% for each new connection.</p>
<p>This looks like this: Miner1-100%, Miner2-80%, Miner3-64%, Miner4-51%...</p>
<p>For Arduinos and ESPs, the cut down for every new connection is only 4%</p>
<p>This looks like this: Miner1-100%, Miner2-96%, Miner3-92%, Miner4-88%...</p>
<p>With this system it is still possibl to make good profit with AVR mining, which obviously is the key aspect of DUINO-coin.</p>
<p>If you get this Error your total efficiency is under 50%, which means, that you just have to many boards running and so a too low efficiency. More boards arent directly equal to more coins. There will be a point where mining with more devices just makes no sense.<p>
<p>A table with a predone calculation is at the end of this page.</p>
<br>
<br>
<center>
<p id="esp" class="title">Problems while mining with ESP</p>
<div class="line"></div>
<br>
<p class="subtitle"><b>Mining too fast</b></p>
</center>
<p>If you get the error, that you are mining too fast with your ESP this is mostly no reason to worry about.
Sometimes the hashrate spikes very short or the server has an issue but if the problem stays you should take a look at it.
Check if you are using an unoffical miner which maybe tries to bypass Kolka limits (which doesnt work since V4).
</p>
<br>
<center><p class="subtitle">Mining too slow</p></center>
<p>If you are using ESP32 and the hashrate drops you are very likely using an old version of the miner.
Because the old Versions didnt have a reset build in if the hashrate goes to low.</p>
<p>You should be able to get better resulty by improoving wifi quality and always upgrading to the newest Version.
You can download the new ESP32/8266 file with the newest duco release: <a href="https://github.com/revoxhere/duino-coin/releases">DuinoCoin Releases</a>
</p>
<p>
Make sure that the correct CPU Frequency is set when uploading the sketch, i.e. 160 MHz for an ESP8266.
</p>
<br>
<center><p class="subtitle">Too many rejected Shares</p></center>
<p>If this Error pops up, your ESP has more than 5% of his shares rejected by the main server.
This can be caused by:
</p>
<ol>
<li>Old ESP code</li>
<li>Server has temporary issues</li>
<li>(Really bad WiFi connection quality)</li>
</ol>
<br>
<center><p class="subtitle">Does not start mining</p></center>
<p>First you whould check if your ESP did even connect to the server. You can do this while looking in the serial console of the ESP while it is connected to the PC. Or by looking in your Router Web Interface.
<p>Then check if you have entered the correct username and watch the serial console to recieve jobs. </p>
<p>If you have more problems please contact the Developers directly.</p>
<br>
<center><p class="subtitle">Too low efficiency</p></center>
<p>Duino-Coin uses a System called Kolka to keep mining fair for everyone.
This system prevents GPU mining as well as huge mining farms.</p>
<p>And it does this by cutting down profit for every new mining connection</p>
<p>New mining connections from PCs are cut down always by 20% for each new connection.</p>
<p>This looks like this: Miner1-100%, Miner2-80%, Miner3-64%, Miner4-51%...</p>
<p>For Arduinos and ESPs, the cut down for every new connection is only 4%</p>
<p>This looks like this: Miner1-100%, Miner2-96%, Miner3-92%, Miner4-88%...</p>
<p>With this system it is still possibl to make good profit with AVR mining, which obviously is the key aspect of DUINO-coin.</p>
<p>If you get this Error your total efficiency is under 50%, which means, that you just have to many boards running and so a too low efficiency. More boards arent directly equal to more coins. There will be a point where mining with more devices just makes no sense.<p>
<p>A table with a predone calculation is at the end of this page.</p>
<br>
<center><p class="subtitle">Table for Efficiency of every new miner - only AVR and ESP</p></center>
<p>This table shows you the efficiency of the mining device, not the total efficiency</p>
<br>
<table id="devices">
<tr>
<td>Device Number</td>
<td>Efficiency</td>
</tr>
<tr>
<td>0</td>
<td>100%</td>
</tr>
<tr>
<td>1</td>
<td>96%</td>
</tr>
<tr>
<td>2</td>
<td>92%</td>
</tr>
<tr>
<td>3</td>
<td>88%</td>
</tr>
<tr>
<td>4</td>
<td>84%</td>
</tr>
<tr>
<td>5</td>
<td>81%</td>
</tr>
<tr>
<td>6</td>
<td>78%</td>
</tr>
<tr>
<td>7</td>
<td>75%</td>
</tr>
<tr>
<td>8</td>
<td>72%</td>
</tr>
<tr>
<td>9</td>
<td>69%</td>
</tr>
<tr>
<td>10</td>
<td>66%</td>
</tr>
<tr>
<td>11</td>
<td>64%</td>
</tr>
<tr>
<td>12</td>
<td>61%</td>
</tr>
<tr>
<td>13</td>
<td>58%</td>
</tr>
<tr>
<td>14</td>
<td>56%</td>
</tr>
<tr>
<td>15</td>
<td>54%</td>
</tr>
</table>
<br>
<div class="line3"></div>
<center>
<a href="privacy.html"><button class="button is-dark">Privcy policy/Legal Notice</button></a>
<a href="about.html"><button class="button is-dark">About</button></a>
<a href="fixes.html" ><button class="button is-dark">Fix problems</button></a>
<a href="whatsduco.html"><button class="button is-dark">What is duco?</button></a>
</center>
</div>
</article>
</div>
</div>
</body>
</html>