Stacks-node on Raspberry PI #3136
Replies: 5 comments 20 replies
-
the only options are to build the image locally on your pi, or use these images that i made for a pi (these won't be updated regularly, but you can use for testing purposes): |
Beta Was this translation helpful? Give feedback.
-
You could also download the arm64 binary @wileyj arm64 docker images should be built on release, see https://github.com/stacks-network/stacks-blockchain/blob/master/.github/workflows/docker-platforms.yml |
Beta Was this translation helpful? Give feedback.
-
I am wanting to run a validating node like I do for the BTC network through Umbrel on the PI. I will keep you posted as to my progress. |
Beta Was this translation helpful? Give feedback.
-
you do not. using umbrel for a miner would be very difficult, and would
involve forking umbrel and making updates to how it works. for stacks
mining, bitcoin needs to respond on 127.0.0.1 meaning your bitcoin
container would also need to run your stacks blockchain.
umbrel is a bad choice for a miner, your better off running binaries of btc
and stacks.
…On Sat, May 21, 2022 at 05:15 laststrawman ***@***.***> wrote:
Soooo I have to ask ... How far am I from being able to mine from the PI?
Or do I have the ability right now?
—
Reply to this email directly, view it on GitHub
<#3136 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVXIHGRBY4KMQ2SKPYD2XLVLDHUHANCNFSM5V5Y6GRA>
.
You are receiving this because you were mentioned.Message ID:
<stacks-network/stacks-blockchain/repo-discussions/3136/comments/2795651@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
if you're using the repo i sent previously, yes - that's the command to
tail logs
…On Wed, May 18, 2022 at 3:27 PM laststrawman ***@***.***> wrote:
Looks like I am running ... Can I tail a log? Or is that what this command
does? Follow logs: manage.sh -n mainnet -a logs
—
Reply to this email directly, view it on GitHub
<#3136 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVXIHAHJ4MJ3Y4IDYQ2OOLVKVVEJANCNFSM5V5Y6GRA>
.
You are receiving this because you were mentioned.Message ID:
<stacks-network/stacks-blockchain/repo-discussions/3136/comments/2779562@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I am following these directions ... https://docs.stacks.co/en/nodes-and-miners/running-mainnet-node
I am getting the following error ...
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
5ba6831a64933d47677db40792463843105e10ae6eb0338ecefe707b83cd887c
Anyone have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions