You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this module depends on geth-bin then geth will be installed automatically and directly available
It's a weird feature, so I wanted to check with you what you think about it before sending you a PR
The text was updated successfully, but these errors were encountered:
Cool! Yes, I think that automatically downloading geth could be useful. It would be good if it could grab the latest version when it downloads -- maybe (getting a bit fancy here, but...) it could have a geth.checkForUpdates() function that downloads a new build if one exists.
I think for this to be useful, though, one thing it would also need to do is handle the initial account creation. I suspect that people downloading geth generally haven't set up their data directory yet!
Hi
I just created: https://github.com/mastilver/geth-bin
If this module depends on
geth-bin
thengeth
will be installed automatically and directly availableIt's a weird feature, so I wanted to check with you what you think about it before sending you a PR
The text was updated successfully, but these errors were encountered: