-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcommunity.html
More file actions
88 lines (75 loc) · 3.04 KB
/
Copy pathcommunity.html
File metadata and controls
88 lines (75 loc) · 3.04 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
---
layout: default
title: Community
name: community
---
<div class="container">
<div class="well well-main">
<h2 class="page-header">Developers</h2>
<p>
Unlike most altcoins, Heavycoin has a strong developer backing
who are comitted to its success. Over time we hope the
Heavycoin developer community will grow larger and our long-term
goal is to form an open source Heavycoin Foundation for
promoting and developing Heavycoin over many years to come.
</p>
<h4>Core developers</h4>
<p>
The current Heavycoin core team is
</p>
<ul>
<li><b>mumbly</b> <{{ site.BMMumbly }}> [<a href="mumbly-gpg.txt">gpg key</a>]</li>
<li><b>keccak512</b> <{{ site.BMKeccak }}> [<a href="keccak512-gpg.txt">gpg key</a>]</li>
<li><b>nomisugi</b> <{{ site.BMNomisugi }}> [<a href="nomisugi-gpg.txt">gpg key</a>]</li>
</ul>
<p>
The best way to contact us is using
the <a href="https://bitmessage.org/wiki/Main_Page" target="_blank">BitMessage</a>
addresses above. Warning: the handles above are our usernames on
bitcointalk.org only.
</p>
<h4>Contributors</h4>
<p>
The following people have contributed to Heavycoin development in one form or another
</p>
<ul>
<li><b>xocel</b> - Added RPC for getnetworkhashps</li>
<li><b>instacash</b> - Bugfixes and improvements for OSX wallet</li>
<li><b>Curve25519</b> - Readme.md updates</li>
</ul>
<h2 class="page-header">Announcements</h2>
<p>
The best way to stay updated about Heavycoin developments is to
subscribe to
our <a href="https://bitmessage.org/wiki/Main_Page" target="_blank">BitMessage</a>
announcement address.
</p>
<ul>
<li><b>heavycoin-users</b> <{{ site.BMbroadcastAddr }}></li>
</ul>
<h2 class="page-header">Forums</h2>
<p>
Another great place for Heavycoin news, announcements and
discussion is on the official Heavycoin forum. The official
forum is currently located on
the <a href="{{ site.BTTINFO }}" target="_blank">Heavycoin Information
Thread</a> at bitcointalk.org.
</p>
<ul>
<li><b>Official forum</b> - The bitcointalk.org <a href="{{ site.BTTINFO }}" target="_blank">Heavycoin Information Thread</a></li>
</ul>
<h2 class="page-header">Bounties</h2>
<p>
Community building is a big part of the Heavycoin project. We
want to be seen as more than a payment network, but as a strong
open source community. To this end, we are encouraging users to
join the Heavycoin community by offering a diverse launch plan
offering multiple ways to become a stake holder. One very good way
to become a stake holder is to win a bounty for a community
contribution. The current list of bounties are
</p>
{% include bounties.html %}
<p>If you are interested, then please post to the forum and send a PM so we can confirm the details.</p>
<p>Please visit the forums for more promotions and giveaways.</p>
</div>
</div>