-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for apple Arm M1 machines? #43
Comments
Sounds cool. Not sure I'd know where to start though. I only have an old 2018 Mac Mini in the house. Pull requests are welcome! |
I don't have an arm chip to test it on but making multi-arch Docker images isn't too much hassle. For the M1, you'd just have to target arm64. https://www.docker.com/blog/multi-arch-images/ |
I've got an M1 Mac and happy to do some testing if someone gets the ball rolling that way. |
Hi! For those with Apple M1 systems, please give the latest Please let me know what Machinaris worker mode you choose to test with. For example, will this only work as a Harvester? Will you be able to plot with Chia and/or Madmax plotters? Can you run the Machinaris fullnode (default mode) with all services? Let me know how things go. In particular, please provide the logs. Thanks! |
Interesting:
Easy enough to adjust the path, but then I get:
My fault, followed install instructions without realizing I needed to pull the development branch. |
Up and running:
It would be nice to plot with this once plotman handles removing solo plots to make room for pooled plots. I can plot a k32 in 78-82 minutes on the M1 using the x86 version of madmax. (Cutting the threads in half and running two instances in parallel even staggered doesn't increase the yield of plots per 24h) |
Great!
As an advanced user with multiple keys/pools, you'll want to use the CLI to execute your chia config commands where key/wallet selection is required. Should only be required for config, as behind the scenes Machinaris is just a WebUI in-front of the stock Chia binaries doing the farming.
Interesting. Thanks for that feedback.
Plotman has a replot function currently under review. |
Closing as released in v0.5.2 now. Thanks to all for the help testing! |
Add support for chia running M1 native arm code on apple silicon?
The text was updated successfully, but these errors were encountered: