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

Bitcoind docker image not supported on ARM devices #21

Open
Technifocal opened this issue Jun 30, 2019 · 0 comments
Open

Bitcoind docker image not supported on ARM devices #21

Technifocal opened this issue Jun 30, 2019 · 0 comments
Labels
enhancement New feature or request infra something related to the infrastructure of Dojo

Comments

@Technifocal
Copy link

x86_64-linux build of Bitcoind is pulled here

Replacing it with https://bitcoincore.org/bin/bitcoin-core-0.18.0/bitcoin-0.18.0-arm-linux-gnueabihf.tar.gz (and commenting out the SHA256 check) works fine (though then that'd obviously break x86_64 support). This needs to be determined at build time.

@Technifocal Technifocal changed the title Bitcoind docker image not supported on arm devices Bitcoind docker image not supported on ARM devices Jun 30, 2019
@kenshin-samourai kenshin-samourai added the infra something related to the infrastructure of Dojo label Jul 1, 2019
@LaurentMT LaurentMT added the enhancement New feature or request label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infra something related to the infrastructure of Dojo
Projects
None yet
Development

No branches or pull requests

3 participants