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

Add prysm.sh script #5042

Merged
merged 7 commits into from Mar 9, 2020
Merged

Add prysm.sh script #5042

merged 7 commits into from Mar 9, 2020

Conversation

prestonvanloon
Copy link
Member

@prestonvanloon prestonvanloon commented Mar 8, 2020

This script can be used to download the latest Prysm releases on github.

linux_amd64 linux_arm64 darwin_amd64 windows_amd64
✔️ Confirmed works ✔️ Confirmed works ✔️ Confirmed works ❓ Not tested yet

Example:

./prysm.sh beacon-chain
Latest Prysm version is v0.3.3.
Downloading beacon chain@v0.3.3 to /home/preston/git/prysm/dist/beacon-chain-v0.3.3-linux-amd64 (automatically selected latest available version)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   622  100   622    0     0   2320      0 --:--:-- --:--:-- --:--:--  2312
100 39.6M  100 39.6M    0     0  13.6M      0  0:00:02  0:00:02 --:--:-- 20.4M
Downloading validator@v0.3.3 to /home/preston/git/prysm/dist/validator-v0.3.3-linux-amd64 (automatically selected latest available version)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   619  100   619    0     0   1484      0 --:--:-- --:--:-- --:--:--  1484
100 32.5M  100 32.5M    0     0  12.6M      0  0:00:02  0:00:02 --:--:-- 21.7M
Starting Prysm beacon-chain 
...

@garyschulteog
Copy link
Contributor

works on ubuntu/arm64 👍

@prestonvanloon prestonvanloon marked this pull request as ready for review March 9, 2020 16:51
@prestonvanloon prestonvanloon added Ready For Review A pull request ready for code review and removed In Progress labels Mar 9, 2020
@rauljordan
Copy link
Contributor

Confirmed works darwin

@rauljordan rauljordan merged commit 4c1e2ba into master Mar 9, 2020
@rauljordan rauljordan deleted the prysm-script branch March 9, 2020 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants