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

Installation Point to GitHub 404 #1423

Closed
kreshendo opened this issue Oct 5, 2016 · 6 comments · May be fixed by bitpay/bitcore-node#486
Closed

Installation Point to GitHub 404 #1423

kreshendo opened this issue Oct 5, 2016 · 6 comments · May be fixed by bitpay/bitcore-node#486

Comments

@kreshendo
Copy link

I am trying to install GitHub on Ubuntu 16.04 and the installation stops and exits when trying to download Bitcoin core from GitHub.

This link appears to be the problem:
https://github.com/bitpay/bitcoin/releases/download/v0.12.1-bitcore-2/

@braydonf
Copy link
Contributor

braydonf commented Oct 5, 2016

@wmpedersen
Copy link

This is an issue with the script as uname -m doesn't return x86_32 for all 32-bit architectures.

@braydonf
Copy link
Contributor

braydonf commented Oct 6, 2016

Looks like it needs to be matching i686. There also is another issue, as there isn't an exit failure either.

@kreshendo
Copy link
Author

OK I need this server set up today. So if I clone this repo and the bitcore-node repo, which script do I edit in the bitcore repo to point to my cloned , and edited version of the bitcore-node repo that will download bitcoin for i686?

@braydonf
Copy link
Contributor

braydonf commented Oct 6, 2016

Just submitted a PR to fix this: https://github.com/bitpay/bitcore-node/pull/486/files

@kreshendo
Copy link
Author

Thanks.

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

Successfully merging a pull request may close this issue.

3 participants