Open 314159265359879 opened 1 year ago
for 1 and 2: in short, what you're asking is not easily possible (outside of docker) because of the differences in platforms/cpu architectures. Docker makes it simple, since the image can run wherever you have a docker daemon running - installing from source (or even running a binary) requires knowledge of the specific system.
There are plenty of docs if you want to compile and run from source, the main one being the stacks-blockchain's README: https://github.com/stacks-network/stacks-blockchain/#building
copy/pasting this info into the docs site is an option - you're welcome to PR that change if you'd like to see it https://github.com/stacks-network/docs (pending PR approval)
for 3 and 4: that was (is) a goal - part of the issue we've had is that there hasn't been a native arm64 docker image that would run well on a raspberry pi. this has since been addressed and the next release will have a tagged image for arm64. however the API/postgres layers now consume a lot more resources than they have in the past - so while it'll be possible to launch a stacks-node on an umbrel, it's questionable if it should be done (the IO needs are quite high with the API and postgres). that's not to say we won't give it a shot, but there have been 2 main issues in working with umbrel/pi :
Questions like this are asked now and again.
I used to run a stacks node on a couple of low-power cleanly installed Windows PC's, https://docs.stacks.co. The previous tutorial would explain the minute steps to install all the dependencies, download the stacks node software and then the command to run it.
That info is no longer available. If you search for "run stacks node" we find: https://docs.stacks.co/docs/nodes-and-miners/run-a-node
Is running it in docker mandatory or can users still take steps to run it on Linux, Windows or MacOS without? If that is still possible I would love to see those step by steps. If not feel free to explain why that is, or why perhaps it is not recommended. We can let users know when we see the questions come up again. @wileyj
I think it would be great if it is super easy for users to install the node software with a single click, is there any chance of that, creating an executable that installs the dependencies and then runs the node?
Users already running a bitcoin node with Umbrel have shown an interest to run a Stacks node alongside on their Raspberry Pi. The Umbrel store has recently added the option to add apps from "community app stores", could the Stacks Foundation run such a store with an option to install the Stacks node?
Sidenote: Perhaps lnswap app can be added in the same store, it wasn't accepted in the official store https://github.com/getumbrel/umbrel/pull/1315#event-9355865771