-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
new release v1.2.0 geth_linux is not works #1525
Comments
hi @m1iktea, Tried on my end, did not get the same error. Please try chmod -v u+x geth_linux and ./geth_linux -h again. Also please note that this version is not recommend for mainnet to use this version, especially validator, since more test is needed to make sure it is stable. |
The same problem here:
|
Hi @zoulja Please refer to this #1521 (comment) Pls try with the below env set and try again export CGO_CFLAGS="-O -D__BLST_PORTABLE__" |
Hi @kris-ss, thanks for cheking this
Previous version is working fine on this host. |
Ok, right now it work for me when delete last golang-go version and downgrade it and check last release of BSC last 4 hours ago do this :
Normaly it gonna be : 1.18 |
@banlieu451 This is ok. You can ignore the warning messages. It will be resolved here - #1527 |
wait a second, This means that i cant just download the geth_linux in release page and use it? Do i have to download the build file and build the geth_linux by myself? |
Do like this dear friend : (i use server linux unbuntu)
|
Thanks for the workaround @banlieu451 but it doesn't solve the initial issue - broken official binary published in Release area, so typical upgrade procedure (just by replacing binary) can't be used anymore |
Read my issue: #1562 |
I managed to fix this issue. Please see my comment here: |
Thank you for your concern, this issue has been resolved, I cant download geth_linux form release page and it works! 😊😊 wget https://github.com/bnb-chain/bsc/releases/download/v1.2.4/geth_linux
chmod +x geth_linux
./geth_linux -help
NAME:
geth_linux - the go-ethereum command line interface
Copyright 2013-2021 The go-ethereum Authors
USAGE:
geth_linux [options] [command] [command options] [arguments...]
VERSION:
1.2.4-3c5f54fc-20230523
... |
Expected behaviour
geth ok
Actual behaviour
i download it from release page
The text was updated successfully, but these errors were encountered: