↧
Answer by Burger Bob for solana-test-validator: illegal hardware instruction
Thanks for the answer Jon C.I resolved it by downloading the aarch64 Prebuilt Binaries.Then I moved these binaries into the solana bin folder: /Users/USERNAME/.local/share/solana.Although this requires...
View ArticleAnswer by Jon C for solana-test-validator: illegal hardware instruction
You'll need to build the whole thing yourself if you don't want to use Rosetta. Thankfully, this is pretty easy! With Rust installed, just run:git clone --depth 1 --branch v1.14.3...
View ArticleAnswer by Madhav Goyal for solana-test-validator: illegal hardware instruction
Just checked my logs and it seems like you have a few missing components in logs like vote account and authorized voted that could have been the cause of...
View Articlesolana-test-validator: illegal hardware instruction
Has anyone else experienced this error illegal hardware instruction when trying to run solana-test-validator? More specifically:Im using M1 Macbook and having versionssolana-test-validator 1.14.3...
View Article