Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
raze8137yYou can set up a home automation cluster using Home Assistant. Or you can set up a local PaaS using kubernetes, or maybe bitcoin mining :) good luck with your project
-
@raze Bitcoin mining is done on GPU power. Which a Pi hasn’t. Bitcoin mining is already nearly impossible on a heavy personal server stack.
-
raze8137y@JohnDoesNot ok, mining can be performed on any CPU, the difference with a GPU is the parallelization performed as a hardware level, is for sure more slow to mine or perform cryptographic operations in ARM processors but still possible. Here's an example https://qz.com/1117836/...
And Here's a tutorial http:///www.instructables.com/id/... -
endor57517y@raze the point is not possibility, but profitability. Dedicated ASICs are faster more efficient by many orders of magnitude, mining on an RPi cluster would just fry the cpus needlessly.
It's like trying to win a F1 race by walking.
osmark's idea would be much more reasonable though -
hawkes15727yI can recommend a small Pi cluster if you want to experiment with scaling your backend - be it node, Java, C# or whatever, a Raspberry can likely run it.
While ARM processors will perform a bit different than enterprise level x64 or ia64 Xeon servers, you will still run into the same problems/challenges of a multithreading, multi-server architecture which you would on way more expensive dedicated servers.
I use 4 Pis to test my clustered node backend and can run automated tests on all 16 cores that test nicely if my changes break the assumption that the backend scales "infinitely".
The production servers may cost multiple 100 euros per month, the compete cluster was less than 150€.
(btw: Viennese devs, assemble!!!)
Related Rants
I really want to build a raspberry pi cluster but I don't know what to do with it...
Has anyone of you ever built a raspi cluster?
What could I do with it?
question
raspberry pi
cluster