rebranding to Ordisrespector pool

This commit is contained in:
Léo Haf 2023-11-30 11:39:59 +01:00 committed by Retropex
parent 00a2871c50
commit 25b47c65f4
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005
5 changed files with 6 additions and 340 deletions

View File

@ -5,33 +5,21 @@
<div class="card text-center"> <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"> <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>
<div class="mb-4"> <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> <i class="pi pi-twitter" style="font-size: 30pt; color: white;"></i>
</a> </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>
<div> <div>
<code>Fully Open Source Solo Bitcoin Mining Pool</code> <code>Ordisrespector Solo Bitcoin Mining Pool</code>
<br> <br>
<br> <br>
<div class="info mb-2 p-4 border-dashed border-1 border-round"> <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> <br>
<code>username: &lt;your BTC address&gt;.&lt;worker name&gt;, password: x</code> <code>username: &lt;your BTC address&gt;.&lt;worker name&gt;, password: x</code>
</div> </div>
@ -154,26 +142,5 @@
</div> </div>
</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>
</div> </div>

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

View File

@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
API_URL: 'https://public-pool.io:40557', API_URL: 'http://localhost:3334',
}; };

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Public Pool</title> <title>Ordisrespector Pool</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">