-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminers.html
244 lines (235 loc) · 14.5 KB
/
miners.html
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0, maximum-scale=1.0">
<meta property="og:type" content="website">
<meta property="og:title" content="Solana: A new architecture for a high-performance blockchain">
<meta property="og:description" content="Up to 710,000 transactions per second on a 1 gigabit network without data partitioning.">
<meta property="og:image" content="Preview.png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Solana</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<div class="header__inner">
<div class="logo"><img src="./images/logo.svg" alt="Solana"></div>
<nav class="main-menu" id="menu">
<ul class="main-menu__list">
<li class="main-menu__item"><a class="main-menu__link" href="/">Home</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="developers.html" id="click-menu-developers">Developers</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="presale.html" id="click-menu-presale">Presale</a></li>
<li class="main-menu__item"><a class="main-menu__link active" href="miners.html" id="click-menu-mining">Mining</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="https://solana.com/solana-whitepaper.pdf" id="click-whitepaper">Whitepaper</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="community.html" id="click-menu-community">Community</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="careers.html">Careers</a></li>
<li class="main-menu__item"><a class="main-menu__btn" href="https://t.me/solanaio"><span>Join our telegram</span></a></li>
</ul>
</nav>
<div class="menu-btn" id="menuBtn">
<div>
<div></div>
</div>
</div>
</div>
</header>
<div class="main">
<div class="miners">
<div class="container">
<h1 class="h1">Apply for early access to mining</h1>
<div class="form-wrap" id="mc_embed_signup">
<form class="validate mixPanelMining" id="mc-embedded-subscribe-form" action="https://solana.us17.list-manage.com/subscribe/post?u=dc5b8a6eb6dc3d737579c03c9&id=d475574cf4" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate="">
<div class="form" id="mc_embed_signup_scroll">
<div class="mc-field-group">
<div class="form__input">
<input class="required email" id="mce-EMAIL" type="text" name="EMAIL">
<div class="form__label">Email Address</div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-FNAME" type="text" name="FNAME">
<div class="form__label">First name</div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-LNAME" type="text" name="LNAME">
<div class="form__label">Last name</div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-MMERGE6" type="text" name="MMERGE6">
<div class="form__label">Describe your mining equipment:</div>
<div class="hint" title="How Many Servers Do You Have? Where Are They Located?"></div>
</div>
</div>
<div class="mc-field-group">
<div class="form__radio">
<div><span>Are you a U.S. citizen?</span></div>
<label>
<input id="mce-MMERGE3-0" type="radio" name="MMERGE3" value="Yes" checked="Yes"><span></span><span>Yes</span>
</label>
<label>
<input id="mce-MMERGE3-1" type="radio" name="MMERGE3" value="No"><span></span><span>No</span>
</label>
</div>
</div>
<div class="mc-field-group">
<div class="form__radio">
<div><span>Are you an accredited investor?</span></div>
<label>
<input id="mce-MMERGE4-0" type="radio" name="MMERGE4" value="Yes" checked="Yes"><span></span><span>Yes</span>
</label>
<label>
<input id="mce-MMERGE4-1" type="radio" name="MMERGE4" value="No"><span></span><span>No</span>
</label>
</div>
</div>
</div>
<div class="clear" id="mce-responses" style="clear: left">
<div class="response bg-primary white f5 b pa3 tc mw5 center br2" id="mce-error-response" style="display:none"></div>
<div class="response bg-error white f5 b pa3 tc mw5 center br2" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_dc5b8a6eb6dc3d737579c03c9_d475574cf4" tabindex="-1" value="">
</div>
<input class="btn" id="mc-embedded-subscribe" type="submit" value="Submit" name="subscribe">
</form>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container"><img class="footer__logo" src="./images/logo.svg" alt="Solana">
<div class="footer__inner">
<div class="footer__menu">
<div class="col"><a href="/">Home</a><a href="developers.html">Developers</a><a href="more.html">Learn More</a><a href="community.html">Community</a><a href="careers.html">Careers</a><a href="https://solana.com/solana-whitepaper.pdf">Whitepaper</a><a href="mailto:[email protected]">Contact Us</a></div>
<div class="col"><a href="https://t.me/solanaio" id="click-footer-telegram">Telegram</a><a href="https://reddit.com/r/solana" id="click-footer-reddit">Reddit</a><a href="https://twitter.com/solanalabs" id="click-footer-twitter">Twitter</a><a href="https://medium.com/solana-labs" id="click-footer-medium">Medium</a><a href="https://github.com/solana-labs" id="click-footer-github">Github</a><a href="https://www.youtube.com/channel/UC9AdQPUe4BdVJ8M9X7wxHUA" id="click-footer-youtube">Youtube</a></div>
</div>
<div class="footer__desc">
<div class="footer__title">Website disclaimer</div>
<p>Nothing in this website is an offer to sell, or the solicitation of an offer to buy, any tokens. Solana is publishing this website solely to receive feedback and comments from the public. If and when Solana offers for sale any tokens (or a Simple Agreement for Future Tokens), it will do so through definitive offering documents, including a disclosure document and risk factors. Those definitive documents also are expected to include an updated version of this website, which may differ significantly from the current version. If and when Solana makes such an offering in the United States, the offering likely will be available solely to accredited investors.</p>
<p>Nothing in this website should be treated or read as a guarantee or promise of how Solana's business or the tokens will develop or of the utility or value of the tokens. This website outlines current plans, which could change at its discretion, and the success of which will depend on many factors outside Solana's control, including market-based factors and factors within the data and cryptocurrency industries, among others. Any statements about future events are based solely on Solana's analysis of the issues described in this website. That analysis may prove to be incorrect.</p>
<div class="copyright">© Copyright Solana Labs, Inc. All rights reserved.</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>
(function (e, a) {
if (!a.__SV) {
var b = window;
try {
var c, l, i, j = b.location, g = j.hash;
c = function (a, b) {return (l = a.match(RegExp(b + "=([^&]*)"))) ? l[1] : null};
g && c(g, "state") &&
(i = JSON.parse(decodeURIComponent(c(g, "state"))), "mpeditor" === i.action &&
(b.sessionStorage.setItem("_mpcehash", g), history.replaceState(i.desiredHash || "",
e.title,
j.pathname + j.search
)))
} catch (m) {}
var k, h;
window.mixpanel = a;
a._i = [];
a.init = function (b, c, f) {
function e(b, a) {
var c = a.split(".");
2 == c.length && (b = b[c[0]], a = c[1]);
b[a] = function () {
b.push([a].concat(Array.prototype.slice.call(
arguments,
0
)))
}
}
var d = a;
"undefined" !== typeof f ? d = a[f] = [] : f = "mixpanel";
d.people = d.people || [];
d.toString = function (b) {
var a = "mixpanel";
"mixpanel" !== f && (a += "." + f);
b || (a += " (stub)");
return a
};
d.people.toString = function () {return d.toString(1) + ".people (stub)"};
k = "disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(
" ");
for (h = 0; h < k.length; h++) e(d, k[h]);
a._i.push([b, c, f])
};
a.__SV = 1.2;
b = e.createElement("script");
b.type = "text/javascript";
b.async = !0;
b.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL :
"file:" === e.location.protocol &&
"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//) ?
"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" :
"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";
c = e.getElementsByTagName("script")[0];
c.parentNode.insertBefore(b, c)
}
})(document, window.mixpanel || []);
mixpanel.init("a733ed40b877d30ff2a1a58b4e326cf0");
mixpanel.track("Visited");
// cta's
// home
mixpanel.track_links("#hero-whitepaper", "Clicked whitepaper in hero");
// developers
mixpanel.track_links("#hero-contribute", "Clicked contribute in hero");
mixpanel.track_links("#join-develop", "Clicked develop");
mixpanel.track_links("#join-discord", "Clicked join discord");
mixpanel.track_links("#doc-arch-guide", "Clicked arch documentation");
mixpanel.track_links("#doc-js-api", "Clicked js api documentation");
mixpanel.track_links("#doc-ref-impl", "Clicked reference impl documentation");
mixpanel.track_links("#app-tic-tac-toe-source", "Clicked tic-tac-toe app source code");
mixpanel.track_links("#app-tic-tac-toe-try", "Clicked tic-tac-toe try");
mixpanel.track_links("#app-wallet-source", "Clicked web wallet app source code");
mixpanel.track_links("#app-wallet-try", "Clicked web wallet app try");
// community
mixpanel.track_links("#hero-events", "Clicked events in hero");
// careers
mixpanel.track_links("#hero-openings", "Clicked job openings in hero");
// forms
mixpanel.track_forms(".mixPanelSubscribe", "Clicked subscribe");
mixpanel.track_forms('.mixPanelMining', 'Mining request submitted');
mixpanel.track_forms('.mixPanelPresale', 'Presale request submitted');
// top menu
mixpanel.track_links("#click-menu-developers", "Clicked Developers");
mixpanel.track_links("#click-menu-careers", "Clicked Careers");
mixpanel.track_links("#click-menu-community", "Clicked Community");
mixpanel.track_links("#click-menu-whitepaper", "Clicked Whitepaper");
mixpanel.track_links("#click-presale", "Clicked Presale Form");
// subscribe social links
mixpanel.track_links("#click-subscribe-telegram", "Clicked subscribe telegram");
mixpanel.track_links("#click-subscribe-twitter", "Clicked subscribe twitter");
mixpanel.track_links("#click-subscribe-github", "Clicked subscribe github");
mixpanel.track_links("#click-subscribe-medium", "Clicked subscribe medium");
// footer social links
mixpanel.track_links("#click-footer-telegram", "Clicked footer telegram");
mixpanel.track_links("#click-footer-twitter", "Clicked footer twitter");
mixpanel.track_links("#click-footer-github", "Clicked footer github");
mixpanel.track_links("#click-footer-reddit", "Clicked footer reddit");
mixpanel.track_links("#click-footer-youtube", "Clicked footer youtube");
mixpanel.track_links("#click-footer-medium", "Clicked footer medium");
// community page social links
mixpanel.track_links("#click-community-telegram-icon", "Clicked telegram icon on community page");
mixpanel.track_links("#click-twitter-telegram-icon", "Clicked twitter icon on community page");
mixpanel.track_links("#click-github-telegram-icon", "Clicked github icon on community page");
mixpanel.track_links("#click-reddit-telegram-icon", "Clicked reddit icon on community page");
mixpanel.track_links("#click-youtube-telegram-icon", "Clicked youtube icon on community page");
mixpanel.track_links("#click-medium-telegram-icon", "Clicked medium icon on community page");
mixpanel.track_links("#click-partnership", "Clicked partnership");
</script>
<script src="js/app.js"></script>
</body>
</html>