mirror of
https://github.com/Retropex/Ordisrespector-pool-ui.git
synced 2025-05-12 19:20:43 +02:00
rebranding to Ordisrespector pool
This commit is contained in:
parent
00a2871c50
commit
25b47c65f4
@ -5,33 +5,21 @@
|
||||
|
||||
<div class="card text-center">
|
||||
|
||||
<div>
|
||||
<img id="logo" style="height: 200px;" src="assets/layout/images/logo.svg" alt="logo">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12 text-center title">
|
||||
<h1 class="text-900 font-normal">Public Pool</h1>
|
||||
<h1 class="text-900 font-normal">Ordisrespector Pool</h1>
|
||||
</div>
|
||||
<div class="mb-4">
|
||||
<a class="ml-4 mr-4" href="https://twitter.com/Public_Pool_BTC" target="_blank">
|
||||
<a class="ml-4 mr-4" href="https://twitter.com/leo_haf" target="_blank">
|
||||
<i class="pi pi-twitter" style="font-size: 30pt; color: white;"></i>
|
||||
</a>
|
||||
<a class="ml-4 mr-4" href="https://discord.gg/pF9smpe3yE" target="_blank">
|
||||
<i class="pi pi-discord" style="font-size: 30pt; color: white;"></i>
|
||||
</a>
|
||||
<a class="ml-4 mr-4" href="https://github.com/benjamin-wilson/public-pool" target="_blank">
|
||||
<i class="pi pi-github" style="font-size: 30pt; color: white;"></i>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<code>Fully Open Source Solo Bitcoin Mining Pool</code>
|
||||
<code>Ordisrespector Solo Bitcoin Mining Pool</code>
|
||||
<br>
|
||||
<br>
|
||||
<div class="info mb-2 p-4 border-dashed border-1 border-round">
|
||||
<code>stratum+tcp://public-pool.io:21496</code>
|
||||
<code>stratum+tcp://mining.orangepill.ovh:3333</code>
|
||||
<br>
|
||||
<code>username: <your BTC address>.<worker name>, password: x</code>
|
||||
</div>
|
||||
@ -154,26 +142,5 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="grid">
|
||||
<div class="col-12 md:col-2">
|
||||
<h3>Donate</h3>
|
||||
<p>Like the project? Consider a donation. </p>
|
||||
</div>
|
||||
<div class="col-12 md:col-4 text-center">
|
||||
<img style="height: 200px;" src="assets/layout/images/qr-code-ln.svg"
|
||||
alt="bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d">
|
||||
<div>public_pool@strike.me</div>
|
||||
</div>
|
||||
<div class="col-12 md:col-6 text-center">
|
||||
<img style="height: 200px;" src="assets/layout/images/qr-code-onchain.svg"
|
||||
alt="bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d">
|
||||
<div>bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
BIN
src/assets/layout/images/logo.png
Normal file
BIN
src/assets/layout/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 124 KiB |
@ -1,4 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
API_URL: 'https://public-pool.io:40557',
|
||||
API_URL: 'http://localhost:3334',
|
||||
};
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Public Pool</title>
|
||||
<title>Ordisrespector Pool</title>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
|
Loading…
Reference in New Issue
Block a user