-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
174 lines (164 loc) · 10.5 KB
/
Copy pathindex.html
File metadata and controls
174 lines (164 loc) · 10.5 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LXS — a proof-of-work Layer-1 you can mine yourself</title>
<meta name="description" content="LXS is a proof-of-work Layer-1 blockchain. No presale, no ICO, no VC round — mined from the very first block. Anyone can mine it on a normal computer and launch a token on it in one click.">
<link rel="icon" type="image/svg+xml" href="lxs-logo.svg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a class="brand" href="index.html"><img src="lxs-logo.svg" alt="LXS logo">LXS</a>
<nav class="nav">
<a href="index.html" class="active">Home</a>
<a href="mine.html">Mine</a>
<a href="buy.html">Buy</a>
<a href="tokens.html">Tokens</a>
<a href="wallet.html">Wallet</a>
<a href="docs.html">Docs</a>
<a href="build.html">Build</a>
<a href="explorer.html">Explorer</a>
<a href="faq.html">FAQ</a>
</nav>
</header>
<main>
<section class="hero big">
<h1>LXS</h1>
<p class="tag">Proof-of-work you can actually run yourself. Mined from the first block.</p>
<p class="sub">LXS is an independent Layer-1 blockchain, secured by mining — like Bitcoin. No presale, no ICO, no VC round. Anyone with a computer can mine the coin, and anyone can launch a token on it in one click. Nobody owns the network; the people running it do.</p>
<div class="hero-cta">
<a href="buy.html"><button>💰 Buy LXS</button></a>
<a href="mine.html"><button>⛏ Start mining</button></a>
<a href="tokens.html"><button class="ghost">🪙 Launch a token</button></a>
<a href="wallet.html"><button class="ghost">👛 Open wallet</button></a>
</div>
</section>
<section class="tiles">
<a class="tile" href="mine.html">
<div class="emoji">⛏</div>
<h3>Mine it</h3>
<p>Point a normal computer at the network and earn LXS. Solo, or join the pool for steady payouts. No permission needed.</p>
</a>
<a class="tile" href="tokens.html">
<div class="emoji">🪙</div>
<h3>Launch a token</h3>
<p>Name it, ticker it, ship it. Your coin is live and tradeable on a bonding curve in seconds — no code, no upfront liquidity.</p>
</a>
<a class="tile" href="docs.html">
<div class="emoji">🔍</div>
<h3>Verify it yourself</h3>
<p>Open-source and on-chain. Read the code, run a node, check any balance yourself.</p>
</a>
</section>
<section class="section card prose">
<h2>What is LXS?</h2>
<p>LXS is a <strong>proof-of-work Layer-1 blockchain</strong> — its own independent network, like Bitcoin, not a token living on someone else's chain. New coins come out of <strong>mining</strong> only, one block at a time, so there's no hidden tap of insider coins and no company minting supply and handing it to friends.</p>
<p>Think of it the way Bitcoin started: the coin is <strong>earned with real work, not printed</strong>. On top of that base, LXS adds one thing Bitcoin never did — a <strong>one-click launchpad</strong>, so any community can spin up its own token and trade it instantly. This website is just a window into the chain; the network keeps running whether this page is up or not.</p>
</section>
<section class="section card prose">
<h2>LXS by the numbers</h2>
<p>Live figures come straight from the network. The rest are fixed rules baked into the code — no one can change them.</p>
<div class="kv">
<div><span class="k">Blocks mined (live)</span><span class="v" id="stat-height">—</span></div>
<div><span class="k">Coins mined so far (live)</span><span class="v" id="stat-mined">—</span></div>
<div><span class="k">Miners in the pool now (live)</span><span class="v" id="stat-pminers">—</span></div>
<div><span class="k">Block reward</span><span class="v">25 LXS</span></div>
<div><span class="k">Block time</span><span class="v">~4 minutes</span></div>
<div><span class="k">Halving</span><span class="v">every 1,000,000 blocks</span></div>
<div><span class="k">Mined supply</span><span class="v">50,000,000 LXS</span></div>
<div><span class="k">Genesis premine</span><span class="v">70,000,000 (20M founder + 50M liquidity)</span></div>
<div><span class="k">Max supply</span><span class="v">~120,000,000 LXS</span></div>
<div><span class="k">Fee burn</span><span class="v">20% of every fee</span></div>
</div>
<p class="note">Live numbers read from the public RPC. If they show “—”, the network is still reachable — your browser just couldn't fetch them right now.</p>
</section>
<section class="section card prose">
<h2>What's premined, what's mined</h2>
<p>LXS is upfront about every coin. Here is the full 120,000,000 breakdown — written into the <code>lxs-genesis.json</code> that ships inside every miner download, so anyone can verify it on-chain:</p>
<ul>
<li><strong>20,000,000 — founder.</strong> Created at genesis, held by the founder.</li>
<li><strong>50,000,000 — liquidity & ecosystem.</strong> Created at genesis to seed the market, so anyone can buy LXS with real money from the start instead of waiting years for supply.</li>
<li><strong>50,000,000 — mined by the community.</strong> Earned block by block at 25 LXS each, halving every 1,000,000 blocks. From genesis, anyone with a computer can mine.</li>
</ul>
<p><strong>No presale. No ICO. No VC round.</strong> No outside investor bought in ahead of you — the 70M premine is disclosed here and verifiable in the genesis file.</p>
<div class="callout"><strong>You mine it. You own it.</strong> Point a computer at the network and earn LXS — no middleman, no gatekeeper, no permission needed.</div>
</section>
<section class="section card prose">
<h2>Get started in three steps</h2>
<ol class="steps">
<li><strong>Get a wallet.</strong> Open the <a href="wallet.html">LXS wallet</a> — it runs in your browser, keeps your key on your device, and needs no account or email. Or add LXS to MetaMask.</li>
<li><strong>Get some LXS.</strong> The fastest way is to <a href="mine.html">mine it</a> — free, on a normal computer. A brand-new wallet can also grab a little free gas from the faucet to make its first move.</li>
<li><strong>Use it.</strong> Send LXS to anyone, or <a href="tokens.html">launch your own token</a> and share it with your community.</li>
</ol>
</section>
<section class="section card prose">
<h2>Launch a token in one click</h2>
<p>Every community can have its own coin on LXS. Pick a name, a ticker, and an image — that's it. Your token is a real on-chain smart contract, <strong>instantly tradeable on a bonding curve</strong>, with no code to write and no upfront liquidity to seed.</p>
<p>The price is set by the curve, not by a pool you have to fund: buy early and you're literally early on the curve. Every launch plays by the same rules — <strong>same rules for the founder and the newest wallet.</strong></p>
<div class="hero-cta">
<a href="tokens.html"><button>🪙 Launch a coin</button></a>
<a href="tokens.html"><button class="ghost">Explore tokens</button></a>
</div>
</section>
<section class="section card prose">
<h2>Run the network. It's yours.</h2>
<p>LXS lives because of the people who run it. There's no application and no gatekeeper — just start.</p>
<ul>
<li><strong>Mine</strong> — secure the chain and earn LXS. <a href="mine.html">One command, or one click.</a></li>
<li><strong>Run a node</strong> — become part of the network so it can never be switched off from one place.</li>
<li><strong>Build</strong> — launch a token, read the <a href="docs.html">docs</a>, or dig into the <a href="https://github.com/LXS-NETWORK/LXS">open-source code</a>.</li>
<li><strong>Spread the word</strong> — the whole thing grows by adoption, one real person at a time.</li>
</ul>
<p>New here? The <a href="faq.html">FAQ</a> covers the basics — who runs it, the tokenomics, and how it all works.</p>
</section>
</main>
<footer>
<div class="foot-inner">
<nav class="foot-nav">
<a href="index.html">Home</a>
<a href="mine.html">Mine</a>
<a href="buy.html">Buy</a>
<a href="tokens.html">Tokens</a>
<a href="wallet.html">Wallet</a>
<a href="docs.html">Docs</a>
<a href="build.html">Build</a>
<a href="explorer.html">Explorer</a>
<a href="faq.html">FAQ</a>
<a href="roadmap.html">Roadmap</a>
<a href="https://github.com/LXS-NETWORK/LXS">GitHub</a>
<a href="https://t.me/lxsnetwork" target="_blank" rel="noopener">Telegram</a>
<a href="https://x.com/LXScoin" target="_blank" rel="noopener">X</a>
</nav>
<p>An open, mined, community-run blockchain. Your keys never leave your device. Not financial advice.</p>
</div>
</footer>
<script src="config.js"></script>
<script>
/* Progressive enhancement: fill the "by the numbers" live cells straight from
the public RPC. Pure content — no libraries. Fails silently, leaving the
neutral "—" placeholder, so a fetch hiccup never breaks the page. */
(function () {
var cfg = window.LXS_CONFIG || {};
var rpc = cfg.RPC_URL;
if (!rpc) return;
function set(id, txt) { var el = document.getElementById(id); if (el) el.textContent = txt; }
function coinsMined(h) { var r = 25, era = 1000000, t = 0; while (h > 0 && r >= 1e-9) { var take = Math.min(h, era); t += take * r; h -= take; r /= 2; } return t; }
fetch(rpc, { method: 'POST', headers: { 'content-type': 'application/json' },
body: JSON.stringify({ jsonrpc: '2.0', method: 'eth_blockNumber', params: [], id: 1 }) })
.then(function (r) { return r.json(); })
.then(function (d) {
if (!d || !d.result) return;
var h = parseInt(d.result, 16);
set('stat-height', h.toLocaleString());
set('stat-mined', Math.round(coinsMined(h)).toLocaleString() + ' LXS');
}).catch(function () {});
fetch(rpc.replace(/\/$/, '') + '/pool/stats')
.then(function (r) { return r.json(); })
.then(function (d) { if (d && typeof d.minersActive !== 'undefined') set('stat-pminers', String(d.minersActive)); })
.catch(function () {});
})();
</script>
</body>
</html>