Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,18 @@
</div>
<hr>
<div class="main">
<h1>About Magicoin</h1>
<img src="favicon.png" alt="magicoin logo" width="90" height="90"></img>

<h1>About Magicoin</h1>
<p>
Magicoin (XMG) was created in 2014 by Joe Lao. Magicoin aims to be fairer for everyone,
thanks to the m7m-algorithm only CPUs can mine, and further pushing this concept by an staking system.
Thus, magi is both PoW and PoS.<br>
The Magicoin codebase is based off of Peercoin and multiple other, smaller, experimental coins.
<br><br>There can be 25,000,000 Magicoin. An block is generated every 3 minutes. To learn more, check out the
<a href="//github.com/magi-dev/magi" target="_blank" rel="noopener noreferrer">Github</a>.
Magicoin (XMG) is a hybrid PoW-PoS cryptocurrency created in 2014 by Joe Lao. Magicoin aims to be fairer for everyone
by adjusting the block reward dependant on the network activity (hash rate) to dicincentivize high-power
mining operations. Additionally, the use of the ASIC-resistant m7m hash algorithm discourages large-scale mining,
helping keep the total power consumption of the network down.<br>

The Magicoin codebase is a fork of Peercoin and multiple other, smaller, experimental coins.
<br><br>The maximum supply is 25,000,000 XMG, and the block time is 3 minutes. To learn more, check out the
<a href="//github.com/magi-dev/magi" target="_blank" rel="noopener noreferrer">Github</a> or the <a href="//m-core.org" target="_blank" rel="noopener noreferrer">official website</a>.
<br><br>If you want to help the Magicoin project, you can:
</p>
<ul>
Expand All @@ -63,7 +67,7 @@ <h1>About Magicoin</h1>
time you can get paid without even mining, by staking!
</li>
<li>
Host a node! Start the magid-client on your computer or server, and open port 8233 on your router/firewall.
Host a node! Start the <b>magid-client</b> on your computer or server, and open port <b>8233</b> on your router/firewall.
</li>
<li>
Donate some crypto to the team! Find addresses on the <a href="/donate/">donation page</a>.
Expand Down