-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·66 lines (66 loc) · 3.44 KB
/
index.html
File metadata and controls
executable file
·66 lines (66 loc) · 3.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>SumcoinNode - Deploy a Sumcoin supernode in seconds</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SumcoinNode - Deploy a Sumcoin supernode node in seconds">
<meta name="keywords" content="sumcoin, sumcoinnode, sumcoinsupernode, sumcoin supernode, supernode, sumcoin node, node status, sumcoin node status">
<link rel="apple-touch-icon-precomposed" href="./static/favicon.png">
<link rel="shortcut icon" href="./static/favicon.png">
<link href="./static/bootstrap.css" rel="stylesheet">
<link href="./static/style.css" rel="stylesheet">
</head>
<body>
<div class="container-narrow">
<div>
<div class"pull-left>
<h3>SumcoinNode - Deploy a Sumcoin supernode in seconds</h3><hr>
</div>
</div>
<div>
<div>
<img class="map" src="./static/banner.png" alt="sumcoin" title="sumcoin">
</div>
<h4>What is SumcoinNode?</h4>
<p>SumcoinNode is a small open source project. The project was inspired by sumtoshi and aims to make it easy for individuals to deploy and maintain Sumcoin supernodes.</p>
</br>
<h4>What is Sumcoin and what is a Sumcoin supernode?</h4>
<p>Sumcoin is a peer-to-peer internet currency also known as crypto currency.</p>
<p>A Sumcoin supernode is a computer that is responsible for hosting and distributing the Sumcoin block chain and relaying Sumcoin transactions across the network.</p>
<p>Running a Sumcoin supernode supports the Sumcoin network and it's clients.</p>
</br>
<h4>What do you do?</h4>
<p>We make pre-made scripts individuals can run on their computers. The scripts will install and configure the Sumcoin software for the individual without prior knowledge of the software or how to install or configure it.</p>
<p>The scripts are currently in development and can be found on our <a href="https://github.com/sumcoinlabs/SumcoinNode/">GitHub</a> page.</p>
<p>The general idea is that you can deploy a Sumcoin supernode with a simple one line command, the deployment script does the rest for you.</p>
</br>
<h4>Our current supernode(s)</h4>
<p>Our project currently has the following Sumcoin supernodes deployed.</p>
<table class="table table-striped">
<tbody><tr><td>IP</td><td>*compiling*</td></tr>
<tr><td>Hostname</td><td>melon.sumcoinnode.org</td></tr>
<tr><td>Status page</td><td><a href="http://melon.sumcoinnode.org/">http://melon.sumcoinnode.org</a></td></tr>
<tr><td></td><td></td></tr>
</tbody></table>
<p>This supernode(s) are deployed and maintained with our own deployment scripts.</p>
</br>
<h4>Donate</h4>
<p>We do all of this in our spare time, if you like the project please consider making a donation to the Sumcoin or Bitcoin address below.</p>
<table class="table table-striped">
<tr><td>Sumcoin</td><td><a href="sumcoin:Address to Follow ?amount=0.0&label=sumcoinnode.org">Address to Follow</a></td></tr>
<tr><td>Bitcoin</td><td><a href="bitcoin:Address to Follow ?amount=0.0&label=sumcoinnode.org">Address to Follow</a></td></tr>
</tbody></table>
</div>
<div class="footer">
<hr>
<ul class="nav nav-pills">
<li class="pull-left"><a href="http://sumcoinnode.org/">SumcoinNode</a></li>
<li class="pull-left"><a href="http://bootstrap.sumcoinnode.org/">Bootstrap</a></li>
<li class="pull-left"><a href="https://github.com/sumcoinlabs/SumcoinNode/">GitHub</a></li>
<li class="pull-right"><a href="https://sumcoin.org/">Sumcoin</a></li></ul>
</div>
</div>
</body>
</html>