-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·147 lines (127 loc) · 7.1 KB
/
index.html
File metadata and controls
executable file
·147 lines (127 loc) · 7.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Axe Project | Open Source Mining Software & Tools</title>
<meta name="description" content="Dedicated to open source software for crypto mining hardware. Tools, luck calculators, and knowledge for Bitaxe, Nerdaxe, and the Open Source Mining (OSM) community.">
<meta name="keywords" content="Bitaxe, Nerdaxe, Solo Mining, Mining Calculator, Open Source Hardware, Bitcoin Mining, OSM, Crypto Tools, ASIC Mining">
<meta name="author" content="Open Axe Project">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://openaxeproject.org/">
<meta property="og:type" content="website">
<meta property="og:url" content="https://openaxeproject.org/">
<meta property="og:title" content="Open Axe Project | Open Source Mining Tools">
<meta property="og:description" content="Empowering the Open Source Mining community with transparent software, solo mining calculators, and hardware documentation.">
<meta property="og:image" content="https://openaxeproject.org/og-image.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://openaxeproject.org/">
<meta property="twitter:title" content="Open Axe Project">
<meta property="twitter:description" content="Open Source Knowledge for Open Source Hardware. Tools for Bitaxe and OSM devices.">
<meta property="twitter:image" content="https://openaxeproject.org/og-image.jpg">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Open Axe Project",
"url": "https://openaxeproject.org",
"sameAs": [
"https://github.com/openaxeproject"
],
"description": "Open Source Knowledge for Open Source Hardware. Dedicated to building software that empowers Open Source Mining (OSM) devices.",
"knowsAbout": ["Bitcoin Mining", "Open Source Hardware", "Bitaxe", "Software Development"]
}
</script>
<script src="app.js" defer></script>
</head>
<body>
<header>
<div class="container">
<h1>OPEN AXE PROJECT</h1>
<span class="tagline">Open Source Knowledge for Open Source Hardware</span>
<p style="max-width: 600px; margin: 20px auto 40px auto;">
Dedicated to building open, transparent, and community-driven software that empowers Open Source Mining (OSM) devices like the Bitaxe and Nerdaxe.
</p>
<nav aria-label="Main Navigation">
<a href="https://github.com/orgs/OpenAxeProject/repositories" class="btn-main" title="View our code on GitHub">OUR PROJECTS →</a>
<a href="/calculator/" class="btn-main" title="Calculate Solo Mining Odds">LUCK CALCULATOR →</a>
<a href="https://axeanswers.com" class="btn-main" title="Frequently Asked Questions">AXEANSWERS | FAQ →</a>
</nav>
</div>
</header>
<div class="container">
<main>
<section>
<h2>Our Mission</h2>
<p>We believe open hardware deserves open software.</p>
<div class="grid">
<div class="card">
<h3>Support</h3>
<p>Enhance Open Source Mining (OSM) devices with reliable tooling and integration.</p>
</div>
<div class="card">
<h3>Share</h3>
<p>Distribute technical knowledge freely to the global mining community.</p>
</div>
<div class="card">
<h3>Empower</h3>
<p>Enable individuals to run their mining hardware without proprietary barriers.</p>
</div>
</div>
</section>
<section>
<h2>Philosophy</h2>
<div class="grid">
<div class="card">
<h3>Open First</h3>
<p>All code, documentation, and tools are open source (MIT License).</p>
</div>
<div class="card">
<h3>Transparency</h3>
<p>No hidden functionality, no proprietary lock-in, and full code auditing.</p>
</div>
<div class="card">
<h3>Utility</h3>
<p>Software that solves real operational problems for solo and pool miners.</p>
</div>
</div>
</section>
<section id="donate">
<h2>Support the Project</h2>
<p>Your contributions help keep the Open Axe Project alive and growing.</p>
<div class="donation-grid">
<div class="crypto-card">
<strong>BTC (Bitcoin)</strong>
<img src="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=bc1qfcglqfnfquzclycmzlz3hq02l8cr5fe2vnmc8u" class="qr-code" alt="Bitcoin Donation QR Code" width="150" height="150">
<div class="crypto-addr" id="btc">bc1qfcglqfnfquzclycmzlz3hq02l8cr5fe2vnmc8u</div>
<button class="copy-btn" onclick="copy('btc')" aria-label="Copy Bitcoin Address">Copy Address</button>
</div>
<div class="crypto-card">
<strong>BCH (Bitcoin Cash)</strong>
<img src="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=bitcoincash:qpve27m6cqw8nsz67kylmrg6g2t6favfrskk5ea2pn" class="qr-code" alt="Bitcoin Cash Donation QR Code" width="150" height="150">
<div class="crypto-addr" id="bch">bitcoincash:qpve27m6cqw8nsz67kylmrg6g2t6favfrskk5ea2pn</div>
<button class="copy-btn" onclick="copy('bch')" aria-label="Copy Bitcoin Cash Address">Copy Address</button>
</div>
<div class="crypto-card">
<strong>DGB (DigiByte)</strong>
<img src="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=DKARCJnsfKpUcSpyH9jDRCZQhiUAEZMwCm" class="qr-code" alt="DigiByte Donation QR Code" width="150" height="150">
<div class="crypto-addr" id="dgb">DKARCJnsfKpUcSpyH9jDRCZQhiUAEZMwCm</div>
<button class="copy-btn" onclick="copy('dgb')" aria-label="Copy DigiByte Address">Copy Address</button>
</div>
</div>
</section>
</main>
<section style="text-align: center; margin-top: 80px;">
<h2>Join the Community</h2>
<p>We welcome contributions. Report issues, suggest features, or share knowledge on our GitHub.</p>
<a href="https://github.com/openaxeproject" target="_blank" rel="noopener noreferrer" style="color: var(--accent); text-decoration: none; font-weight: bold; font-size: 1.1rem;">Visit GitHub →</a>
</section>
</div>
<footer>
© <script>document.write(new Date().getFullYear())</script> Open Axe Project. Released under MIT License.
</footer>
<div id="toast">Copied to clipboard!</div>
</body>
</html>