-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (59 loc) · 3.72 KB
/
index.html
File metadata and controls
70 lines (59 loc) · 3.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AxeAnswers is the unofficial knowledge base and FAQ for Bitaxe, NerdAxe, and other open-source ASIC miners. Troubleshooting, setup guides, and mining strategies for BM1366 devices.">
<meta name="keywords" content="Bitaxe, NerdAxe, BM1366, Bitcoin Mining, Solo Mining, ASIC, Open Source Hardware, Troubleshooting, Firmware, ESP32-S3, AxeOS">
<meta name="author" content="AxeAnswers">
<meta name="robots" content="index, follow">
<link type="text/plain" rel="author" href="humans.txt" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://axeanswers.com/">
<meta property="og:title" content="AxeAnswers | The Unofficial Bitaxe FAQ">
<meta property="og:description" content="The comprehensive guide for Bitaxe miners. Fix errors, optimize hashrate, and learn solo mining strategies.">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="AxeAnswers | The Unofficial Bitaxe FAQ">
<meta property="twitter:description" content="The comprehensive guide for Bitaxe miners. Fix errors, optimize hashrate, and learn solo mining strategies.">
<title>AxeAnswers | The Unofficial Bitaxe FAQ</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favico.png">
</head>
<body>
<div class="container">
<header>
<h1>AxeAnswers</h1>
<p class="subtitle">The unofficial knowledge base for Bitaxe miners.</p>
</header>
<div class="search-wrapper">
<input type="text" id="searchInput" placeholder="Search questions (e.g., 'power', 'wifi', 'firmware')...">
</div>
<div id="faqContainer">
<p style="text-align:center; color: #94a3b8;">Loading questions...</p>
</div>
<div class="donation-section" style="margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #334155; text-align: center;">
<h3 style="color: #e2e8f0; margin-bottom: 1rem;">Support the Project</h3>
<p style="color: #94a3b8; font-size: 0.9rem; margin-bottom: 1.5rem;">Help keep the knowledge base running. Donations are greatly appreciated.</p>
<div class="crypto-addresses" style="display: flex; flex-direction: column; gap: 0.8rem; align-items: center; font-family: monospace; font-size: 0.85rem;">
<div class="crypto-item">
<span style="color: #f7931a; font-weight: bold;">BTC:</span>
<span style="color: #cbd5e1; word-break: break-all;">bc1qfcglqfnfquzclycmzlz3hq02l8cr5fe2vnmc8u</span>
</div>
<div class="crypto-item">
<span style="color: #8dc351; font-weight: bold;">BCH:</span>
<span style="color: #cbd5e1; word-break: break-all;">bitcoincash:qpve27m6cqw8nsz67kylmrg6g2t6favfrskk5ea2pn</span>
</div>
<div class="crypto-item">
<span style="color: #0066cc; font-weight: bold;">DGB:</span>
<span style="color: #cbd5e1; word-break: break-all;">DKARCJnsfKpUcSpyH9jDRCZQhiUAEZMwCm</span>
</div>
</div>
</div>
<footer>
<p>© 2026 AxeAnswers. Licensed under the <a href="https://github.com/openaxeproject/axeanswers" target="_blank">MIT License</a>.</p>
<p><a href="https://github.com/openaxeproject" target="_blank">Open Axe Project</a> - Open Source Hardware & Knowledge.</p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>