-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmining.html
More file actions
50 lines (43 loc) · 1.56 KB
/
mining.html
File metadata and controls
50 lines (43 loc) · 1.56 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
---
layout: default
title: How to mine Heavycoins and vote
name: mining
---
<a name="how-to-mine"></a>
<div class="container">
<div class="well well-main">
<h2 class="page-header" >How to Mine</h2>
<p>
Heavycoin tries to make mining more accesible to the average
user by providing a simple graphical user interface for
controling it. Our hope is that this will help spread the
mining process around to more users, including non-technical
users. Additonally, the Heavycoin wallet has mining enabled
by default so that the Heavycoin peer-to-peer network is
immediately supported (and protected) by peers as they fire-up
their Heavycoin wallets.
</p>
<center>
<img src="images/how-to-mining-settings.png" alt="Mining settings"/><br/>
<br/>
<p>
Figure 1: Heavycoin Mining Controls
</p>
</center>
<p>
To enable mining, load up your wallet and select "Settings"
from the menu bar and then select "Options". This will load
up the Options Dialog (see Figure 1). To enable mining,
make sure the "Mine Heavycoins" tickbox is checked (item 1).
Next it's time to configure the amount of CPU you want to
contribute to processing Heavycoin transactions. This is
done by adjusting the "Mining threads" settings (item 2).
If don't want Heavycoin killing your entire desktop machine,
then reduce this to 1. Otherwise, if you want to mine more
heavycoins, then increase it to the maximum number of CPUs
on your computer. This setting defaults to the number of
CPUs on your computer.
</p>
<h4>Happy mining!<h4>
</div>
</div>