-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
845 lines (687 loc) · 47.8 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
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#111111" />
<link rel="icon" href="/favicon.ico" />
<title>Pandanite Crypto</title>
<meta name="description" content="" />
<meta name="keywords" content="keyword" />
<meta property="og:title" content="Pandanite Crypto" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Pandanite is designed with utmost simplicity, performance, and user-friendliness in mind and is 100% written from scratch in C++… it’s not just another boring fork or rebranding of an existing crypto project. Pandanite is ASIC resistant by leveraging the memory hard hash function Pufferfish 2." />
<meta name="robots" content="noindex,nofollow" />
<meta name="next-head-count" content="12" />
<link rel="preload" href="./dd17fe9825022be7.css" as="style">
<link rel="stylesheet" href="./dd17fe9825022be7.css" data-n-g="">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
input[type="checkbox"] {
opacity: 0;
position: absolute;
right: 0;
}
label span::after, label span::before {
content: "";
position: absolute;
display: block;
background: inherit;
width: inherit;
height: inherit;
}
label span::before{
top: 8px;
}
label span::after {
bottom: 8px;
}
label::before {
position: absolute;
content: "";
width: 58px;
height: 49px;
top: 0;
right: 0;
}
input[type="checkbox"]:focus + label::before {
box-shadow: 0 0 20px black;
}
.menus {
position: absolute;
top: 4rem;
left: 0;
right: 0;
background: #fff;
color: #000;
padding:5px;
padding-left:20px;
/* hide dropdown on small screens */
visibility: hidden;
/* smooth transitioning */
transform: translateY(-1em);
transition: transform ease 0.2s;
}
/* toggle main dropdown */
input[type="checkbox"]:checked ~ nav > ul {
visibility: visible;
transform: translateY(0);
}
</style>
</head>
<body>
<div id="__next" data-reactroot="">
<div
class="min-h-full w-full flex flex-col smooth-scroll break-word"
style='font-family:"Space Grotesk", sans-serif;font-weight:500'
>
<header
class=""
style="background-color: rgb(0,0,0); color: rgb(255, 255, 255);"
>
<div
class="grid items-center lg:gap-6 xl:gap-10 mx-auto py-6 container"
style="grid-template-columns:auto 1fr 1fr"
>
<div class="col-span-2 lg:col-span-1" style="overflow: visible; white-space: nowrap; align-items: center; display: flex;">
<a href="/"><img
class="hidden lg:inline transition-all object-contain"
src="./logo.png"
alt="Pandanite"
style="height:50px; vertical-align: top;" />
<img
class="lg:hidden transition-all object-contain"
src="./logo.png"
alt="Pandanite"
style="height:35px;"
/></a> <span class="hidden lg:inline"
style='font-size:2em; color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>Pandanite</span><span class="lg:hidden"
style='font-size:1.5em; color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>Pandanite</span>
</div>
<div class="hidden lg:flex item-center justify-end gap-10 lg:col-span-2">
<ul class="lg:flex items-center gap-x-4 gap-y-2 flex-wrap justify-end hidden" >
<li>
<a href="#mining">Mining</a>
</li>
<li>
<a href="#explorers">Explorers</a>
</li>
<li>
<a href="#wallets">Wallets</a>
</li>
<li>
<a href="#links">Links</a>
</li>
<li>
<a href="#faq">FAQ</a>
</li>
</ul>
</div>
<div class="ml-auto lg:hidden">
<!--button
class="inline-flex items-center justify-center p-2 rounded-md focus:outline-none"
style="color: rgb(255, 255, 255);"
-->
<input type="checkbox" id="hamburger" aria-label="menu button">
<label for="hamburger" style="color: #fff;">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
width="24"
height="24"
class="block h-5 w-5"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
d="M4 6h16M4 12h16M4 18h16"
></path>
</svg>
</label>
<nav aria-label="main navigation">
<ul class="menus" style="width:150px; margin-left:auto; overflow: visible; z-index: 9999;">
<li>
<a href="#mining">Mining</a>
</li>
<li>
<a href="#explorers">Explorers</a>
</li>
<li>
<a href="#wallets">Wallets</a>
</li>
<li>
<a href="#links">Links</a>
</li>
<li>
<a href="#faq">FAQ</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<div
style="position:fixed;top:1px;left:1px;width:1px;height:0;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;display:none"
></div>
<div class="overflow-x-hidden">
<section
class="flex-shrink-0 relative flex items-center min-h-120"
>
<div
class="absolute inset-0"
style="background-color: #191919;"
></div>
<div
class="relative container mx-auto px-6 z-10 py-12 lg:py-32 xl:py-40 text-8xl"
style="background-image: url("./bigpanda.png");background-position: right top;background-repeat: no-repeat;background-color: #191919;background-size: contain;"
>
<div class="max-w-3xl text-left ml-0 mr-auto">
<h2
class="text-h1 xl:text-7xl xl:leading-tight mb-4 text-left"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500; text-shadow: 1px 1px black;'
>
100 Million Coins in only 6K Lines of Code.
</h2>
<p
class="text-body md:text-body-lg xl:text-2xl"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500; text-shadow: 1px 1px black;'
>
Pandanite is designed with utmost simplicity, performance, and
user-friendliness in mind and is 100% written from scratch in
C++… it’s not just another boring fork or rebranding of an
existing crypto project. Pandanite is ASIC resistant by
leveraging the memory hard hash function Pufferfish 2.
</p>
</div>
</div>
</section>
<section
class="flex-shrink-0"
style="background-color: rgb(51, 51, 51);"
>
<div class="container mx-auto py-12 lg:py-14 xl:py-20">
<div
class="flex flex-col sm:flex-row flex-wrap gap-10 justify-start"
>
<span
class="hidden justify-center justify-end justify-start"
></span>
<div class="block-list-item w-full">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Implementation:
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<p>
Pandanite is written in less than 6K lines of code
(Bitcoin has >100K). There are a few optimizations
that we have made to help further our core objectives:
</p>
<ul>
<li>
Switched encryption scheme from secp256k1 (which is
used by ETH and BTC) to ED25519 – results in 8x
speedup during transaction verification and public
keys half the size (32 bytes).
</li>
<li>25,000 transactions per block</li>
<li>90 second block time</li>
<li>
ASIC resistant PUFFERFISH2 proof of work algorithm
</li>
</ul>
</div>
</div>
</div>
<div class="block-list-item w-full">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Core objectives
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<p>
Pandanite is intended to do as few things as possible
and to do them incredibly well – it is a store of value
coin that:
</p>
<ul>
<li>
Maintains account balances for billions of users.
</li>
<li>
Provides extremely fast transactions between these
accounts.
</li>
<li>Runs on low-cost hardware.</li>
</ul>
<p>
That’s it. We don’t aim to solve everything. We desire
to keep the code simple.
</p>
</div>
</div>
</div>
<div class="block-list-item w-full">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Circulation
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<p>
Pandanite is minted by miners who earn rewards. Mining
payments occur using the thwothirding algorithm, which
yields a total final circulation of ~100M PDN:
</p>
<ul>
<li>50 PDN per block until block 666666</li>
<li>
50*(2/3) PDN per block from blocks 666667 to 2*666666
</li>
<li>
50*(2/3)^2 PDN per block from blocks 2*66666+1 to
3*666666 etc.
</li>
</ul>
</div>
</div>
</div>
<div class="block-list-item w-full">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Encryption scheme
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<p>
A key design objective of Pandanite is low compute usage
while maintaining a high number of transactions per
second. To reach these performance goals Pandanite uses
an alternative digital signature system known as ED25519
as a replacement for Bitcoin and Ethereum’s secp256k1.
ED25519 has several attractive properties for
crypto-currency use cases:
</p>
<ul>
<li>Fast signature verification</li>
<li>Batch signature verification</li>
<li>Fast signing</li>
<li>Small public keys</li>
<li>Performant on low-cost IoT devices</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section
class="flex-shrink-0"
style="background-color: rgb(34, 34, 34);"
>
<div class="container mx-auto py-12 lg:py-14 xl:py-20" style="color: #fff;">
<div class="flex my-auto">
<div class=" gap-4 justify-center text-center mx-auto items-center">
<h3 class="text-xl lg:text-2xl xl:text-h3 !font-medium" style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'>Exchanges</h3>
<a href="https:/xeggex.com" target=_new><img src="./xeggex.png" style="height:60px; display:inline; margin:10px;"></a>
<a href="https:/tradeogre.com" target=_new><img src="./tradeogre.svg" style="height:40px; display:inline; margin:10px;"></a>
<a href="https:/exbitron.com" target=_new><img src="./exbitron.png" style="height:50px; display:inline; margin:10px;"></a>
<br /><br />
<h3 class="text-xl lg:text-2xl xl:text-h3 !font-medium" style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'>Indexers</h3>
<a href="https://blockspot.io/coin/pandanite/" target=_new><img src="./blockspot.png" style="height:50px; display:inline; margin:10px;"></a>
<a href="https://coincodex.com/crypto/bamboo-bmb/" target=_new><img src="./coincodex.webp" style="height:40px; display:inline; margin:10px;"></a>
<br />
<a href="https://coinpaprika.com/coin/pdn-pandanite/" target=_new><img src="./coinpaprika.webp" style="height:40px; display:inline; margin:10px;"></a>
<a href="https://www.livecoinwatch.com/price/Pandanite-PDN" target=_new><svg style="height: 32px; width: 282px; display: inline;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 273.7 20"><path fill-rule="evenodd" clip-rule="evenodd" fill="#4BC1BE" d="M116.9 3c-.9-.9-1.9-1.6-3.1-2.1-1.2-.5-2.6-.8-4-.8-1.5 0-2.8.3-4 .8-1.2.5-2.3 1.2-3.2 2.1-.9.9-1.6 2-2.1 3.2-.5 1.2-.7 2.5-.7 3.8 0 1.3.2 2.6.7 3.8.5 1.2 1.1 2.2 2 3l2.8-5.1 2.8 2.8 3.1-7.4-1.3-.6 1.8-1.3 1.8-1.3.3 2.2.3 2.2-1.3-.6-4 9.5-3-2.9-1.9 3.6c.6.5 1.3.8 2 1.1 1.2.5 2.6.8 4 .8 1.5 0 2.8-.3 4-.8 2.4-1 4.3-2.9 5.2-5.3.5-1.2.7-2.5.7-3.8 0-1.3-.2-2.6-.7-3.8-.7-1.2-1.4-2.2-2.2-3.1z"></path><path fill="#FFF" d="M0 19.7h13.6v-3.1H3.4V.3H0v19.4zM18.7.3v19.3h3.4V.3h-3.4zm18 14.9L30.8.3H27l8 19.5h3L46 .3h-3.7l-5.6 14.9zM65.2.3H50.9v19.3h14.5v-3H54.3v-5.2H64v-3h-9.7v-5h10.9V.3zM149 13.7 138.6.3h-3.1v19.3h3.3V5.9l10.7 13.8h2.8V.3H149v13.4zm-53.1 2.9-2.2-2.2c-.8.8-1.7 1.4-2.5 1.8-.8.5-1.9.7-3 .7-.9 0-1.8-.2-2.6-.5-.8-.4-1.5-.9-2-1.5-.6-.6-1-1.4-1.3-2.2-.3-.8-.5-1.7-.5-2.7 0-1 .2-1.9.5-2.7s.8-1.6 1.3-2.2c.6-.6 1.2-1.1 2-1.5.8-.4 1.6-.5 2.6-.5 1.1 0 2.1.2 3 .7.9.4 1.7 1 2.5 1.7L95.8 3c-.5-.4-.9-.8-1.5-1.2-.5-.4-1.1-.7-1.7-1-.6-.3-1.3-.5-2-.6-.7-.1-1.5-.2-2.4-.2-1.5 0-2.8.3-4 .8C83 1.3 81.9 2 81 2.9c-.9.9-1.6 2-2.1 3.2-.5 1.2-.7 2.5-.7 3.9s.2 2.7.7 3.9c.5 1.2 1.2 2.3 2.1 3.2.9.9 1.9 1.6 3.1 2.1 1.2.5 2.5.8 3.9.8.9 0 1.7-.1 2.5-.2.7-.2 1.4-.4 2.1-.7.6-.3 1.2-.7 1.8-1.1.5-.4 1-.9 1.5-1.4zM125.5.3v19.3h3.4V.3h-3.4zm48.3 14.4L169.2.4h-3.7l6.7 19.5h2.9l4.9-14 4.8 13.9h2.9L194.4.3h-3.6l-4.6 14.3L181.4.2h-2.9l-4.7 14.5zm33-14.5h-3.1l-8.5 19.5h3.5l2-4.7h9.1l2 4.7h3.6L206.8.2zm1.7 11.8h-6.7l3.3-7.7 3.4 7.7zm17.3-8.5h6.1V.3h-15.7v3.1h6.1v16.2h3.4V3.5h.1zm26.9 13.1-2.2-2.2c-.8.8-1.7 1.4-2.5 1.8-.8.5-1.9.7-3 .7-.9 0-1.8-.2-2.6-.5-.8-.4-1.5-.9-2-1.5-.6-.6-1-1.4-1.3-2.2-.3-.8-.5-1.7-.5-2.7 0-1 .2-1.9.5-2.7.3-.8.8-1.6 1.3-2.2.6-.6 1.2-1.1 2-1.5.8-.4 1.6-.5 2.6-.5 1.1 0 2.1.2 3 .7.9.4 1.7 1 2.5 1.7l2.2-2.5c-.5-.4-.9-.8-1.5-1.2-.5-.4-1.1-.7-1.7-1-.6-.3-1.3-.5-2-.6-.8-.1-1.6-.2-2.5-.2-1.5 0-2.8.3-4 .8-1.2.5-2.3 1.2-3.1 2.2-.9.9-1.6 2-2.1 3.2-.5 1.2-.7 2.5-.7 3.9s.2 2.7.7 3.9c.5 1.2 1.2 2.3 2.1 3.2.9.9 1.9 1.6 3.1 2.1 1.2.5 2.5.8 3.9.8.9 0 1.7-.1 2.5-.2.7-.2 1.4-.4 2.1-.7.6-.3 1.2-.7 1.8-1.1.4-.5.9-1 1.4-1.5zm17.6-5.1v8.1h3.4V.3h-3.4v8h-9.2v-8h-3.4v19.3h3.4v-8.1h9.2z"></path></svg></a>
</div>
</div>
</div>
</section>
<section
id="mining"
class="flex-shrink-0"
style="background-color: rgb(51, 51, 51);"
>
<div class="container mx-auto py-12 lg:py-14 xl:py-20" style="color: #fff;">
<div class="block-list-item " style="margin:auto;">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Mining:
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<p>
Pandanite is a cpu/gpu minable coin.
</p>
Web Miner:
<li><a href="https://shifu.mrpandabear.org/" target=_new>https://shifu.mrpandabear.org/</a></li>
<br />
Mining software:
<li>dcrptd miner: <a href="https://github.com/De-Crypted/dcrptd-miner/releases" target=_new>https://github.com/De-Crypted/dcrptd-miner/releases</a></li>
<li>SRBMiner: <a href="https://github.com/doktor83/SRBMiner-Multi/releases" target=_new>https://github.com/doktor83/SRBMiner-Multi/releases</a></li>
<li>WildRid: <a href="https://github.com/andru-kun/wildrig-multi/releases/tag/0.34.0" target=_new>https://github.com/andru-kun/wildrig-multi/releases/tag/0.34.0</a></li>
<br />
Mining pools:
<li>Shifu: <a href="https://shifu.mrpandabear.org/" target=_new>https://shifu.mrpandabear.org/</a></li>
<li>Havek: <a href="https://pools.havek.net/" target=_new>https://pools.havek.net</a></li>
<li>Lemarinel.ft: <a href="https://pool.lemarinel.fr/" target=_new>https://pool.lemarinel.fr/</a></li>
</div>
</div>
</div>
</div>
</section>
<section
id="explorers"
class="flex-shrink-0"
style="background-color: rgb(34, 34, 34);">
<div class="container mx-auto py-12 lg:py-14 xl:py-20" style="color: #fff;">
<div class="block-list-item " style="margin:auto;">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Explorers:
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<li><a href="https://explorer.0xf10.com/" target=_new>https://explorer.0xf10.com/</a></li>
<li><a href="https://pandascan.io" target=_new>https://pandascan.io</a></li>
</div>
</div>
</div>
</div>
</section>
<section
id="wallets"
class="flex-shrink-0"
style="background-color: rgb(51, 51, 51);">
<div class="container mx-auto py-12 lg:py-14 xl:py-20" style="color: #fff;">
<div class="block-list-item " style="margin:auto;">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Desktop Wallet:
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<center>
<img src="./wallet.png">
<a style="text-decoration:none;" href="https://github.com/pandanite-crypto/pandanite-wallet/releases/download/v1.0.7/Pandanite-Wallet.msi"><svg style="height:30px; display:inline; color:#fff;" fill="#fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"/></svg> Windows</a>
<br /><br />
<a style="text-decoration:none;" href="https://github.com/pandanite-crypto/pandanite-wallet/releases/download/v1.0.7/Pandanite-Wallet-1.0.7-x64.dmg"><svg style="height:30px; display:inline; color:#fff;" fill="#fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"/></svg> Mac (Intel)</a>
<br /><br />
<a style="text-decoration:none;" href="https://github.com/pandanite-crypto/pandanite-wallet/releases/download/v1.0.7/pandanite-wallet_1.0.7_amd64.deb"><svg style="height:30px; display:inline; color:#fff;" fill="#fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"/></svg> Ubuntu</a>
<br /><br />
Source Code: <a href="https://github.com/pandanite-crypto/pandanite-wallet/" target=_new>https://github.com/pandanite-crypto/pandanite-wallet/</a>
</center>
</div>
</div>
</div>
</div>
</section>
<section
id="links"
class="flex-shrink-0"
style="background-color: rgb(34, 34, 34);">
<div class="container mx-auto py-12 lg:py-14 xl:py-20" style="color: #fff;">
<div class="block-list-item " style="margin:auto;">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
Links/Socials:
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<li>GitHub: <a href="https://github.com/pandanite-crypto/pandanite" target=_new>https://github.com/pandanite-crypto/pandanite</a></li>
<li>Discord: <a href="https://discord.com/invite/crfkWjxYyT" target=_new>https://discord.com/invite/crfkWjxYyT</a></li>
<li>Telegram: <a href="https://t.me/pandanite" target=_new>https://t.me/pandanite</a></li>
<li>Twitter: <a href="https://twitter.com/pdn_pandanite" target=_new>https://twitter.com/pdn_pandanite</a></li>
</div>
</div>
</div>
</div>
</section>
<section
id="faq"
class="flex-shrink-0"
style="background-color: rgb(51, 51, 51);">
<div class="container mx-auto py-12 lg:py-14 xl:py-20" style="color: #fff;">
<div class="block-list-item " style="margin:auto;">
<div class="text-left">
<p
class="text-xl lg:text-2xl xl:text-h3 font-medium mb-2"
style='color: rgb(255, 255, 255); font-family: "Space Grotesk", sans-serif; font-weight: 500;'
>
FAQ:
</p>
<div
class="rich-text-block"
style="color: rgb(255, 255, 255);"
>
<section class="post-content">
<h4 id="q-what-is-pandanite-pdn">Q. What is Pandanite (PDN)?</h4>
<p>Pandanite is a layer-1 cryptocurrency and blockchain with fast transactions.</p>
<h4 id="q-where-to-buy-pandanite-pdn">Q. Where to buy Pandanite (PDN)?</h4>
<p>Currently you can buy Pandanite (PDN) on three exchanges:</p>
<ul>
<li><a href="http://exbitron.com" target="_blank">Exbitron</a></li>
<li><a href="https://tradeogre.com" target="_blank">Tradeogre</a></li>
<li><a href="https://xeggex.com" target="_blank">Xeggex</a></li>
</ul>
<h4 id="q-can-i-connect-pandanite-to-metamaskpancake-swap">Q. Can I connect Pandanite to metamask/pancake swap?</h4>
<p>Pandanite is not compatible with metamask or any other ethereum based services yet.</p>
<h4 id="q-is-pandanite-pdn-a-fork-of-bitcoin-or-any-other-coin">Q. Is Pandanite (PDN) a fork of Bitcoin or any other coin?</h4>
<p>No, Pandanite is developed from scratch and uses its unique algorithm. 100 million coins in 6k lines of codebase written from scratch in C++. It can be called first of its kind and the first crypto to implement the Pufferfish2 algorithm to secure a POW network.</p>
<h4 id="q-is-pandanite-a-token">Q. Is Pandanite a token?</h4>
<p>No, it has its own mainnet and own chain secured by Proof of Work (POW) just like Bitcoin.</p>
<h4 id="q-is-pdn-infinite">Q. Is PDN infinite?</h4>
<p>No. It is hard capped at 100 million coins, meaning only 100 million PDN will ever exist. So it is similar to Bitcoin and can be a store of value later on.</p>
<h4 id="q-where-is-the-github">Q. Where is the GitHub?</h4>
<p><a href="https://github.com/pandanite-crypto">github.com/pandanite-crypto</a></p>
<h4 id="q-can-i-mine-pandanite-with-a-gpu">Q. Can I mine Pandanite with a GPU?</h4>
<p>Yes.</p>
<h4 id="q-can-i-mine-pandanite-with-a-cpu">Q. Can I mine Pandanite with a CPU?</h4>
<p>Yes.</p>
<h4 id="q-can-asics-mine-pdn">Q. Can ASICs mine PDN?</h4>
<p>No. It is ASIC resistant thanks to the Pufferfish2 algorithm.</p>
<h4 id="q-which-miners-can-i-use">Q. Which miners can I use?</h4>
<p>Decryped Miner: CPU</p>
<ul>
<li><a href="https://github.com/De-Crypted/dcrptd-miner/releases/tag/2.3.0">https://github.com/De-Crypted/dcrptd-miner/releases/tag/2.3.0</a></li>
</ul>
<p>SRB Miner: CPU&GPU</p>
<ul>
<li><a href="https://github.com/doktor83/SRBMiner-Multi/releases/tag/1.1.3">https://github.com/doktor83/SRBMiner-Multi/releases/tag/1.1.3</a></li>
</ul>
<p>WildRig Miner with Nvidia support: CPU&GPU</p>
<ul>
<li><a href="https://github.com/andru-kun/wildrig-multi/releases/tag/0.34.0">https://github.com/andru-kun/wildrig-multi/releases/tag/0.34.0</a></li>
</ul>
<h4 id="q-is-there-a-halving-meachanism-in-pdn">Q. Is there a halving meachanism in PDN?</h4>
<p><strong>There is something like that, but it is called “twothirding” instead and it is different from halving:</strong></p>
<ul>
<li>50 PDN per block until block 666666</li>
<li>50<em>(2/3) PDN per block from blocks 666667 to 2</em>666666</li>
<li>50<em>(2/3)^2 PDN per block from blocks 2</em>66666+1 to 3*666666 etc.</li>
</ul>
<h4 id="q-can-i-mine-it-with-a-smartphone-or-other-mobile-device-such-as-a-tv-box-or-ipad">Q. Can I mine it with a smartphone or other mobile device such as a TV box or iPad?</h4>
<p>Absolutely, you can mine PDN with a web browser on Shifu Pool. The development is still in alpha stage though, but but you are welcome to participate.
<a href="https://shifu.mrpandabear.org/">https://shifu.mrpandabear.org/</a> with 0% FEE!</p>
<h4 id="q-why-would-i-mine-on-a-smartphone-if-there-is-a-gpu-miner-available-any-hardware-benchmarks">Q. Why would I mine on a smartphone if there is a GPU miner available. Any hardware benchmarks?</h4>
<p>Taking into consideration electric cost hash per watt could be reasonable, here is mining benchmarks:</p>
<p><a href="[https://](https://docs.google.com/spreadsheets/d/1NAtcAv3MDIdYhfHb2BRCmbSx7V13dGJ1GBiCNxaMteA/edit)">https://docs.google.com/spreadsheets/d/1NAtcAv3MDIdYhfHb2BRCmbSx7V13dGJ1GBiCNxaMteA/edit</a></p>
<h4 id="q-what-is-the-smallest-unit-of-pdn-what-does-leaf-mean">Q. What is the smallest unit of PDN? What does LEAF mean?</h4>
<p>It is a relic from when PDN was called Bamboo. The Bamboo plant has small leaves, so a leaf is a small measure unit for a PDN coin. 1 LEAF = 0,0001 PDN</p>
<p>Or it can be called pandtoshi just like satoshi in case of BTC.</p>
<h4 id="q-when-will-pdn-be-listed-on-coin-aggregate-sites-such-as-cmc-coingecko-coinpaprika">Q. When will PDN be listed on coin aggregate sites such as Coinmarketcap, CoinGecko, and CoinPaprika?</h4>
<p>PDN is already tracked by CoinPaprika, Coincodex, and similar sites. Efforts are being made to list the coin on Coingecko and Coinmarketcap.</p>
<ul>
<li><a href="https://coinpaprika.com/coin/pdn-pandanite/">https://coinpaprika.com/coin/pdn-pandanite/</a></li>
<li><a href="https://coincodex.com/crypto/bamboo-bmb/">https://coincodex.com/crypto/bamboo-bmb/</a></li>
<li><a href="https://www.livecoinwatch.com/price/Pandanite-PDN">https://www.livecoinwatch.com/price/Pandanite-PDN </a></li>
<li><a href="https://blockspot.io/coin/pandanite/">https://blockspot.io/coin/pandanite/</a></li>
</ul>
<h4 id="q-do-you-have-a-roadmap">Q. Do you have a roadmap?</h4>
<p>Yes, we do. It’s available on our Whitepaper you can dowload it from our GitHub:</p>
<p><a href="Whitepaper">https://github.com/pandanite-crypto/pdnpaper/blob/main/whitepaper.pdf</a></p>
<h4 id="q-when-smart-contracts">Q. When Smart Contracts?</h4>
<p>Because of the custom lightweight C++ code it is hard to implement something like that without heavy modification.</p>
<h4 id="q-when-smart-nodes">Q. When will there be Smart Nodes?</h4>
<p>Its not that easy to switch to POS or a hybrid method of POW/POS and we like PDN to be decentralized and secured by POW.</p>
<h4 id="q-is-the-team-finnish">Q. Is the team Finnish?</h4>
<p>The team is international. We have more than 600 community members from all around the globe.</p>
<h4 id="q-how-do-i-know-if-the-node-port-is-open">Q. How do I know if the node port is open?</h4>
<p>Test if port 3000 is open on your machine, for example <a href="https://www.yougetsignal.com/tools/open-ports/">https://www.yougetsignal.com/tools/open-ports/</a> If port is not open make sure you open it in the admin panel if you are renting VPS or in your router if you are running your node at home. Also, remember to add appropriate firewall rules.</p>
<h4 id="q-why-arent-there-any-marketing-campaigns">Q. Why aren’t there any marketing campaigns?</h4>
<p>We will try to run promotion campaigns, but it is a community coin so we don’t have huge coffers and there is a lot of competition. We didn’t have an ICO or fund raising/huge pre-mine to support an aggressive advertisement campaign. Bear market is making things even harder, so we prefer to build up slowly and we are happy for any steady organic growth. We plan to get listed on other exchanges to attract a bigger audience for PDN.</p>
<h4 id="q-my-antivirus-scanner-says-wallet-and-miner-executables-contain-lots-of-viruses-and-trojan-horses-why-is-that">Q. My antivirus scanner says wallet and miner executables contain lots of viruses and trojan horses, why is that?</h4>
<p>Usually antivirus software companies mark mining executables as viruses because some people use computers for mining without the computer owner’s consent. That kind of behavior is against ToS or even illegal in case of botnets. If you are the owner of the computer used for mining it’s just a false positive alert, add it to exceptions. But make sure you download only from the official website or github repository and verify the hash of the file.</p>
<h4 id="q-i-have-many-years-of-experience-in-blockchain-development-can-i-join-the-team">Q. I have many years of experience in blockchain development. Can I join the team?</h4>
<p>Why not? Join our Discord Server and you will be screened by our dev(s):</p>
<ul>
<li>
<p>[https://discord.com/invite/crfkWjxYyT](https://](https://discord.com/invite/crfkWjxYyT)</p>
</li>
<li>
<p>We are happy to recruit C++ dev(s) mainly but we are open minded.</p>
</li>
</ul>
<p><strong>Managing PDN nodes.</strong></p>
<ul>
<li>Setting up a node on Windows…</li>
<li>Windows is not currently supported as a build environment!!!</li>
</ul>
<p><strong>Setting up a node on Linux/Ubuntu/MAC etc…</strong></p>
<ul>
<li>[https://github.com/pandanite-crypto/pandanite#getting-started](<a href="https://github.com/pandanite-crypto/pandanite#getting-started">https://</a></li>
</ul>
<p><strong>Setting up Pandanite wallet</strong></p>
<p>PDN electron wallet
<a href="https://github.com/pandanite-crypto/pandanite-wallet">https://github.com/pandanite-crypto/pandanite-wallet</a></p>
<p><strong>Is it possible to mine PDN on Pools other than Shifu Pool?</strong></p>
<p>Yes! Check this list:</p>
<ul>
<li><a href="https://miningpoolstats.stream/pandanite">https://miningpoolstats.stream/pandanite</a></li>
</ul>
<p>Compiling from source code:</p>
<ul>
<li><a href="https://github.com/pandanite-crypto/pandanite#getting-started">https://github.com/pandanite-crypto/pandanite#getting-started</a></li>
</ul>
<br>
<h4 id="troubleshooting-common-problems">Troubleshooting common problems:</h4>
<p><b>Mining payment is not arriving</b></p>
<p>Ping the relevant pool operators. Some may be on Discord.</p>
<p><b>Can’t mine using Decrypted with a GPU</b></p>
<p>Of course, because Decrypted is a CPU only miner.</p>
<p><b>How do I use HiveOS?</b></p>
<p>See instruction in the following link: <a href="https://github.com/pandanite-crypto/pandanite-hiveos">https://github.com/pandanite-crypto/pandanite-hiveos</a></p>
<p><b>I have old client build from when the coin was called BMB</b></p>
<p>This is no problem. You need a publicKey, privateKey, and wallet address. If you format it like the following, then the old "f10 wallet" can read it:<br>
<div id="key-format">
{ “privateKey”: “XXXXXX”,<br>
“publicKey”: “XXXXXX”,<br>
“wallet”: “XXXXXX” }<br>
</div></p>
<p>Here is a link to the old wallet: <a href="https://github.com/f10crypto/bamboowallet/releases">https://github.com/f10crypto/bamboowallet/releases</a></p>
<p><span id="q-how-to-keep-an-android-phone-from-screen-locking" style="font-weight:bold;">How do I keep an android phone from screen locking?</span><p>
<p>First, try the instruction contained in this link: <a href="https://www.xda-developers.com/how-to-enable-always-on-display-android/">https://www.xda-developers.com/how-to-enable-always-on-display-android/</a></p>
<p>If that didn’t help, you can turn on “developer’s mode” by tapping several times on the firmware version of your phone. Then try enabling the “Always on while charging” option in developer’s options</p>
</section>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="flex-1" style="background-color: rgb(0,0,0); color: rgb(255, 255, 255);">
<div
class="flex flex-col lg:flex-row items-center gap-12 lg:gap-3 container mx-auto py-12 lg:py-14 xl:py-20">
<div class="w-full lg:w-auto lg:max-w-[35%]">
</div>
<div class="flex-1 w-full flex flex-col gap-12 lg:gap-6 justify-end">
<div class="flex flex-col lg:flex-row items-start lg:items-center lg:justify-end gap-12 lg:gap-14 w-full lg:w-auto max-w-[100vw]">
<ul
class="flex items-center gap-x-7 lg:gap-x-4 gap-y-2 flex-wrap"
>
<li>
<a target="_blank" href="https://github.com/pandanite-crypto/pandanite">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" style="height:24px;" viewBox="0 0 496 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg></a>
</li>
<li>
<a target="_blank" href="https://discord.com/invite/crfkWjxYyT">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" style="height:24px;" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"/></svg></a>
</li>
<li>
<a target="_blank" href="https://t.me/pandanite">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" style="height:24px;" viewBox="0 0 496 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"/></svg></a>
</li>
<li>
<a target="_blank" href="https://twitter.com/pdn_pandanite"">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
width="24"
height="24"
class="w-8 h-8"
style="color:#fff">
<path d="M22 5.92396c-.7352.32682-1.5265.54727-2.3567.64592.8477-.50748 1.4976-1.31133 1.8042-2.27026-.7929.47053-1.6707.81196-2.6057.99628C18.0936 4.49855 17.0271 4 15.8469 4c-2.2658 0-4.1029 1.83708-4.1029 4.10328 0 .32114.0362.63415.1064.93498-3.41027-.17132-6.43404-1.8046-8.45787-4.28719-.35321.60573-.55539 1.31052-.55539 2.06321 0 1.42338.72428 2.6795 1.8253 3.41512-.67231-.0215-1.30523-.2062-1.85859-.51355-.00041.01705-.00041.03451-.00041.05197 0 1.98768 1.41445 3.64578 3.29172 4.02328-.34427.0934-.70682.1437-1.08113.1437-.2647 0-.52169-.0255-.77219-.0738.52251 1.63 2.03764 2.8167 3.8329 2.8496-1.4043 1.1006-3.17317 1.7566-5.09591 1.7566-.33088 0-.6577-.0194-.97883-.0576 1.81637 1.1648 3.97296 1.8436 6.28991 1.8436 7.54769 0 11.67449-6.2522 11.67449-11.67451 0-.17782-.0037-.35524-.0114-.53143.8014-.57731 1.4973-1.30037 2.047-2.1233Z"></path></svg></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>