- I don't have any info on how this works from the repo. 99% of people will click on the repo and click back because of the lack of this. I went on google and found a [this](https://sideprojects.net/posts/NB697xnBrWQioywoP/rentmycpu-r...) link, but still no information.
- How are payments processed? Do you need to trust the other party a good amount? As a cpu cycle seller, how do I know I'll get money for time I process? How does a cpu buyer know they aren't getting scammed?
- How are computations done? If I have to re-write my existing software to leverage this, I might as well rent a VPS to save a lot of time.
- Do I need to select user by user at a granular level to run my tasks, or can I just throw a task + $ at a pool and have the system figure it out?
I love the idea though, it's really been a bit of a pipe dream for the past 20 or so years. It's just a very tough problem to execute correctly. Best of luck.
Don’t want to be cynical (and appreciate your more constructive feedback), but i’m surprised by the kind of stuff that makes up to the front page these days.
I tend to agree. I don't expect every project to have a landing page with flat trendy graphics giving you the bullet points like a start up, but just a few paragraphs/link to a white paper would go such a long way.
This reminds me of homomorphic encryption: you can perform computations on data while it remains encrypted, which would solve the trust problems you mention afaict. This seems like it would have enormous potential to change the cloud landscape. https://en.m.wikipedia.org/wiki/Homomorphic_encryption
My understanding (which is admittedly very little) though is that homomorphic encryption requires many times more computations compared to running on unencrypted data, so that could dampen it's usefulness.
With the right malware, your CPU rents itself as part of a Botnet.
I remember doing the Seti at Home and Folding at Home projects as a screen saver that used CPU time to solve problems. That was for charity.
How is this different than mining for Bitcoin or any other virtual currency? I want to make sure my CPU is not used for illegal means and then the FBI busted down my door because my CPU was part of a peer to peer network serving kiddie porn?
> How is this different than mining for Bitcoin or any other virtual currency?
Bitcoin mining is finding y < sha256(sha256(x)) - that's it. When you mine coin you don't give anyone the ability to execute Turing complete code. Even their transaction "scripting" language isn't Turing complete.
> I want to make sure my CPU is not used for illegal means and then the FBI busted down my door because my CPU was part of a peer to peer network serving [illegal material]?
You run the same risks every time you click a link in a web browser currently. It can execute WASM code and it has network access.
In 2007 when distributed computing was still a New Kid On The Block, I shared an idea with a colleague for what I considered to be a good idea at the time:
Distributed computing for hire.
Families around the world have reasonable amounts of computing power that sits mostly unused; why not make a few bucks doing things similar to Folding@Home Seti@Home, but for a price? Get paid for your computations.
Of course this was before Bitcoin was a thing, and looking back, it feels naïve to have thought it could be successful. I certainly lacked the expertise to build such a thing. But I wasn't the only one thinking of it. Others tried it and appear to have failed. From 2011:
These days I'd be concerned to run somebody else's workload on my own equipment, lest the FBI/CIA/KGB/FSB/Interpol/SecretService/GRU show up at my door.
Still, an interesting thought especially given how powerful so many devices have become.
I'd be worried about offering storage to random people, but what kind of compute are you worried about doing? I guess someone could use this as a kind of proxy, right? Like have your system perform some attack or send some communication.
Computing generally implies even temporary storage, doesn't it? If not then you are correct. Even so, I would be wary of allowing my own equipment to be used for purposes that I did not explicitly approve of. Who's to say my equipment could not be used in legal but distasteful (to me) ways, by companies I'd never otherwise do business with? I don't think that it would be reasonable to trust any distributed computing for hire company to honor my wishes when it came to those things. If history has taught us anything, especially when it comes to computers, it is that the almighty dollar rules over all else.
So I've been doing this for a couple decades now: You create an ad tag that does some work, and you buy some impressions. You then get to "hire" thousands or millions of compute-nodes around the world to do some work. Tooling to split up the work into ad tags is just something I've accumulated in the while.
The real trick I think would be allowing users to join the (ad) network as an audience-of-one that we can pay directly, and my thinking is it was always less of a technical problem than a tax/legal problem. If you (or anyone) think this part of the problem is easy you should get in touch.
Several others have pointed out why they wouldn't use such a service, I would definitely use this; Not to make money per se but to distribute my compute load within my network across the computers, smartphones, tablets, TVs i.e. whatever with a browser capable of running web assembly.
Consumer level distributed computing is my pet peeve and I'm obsessively power conscious about my computing needs. I use low power, silent computing systems in my house that means Intel U/ AMD G series CPU, loads of ARM SoCs, Consoles for gaming etc. and for anything demanding I compute using cloud.
Considering I use only low power systems, I could really use distributed computing to improve my productivity and that's been currently limited to some data science loads using Dask, Modin and occasional use of programming languages designed for DC.
Update: I have added your project link to a distributed computing problem thread on my problem validation platform. Hopefully those who are looking for such a solution would be able to find it there.
There is under a header written: "Rent your CPU power and win money !"
I'm not sure if I understand it right, but "WIN MONEY" is not the same as "EARN MONEY" :D
No TOS, Docs, anything. To me this looks like a good Clickbait :/
Got to say, despite HN's general aversion towards blockchain/crypto, the space is budding with some really interesting decentralized frameworks, platforms, and apps not possible before at this scale.
As evidenced by Coinbase's numbers, they seemed to have absolutely zoomed past Stripe, and so it looks like there's some undeniable momentum and velocity in web3 initiatives.
Funny sidebar, I had an idea for something like this as a feature to a larger product. The scope creep of this concept eventually wound up consuming the entire project and it had to be surgically removed to save the original project. I'd like to revisit the idea someday. Maybe this is my chance?
Last time I met John Maddog, he had a similar idea, already implemented and the whole "ecosystem" used it's own cryptocurrency. Project Cauã or something. Because I can't seem to find new news, I'm guessing that it's perhaps going downhill.
An app made to compute tasks from other nodes in the network using your CPU and you earn money for that.
[...]
How it works
This app works with webassembly files. These files are executed in a sandboxed environment (because uwp apps are sandboxed by default). You have the ability to execute a webassembly file on many nodes. To differentiate the node on which the webassembly file is executed, a numeric parameter is passed."
What's the story with WebAssembly and sockets/API calls?
I assume that WebAssembly prevents whatever it is running from opening sockets and making API calls...
If it doesn't -- then how will you prevent Black Hats / ill-intentioned people -- from creating Bot and DDoS networks, and other mayhem?
If there are exploits, it's definitely going to be all Bitcoin and the like. Impossible for anything to compete against literally stolen, free CPU.
Interesting way to make crypto eco-friendly: acknowledge that even the most exploitative mining rigs can't economically compete against literal cpu-jacking at scale :)
Every Ethereum smart contact is validated (run) on every node in the Ethereum network, in order to achieve distributed consensus.
It should be possible to be thousands of times more efficient than that (which suggests they could achieve much lower prices for buyers combined with greater rewards for CPU owners).
- I don't have any info on how this works from the repo. 99% of people will click on the repo and click back because of the lack of this. I went on google and found a [this](https://sideprojects.net/posts/NB697xnBrWQioywoP/rentmycpu-r...) link, but still no information.
- How are payments processed? Do you need to trust the other party a good amount? As a cpu cycle seller, how do I know I'll get money for time I process? How does a cpu buyer know they aren't getting scammed?
- How are computations done? If I have to re-write my existing software to leverage this, I might as well rent a VPS to save a lot of time.
- Do I need to select user by user at a granular level to run my tasks, or can I just throw a task + $ at a pool and have the system figure it out?
I love the idea though, it's really been a bit of a pipe dream for the past 20 or so years. It's just a very tough problem to execute correctly. Best of luck.