-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (63 loc) · 2.79 KB
/
Copy pathindex.html
File metadata and controls
71 lines (63 loc) · 2.79 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
---
layout: default
title: Heavycoin
name: home
---
{% include topbig.html %}
<div class="features">
<div class="container">
<div class="main-panel">
<div class="row">
<div class="col-lg-4">
<div class="center"><i class="fa fa-thumbs-o-up pull-left fa-4x"></i></div>
<h2><b>Ultra-secure</b></h2>
<p>
Heavycoin introduces a novel ultra-secure hashing
algorithm that employs multiple redundant cryptographic
hash functions to secure its block chain. Bitcoin and
most other crypto-currencies rely on a single
cryptographic hash function, such as SHA-256. Heavycoin
aims to improve security by following the old adage of
not putting all the eggs in the same basket.
</p>
<p><a href="about.html#ultra-secure" role="button">Read more »</a></p>
</div>
<div class="col-lg-4">
<div class="center"><i class="fa fa-users pull-left fa-4x"></i></div>
<h2>Democratic</h2>
<p>
Heavycoin is the first crypto-currency where the mining
schedule and money supply are decided democratically by
its user-base. This is achieved by allowing miners to
participate in a fully decentralized cheat-proof voting
process. The money supply still has a fixed upper-bound
of 128M HVC. Will there be 63M or 128M HVC? How long
until we get there? You decide!
<p><a href="about.html#decentralised-voting" role="button">Read more »</a></p>
</div>
<div class="col-lg-4">
<div class="center"><i class="fa fa-gears pull-left fa-4x"></i></div>
<h2>ASIC-resistant</h2>
<p>
To support the largest, most vibrant mining community,
Heavycoin introduces a novel ASIC-resistant cryptographic
hash function called HEFTY1. Initially this opened the
door for thousands of CPU-only miners. Currently HEFTY1
offers GPU miners lean power consumption and low heat
generation, which is great news for keeping electricity
costs low and profits high.
<p><a href="about.html#asic-resistant" role="button">Read more »</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="features bgGrey">
<div class="container">
<div class="main-panel">
<div class="row text-center">
<i class="fa fa-quote-left left-right fa-1x" style="vertical-align: top"></i><span style="line-height: 35px; font-size:24px;"> The mint rate and money supply are continuously decided by cheat-proof decentralized voting. </span><i class="fa fa-quote-right fa-1x" style="vertical-align: top"></i>
</div>
</div>
</div>
</div>