TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Feasibility of a GPU Service Provider?

5 pointsby nobody271over 6 years ago
Say you go out and buy a couple 2080&#x27;s and put them into an Ubuntu Server box. Could you use that box to provide GPU support to local computers (either in the same building or other buildings on the same ISP within, say, a mile)?<p>Of course, NVIDEA offers gaming as a service so it must be possible on some level (https:&#x2F;&#x2F;www.nvidia.com&#x2F;object&#x2F;cloud-gaming.html).<p>Is there software you could install on a Windows machine that would act like a GPU driver but would really send those commands over the internet to your local GSP (GPU Service Provider)?<p>You could use the same service for other things:<p>- crypto (of course)<p>- cracking hashes<p>- training machine learning models (probably won&#x27;t get much use of that in your neighborhood, though).<p>Maybe you could even charge by the number of calculations done. Only five months ago someone created a related post on reddit about vectordash (https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;gpumining&#x2F;comments&#x2F;86ofw2&#x2F;rent_out_your_gpu_compute_to_ai_researchers_and&#x2F;) but that was more for AI than gaming.<p>Now seems like the right time for this, right? GPU prices are crazy and GPUs are in demand for all sorts of applications. So if you could get the same performance by renting a 2080 for you know, $20 a month why wouldn&#x27;t you?<p>Is there any existing software for this type of application?

3 comments

zenexerover 6 years ago
This is already a thing:<p>- <a href="https:&#x2F;&#x2F;parsecgaming.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;parsecgaming.com&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;www.paperspace.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.paperspace.com&#x2F;</a><p>Those two collaborate to do more or less exactly what you&#x27;ve described. It ends up looking a lot like RDP&#x2F;VNC, but without the latency.<p>If you take the time to calculate Paperspace&#x27;s profit margin, you&#x27;ll see that it&#x27;s a risky business to be in. You&#x27;d have to buy GPUs in bulk, and, even then, you&#x27;re competing with the same company that&#x27;s selling you the GPUs.<p>Nvidia doesn&#x27;t license the most useful API, Nvidia GRID (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Nvidia_GRID" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Nvidia_GRID</a>), with consumer cards. You have to get their datacenter-grade cards (e.g., the Tesla line) if you want access to the most relevant APIs. It&#x27;s possible to unlock consumer cards for this purpose, but, as you&#x27;re lacking the respective license, you&#x27;re liable to get sued. This effectively means Nvidia is two slices of your pie instead of just one. (They can do whatever they want with their own hardware an APIs.)
评论 #18002628 未加载
kgersenover 6 years ago
NVidia Geforce driver licence doesn&#x27;t allow deployment in datacenter (see <a href="https:&#x2F;&#x2F;www.geforce.com&#x2F;drivers&#x2F;license&#x2F;geforce" rel="nofollow">https:&#x2F;&#x2F;www.geforce.com&#x2F;drivers&#x2F;license&#x2F;geforce</a> )
BrandonBradleyover 6 years ago
I think there is a market for this and started building on a similar idea last week.