EarnBtcFaucet (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
May 04, 2015, 06:57:13 AM |
|
Hello,
I am thinking about making a website, the website will use the computers gpu/cpu to mine btc. And the people that are on the webpage get a reward.
Anyone knows how to let a webpage use the gpu/cpu from website users?
|
|
|
|
fonenumba
|
|
May 04, 2015, 07:08:44 AM |
|
Hello,
I am thinking about making a website, the website will use the computers gpu/cpu to mine btc. And the people that are on the webpage get a reward.
Anyone knows how to let a webpage use the gpu/cpu from website users?
First, you cannot mine BTC with cpu/gpu even fpga(Well, technically you can but for $1 BTC you pay $100 electricity with an humble estimation) For LTC, once there was a website letting people to mine online : https://www.litecoinpool.org/minerSource code for it: https://github.com/pooler/JMinerIt was working with Java, maybe it would help.
|
|
|
|
EarnBtcFaucet (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
May 04, 2015, 07:09:53 AM |
|
Hello,
I am thinking about making a website, the website will use the computers gpu/cpu to mine btc. And the people that are on the webpage get a reward.
Anyone knows how to let a webpage use the gpu/cpu from website users?
First, you cannot mine BTC with cpu/gpu even fpga(Well, technically you can but for $1 BTC you pay $100 electricity with an humble estimation) For LTC, once there was a website letting people to mine online : https://www.litecoinpool.org/minerSource code for it: https://github.com/pooler/JMinerIt was working with Java, maybe it would help. So i can put this code on a website, and then the users would mine ltc for me?
|
|
|
|
fonenumba
|
|
May 04, 2015, 07:14:25 AM |
|
Hello,
I am thinking about making a website, the website will use the computers gpu/cpu to mine btc. And the people that are on the webpage get a reward.
Anyone knows how to let a webpage use the gpu/cpu from website users?
First, you cannot mine BTC with cpu/gpu even fpga(Well, technically you can but for $1 BTC you pay $100 electricity with an humble estimation) For LTC, once there was a website letting people to mine online : https://www.litecoinpool.org/minerSource code for it: https://github.com/pooler/JMinerIt was working with Java, maybe it would help. So i can put this code on a website, and then the users would mine ltc for me? Well, technically yes but there is still same problem. You will waste more electricity than you mined. The project is already outdated due to inefficiency. However, you can convert to more CPU mineable coins and use it. I think there are also online cryptonote miners for coins like XMR. But you should make some search how to use or configure them. You can make a post their thread for getting more help.
|
|
|
|
ikydesu
|
|
May 04, 2015, 07:21:32 AM |
|
Hello,
I am thinking about making a website, the website will use the computers gpu/cpu to mine btc. And the people that are on the webpage get a reward.
Anyone knows how to let a webpage use the gpu/cpu from website users?
I think that's bad idea, you can't mining bitcoin with your PC/laptop. If you want, buy mining hardware, dont mining bitcoin only, try to mining altcoin, find some altcoin which mining diff still low. ~iki
|
|
|
|
sgk
Legendary
Offline
Activity: 1470
Merit: 1002
!! HODL !!
|
|
May 04, 2015, 07:24:52 AM |
|
Hello,
I am thinking about making a website, the website will use the computers gpu/cpu to mine btc. And the people that are on the webpage get a reward.
Anyone knows how to let a webpage use the gpu/cpu from website users?
http://qz.com/154877/by-reading-this-page-you-are-mining-bitcoins/
|
|
|
|
EarnBtcFaucet (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
May 04, 2015, 08:05:33 AM |
|
So if i understand what u are saying is that i should do it with altcoins? Where can I find/get a script that allows people use their cpu to mine altcoins? Or is this script easy to be made?
|
|
|
|
fonenumba
|
|
May 04, 2015, 08:44:25 AM |
|
So if i understand what u are saying is that i should do it with altcoins?
Yes, Im saying it would be practical and maybe profitable with only some of altcoins. I have already given XMR as an example. Where can I find/get a script that allows people use their cpu to mine altcoins?
For more detailed information you need to make some search or ask the appropriate altcoin boards. Or is this script easy to be made?
No , I dont think so. Since different altcoins use different algorithms, then online cpu miners differs greatly one altcoin to another.
|
|
|
|
jdebunt
Legendary
Offline
Activity: 1596
Merit: 1010
|
|
May 04, 2015, 09:27:49 AM |
|
Altcoins are definitely the better option, but you have to factor in the different mining algorithms sued. It's not just SHA-256 or Scrypt, but also X11/X13/X14/X15/Qubit/Scrypt-N/Groestl/..... Will take a lot of work, so prepare yourselves for many hours of coding, tweaking and testing
|
|
|
|
Nowi
|
|
August 02, 2015, 03:51:55 PM |
|
But there is one different way, it's little lie but it can work. Thing about you are writing is unreal, but you can have a "fake" cloud-mining web. You will offer cloud mining but without ASIC miners, only with numbers. I would't try it, but if you can risk it Roll Eyes
|
|
|
|
Nowi
|
|
August 02, 2015, 03:52:41 PM |
|
But there is one different way, it's little lie but it can work. Thing about you are writing is unreal, but you can have a "fake" cloud-mining web. You will offer cloud mining but without ASIC miners, only with numbers. I would't try it, but if you can risk it Roll Eyes
|
|
|
|
EarnBtcFaucet (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
August 03, 2015, 06:17:16 AM Last edit: August 03, 2015, 06:36:26 AM by EarnBtcFaucet |
|
But there is one different way, it's little lie but it can work. Thing about you are writing is unreal, but you can have a "fake" cloud-mining web. You will offer cloud mining but without ASIC miners, only with numbers. I would't try it, but if you can risk it Roll Eyes
Nooo, i wont do that, i am not going to make a fake cloud mining website and scam people, i am a fair person!
|
|
|
|
achow101
Staff
Legendary
Offline
Activity: 3570
Merit: 6927
Just writing some code
|
|
August 03, 2015, 04:54:14 PM |
|
I don't think it is possible for a webpage to have access directly to cpu/gpu resources. It would be very inefficient as the code is not native and most browsers do sandboxing to prevent such access.
|
|
|
|
EarnBtcFaucet (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
August 03, 2015, 05:00:39 PM |
|
I don't think it is possible for a webpage to have access directly to cpu/gpu resources. It would be very inefficient as the code is not native and most browsers do sandboxing to prevent such access.
MyBitMine.com uses cpu from pc's and u get satoshi for it. So it is possible.
|
|
|
|
|