This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Is aarch64 supported? #1517
dreams-money
started this conversation in
General
Replies: 2 comments 2 replies
-
It should work for some coins but not for all. The reason is not .NET compatibility but lots of the native code MC uses contains x86 specific optimizations. Monero for example. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you so much for the response. My mistake on the .NET dependencies as well. I did compile past that last night. Thank you for the Monero detail as well - that was my latest ARM roadblock. I'll try it without Monero. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is aarch64 supported at all? Reason I ask - I attempted to build the project on an ARM machine and the Dotnet requirements seem to have halted that.
Beta Was this translation helpful? Give feedback.
All reactions