-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
146 lines (144 loc) · 5.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mineuino</title>
<script
type="text/javascript"
src="https://cdn.rawgit.com/h2non/jsHashes/master/hashes.js"
></script>
<script src="miner.js" defer></script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap");
* {
font-family: "Work Sans", sans-serif;
background-color: #c5c5c5;
}
footer {
text-align: center;
color: #000000c2;
font-weight: 300;
font-style: italic;
}
</style>
</head>
<body>
<div id="mineuino-div" data-mineuino-username="vatsadev"></div>
<header>
<h1 style="text-align: center">Mineuino</h1>
<h2 style="text-align: center">Monetize, without user annoyance</h2>
<img
src="logo.png"
alt="logo"
style="
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
"
/>
</header>
<main>
<div class="reasons" style="text-align: center">
<h3>Why should you use this?</h3>
<h2>Your money belongs to you</h2>
<p>
With Mineuino your money is taken straight from your users to your
wallet, we do nothing with it in the middle, we're just the javascript
getting it to you. There is no third party, no middleman, just you and
your money.
</p>
<h2>Environment friendly</h2>
<p>
duino-coin uses environment friendly SHA-1 hashes, making the entire
chain use less electricity than a household.
</p>
<h2>Every device generates revenue</h2>
<p>
due to the rise of mobile devices, monetizers get more than half their
users from mobile devices. Duino-coin is prepared, with the next gen
kolka system, designed to make all devices good miners and revenue
creators.
</p>
<h2>Anti-Virus safe</h2>
<p>
So far, AVG, avast and other anti viruses do not consider this a
trojan, and it is not, check out the source code on github at
vatsadev/mineuino.
</p>
<h2>No user tracking</h2>
<p>
With the rise of web3 and privacy, users should remain anonymous, and
mineuino is prepared, making sure there are no trackers, and that no
user details are revealed in the miner
</p>
<h2>Uses far less battery than ads</h2>
<p>
As brave browser has shown, ads take up 35% more battery than needed,
and mineuino understands battery concerns, but duino-coin mining wont
even turn on your laptop fan, as the gpu usage is very low.
</p>
<h2>All protocols</h2>
<p>
we understand that your website may use http, https, or ipfs and we
support multiple protocols.
</p>
<h2>Crypto Currencies</h2>
<p>You get paid out in duino-coin, a environment friendly currency</p>
<h2>Helps retentive sites, not clickbaits</h2>
<p>
As mining requires time, the more time a user is engaged at your site,
the more you earn, while 2 second clickbaits earn almost nothing
</p>
code to use ->
<code
style="
display: block;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 600px;
font-family: monospace;
padding: 5px;
background-color: #080808;
color: #fff;
text-align: center;
"
>
<script type="text/javascript"
src="https://cdn.rawgit.com/h2non/jsHashes/master/hashes.js"
></script> <script src="https://mineuino.vercel.app/miner.js"
defer></script> <div id="mineuino-div"
data-mineuino-username=""></div>
</code>
<h2>other links to mineuino script</h2>
<code
style="
display: block;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 600px;
font-family: monospace;
padding: 5px;
background-color: #080808;
color: #fff;
text-align: center;
"
>
https://raw.githubusercontent.com/VatsaDev/Mineuino/main/miner.js
</code>
</div>
</main>
<footer>
© Vatsadev 2021 - present <br />
please notify users <br />
this is not affiliated with duino-coin in any way <br />
this site is monetized by mineuino
</footer>
</body>
</html>