Skip to content
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

BSC releases should include binaries for Linux ARM platform #712

Closed
terianil opened this issue Jan 13, 2022 · 2 comments
Closed

BSC releases should include binaries for Linux ARM platform #712

terianil opened this issue Jan 13, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@terianil
Copy link

Rationale

There are many cost efficient ARM instances at AWS (like Is4gen.xlarge, Im4gn.2xlarge) that could be a good way to host full BSC nodes. ARM builds are also officially available in go-ethereum (as well as in many go-ethereum forks).

@kyrie-yl
Copy link
Contributor

nice advice. we will include it from next version.

@numpythuckles
Copy link

numpythuckles commented Jan 16, 2022

You can compile it yourself pretty quickly. Instead of downloading golang on the first step from this guide, do the following as ec2-user:

sudo yum-config-manager --enable epel
sudo amazon-linux-extras install epel -y
sudo yum install golang -y

That'll get you the libraries necessary to compile geth from scratch for ARM and you can run with it from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants