-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to start node with Go 1.12 #128
Comments
I'm also having this exact same issue using:
Console output
@0x13A - you were able get this working by compiling the latest geth from master? Is that solution still working for you? |
Thx for reporting @0x13A, we will take care of it right after we finish some other topics. If you are having issues compiling the binary from scratch, @emizzle you can always download the pre-compiled binary from our AWS S3 meanwhile. Here is the docs: https://docs.lightstreams.network/getting-started/install/ Or directly: Mac:
Linux (amd64):
|
@emizzle it works on the latest release of geth. Fixed here #140 cc @EnchanterIO |
Thanks @0x13A - I've built lightchain off your branch (as a temp solution until that fix is merged and a new release is cut) and can confirm the issue is no longer present. |
Thanks @0x13A for the PR I have been reviewing and it is ready to be merged. The reasons for this update were on |
Thanks @ggarri, I can confirm this works now! |
System information
Expected behaviour
node starts successfully
Actual behaviour
node does not start due to max fd allowance. Due to golang/go#30401
Steps to reproduce the behaviour
Console output (if applicable)
When using geth@master instead of 1.18 release it seems to work. Probably fixed with the next release of geth (1.19?)
The text was updated successfully, but these errors were encountered: