-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
576 lines (574 loc) · 34.4 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
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles.css" rel="stylesheet" media="all"/>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="57x57" href="/images/apple-touch-icon-57x57.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="/images/apple-touch-icon-76x76.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple-touch-icon-114x114.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="/images/apple-touch-icon-120x120.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-touch-icon-144x144.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="/images/apple-touch-icon-152x152.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-180x180.png"/>
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png"/>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/images/apple-touch-icon-57x57.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/images/apple-touch-icon-76x76.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114.png"/>
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/images/apple-touch-icon-120x120.png"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/images/apple-touch-icon-152x152.png"/>
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/images/apple-touch-icon-180x180.png"/>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<title>WOOF Cardano Stake Pool</title>
</head>
<body style="background: #f8f1ec;">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" style="background: #f8f1ec;">
<div class="container">
<a class="navbar-brand" href="#"><img src="images/dogHeadOnlyNoBackground.png" width="25" height="25"/> <span
style="font-weight: bold; color: #0B57A0;">WOOF Pool</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#meme">Meme Coins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#charities">Our Charities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#donations">Donations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#poolOperations">Pool Operations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#whyCardano">Why Cardano?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#howToStake">How to Stake</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="mt-4" style="font-weight: bold; color: #0B57A0;">WOOF! Cardano Stake Pool</h1>
<p>Ticker: WOOF <span id="WOOF-saturation" data-toggle="tooltip" title="pool saturation meter"><meter
value="0.90827767513958"></meter></span> | Pool-ID: <span
id="poolid">c22942e1b855136643d1e6e5a75266fb891d87727a8cbf06acd17208</span>
<a href="javascript:onclick=copyToClipboard('#poolid');"><i class="far fa-copy" aria-hidden="true"></i></a>
| Mission Driven Pool | <a
href="https://pooltool.io/pool/c22942e1b855136643d1e6e5a75266fb891d87727a8cbf06acd17208/blocks"
target="_blank" rel="noopener noreferrer">Pooltool.io profile <i class="fa fa-external-link "
aria-hidden="true"></i></a></p>
<p style="font-size: 20px; color:#498bc9; font-weight: bold;"><em>"A pool for pet lovers and meme
coins!"</em></p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="card" style="background-color: #DFD9D4;">
<div class="card-body">
<img src="images/feature.png" class="img-fluid" alt="Pool benefits">
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-lg-12">
<img style="float: left; margin-right: 30px;" src="images/woofImageTransparentBg.png" alt="WOOF dog logo"
width="194" height="270"/>
<div style="float: none; margin-top: 20px;">
<h5>
WOOF is a reliable and competitive Cardano staking pool
designed to maximize rewards to our delegators.
</h5>
<p>
The pool is owned & operated by an IT professional and Cardano Plutus Pioneer.
A <strong>substantial pledge</strong> of 175 thousand ADA (₳) shows our commitment to running
high-quality, secure operations. At the same time, fees are kept low: <strong>170 fixed
fee and 0% margin fee.</strong>
</p>
<p>
WOOF is proud to support the well-being of abandoned and special-needs companion animals!
<strong>10% of the pool's own income</strong> will be donated to the
tremendous animal charities listed below.
<i style="color:#0B57A0;" class="fas fa-gift fa-2x"></i>
</p>
<h5 style="margin-top: 20px;">
Come join the WOOF pack. You will not only support the cause of animal well-being
charities, but also the Cardano developer community!
</h5>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-left">
<div>
<h4 id="meme" class="mt-4" style="color: #bf692c;">How can I receive $HOSKY?</h4>
<br/>
<h5 style="color: #f75000;">$HOSKY</h5>
<p>
WOOF pool is an official HOSKY #RUGPOOLS partner starting in Epoch 317!
<strong>Check out the <a href="hosky/Idiots_Guide_to_HOSKY.pdf" target="_blank" title="Idiots Guide to Hosky">Idiots Guide to Hosky</a>
to do a deep dive on everything about Hosky such as best ways to acquire the token, all about the NFTs, promotions, and more.
</strong>
</p>
<p>
If you delegate with a $HOSKY RUGPOOLS partner, your $HOSKY rewards are based on the amount of $ADA
you are delegating, and you also receive bonuses based on the "HOSKY Cash Grab NFTs" and Gnomeskies found in your staking wallet.
If your HOSKY Cash Grab NFTs or Gnomeskies have matching traits to the traits assigned to the RUGPOOLS partner,
then the bonuses are even higher!
</p>
<p>
For example, WOOF pool Hosky Cash Grab NFT traits include bandana and sweatband. If you hold Hosky Cash Grab NFTs with traits that match the pool traits,
you earn a 2x bonus compared to other Hosky Cash Grab NFTs you are holding. You also receive loyalty bonuses for each epoch
that you hold these NFTs with the same rug pool. The loyalty bonus reaches a maximum after delegating to the same rug pool for 5 epochs.
<div><img src="images/bandana.png" height="100" width="100"/><img src="images/sweatband.png" height="100" width="100"/></div>
</p>
<p>
To claim your $HOSKY you should wait for the rewards spreadsheet to be released (typically 24 hours after the epoch ends),
and then you send exactly 2 ADA to the Hosky "Rug Pool Doggy Bowl" address and you will receive back
~ 1.6 ADA plus your calculated $HOSKY rewards. Please visit the Hosky discord server to learn about when the rewards spreadsheet has
been published, and it is safe to send ADA to the "Rug Pool Doggy Bowl" address.
</p>
<p>
You may visit the <a href="https://hosky.io" target="_blank">Hosky website</a> to get their "RugPOOL doggie bowl" address.
To get the latest information on Rug Pool rewards, please visit the <a href="https://discord.com/invite/hosky" target="_blank">Hosky Discord</a>.
</p>
</div>
<div>
<h4 id="charities" class="mt-4" style="color: #bf692c;">What charities do you support?</h4>
<div class="card" style="background-color: #DFD9D4;">
<div class="card-body">
<h5 class="card-title">
<a href="https://bestfriends.org/" target="_blank"><img src="images/bestFriendsLogo.svg"
height="80" width="240"/></a>
</h5>
<p class="card-text">
Best Friends is a non-profit organization dedicated to a No-Kill mission.
The history of the organization begins in Utah, where they operate the largest sanctuary for
companion animals in the US.
This is a place where
homeless and special-needs animals can heal, be adopted, or receive lifelong care.
You can read about the history of Best Friends
<a href="https://bestfriends.org/history-best-friends" target="_blank">here</a>.
</p>
<p class="card-text">Best Friends has expanded to other US cities by partnering
with city shelters and rescue groups to form hubs, run adoption centers,
and provide essential services to animals.</p>
<h6>Locations</h6>
<p>Utah | New York | Los Angeles | Atlanta | Arkansas | Houston | Pennsylvania</p>
<a href="https://bestfriends.org/who-we-are" target="_blank" class="btn btn-primary"
style="background-color: #f75000; border: none;">Learn more</a>
</div>
</div>
<br/>
<div class="card" style="background-color: #DFD9D4;">
<div class="card-body">
<h5 class="card-title" style="color: #f75000;">
An expanding list of animal rescue charities including:
</h5>
<div class="card-text">
<div class="card-body">
<ul>
<li>
<h6>Pariah Dog Koh Samui</h6>
<p><a href="https://www.facebook.com/DogandCatHelp.KohSamui/" target="_blank">Facebook page</a></p>
<p>
They run a shelter for dogs and cats in Koh Samui (Thailand). They rescue
street animal in distress and offer a safe sanctuary until they can be re-homed.
</p>
</li>
<li>
<h6>Claws, Paws, n' Hooves</h6>
<p><a href="https://www.facebook.com/clawspawsnhoovesrescue/" target="_blank">Facebook page</a></p>
<p>They are based in Orland, California and treat feral cats to find new homes and rescue abandoned and special-needs kittens.</p>
</li>
<li>
<h6>The REAL Bark</h6>
<p><a href="https://www.therealbark.org/" target="_blank">Website</a></p>
<p>They are a non-profit dog rescue based in Los Angeles, California, who take on the most difficult cases including
paralyzed or traumatized animals. REAL stands for Responsible - Ethical - Animal - League.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div>
<h4 id="donations" class="mt-4" style="color: #bf692c;">What pool donations have been made?</h4>
<p>WOOF Pool makes donations on an ad hoc basis. The timing of when donations are made
is based primarily on how often the pool makes blocks.
</p>
<p>
Ideally, WOOF pool would make donations directly in ADA. However, the current charity we are focusing on is Best Friends,
and they request crypto donations be made to them using a third-party service like
<a href="https://thegivingblock.com/donate/best-friends-animal-society/" target="_blank">The Giving Block</a> or
<a href="https://endaoment.org/otc" target="_blank">Endaoment DAO</a>.
These services deliver the funds to the charity in USDC stable coin. WOOF pool will continue to develop relationships with
our charities and help them learn about the Cardano ecosystem. Hopefully, they will want to hold a
Cardano wallet in the future.
</p>
<p>
<h5 style="color:#0B57A0;">Donations Accounting</h5>
<table class="table">
<thead style="background-color: #25c;">
<tr>
<th align="right">Date</th>
<th align="right">ADA Amount</th>
<th align="right">Charity</th>
<th align="right">Docs</th>
<th align="right">Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>12/06/2021</td>
<td>100 (130 USDC)</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20211206-coinbaseReceipt.png" target="_blank" title="Coinbase receipt">Coinbase receipt</a><br/>
<a href="./donateDocs/20211206-etherscan-Confirmation.png" target="_blank" title="Etherscan confirm">Etherscan confirm</a>
</td>
<td>via Giving Block</td>
</tr>
<tr>
<td>01/27/2022</td>
<td>500</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20220127-cardanoscan.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
<a href="./donateDocs/20220127-auditOfTransactions.png" target="_blank" title="Audit of Tx">Audit of Tx</a><br/>
<a href="./donateDocs/20220127-endaomentReceipt.png" target="_blank" title="Endaoment receipt">Endaoment receipt</a>
</td>
<td>via Endaoment DAO</td>
</tr>
<tr>
<td>01/31/2022</td>
<td>50</td>
<td>Pariah Dog Koh Samui</td>
<td>
<a href="./donateDocs/20220131-cardanoScanPariahDog.png" target="_blank" title="Cardanoscan">Cardanoscan</a>
</td>
<td>Direct</td>
</tr>
<tr>
<td>03/08/2022</td>
<td>100</td>
<td>Claws, Paws n' Hooves</td>
<td>
<a href="./donateDocs/20220308-cardanoscanClawsPaws.png" target="_blank" title="Cardanoscan">Cardanoscan</a>
</td>
<td>Direct</td>
</tr>
<tr>
<td>03/25/2022</td>
<td>100</td>
<td>The REAL Bark</td>
<td>
<a href="./donateDocs/20220325-cardanoscanRealBark.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
<a href="./donateDocs/20220325-TheRealBarkDonationReceipt.pdf" target="_blank" title="Receipt">Donation Receipt</a>
</td>
<td>Direct</td>
</tr>
<tr>
<td>04/07/2022</td>
<td>150</td>
<td>Claws, Paws n' Hooves</td>
<td>
<a href="./donateDocs/20220407-cardanoScanClawsPaws.png" target="_blank" title="Cardanoscan">Cardanoscan</a>
</td>
<td>Direct</td>
</tr>
<tr>
<td>05/31/2022</td>
<td>800</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20220531-cardanoscan.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
<a href="./donateDocs/20220531-endaomentReceipt.png" target="_blank" title="Cardanoscan">Endaoment receipt</a><br/>
</td>
<td>via Endaoment DAO</td>
</tr>
<tr>
<td>06/22/2022</td>
<td>250</td>
<td>Claws, Paws n' Hooves</td>
<td>
<a href="./donateDocs/20220622-cardanoscanClawsPaws.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
</td>
<td>Direct</td>
</tr>
<tr>
<td>10/20/2022</td>
<td>1500</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20221020-cardanoscan.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
<a href="./donateDocs/20221020-endaomentReceipt.png" target="_blank" title="Cardanoscan">Endaoment receipt</a><br/>
</td>
<td>via Endaoment DAO</td>
</tr>
<tr>
<td>03/21/2023</td>
<td>1500</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20230321-cardanoscan.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
<a href="./donateDocs/20230321-endaomentReceipt.jpg" target="_blank" title="Cardanoscan">Endaoment receipt</a><br/>
</td>
<td>via Endaoment DAO</td>
</tr>
<tr>
<td>08/26/2023</td>
<td>2000</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20230826-cardanoscan.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
<a href="./donateDocs/20230826-endaomentReceipt.png" target="_blank" title="Endaoment Receipt">Endaoment receipt</a><br/>
</td>
<td>via Endaoment DAO</td>
</tr>
<tr>
<td>01/16/2024</td>
<td>1000</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20240116-cardanoscan.png" target="_blank" title="Cardanoscan">Cardanoscan</a><br/>
<a href="./donateDocs/20240116-endaomentReceipt.png" target="_blank" title="Endaoment Receipt">Endaoment receipt</a><br/>
</td>
<td>via Endaoment DAO</td>
</tr>
<tr>
<td>11/11/2024</td>
<td>500</td>
<td>Best Friends</td>
<td>
<a href="./donateDocs/20241111-adastat.png" target="_blank" title="Adastat">Adastat</a><br/>
<a href="./donateDocs/20241111-endaomentReceipt.png" target="_blank" title="Endaoment Receipt">Endaoment receipt</a><br/>
</td>
<td>via Endaoment DAO</td>
</tr>
<tr>
<td><strong>Total Donations </strong></td>
<td><strong>7550 ADA</strong></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<h4 id="poolOperations" class="mt-4" style="color: #bf692c;">Who is the pool operator?</h4>
<img style="float:left;margin-right: 30px;" src="images/nerdDog.jpg" height="216" width="324"/>
<div style="float: none;">
<p>
I am Kurt, an IT professional with over twenty years of software development experience as a
consultant based in the United States. I appreciate the impact of blockchain technologies and
believe
Cardano is poised to change the world for the better.
I have been learning about digital currencies and blockchain projects since 2017.
</p>
<p>
In addition to running WOOF pool, I am working to build applications and tooling for
Cardano. At present, I'm working on NFT related tooling. My goal is to continue
learning how to develop on Cardano, so that I can share my skills with other projects
and be able to remain full-time working on Cardano.
</p>
<p>
My wife and I love animals, and we have three dogs named Zola, Tark, and Steffi.
Our dogs bring so much joy to our lives. But, there are so many pets that are abandoned
or have been mistreated and need care & shelter. This pool will provide important financial
resources to the
organizations that provide care to the animals in need.
</p>
<p>
If you have any questions or want to reach out, you can find me on twitter, email and telegram:
<a style="margin-left: 5px;" href="https://twitter.com/WoofPool"
title="Connect on Twitter"><i
class="fab fa-twitter"></i></a>
<a style="margin-left: 5px;" href="mailto:[email protected]" title="Send Email"><i
class="fas fa-envelope"></i></a>
<a style="margin-left: 5px;" href="https://t.me/WoofPool" title="Connect on Telegram"><i
class="fab fa-telegram" aria-hidden="true"></i></a>
</p>
</div>
</div>
<div>
<h4 class="mt-4" style="color: #bf692c;">What does the pool run on?</h4>
<p>
The pool is run on four virtual private servers (VPS) including one block producer,
two public relays, and one private relay. These instances are distributed across different data centers in Europe and the United States.
</p>
<p>
Each VPS is running Ubuntu 22.04 operating system with 14 CPU cores, 36 GB of RAM, and 1500 gigabytes
of SSD storage to accommodate growing network usage.
</p>
</div>
<div>
<h4 class="mt-4" style="color: #bf692c;">How will the pool be maintained?</h4>
<p>
This pool is monitored to ensure 24 x 7 access. The monitoring process collects statistics about the
health of the operating system as well
as the state of the Cardano blockchain. If the state of the system shows any concerns such as the
Cardano node not connecting to peers, notifications are sent to the operator to promptly fix the
issue.
</p>
<p>
Your pool operator will maintain the appropriate Cardano node software at all times
and follow best-practice security recommendations to ensure the pool maintains high availability.
</p>
</div>
<div>
<h4 id="whyCardano" class="mt-4" style="color: #bf692c;">Why Cardano?</h4>
<img style="float:left;margin-right: 30px;" src="images/teacherDog.jpg" height="216" width="324"/>
<p>
One of the biggest differentiators of Cardano from other blockchains is their philosophy towards
designing the protocols used by the network. Cardano relies on the standards of science.
IOHK, the company which founded Cardano, recruits domain experts and professors from
computer programming, network design, and cryptography to research
problems and design solutions. Based on the research, they write academic papers and present
them at
computing conferences for peer review. This research and peer-review
process leads to better design, and it also promotes shared understanding with the
broader community in the cryptography/blockchain space.
Because of this rigor, Cardano may be slower to market than other blockchain projects,
but it also means that Cardano will deliver solutions that are more robust and
with less unforeseen issues as compared to other projects.
You can read about the research papers authored by Cardano project
<a href="https://iohk.io/en/research/library" target="_blank">here</a>.
</p>
<p>
The CEO of IOHK, Charles Hoskinson, is a great educator. You can learn about what makes
Cardano a 3rd generation blockchain by watching his whiteboard talk on YouTube
<a href="https://www.youtube.com/watch?v=Ja9D0kpksxw" target="_blank">here</a>.
</p>
<p>
<a href="https://www.grayscale.com" target="_blank">Grayscale</a>,
a very prominent digital currency investment company produced a report titled <span
style="font-style: italic;">"An Introduction
to Cardano"</span>. This report provides a good background of the Cardano blockchain including
its
history and its ecosystem.
You can view the report <a
href="https://grayscale.com/wp-content/uploads/2021/09/CARDANO_Building-Block.pdf"
target="_blank">here</a>.
</p>
<p>
Other resources to learn about Cardano:
<ul>
<li>
<a href="https://cardanodocs.com" target="_blank">Cardano Documentation</a> -
Full technical documentation of the project
</li>
<li>
<a href="https://cardanoroadmap.com" target="_blank">Cardano Roadmap</a> -
Development path of the Cardano project
</li>
<li>
<a href="https://whycardano.com" target="_blank">Why Cardano</a> -
The philosophy behind the project
</li>
</ul>
</p>
</div>
<div>
<h4 id="howToStake" class="mt-4" style="color: #bf692c;">How do I stake my ADA?</h4>
<p>
Perhaps, you are new to Cardano or you just need some help learning how to stake your ADA.
Fortunately, there are some nice YouTube Videos on this. Here is one to get you started, but
it's easy to find great tutorials on this by searching in YouTube.
<span style="color: #f75000;font-size: 18px;"><strong>It would be wonderful if you stake with WOOF Pool!</strong></span>
</p>
<h5>IOHK video: Delegating in Daedalus</h5>
<div class="row">
<div class="col-lg-8 col-md-10 col-sm-12">
<div class="iframe-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/VtkjM_0k4R0"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr/>
<footer class="nb-footer" style="padding-bottom: 20px;">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<iframe style="width:100%;height:60px" src="https://img.cexplorer.io/w/widget-wide.html?pool=pool1cg559cdc25fkvs73umj6w5nxlwy3mpmj02xt7p4v69eqs5ncz9k&theme=dark"><a href="https://cexplorer.io/pool/pool1cg559cdc25fkvs73umj6w5nxlwy3mpmj02xt7p4v69eqs5ncz9k">pool detail on cexplorer.io</a></iframe>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<h5>
<img src="images/dogHeadOnlyNoBackground.png" width="25" height="25"/> WOOF POOL
<small>© Copyright 2021</small>
</h5>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<span style="font-size: smaller;">Connect with us: </span>
<span>
<a href="https://twitter.com/WoofPool" title="Connect on Twitter"><i
class="fab fa-twitter"></i></a>
</span>
<span style="margin-left: 5px;">
<a href="mailto:[email protected]" title="Send Email"><i class="fas fa-envelope"></i></a>
</span>
<span style="margin-left: 5px;">
<a href="https://t.me/WoofPool" title="Connect on Telegram"><i class="fab fa-telegram"
aria-hidden="true"></i></a>
</span>
<span style="margin-left: 10px; margin-right: 10px;">•</span>
<span style="font-size: smaller;">Page last updated 11/11/2024</span>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
function copyToClipboard(element) {
var $temp = $("<input>");
$("body").append($temp);
$temp.val($(element).text()).select();
document.execCommand("copy");
$temp.remove();
}
$.getJSON('https://js.cexplorer.io/api-static/pool/pool1cg559cdc25fkvs73umj6w5nxlwy3mpmj02xt7p4v69eqs5ncz9k.json', function (apjs) {
document.getElementById("WOOF-saturation").innerHTML = '<meter value="' + apjs.data.saturation + '"></meter>'
});
</script>
</body>
</html>