-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
204 lines (188 loc) · 10.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="keywords"
content="Solo Chance, solochance.com, solochance.net, solochance.org, Solo Mining, Solo Mine, Mine Block, Mining Block, Bitcoin, Bitcoin Cash, Litecoin, Dogecoin, Ravencoin, Monero">
<meta name="description"
content="Calculate the chance of hitting a block for all cryptocurrencies when solo mining. Are you ready to critical-hit a block? 🎲🟨🟩">
<meta name="author" content="Ionia OÜ">
<meta name="google" content="notranslate"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="propeller" content="89bdd5fd635427d634868aa190c25f10">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="css/fa-style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet">
<link rel="icon" type="image/png" href="images/logo-no-text-transparent.png"/>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9759253183767741"
crossorigin="anonymous"></script>
<title>SoloChance.org</title>
</head>
<body class="text-justify" style="font-family: 'Ubuntu', sans-serif !important;">
<div id="Home-Page" class="container mt-2">
<div class="container">
<div class="d-flex justify-content-center p-3">
<img src="images/logo-domain.png" class="img-fluid" alt="SoloChance.org"
style="max-height:200px;">
</div>
<h5 class="text-center m-4">
Calculate the chance of hitting a block for all cryptocurrencies when solo mining.<br>
<small class="text-body-secondary">Are you ready to critical-hit a block? 🎲🟨🟩</small>
</h5>
<div class="container m-4">
<form id="hashrateForm">
<div class="form-row">
<div class="form-group col-md-3">
<label for="selectCurrency">Select Currency</label>
<select class="form-control" id="selectCurrency" name="selectCurrency">
<option value="BTC">Bitcoin (BTC)</option>
<option value="BCH">Bitcoin Cash (BCH)</option>
<option value="LTC">Litecoin (LTC)</option>
<option value="DOGE">Dogecoin (DOGE)</option>
<option value="XMR">Monero (XMR)</option>
<option value="RVN">Ravencoin (RVN)</option>
<option value="tBTC">Bitcoin Testnet (tBTC)</option>
</select>
</div>
<div class="form-group col-md-3">
<label for="selectHashrateUnit">Select Hashrate Unit</label>
<select class="form-control" id="selectHashrateUnit" name="selectHashrateUnit">
<option value="KH">Kilohash per second (KH/s)</option>
<option value="MH">Megahash per second (MH/s)</option>
<option value="GH">Gigahash per second (GH/s)</option>
<option value="TH">Terahash per second (TH/s)</option>
<option value="PH">Petahash per second (PH/s)</option>
</select>
</div>
<div class="form-group col-md-3">
<label for="inputHashrate">Enter Hashrate</label>
<input type="number" class="form-control" id="inputHashrate" name="inputHashrate"
placeholder="Enter hashrate">
</div>
<div class="form-group col-md-3 d-flex align-items-end">
<button type="button" class="btn btn-primary" onclick="calculateHashrate()">Calculate
</button>
</div>
</div>
</form>
<div class="d-flex justify-content-center">
<div id="result" class="mt-3">
<table class="table table-responsive">
<tbody>
<tr>
<th scope="row">Your hashrate</th>
<td class="text-monospace" id="your-hashrate"></td>
</tr>
<tr>
<th scope="row">Network hashrate</th>
<td class="text-monospace" id="network-hashrate"></td>
</tr>
<tr>
<th scope="row">Block interval</th>
<td class="text-monospace" id="block-interval"></td>
</tr>
<tr>
<th scope="row">Chance per block</th>
<td class="text-monospace" id="chance-per-block"></td>
</tr>
<tr>
<th scope="row">Chance per hour</th>
<td class="text-monospace" id="chance-per-hour"></td>
</tr>
<tr>
<th scope="row">Chance per day</th>
<td class="text-monospace" id="chance-per-day"></td>
</tr>
<tr>
<th scope="row">Chance per week</th>
<td class="text-monospace" id="chance-per-week"></td>
</tr>
<tr>
<th scope="row">Chance per month</th>
<td class="text-monospace" id="chance-per-month"></td>
</tr>
<tr>
<th scope="row">Chance per year</th>
<td class="text-monospace" id="chance-per-year"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<hr>
<div class="d-flex justify-content-center">
<a href="https://chikraighotoops.com/4/8464797">Click here to visit an ad and support SoloChance.org. Thanks, and may the Force be with you.</a>
<br>
</div>
<hr>
<div class="d-flex justify-content-center">
DISCLAIMER: We make no representation or warranty of any kind, express or implied, regarding the accuracy,
adequacy, validity, reliability, availability, or completeness of any information.
</div>
<div class="d-flex justify-content-center">
<button class="btn btn-warning m-2" type="button" data-toggle="collapse" data-target="#footer"
aria-expanded="false" aria-controls="footer">
See more
</button>
</div>
</div>
<footer id="footer" class="footer collapse">
<div class="d-flex flex-column justify-content-center">
<div class="card m-2">
<div class="card-body">
<h5 class="card-title">About & Backstory</h5>
<p class="card-text">© Ionia OÜ, Estonia, 2024</p>
<p class="card-text">After losing more than 2000 dollars on a hashpower rental service, we decided
to
see our actual chances while doing rental solo mining. We discovered SoloChance.com, but it
supports
only Bitcoin, but we needed to see our Bitcoin Cash & Monero chances, and created
SoloChance.org.</p>
</div>
</div>
<div class="card m-2">
<div class="card-body">
<h5 class="card-title">Get Involved</h5>
<ul class="list-group list-group-flush">
<li class="list-group-item">Follow us on X
<br>product's account <a href="https://twitter.com/solochanceorg">@solochanceorg</a>
<br>company's account <a href="https://twitter.com/ioniaou">@ioniaou</a>
</li>
<li class="list-group-item"><a href="https://discord.gg/nckwRfkuYr">Ionia OÜ's Discord</a>. Find
solochance-org text channel.
</li>
<li class="list-group-item"><a href="https://github.com/IoniaOU">Ionia OÜ's GitHub</a>. Find
solochance-web repo. Frontend PRs are
welcomed,
merges are up to quality.
</li>
<li class="list-group-item">Visit <a href="https://bitcointalk.org/index.php?topic=5486293">Bitcointalk.org
thread</a>.
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="js/form.js"></script>
</body>
</html>