-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcurrencies.html
More file actions
79 lines (79 loc) · 2.57 KB
/
currencies.html
File metadata and controls
79 lines (79 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="shortcut icon" href="/img/ship.png" />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<title>RazorLove Services</title>
</head>
<body>
<header>
<h1>RazorLove</h1>
<nav class="home">
<ul>
<li><a href="/">RazorLove</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/currencies.html">Currencies</a></li>
<li><a href="/legacy.html">Legacy</a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="https://github.com/RazorLove">GitHub</a></li>
<li><a href="irc://irc.freenode.net/RazorLove">IRC</a></li>
</ul>
</nav>
</header>
<br/>
<div class="container">
<div id="homebrew">
<h2>Homebrew</h2>
<br/>
<section id="pennies">
<aside>
<h3><a href="https://cryptocointalk.com/forum/344-pennies-cent/">Pennies</a></h3>
</aside>
<article>
<p>Scrypt-Jane Proof of Stake (based on YaCoin, for some reason).</p>
<p>Non-divisible "token" based currency.</p>
</article>
</section>
<br/>
<section id="doubloons">
<aside>
<h3><a href="https://cryptocointalk.com/forum/217-doubloons-dbl/">Doubloons</a></h3>
</aside>
<article>
<p>Scrypt Proof of Work (basic Litecoin clone).</p>
<p>Nothing special really, just Doubloons. Yarrr!</p>
</article>
</section>
<br/>
<!--<section id="magnetoken">
<aside>
<h3>MagneToken</h3>
</aside>
<article>
<p>is of making magnet links</p>
<p>magical non-denominationsl "token" thing</p>
</article>
</section>
<br/>-->
</div>
<div id="assimilated">
<h2>Assimilated</h2>
<br/>
<section id="craftcoin">
<aside>
<h3><a href="https://cryptocointalk.com/forum/279-craftcoin-crc/">Craftcoin</a></h3>
</aside>
<article>
<p>Scrypt Proof of Work hashing scheme.</p>
<p>Designed for use as cross server in-game currency for Minecraft.</p>
<p>Kind of a mess at the moment, may be deprecated in the near future.</p>
</article>
</section>
<br/>
</div>
</div>
</body>
</html>