-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
503 lines (431 loc) Β· 25.9 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
<!DOCTYPE html>
<!-- adapted from https://www.w3schools.com/w3css/tryw3css_templates_parallax.htm#portfolio -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>#MAZA crypto coin for sovereign tribes</title>
<meta name="description" content="Maza is a cryptocurrency for sovereign tribes. It is known as mazacoin, created in 2013.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/w3.css">
<link rel="stylesheet" href="./css/Lato.css">
<!--- <link rel="stylesheet" href="./css/font-awesome.min.css"> --->
<!-- our project needs Font Awesome Solid + Brands -->
<link href="./css/font-awesome/css/fontawesome.min.css" rel="stylesheet">
<link href="./css/font-awesome/css/brands.min.css" rel="stylesheet">
<link href="./css/font-awesome/css/regular.min.css" rel="stylesheet">
<link href="./css/font-awesome/css/solid.min.css" rel="stylesheet">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico">
<!-- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> -->
<!-- apple -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon-180x180.png">
<!-- Browser -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon/favicon-32x32.ico">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon/favicon-96x96.png">
<!-- Windows Metro -->
<meta name="msapplication-square310x310logo" content="images/favicon/mstile-310x310.png">
<meta name="msapplication-TileColor" content="[HEXFARBE (z.B. #000000)]">
<style>
body{
background-color: #fcfcfc;
color: #000;
}
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
height: 100%;
line-height: 1.8;
}
.dark-mode-a {
background-color: #3f3f3f;
color: #f1f1f1;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) /w3images/parallax1.jpg*/
.bgimg-1 {
background-image: url('./images/bison-splash-1014x800.jpg');
min-height: 100%;
background-color: #3f3f3f;
}
/* Second image (Portfolio) */
.bgimg-2 {
background-image: url("./images/goldcoin.png");
min-height: 400px;
}
/* Third image (Contact) */
.bgimg-3 {
background-image: url("./images/photo_2022-02-10_16-06-25.jpg");
min-height: 400px; /* mazatribe.DIWYRGnWAAAKbkY.jpg hive_background_flash.png*/
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 1600px) {
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: scroll;
min-height: 400px;
}
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa-solid fa-bars"></i>
</a>
<!-- <a href="#home" class="w3-bar-item w3-button"><i class="fa fa-home"></i></a> -->
<a href="#home" class="w3-bar-item"><img src="images/mazacoin-flat-bright-saturated.64.png" width="28" height="28" alt="Maza logo"></a>
<a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa-solid fa-map"></i> ROADMAP</a><!-- fa-user -->
<a href="#wallets" class="w3-bar-item w3-button w3-hide-small"><!-- <i class="fa fa-download"></i> --> WALLETS</a>
<a href="#mining" class="w3-bar-item w3-button w3-hide-small">MINING</a>
<a href="#news" class="w3-bar-item w3-button w3-hide-small"><!-- <i class="fa fa-rocket"></i> --> NEWS</a>
<a href="#findus" class="w3-bar-item w3-button w3-hide-small"><!-- <i class="fa fa-rocket"></i> --> SOCIAL</a>
<a href="javascript:void(0);" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-yellow" onclick="toggleDark()">
<i class="fa-regular fa-moon"></i>
</a>
<img src="images/MAZAword_Transparent365x155.png" alt="Maza Tribe" height="32" class="w3-display-middle w3-hide-medium">
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ROADMAP</a>
<a href="#wallets" class="w3-bar-item w3-button" onclick="toggleFunction()">WALLETS</a>
<a href="#mining" class="w3-bar-item w3-button" onclick="toggleFunction()">MINING</a>
<a href="#news" class="w3-bar-item w3-button" onclick="toggleFunction()">NEWS</a>
<a href="#findus" class="w3-bar-item w3-button" onclick="toggleFunction()">SOCIAL</a>
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container w3-opacity-none" id="home">
<div class="w3-quarter w3-display-right">
<span class="w3-padding-large w3-xlarge w3-wide w3-animate-opacity w3-hide-medium w3-hide-small">
<strong><br>coin for<br>sovereign<br>tribes</strong><br>
<a href="#about"><i class="fa-regular fa-caret-square-down w3-hover-text-red"></i></a>
</span>
</div>
<div class="w3-half w3-display-bottomleft" style="white-space:nowrap;"><!-- w3-display-middle -->
<!-- <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">MY <span class="w3-hide-small">WEBSITE</span> LOGO</span> -->
<span class="w3-padding-large w3-xlarge w3-wide w3-animate-opacity" ><img src="./images/MAZAword_Transparent365x155.png" alt="MAZA"></span><br>
<span class="w3-padding-large w3-xlarge w3-wide w3-animate-opacity"><strong> CRYPTOCURRENCY</strong></span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64" id="about">
<h3 class="w3-center">The Roadmap to MAZA</h3>
<p class="w3-center"><em>finance and data with built in transparency and accountability</em></p>
<p>Maza Coin began as a new crypto currency back in 2013 with a focus on providing Oglala Sioux a more independent economy. Now it wants to impact the Native American and other sovereign community economies for the better. As a currency is designed to be a form of digital money that is secure, transparent, and decentralized, allowing users to make transactions without the need for a third-party intermediary. But is more than just a coin. We have further positioned ourselved to leverage the full potential of blockchain technology in an effort to help tribal and other communities gain a better foothold in the overall global community. Whether you use Mazacoin as a secure means to pay for goods and services or harness our advanced block chain for secure document retention and security, its there for you, at your fingertips 24/7. What can Mazacoin do for you? </p>
<div class="w3-row">
<div class="w3-col m6 w3-center w3-padding-large">
<p><b>founder, Payu Harris</b></p>
<a href="https://youtu.be/3BoQGkCu_Fk" target="_blank"><img src="images/mashable-doc-thumb.png" alt="Mazacoin Documentary on Mashable" width="260" height="176" border="0"></a>
<!-- <iframe width="260" height="175" src="https://www.youtube.com/embed/3BoQGkCu_Fk" allowfullscreen style="border:none;"></iframe> -->
<p class="subtitile">Mazacoin Documentary on Mashable
</p>
</div>
<div class="w3-col m6 w3-padding-large"><!-- w3-hide-small -->
<p><a href="./docs/MAZA-whitepaper-2014.pdf" target="_blank">Original 2014 Whitepaper</a> - where it all began, Anonymous Pirate</p>
<p><a href="./docs/Mazacoin-for-tribes.pdf" target="_blank">Mazacoin for Tribes</a> and <a href="./docs/Mazacoin-for-Tribes_Taxes-and-Gaming.pdf" target="_blank">for Taxes and Gaming</a> - June 2022, Payu Harris</p>
<p><!-- You can support the tribes by donating MAZA to our community fund. (maza address and QR code go here)--> <!-- [ Do we have a maza address for a community fund? ] --></p>
<!-- <p> [ Do we have a write-up summarizing the most recent code changes?? ] </p> -->
</div>
</div><!-- end row -->
<p class="w3-large w3-center w3-padding-16">MAZA use and projects</p>
<p class="w3-wide"><i class="fa-regular fa-money-bill-1"></i>Money</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:100%"><!-- 90% --></div>
<ul>
<li>buy and sell goods and services</li>
<li>donate to community improvement projects</li>
<li>invest, hodl</li>
</ul>
<br>
</div>
<p class="w3-wide"><i class="fa-solid fa-address-card"></i>Permanant Storage</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:100%">People have been etching information into the MAZA blockchain using Apertus.</div><!-- 85% -->
<ul>
<li>tribal IDs</li>
<li>Standing Rock testimonies preserved in MAZA</li>
<li>Police brutality database</li>
<li>NFTs</li>
</ul>
<br>
</div>
<p class="w3-wide"><i class="fa-regular fa-handshake"></i>Services and Apps</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:100%"></div>
<ul>
<li>Maza Swarm - use maza to get your questions answered by the swarm, earn MAZA being a part of the swarm!</li>
</ul>
<br>
</div>
</div><!-- end about container -->
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
<span class="w3-xlarge"><img src="./images/mazacoin-flat-bright-saturated.64.png" alt="Maza logo" width="64" height="64"> Celebrating 10 years of MAZA <img src="./images/mazacoin-flat-bright-saturated.64.png" alt="maza logo" width="64" height="64" class="w3-hide-small"> </span>
<!-- <div class="w3-quarter w3-section">
<span class="w3-xlarge">14+</span><br>
Partners
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">55+</span><br>
Projects Done
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">89+</span><br>
Happy Clients
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">150+</span><br>
Meetings
</div> -->
</div>
<!-- Second Parallax Image with Portfolio Text -->
<div class="bgimg-2 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">NEWS AND PLANS</span>
</div>
</div>
<!-- Container (News Section) -->
<div class="w3-content w3-container w3-padding-64" id="news">
<h3 class="w3-center">MILESTONES</h3>
<p class="w3-center"><em>News, milestones, and current projects.<br></em></p><br>
<!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
<div class="w3-row-padding w3-center">
<div class="w3-col m3">
<img src="./images/news/Add-Coin-Maza.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Servers added for redundancy and to support being added to Komodo Mobile Wallet">
<p>Servers added for redundancy and to support being added to Komodo Mobile Wallet<br>September 2023</p>
</div>
<div class="w3-col m3">
<a href="https://twitter.com/HarrisPayu/status/1578442642152919041"><img src="./images/news/payu-tweet-oct2022.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Tribal Chairmans Association - October 2022"></a>
<p>Tribal Chairmans Assoc.<br>October 2022</p>
</div>
<div class="w3-col m3">
<a href=" https://www.technologyreview.com/2022/04/27/1049573/mazacoin-indigenous-digital-currency/"><img src="./images/news/MIT-article-thumnail.png" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="MazaCoin, the dream of a sovereign monetary system for indigenous people is still alive"></a>
<p>MIT Technology Review<br>April 2022<br>
He created an indigenous digital currency. The dream is still alive.</p>
</div>
<div class="w3-col m3">
<img src="./images/p3.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="the protector">
</div>
<div class="w3-col m3">
<!-- <img src="./images/p4.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Quiet ocean"> -->
</div>
</div>
<!--
<div class="w3-row-padding w3-center w3-section">
<div class="w3-col m3">
<img src="./images/p5.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist">
</div>
<div class="w3-col m3">
<img src="./images/p6.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="My beloved typewriter">
</div>
<div class="w3-col m3">
<img src="./images/p7.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Empty ghost train">
</div>
<div class="w3-col m3">
<img src="./images/p8.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Sailing">
</div>
<button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
</div> -->
</div><!-- end how-to section -->
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa-solid fa-xmark"></i></span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img src="#" alt="" id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<!-- Third Parallax Image with Portfolio Text -->
<div class="bgimg-3 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">MAZA TOOLS</span>
</div>
</div>
<!-- Container (Wallet Section) -->
<div class="w3-content w3-container w3-padding-64" id="wallets">
<h3 class="w3-center">GET MAZA!</h3>
<p class="w3-center"><em>Wallets, Exchanges, and Mining</em></p>
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<img src="./images/maza_splash.png" alt="MAZA-qt v.0.16.3.0 splash screen" class="w3-image w3-round" style="width:100%">
</div>
<div class="w3-col m8 w3-panel">
It is best to keep your MAZA in a wallet that you have control of. That is why you should first install a wallet to store your coins! Our official desktop wallet can be downloaded from github and is available for Windows, Linux and Mac. There is an option to do hive mining in the official wallet.
<br>
<p><strong>MAZA CORE v.0.16.3.0 WALLET DOWNLOADS</strong></p>
<ul>
<li><strong><a href="https://github.com/MazaCoin/maza/releases/tag/v0.16.3" target="_blank">All options of Linux, Windows, Mac</a></strong></li>
<!-- reminder to put up new version on IPFS -->
<!-- <p class="s-12 m-12 l-8 center"><a href="https://ipfs.io/ipfs/QmZ3s6sqhFPaPgTHthjuEuvZP1oBGE452CmrBsGjKhF6w3/maza-0.10.2-win32.zip"><strong>Windows 32</strong></a></p>
<p class="s-12 m-12 l-8 center"><a href="https://ipfs.io/ipfs/QmZ3s6sqhFPaPgTHthjuEuvZP1oBGE452CmrBsGjKhF6w3/maza-0.10.2-win64.zip"><strong>Windows 64</strong></a></p>
<p class="s-12 m-12 l-8 center"><a href="https://ipfs.io/ipfs/QmT1ksPxxrvktats9WkyDQrkeFHxdfq8bMeDXe7ire7zUS/maza-0.10.2-osx-unsigned.dmg"><strong>MAC OSX</strong></a></p>
<p class="s-12 m-12 l-8 center"><a href="https://ipfs.io/ipfs/QmZ3s6sqhFPaPgTHthjuEuvZP1oBGE452CmrBsGjKhF6w3/maza-0.10.2-win32.zip"><strong>Linux 32 Bit</strong></a></p>
<p class="s-12 m-12 l-8 center"><a href="https://ipfs.io/ipfs/QmWuXw1dbmfjw3Dxq2RrPLUVYycGmUZ2wRvHQNeMcnn4uC/maza-0.10.2-linux64.tar.gz"><strong>Linux 64 bit</strong></a></p> -->
<li><strong><a href="https://github.com/MazaCoin/maza/releases/download/v0.16.3/maza-0.16.3-osx-unsigned.dmg">MAC OSX</a></strong></li>
<li><strong><a href="https://github.com/MazaCoin/maza/releases/download/v0.16.3/maza-0.16.3-win32-setup-unsigned.exe">Mazacoin Win32 Bit</a></strong></li>
<li><strong><a href="https://github.com/MazaCoin/maza/releases/download/v0.16.3/maza-0.16.3-win64-setup-unsigned.exe">Mazacoin Win64 Bit</a></strong></li>
</ul>
</div>
</div>
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<img src="./images/komodo-wallet-logo_black.png" alt="Komodo Wallet logo" class="w3-image w3-round" style="width:100%">
</div>
<div class="w3-col m8 w3-panel">
The Komodo Wallet allows you access to your private keys so you have possession of your own coins. This is a multi-coin wallet that includes a DEX (decentralized exchange). So, you can hold many different coins in it and buy and sell them with other Komodo wallet users.
<br>
<p><strong>Komodo Wallet</strong></p>
<ul><li><strong><a href="https://atomicdex.io/en/desktop/">desktop version is available for Windows, Mac, and Linux</a></strong></li></ul>
<ul><li><strong><a href="https://atomicdex.io/en/mobile/">mobile version is available for IOS and Android</a> <i>*IOS version is in beta-test mode.</i></strong></li></ul>
</div>
</div>
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<a href="https://youtu.be/9oE3VV5GOds" target="_blank"><img src="images/trading-tutorial-thumb.png" alt="Mazacoin Documentary on Mashable" width="260" height="151" border="0"></a>
<p class="subtitile">Mazacoin Tutorial: Trading Basics</p>
</div>
<div class="w3-col m8 w3-panel">
<h3 class="w3-center">But How do I get Maza in the first place?</h3>
<p>You can get MAZA from someone else directly or you can buy it on an exchange. To buy on an exchange first you must obtain some other cryoto to buy it with, like bitcoin or litecoin. Watch the video on the left for instructions and look below for links to exchanges.</p>
</div>
</div>
</div><!-- end wallet section -->
<div class="w3-row w3-center w3-dark-grey w3-padding-16" id="exchanges">
<span class="w3-xlarge">More Tools of the Trade</span>
</div>
<!-- Container (Mining, exchanges, blockchain explorers, market watchers Section) -->
<div class="w3-content w3-container w3-padding-64" id="mining">
<h2 class="w3-center">Exchanges, Block Explorers, Mining, and Charts</h2>
<p><em>Once you have a <a href="#wallets">wallet</a>, MAZA can be earned by mining or bought in exchanges. When you start making transactions in MAZA you can find and track those transactions in a block explorer. You might also want to look up historical price trends and other charts.</em></p>
<div class="w3-row">
<div class="w3-col m6 w3-panel">
<h3>Exchanges</h3>
<ul>
<li><strong><a href="https://freixlite.com/market/MAZA/LTC" target="_blank">FreiXlite</a></strong> Litecoin (LTC) market</li>
<li><strong><a href="https://freiexchange.com/market/MAZA/BTC" target="_blank">FreiExchange</a></strong> - Bitcoin (BTC) market</li>
<li><strong><a href="https://altquick.com/market/Mazacoin" target="_blank">Altquick Exchange</a></strong> - BTC/MAZA swap</li>
<li><strong><a href="https://altquick.com/swap" target="_blank">Altquick Swap</a></strong> - BTC/MAZA swap, no account necessary</li>
<li><strong><a href="https://trade.exbitron.com/" target="_blank">Exbitron</a></strong> - exchange with DOGE and USDT</li>
<li><strong><a href="https://atomicdex.io/en/" target="_blank">Komodo</a></strong> <i>formerly Atomic Dex</i> - a decentralized exchange (DEX) inside your own wallet, no account necessary and you hold your own coins</li>
</ul>
</div>
<div class="w3-col m6 w3-panel">
<h3>Explore and Chart</h3>
<ul>
<li><strong><a href="https://mazacha.in/" target="_blank">MAZA Explorer</a></strong> - a blockchain explorer</li>
<li><strong><a href="https://openchains.info/coin/mazacoin/blocks" target="_blank">openchains</a></strong> - another block explorer</li>
<li><strong><a href="https://coinpaprika.com/coin/maza-maza/" target="_blank">CoinPaprika</a></strong> - market charts</li>
<li><strong><a href="https://www.coingecko.com/en/coins/maza" target="_blank">CoinGecko</a></strong> - crypto markets</li>
<li><strong><a href="http://bitfossil.com/" target="_blank">Bit Fossil</a></strong> - Search the blockchains by text. for example: mazacoin #NFT</li>
</ul>
</div>
</div>
<div class="w3-row">
<div class="w3-col m12 w3-container">
<h3>More fun with MAZA</h3>
<ul>
<li><strong><a href="http://apertus.io/" target="_blank">Apertus</a></strong> - etch data, text and images, into the MAZA chain</li>
<li><strong><a href="https://313.cash/" target="_blank">Pinball.cash</a></strong> - social platform for Maza and a handful of other coins. There are air-drops, games, NFTs, market/service place, publishing, and trading. They state that it is for temporary use and give the sound advise: "Never keep more art/data on a centralized server than you can afford to lose." This is a fun place. Do explore it.</li>
</ul>
</div>
</div>
<div class="w3-row w3-padding-32 w3-section w3-hide-small w3-hide-small w3-hide-medium" style="background-image: url('./images/hive_background_flash.png');" >
<div class="w3-col m12 w3-container">
<h1>MAZA MINING</h1>
</div>
</div>
<div class="w3-row w3-padding-32 w3-section w3-hide-large" >
<div class="w3-col m12 w3-container">
<h1>MAZA MINING</h1>
<img src="./images/hive.png" alt="hive mining in the wallet">
</div>
</div>
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m12 w3-container">
<!-- NEW IN MAZA 0.16.3 -->
<strong>Hive Mining</strong> - purchase bees with MAZA within the Maza-QT core wallet. The bees work on the blockchain to find blocks.
<blockquote><a href="https://hive.mazacoin.org/guide" target="_blank">Hive Mining Guide</a><br>
<a href="https://youtu.be/2J6fTXBR0II" target="_blank">video tutorial</a></blockquote>
<strong>CPU Mining</strong> - MAZA 0.16.3 incorporates the MinotaurX algorithm to allow for mining by CPU miners without ASIC equipment.
<blockquote><a href="https://miningpoolstats.stream/mazacoin-minotaurx" target="_blank">Minotaurx mining pool stats</a></blockquote>
<strong>SHA-256 mining</strong> - is still enabled, however, ASICBoost is no longer supported.<br>
<blockquote><a href="https://miningpoolstats.stream/mazacoin-sha" target="_blank">SHA-256 mining pool stats</a></blockquote>
</div>
</div>
</div>
<div class="w3-row w3-center w3-dark-grey w3-padding-16" id="findus">
<span class="w3-xlarge">Where to Find Us</span>
</div>
<div class="w3-content w3-container w3-padding-64" id="mining">
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m12 w3-container">
If you would like to help towards the development of MAZA or join in the MAZA community join us on <a href="https://t.me/mazatribe">Telegram</a>
<br>We are also on Discord and other platforms.
<br>
<div class="w3-xlarge w3-section">
<a href="https://t.me/mazatribe" aria-label="maza tribe on telegram"><i class="fa-brands fa-telegram w3-hover-opacity"></i></a>
<a href="https://discord.gg/v44jRADfsS" aria-label="mazatribe on discord"><i class="fa-brands fa-discord w3-hover-opacity"></i></a>
<a href="https://github.com/mazacoin" aria-label="mazacoin on github"><i class="fa-brands fa-github w3-hover-opacity"></i></a>
<a href="https://twitter.com/mazacoin" aria-label="mazacoin on twitter"><i class="fa-brands fa-x-twitter w3-hover-opacity"></i></a>
<a href="mailto:[email protected]" aria-label="email maza tribe"><i class="fa-solid fa-envelope-square w3-hover-opacity"></i></a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off" id="findus">
<a href="#home" class="w3-button w3-light-grey"><i class="fa-solid fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="https://t.me/mazatribe" aria-label="maza tribe on telegram"><i class="fa-brands fa-telegram w3-hover-opacity"></i></a>
<a href="https://discord.gg/v44jRADfsS" aria-label="mazatribe on discord"><i class="fa-brands fa-discord w3-hover-opacity"></i></a>
<a href="https://github.com/mazacoin" aria-label="mazacoin on github"><i class="fa-brands fa-github w3-hover-opacity"></i></a>
<a href="https://twitter.com/mazacoin" aria-label="mazacoin on twitter"><i class="fa-brands fa-x-twitter w3-hover-opacity"></i></a>
<a href="mailto:[email protected]" aria-label="email maza tribe"><i class="fa-solid fa-envelope-square w3-hover-opacity"></i></a>
</div>
<!-- <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p> -->
</footer>
<script>
function toggleDark() {
var element = document.body;
element.classList.toggle("dark-mode-a");
}
</script>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Change style of navbar on scroll
window.onscroll = function() {myFunction()};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body></html>