Remove Scrypt support, fix app import, add rebuild script for SHA256
This commit is contained in:
@@ -20,12 +20,11 @@
|
||||
<h5 class="card-title text-info mb-3">Allgemein</h5>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="mining_mode" class="form-label text-white">Mining Modus</label>
|
||||
<select class="form-select bg-black text-white border-secondary" id="mining_mode" name="mining_mode">
|
||||
<option value="sha256" {% if mode == 'sha256' %}selected{% endif %}>SHA-256 (Bitcoin / Peercoin)</option>
|
||||
<option value="scrypt" {% if mode == 'scrypt' %}selected{% endif %}>Scrypt (Litecoin / Dogecoin)</option>
|
||||
</select>
|
||||
<div class="form-text text-muted">Ändert das Startverhalten des Miners.</div>
|
||||
<label class="form-label text-white">Mining Modus</label>
|
||||
<input type="text" class="form-control bg-black text-white border-secondary" value="SHA-256 Only (Bitcoin/Peercoin)" disabled>
|
||||
<div class="form-text text-muted">Diese Installation ist für SHA-256 optimiert.</div>
|
||||
<!-- Hidden field to keep code happy if it expects logic, though we ignore it now -->
|
||||
<input type="hidden" name="mining_mode" value="sha256">
|
||||
</div>
|
||||
|
||||
<hr class="border-secondary">
|
||||
|
||||
Reference in New Issue
Block a user