geth.js icon indicating copy to clipboard operation
geth.js copied to clipboard

automatically download geth binary

Open mastilver opened this issue 9 years ago • 4 comments

Hi

I just created: https://github.com/mastilver/geth-bin

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

mastilver avatar Dec 16 '15 22:12 mastilver

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!

tinybike avatar Dec 17 '15 12:12 tinybike

one thing it would also need to do is handle the initial account creation

Couldn't we use https://github.com/ethereum/web3.js to handle account creation

mastilver avatar Dec 17 '15 13:12 mastilver

@mastilver we're interested in a PR if you're still maintaining the project - thanks!

kumavis avatar May 02 '16 22:05 kumavis

Yes, I don't have time to write this at the moment, but would be more than happy to merge a PR :)

tinybike avatar May 03 '16 03:05 tinybike