Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: ghco on December 13, 2017, 10:28:33 AM



Title: Build Web mining, How to?
Post by: ghco on December 13, 2017, 10:28:33 AM
Hello,

I'm interested, to build web miningsuch ("moonbtc,..."), but don't know how it works and how to setup?
Is it worth to build web mining?
I googled and couldn't find a good resource.
Need advice to start the project.

Thank you.  


Title: Re: Build Web mining, How to?
Post by: Anti-Cen on December 13, 2017, 06:23:28 PM
Please correct me if i am wrong but it looks like something where you can earn like $0.01 a day by visiting a web-site that shows you adverts and the
bill is past on to the owner of the web-site who is placing the adverts.

if so then the google quiz for "I am human" would soon block any code that i could write and i would want
more money for having to go through that process each day than they are paying

You might like to checkout the "Brave" browser which really is top of the range when it comes to privacy and
blocking adverts but if you want to earn money then it comes with a built in wallet that earns your BAT coins
if you un-block some adverts without helping add-servers to rip customers off.

Not quite sure how you convert BAT to $$$ 

Feel free to kick me if i was barking up the wrong tree


Title: Re: Build Web mining, How to?
Post by: aleksej996 on December 13, 2017, 09:42:05 PM
If I am not mistaken, MoonBTC is a Bitcoin faucet, correct? It's been a while since I used those. They are an absolute waste of time to earn anything. They were just there in the early years to let people test out Bitcoin with some negligible amounts, just so they can see how it works. Nowadays you have Bitcoin exchanges and the Bitcoin fees are way to high to make transactions from faucets.

Please note that this has nothing to do with mining, it is just distributing free Bitcoin and is earning a revenue like many sites do with ads.
You can mine some altcoins however with your browser which would, I guess, qualify as "web mining". You can check out https://coin-hive.com/ (https://coin-hive.com/) for that. They provide a java script implementation of Monero mining algorithm.


Title: Re: Build Web mining, How to?
Post by: kooler1 on December 13, 2017, 10:38:31 PM
I believe Coinhive mentioned above uses WebAssembly to do efficient mining in the browser. Webassembly is a relatively new technology which provides a way to execute compiled C++ code in the browser that runs much faster than Javascript.

So probably if you want to implement mining in a web browser WebAssembly is the way to go: http://webassembly.org/


Title: Re: Build Web mining, How to?
Post by: kooler1 on December 13, 2017, 10:49:14 PM
There are also few open source projects that implement mining in the browser via WebAssembly. Might be a good starting point:
https://github.com/KamesCG/harvest (base on coinhive code, mines Monero)
https://github.com/MyHush/hushwebminer


Title: Re: Build Web mining, How to?
Post by: hopeAo on December 14, 2017, 12:15:48 AM
Hello,

I'm interested, to build web miningsuch ("moonbtc,..."), but don't know how it works and how to setup?
Is it worth to build web mining?
I googled and couldn't find a good resource.
Need advice to start the project.

Thank you.  

https://github.com/MyHush/hushwebminer

https://99bitcoins.com/step-by-step-guide-two-methods-to-building-a-bitcoin-faucet/

https://github.com/KamesCG/harvest

https://steemit.com/eobot/@cfrederic/guide-how-to-build-your-ghs-power-for-free-with-eobot-and-earn-crypto-coins





Title: Re: Build Web mining, How to?
Post by: Neurocrypt on December 14, 2017, 12:20:08 AM
Great to be here I found some info very interesting


Title: Re: Build Web mining, How to?
Post by: Neurocrypt on December 14, 2017, 12:21:15 AM
Hello,

I'm interested, to build web miningsuch ("moonbtc,..."), but don't know how it works and how to setup?
Is it worth to build web mining?
I googled and couldn't find a good resource.
Need advice to start the project.

Thank you.  
I was about to type similar thing thank God you did. I hope to see result and answers


Title: Re: Build Web mining, How to?
Post by: CheatingCoins on December 14, 2017, 12:23:33 AM
There is a difference if you would like to setup complete mining in terms of mining your own coin or if you would like to mine with on websites like this, if someone visits your website and while he is doing something/reading/watching video he is mining with his CPU/GPU for you? As someone already mentioned if this is the case you might want to check out coin-hive for that.