forked from GalacticAlien/TheGalacticLottery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTheGalacticLotteryScript.html
More file actions
50 lines (48 loc) · 2.31 KB
/
TheGalacticLotteryScript.html
File metadata and controls
50 lines (48 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<title>The Galactic Lottery and Satoshi Lost Keys - Run Script</title>
</head>
<body>
<div id="content">
<div id="cont">
<div id="terminal">
<div id="terminal2">
<div>
<div id="headtext">
<h1>terminal</h1>
</div>
<div id="timeCount" style="text-align:right; padding-top:10px;">timer: <label id="days">00</label>:<label id="hours">00</label>:<label id="minutes">00</label>:<label id="seconds">00</label>
</div>
</div>
<div id="myLog" style="height:400px; overflow: hidden; border: solid;">
</div>
<div id="keyCount"><span>number of trials: </span> <span id="keyCountS">0</span>
</div>
<div id="keyCount" style="padding-top:15px;"><span style="font-size:15px;">
<ul id"more">
<li>in case the script finds a match to one of satoshi's lost private keys, the script will print the winning private key in bitcoin WIF format and finish running. to claim your reward copy the winning private key and restore it on any bitcoin wallet. </li>
<li> for more information about the galactic lottery script you can read our <a href="http://www.thegalacticlottery.com/#content">white paper </a> or audit the script on <a href="https://github.com/" >github</a>.</li>
</ul>
</div>
</div>
</div>
<a id="donation" href="bitcoin:12sdX7hw9ZiquKPtzdPDsYuBiSs42t4ov8" style="text-decoration:none; color:black;">
<div id="donation2">
<div id="contentcon">
<p id="textd">BE AN AWESOME CYBER GALACTIC FRIEND AND DONATE SOME BITCOIN.</p>
<img src="http://www.thegalacticlottery.com/wp-content/uploads/2018/01/DONATION-e1516989720594.png">
</div>
</div>
</a>
<script type="text/javascript" src="BigInteger.min.js"></script>
<script type="text/javascript" src="keyDatabase.js"></script>
<script type="text/javascript" src="hashfunctions.js"></script>
<script type="text/javascript" src="TheGalacticLotteryScript.js"></script>
</body>
</html>