-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpools.html
More file actions
161 lines (150 loc) · 8.68 KB
/
pools.html
File metadata and controls
161 lines (150 loc) · 8.68 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
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
---
layout: default
title: Mining Pools
redirect_from:
- /pools.html
---
<main class="relative z-10">
<!-- Hero Section -->
<section class="relative bg-[#1e1e1e] overflow-hidden">
<div class="absolute inset-0">
<img src="{{ site.baseurl }}/images/newimages/Page Headers/Pools Header-1024.webp" alt="Pools Header"
class="w-full h-full object-cover opacity-30">
<div class="absolute inset-0 bg-gradient-to-b from-[#1e1e1e]/80 to-[#1e1e1e]"></div>
</div>
<div class="relative z-10 py-24 lg:py-32">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-6">
Mining <span class="gradient-text">Pools</span>
</h1>
<p class="text-xl text-gray-300 mb-8">
Join our trusted mining pools and start earning Salvium rewards
</p>
</div>
</div>
</div>
</section>
<!-- Pools Section -->
<section class="py-20 relative">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Kryptex Pool -->
<a href="https://pool.kryptex.com/sal" target="_blank" rel="noopener"
class="card rounded-xl p-8 text-center h-full flex flex-col" data-aos="fade-up">
<i class="fas fa-server text-4xl mb-6" style="color: var(--color-primary);"></i>
<h3 class="text-xl font-semibold mb-3">Kryptex Pool</h3>
<p class="text-gray-400 flex-grow">Multi-coin mining pool with PPS+ rewards and auto-exchange options.</p>
<div class="mt-4 flex justify-center gap-2">
<span class="card-tag">PROP / SOLO+</span>
<span class="card-tag">1% Fee</span>
</div>
<span class="card-link mt-4">Visit Pool <i class="fa-solid fa-angle-right"></i></span>
</a>
<!-- HeroMiners -->
<a href="https://salvium.herominers.com/" target="_blank" rel="noopener"
class="card rounded-xl p-8 text-center h-full flex flex-col" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-server text-4xl mb-6" style="color: var(--color-primary);"></i>
<h3 class="text-xl font-semibold mb-3">HeroMiners</h3>
<p class="text-gray-400 flex-grow">Multi-coin mining pool with PPS+ and PROPX payment systems, supporting both pool and solo mining.</p>
<div class="mt-4 flex justify-center gap-2">
<span class="card-tag">PPS+ / PROPX</span>
<span class="card-tag">Low Fee</span>
</div>
<span class="card-link mt-4">Visit Pool <i class="fa-solid fa-angle-right"></i></span>
</a>
<!-- MiningOcean -->
<a href="https://salvium.miningocean.org/" target="_blank" rel="noopener"
class="card rounded-xl p-8 text-center h-full flex flex-col" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-server text-4xl mb-6" style="color: var(--color-primary);"></i>
<h3 class="text-xl font-semibold mb-3">MiningOcean</h3>
<p class="text-gray-400 flex-grow">Mining pool with PPLNS payment system, supporting both pool and solo mining.</p>
<div class="mt-4 flex justify-center gap-2">
<span class="card-tag">PPLNS</span>
<span class="card-tag">Low Fee</span>
</div>
<span class="card-link mt-4">Visit Pool <i class="fa-solid fa-angle-right"></i></span>
</a>
<!-- HashVault -->
<a href="https://hashvault.pro/salvium/" target="_blank" rel="noopener"
class="card rounded-xl p-8 text-center h-full flex flex-col" data-aos="fade-up">
<i class="fas fa-server text-4xl mb-6" style="color: var(--color-primary);"></i>
<h3 class="text-xl font-semibold mb-3">HashVault</h3>
<p class="text-gray-400 flex-grow">Multi-coin mining pool with PPLNS and solo mining support.</p>
<div class="mt-4 flex justify-center gap-2">
<span class="card-tag">PPLNS / Solo</span>
<span class="card-tag">0.9% Fee</span>
</div>
<span class="card-link mt-4">Visit Pool <i class="fa-solid fa-angle-right"></i></span>
</a>
<!-- Rplant -->
<a href="https://pool.rplant.xyz/" target="_blank" rel="noopener"
class="card rounded-xl p-8 text-center h-full flex flex-col" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-server text-4xl mb-6" style="color: var(--color-primary);"></i>
<h3 class="text-xl font-semibold mb-3">Rplant</h3>
<p class="text-gray-400 flex-grow">Multi-coin mining pool with PROP payment system.</p>
<div class="mt-4 flex justify-center gap-2">
<span class="card-tag">PROP</span>
<span class="card-tag">1% Fee</span>
</div>
<span class="card-link mt-4">Visit Pool <i class="fa-solid fa-angle-right"></i></span>
</a>
<!-- GNTL -->
<a href="https://sal.gntl.uk/" target="_blank" rel="noopener"
class="card rounded-xl p-8 text-center h-full flex flex-col" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-server text-4xl mb-6" style="color: var(--color-primary);"></i>
<h3 class="text-xl font-semibold mb-3">GNTL</h3>
<p class="text-gray-400 flex-grow">Mining pool with PPLNS payment system and solo mining support.</p>
<div class="mt-4 flex justify-center gap-2">
<span class="card-tag">PPLNS / Solo</span>
<span class="card-tag">0.3% Fee</span>
</div>
<span class="card-link mt-4">Visit Pool <i class="fa-solid fa-angle-right"></i></span>
</a>
<!-- MoneroOcean -->
<a href="https://moneroocean.stream/" target="_blank" rel="noopener"
class="card rounded-xl p-8 text-center h-full flex flex-col" data-aos="fade-up">
<i class="fas fa-server text-4xl mb-6" style="color: var(--color-primary);"></i>
<h3 class="text-xl font-semibold mb-3">MoneroOcean</h3>
<p class="text-gray-400 flex-grow">Multi-coin mining pool with algo-switching that pays out in XMR.</p>
<div class="mt-4 flex justify-center gap-2">
<span class="card-tag">Algo-Switching</span>
<span class="card-tag">0% Fee</span>
</div>
<span class="card-link mt-4">Visit Pool <i class="fa-solid fa-angle-right"></i></span>
</a>
</div>
</div>
</section>
</main>
<!-- CTA Section -->
<section class="py-16 relative overflow-hidden bg-[#0B272C] mt-8">
<div class="absolute inset-0">
<img src="{{ site.baseurl }}/images/pools-1024.webp" alt=""
class="absolute w-full h-full object-cover opacity-20">
<div class="absolute inset-0 bg-gradient-to-b from-[#0B272C]/95 via-[#0B272C]/80 to-[#0B272C]/95"></div>
</div>
<div class="container mx-auto px-4 text-center relative z-10">
<h2 class="text-4xl md:text-5xl font-bold mb-8" data-aos="fade-up">
Ready to Take the <span class="gradient-text">Pill</span>?
</h2>
<p class="text-xl text-white/80 mb-10 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Start your journey with Salvium today and be part of the next generation of Private DeFi.
</p>
<a href="{% link about.html %}"
class="btn-primary px-12 py-4 text-lg font-semibold hover:opacity-90 transition-opacity inline-block"
data-aos="fade-up" data-aos-delay="200">
Get Started Now
</a>
</div>
</section>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true,
mirror: false
});
</script>