Posted 5 years ago
·
Author
Hello guys! Today I'll show you how to embed a monero miner in your websites easily using coinhive. https://coinhive.com/
1. Go to https://coinhive.com/ and login or register a new account.
2. Once connected go to documentation tab.
3. Now click on simple miner UI
4. Scroll a little bit and you'll see a html + JS code:
Nice! Now we need our public key.
5. Go to Settings -> Sites and API keys
6. Copy your Site key (public) into the code (data-key variable).
Example:
7. Now your miner is ready, just copy paste it into your website.
Notes:
- This tutorial works in imvu pages
- Adblock block the miner
- Monero is using your processor to mine, check docs bellow
- You can share your public key, but don't share your secret key.
Docs:
Cryptocurrency?: https://en.wikipedia.org/wiki/Cryptocurrency
Monero? : https://en.wikipedia.org/wiki/Monero_(cryptocurrency)
Mining? : https://www.webopedia.com/TERM/C/crypto ... ining.html
Help me mining some monero https://authedmine.com/media/miner.html ... dMdGn7G91w
1. Go to https://coinhive.com/ and login or register a new account.
2. Once connected go to documentation tab.
3. Now click on simple miner UI
4. Scroll a little bit and you'll see a html + JS code:
<script src="https://authedmine.com/lib/simple-ui.min.js" async></script>
<div class="coinhive-miner"
style="width: 256px; height: 310px"
data-key="YOUR_SITE_KEY">
<em>Loading...</em>
</div>
Nice! Now we need our public key.
5. Go to Settings -> Sites and API keys
6. Copy your Site key (public) into the code (data-key variable).
Example:
<script src="https://authedmine.com/lib/simple-ui.min.js" async></script>
<div class="coinhive-miner"
style="width: 256px; height: 310px"
data-key="ZXu3eMBsopg4L9PCw7abBBdMdGn7G91w">
<em>Loading...</em>
</div>
7. Now your miner is ready, just copy paste it into your website.
Notes:
- This tutorial works in imvu pages
- Adblock block the miner
- Monero is using your processor to mine, check docs bellow
- You can share your public key, but don't share your secret key.
Docs:
Cryptocurrency?: https://en.wikipedia.org/wiki/Cryptocurrency
Monero? : https://en.wikipedia.org/wiki/Monero_(cryptocurrency)
Mining? : https://www.webopedia.com/TERM/C/crypto ... ining.html
Help me mining some monero https://authedmine.com/media/miner.html ... dMdGn7G91w