You are viewing a single comment's thread from:
RE: jesta witness update - 2016-10-16
Its cool that you are using a Raspberry Pi 3 for steem scripts. Is there a reason why you chose that hardware? Maybe because it is inexpensive and uses less electricity? Keep up the good work!
Yeah, it's something inexpensive that I can leave running on my desk that literally costs pennies to run. Most of my scripts only consume a few MB of RAM and very little CPU, so it makes for a perfect/cheap environment to run them on.
@jesta, what is the reason for RPi per script? Ain't better to run a server with a lot of linux containers? Thanks.
I have a bunch of scripts on one RPi, I'm actually using it as a docker host with multiple containers each running their own scripts. I plan on adding a second one for redundancy, but I don't run them one per device.