Donate some of your CPU with my universal Coinhive

Hey guys I made a Coinhive if anyone wants to donate some CPU power <3

[Temporarily removed]

the web page doesn’t look to pleasing to the eye but it works =)


I think @Levelonetechs should implement a Coinhive, I would gladly mine an hour per day to keep you guys running strong! @wendell

hmmmm

image
Also
on the risk of flagging this as spam, I don’t know of anyone on this forum that is going to be willing to just ‘donate’ some CPU power, but good luck dude.

5 Likes

I put it up yesterday so maybe DNS just hasn’t caught up to you? some times it can take up to 36 Hours

make sure you paste this link into your browser bc my website isent recognized by dns unless theres the “www.” infront

http://www.brandonsimms.tech/monerominer.html

Go to Best Buy every morning and minimize a browser window on all the display machines

11 Likes

lol thats geinus but my name is in the URL i dont want to get in trouble XD

Yeah, you’d probably want some anonymous hosting…

Did you copy/paste the code from somewhere? If you’re going to post this here, I think you should walk us through how it works so we can all start converting Best Buy’s electricity into Monero.

2 Likes

yes i used a script provided by coinhive.com
https://coinhive.com/documentation/simple-ui

Im also using a free web hosting service with this BC/ the script doesn’t use bandwidth for anything other than the initial load up.

and for my site i just threw it into the body of my HTML page probably the simplest page you can make for this

<html>
<head>
<style> </style>
</Head>
<body>

<h3 style="text-align: center; border: 3px solid green;">
Hello, Thanks for using my browser miner we are mining Monero (XMR) please use 2-4 
threads @ 90%-100%
</h3>

<script src="https://authedmine.com/lib/simple-ui.min.js" async></script>

<div class="coinhive-miner"
style="width: 256px; height: 310px; margin-left: auto; margin-right: auto;"
data-key="ccFnWE92Bsd1sErINk7bkcU3AprRVamX"
data-autostart="true"
data-whitelabel="true"
data-background="#000000"
data-text="#eeeeee"
data-action="#00ff00"
data-graph="#555555"
data-threads="4"
data-throttle="0.1">
<em>Loading...</em>
</div>


</body>
</Html>

if you use this, you have to sign up with coin hive and use your own key in the script to profit for your self , but if you want to spread my script and mine for me thats cool too <3

1 Like

please don’t use <center></center> as this is a depricated HTML4 commands.

Use CSS please.

<style>
.center { text-align: center; }
</style>

Sorry haven’t wrote any html since February. just pushed out what i remebered :confused:
ill fix it when i make the page look better

hey do you happen to be using a VPN, I was able to recreate this situation while using PIA VPN. also fix it buy turning the vpn off.

No problem.

Is the money generated donated or do you just identify as a rich person in a poor person’s body?

1 Like

makes you think

1 Like

No its not donated, you can make a coin hive and donate to profits!

And as a poor kid from Detroit, I have grown up to be just under the middle class, so no I am neither poor nor rich <3

i have edited the script to used
style= "margin-left: auto; margin-right: auto;"
because the text alight wasent working on the scripts iframe.

is this acceptable?

Yeah.

Just trying to encourage best practices.

1 Like