-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathhome.php
162 lines (143 loc) · 8.06 KB
/
home.php
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
<?php
$currentFile = basename(__FILE__);
require("debugstatus.inc");
require("tools.inc");
require("header.inc");
require("tableclass.inc");
?>
<div class="main">
<!--div id="menu" class="FL">
<ul>
<li>menu1</li>
<li>menu2</li>
<li>FAQ</li>
<li><a href="http://dot-bit.org/Namecoin">About</a></li>
</ul>
</div-->
<!-- right side widgets -->
<div class="masterWidget" style="float:right;padding-right:0;margin-right:0;padding-top:0;margin-top:0">
<div class="widget" style="width:300px;">
<h3>Download</h3><br>
Version Q.3.72<br>
Qt GUI and daemon.<br>
<a target="_blank" href="https://github.com/namecoinq/namecoinq/tree/vQ.3.72">Sources on Github</a><br>
<a href="http://namecoin.info/files/namecoin_win_vQ.3.72.zip">Windows binary</a><br>
Mac binary - ?<br>
<a target="_blank" href="https://bitcointalk.org/index.php?topic=236340.msg3436752#msg3436752">Hashes on Bitcointalk</a><br>
<br>
Older versions and more<br>
<a href="http://dot-bit.org/files/">http://dot-bit.org/files/<br>
<br>
</div>
<div class="widget" style="width:300px;">
<h3>Donate</h3><br>
<a target="_blank" href="http://dot-bit.org/forum/viewtopic.php?f=5&t=473">Namecoin marketing and development fund</a>.<br>
NMC: NDtPuyg3adscr6HCE1GUiSsKPtA8ewKgz3<br>
BTC: 17Si1rdVd6gaYbwLq9NkXtGV9Qzt3NmTKa<br>
</div>
<div class="widget">
<h3>Exchanges</h3> - <a target="_blank" href="http://dot-bit.org/Trade">details on the wiki</a>
<ul>
<li><a target="_blank" href="https://btc-e.com">btc-e</a></li>
<li><a target="_blank" href="https://cryptonit.net">cryptonit</a></li>
<li><a target="_blank" href="https://kraken.com">Kraken</a><br> </li>
<li><a target="_blank" href="http://liliontransfer.org">Lilion Transfer</a></li>
<li><a target="_blank" href="https://vircurex.com">Vircurex</a><br> </li>
</ul>
</div>
<div class="widget">
<h3>Namecoin websites</h3><br>
<ul>
<!--<li><a target="_blank" href="http://gee.bit">gee.bit</a>
<br> </li> -->
<li><a target="_blank" href="http://bitse.bit">Dot-Bit Search Engine</a>
(<a target="_blank" href="http://bitse.uberbills.com">basic dns</a>)<br> </li>
<li><a target="_blank" href="http://explorer.bit">Namecoin Block Explorer</a>
(<a target="_blank" href="http://explorer.dot-bit.org/">basic dns</a>)<br> </li>
<li><a target="_blank" href="http://dc-charts.com/?dc=2&ex=0&cu=0&sw=0&dl=1&sc=0">dc-charts</a></li>
<li><a target="_blank" href="http://nx.bit">nx.bit</a>
(<a target="_blank" href="http://blockchained.com/namecoin">basic dns</a>) </li>
</ul>
</div>
</div>
<!-- main widgets -->
<div class="masterWidget">
<h3>What is Namecoin</h3><br>
Namecoin is an open source decentralized key/value registration and transfer system based on <a href="http://bitcoin.org" target="_blank">Bitcoin</a> technology (a decentralized cryptocurrency).<br>
<br>
It allows you to:
<ul>
<li>Securely register and transfer arbitrary names (keys), no possible censorship!</li>
<li>Attach values (data) to the names (currently up to 520 bytes, will be extended)</li>
<li>Trade and transact namecoins, the digital currency NMC </li>
</ul>
There are plenty of possible use cases. Some examples:
<ul>
<li>DNS: domain_name => domain_zone_configuration (also for i2p, Tor)</li>
<li>TLS: https like encryption and secure identification by Namecoin domain/ID/name
<li>Alias/Identity: user_name => user_public_identity (email, name, gpg key, BTC-adress, etc)</li>
<li>Timestamping: document_hash => document_infos (name, hash, owner, etc)</li>
<li>Broadcasting / Messaging</li>
<li>Web of trust</li>
<li>Bonds, shares</li>
<li>Voting</li>
<li>Torrent tracker</li>
</ul>
To register a name, you must own some namecoins (NMC, the internal cryptocurrency used by the software).<br>
<br>
Find more information in the <a target="_blank" href="http://dot-bit.org/Namecoin_Projects">dot-bit wiki</a>.
<br>
<br>
<br>
<h3>News</h3><br>
<?php
//~ $n = new NewsTable();
//~ $n->add_row("2012-09-25", "", "Finally the release version for windows: " .
//~ anchor("http://dot-bit.org/forum/viewtopic.php?p=3051#p3051", "v3.50 win32 build", 1));
//~ $n->add_row("2012-06-10", "", "New higher level frontend: " .
//~ anchor("http://dot-bit.org/forum/viewtopic.php?f=8&t=525", "NMControl", 1));
//~ $n->add_row("2012-05-26", "", "Out now: " .
//~ anchor("http://dot-bit.org/forum/viewtopic.php?f=8&t=500", "v3.50", 1));
//~ $n->add_row("2012-05-25", "", "New rpc command: " .
//~ anchor("http://dot-bit.org/forum/viewtopic.php?f=8&t=499", "sendtoname", 1));
//~ $n->set_columns_width(array("70px", "5px", ""));
//~ hte($n->get_table());
?>
<font color=red>A severe bug was found in the name verification code. It has been fixed as of version Q.3.72<br>
<b>Only trust the fixed version Q.3.72 or higher with names!</b><br>
Until block height 150000 your NMC should be safe with other versions, too - but by then everybody needs to have upgraded.<br>
</font><br>
For the latest news
go to the <a target="_blank" href="http://dot-bit.org/forum/">dot-bit forum</a> or
check out <a target="_blank" href="http://reddit.com/r/namecoin">r/namecoin</a>.
<?php // or subscribe to the <a target="_blank" href="https://twitter.com/NamecoinDotInfo">twitter account</a>.<br> ?>
<br>
Official anouncements will also be made on <a target="_blank" href="https://bitcointalk.org/index.php?topic=236340.0">this Bitcointalk thread</a>.
</div>
<div class="masterWidget" style="width:500px">
<h3>Namecoin Projects</h3><br>
Please visit this wiki page for a list of the latest Namecoin related projects:<br>
<a target="_blank" href="http://dot-bit.org/Namecoin_Projects">http://dot-bit.org/Namecoin_Projects</a>
<?php
//~ <div class="widget">
//~ <h3>Dot-BIT</h3><br>
//~ A p2p dns system - dot-bit is the first project using namecoin:<br>
//~ <a target="_blank" href="http://dot-bit.org">dot-bit wiki website</a> - also the general Namecoin wiki<br>
//~ <a target="_blank" href="http://dot-bit.org/forum/index.php">dot-bit forum</a> - also the general Namecoin forum<br>
//~ </div>
//~ <div class="widget">
//~ <h3>Namecoin Stock Control</h3><br>
//~ Issuing and handling of multiple Namecoin names, e.g. stocks, bonds.<br>
//~ Names can be traded manually (otc). Dividends can be payed.<br>
//~ <a target="_blank" href="https://bitcointalk.org/index.php?topic=123271">bitcointalk thread</a><br>
//~ <a target="_blank" href="https://github.com/phelixbtc/ncsc">github</a><br>
//~ </div>
//~ <div class="widget">
//~ <h3>Other projects</h3><br>
//~ identities, alias, messaging, your project?<br>
//~ <br>
//~ </div>
?>
</div>
</div>
<?php require("footer.inc"); ?>