forked from 621625/bitcoinmeetups.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpowcompleted.html
More file actions
94 lines (57 loc) · 2.31 KB
/
powcompleted.html
File metadata and controls
94 lines (57 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
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
<META HTTP-EQUIV="refresh"
CONTENT="0;URL=mailto:BM-2D8ns75MFTBWZEpziRi8e99mppofbSv2aW%40bitmessage.ch?subject=PROOF%20OF%20WORK%20COMPLETED&body=%20%20%20WHICH%20PROOF%20OF%20WORK%20HAVE%20YOU%20COMPLETED%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20HAVE%20YOU%20COMPLETED%20ALL%20OF%20THE%20PROOF%20OF%20WORKS%20REQUIRED%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20WHAT%20REWARD%20ARE%20YOU%20EXPECTING%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20WHERE%20CAN%20WE%20SEND%20YOUR%20REWARD%3F%20%20%20">
<!--
WHICH PROOF OF WORK HAVE YOU COMPLETED?
HAVE YOU COMPLETED ALL OF THE PROOF OF WORKS REQUIRED?
WHAT REWARD ARE YOU EXPECTING?
WHERE CAN WE SEND YOUR REWARD?
-->
<head>
<title>Bitcoin and Blockchain Technologies Product Lists and Skype Conference Groups</title>
<meta content="POW completed. User has completed a POW"
<meta content="POW, proof, of, work" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstylespl.css">
<!-- Javascript goes in the document HEAD -->
<script type="text/javascript">
function altRows(id){
if(document.getElementsByTagName){
var table = document.getElementById(id);
var rows = table.getElementsByTagName("tr");
for(i = 0; i < rows.length; i++){
if(i % 2 == 0){
rows[i].className = "evenrowcolor";
}else{
rows[i].className = "oddrowcolor";
}
}
}
}
window.onload=function()
{
altRows('alternatecolor');
altRows('alternatecolor2');
}
</script>
</head>
<body>
<a name="data" id="data"></a>
<strong><u>Proof of work completed</u></strong><br><br>
If this link did not open your e-mail client automatically then please<br>
send an e-mail to the address below with the following information, <br>
including both the questions and your answers:<br>
<hr>
WHICH PROOF OF WORK HAVE YOU COMPLETED?<br><br>
HAVE YOU COMPLETED ALL OF THE PROOF OF WORKS REQUIRED?<br><br>
WHAT REWARD ARE YOU EXPECTING?<br><br>
WHERE CAN WE SEND YOUR REWARD?<br><br>
PLEASE ADD USER BITSCRIPT1 AS A CONTACT ON SKYPE. DONE?<br><br>
WHAT IS YOUR SKYPE USER ID?<br><br>
This is the e-mail address to which the form should be sent: <br>
BM-2D8ns75MFTBWZEpziRi8e99mppofbSv2aW [at] bitmessage.ch<br>
<hr>
</pre>
<br>
<a href="http://www.bitcoinmeetups.org">Back to bitcoinmeetups.org</a>
</tbody></table>
</body>
</html>