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

Running Prysm without connecting to github (China bans Github) #12406

Closed
biteric2000 opened this issue May 15, 2023 · 2 comments
Closed

Running Prysm without connecting to github (China bans Github) #12406

biteric2000 opened this issue May 15, 2023 · 2 comments

Comments

@biteric2000
Copy link

The connection to Github is very unstable in China, sometimes the site is completely banned.
When Github connection is lost, even with Prysm client and blockchain data up to date, we still cannot run prysm with the default prysm.bat / prysm.sh script successfully.
Is there a way to run Prysm beacon and validator client directly using local downloaded file? Just like geth and other clients, possibly with modified bat/sh file or a command specifying the executables.
Any suggestion is appreciated. Thanks!

@nisdas
Copy link
Member

nisdas commented May 16, 2023

@biteric2000 You possibly need to fix the tag if you want to run with the script:

USE_PRYSM_VERSION=v4.0.4 ./prysm.sh beacon-chain

This will not download the latest binary and just use your currently downloaded one.

@biteric2000
Copy link
Author

Thank you @nisdas !
Added set USE_PRYSM_VERSION=v4.0.4
and deleted the first "for-curl-echo" request lines in the script. Seems working fine now. No more internet connection checks. (Will manually update versions from now on.) Cheers!

@nisdas nisdas closed this as completed May 16, 2023
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

No branches or pull requests

2 participants