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

Make Ethstats instance deploy optional #7

Open
ghost opened this issue Jun 19, 2018 · 4 comments
Open

Make Ethstats instance deploy optional #7

ghost opened this issue Jun 19, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 19, 2018

@kvhnuke Deploying a single instance on AWS is very expensive and some might not need the additional ethstats server for viewing their nodes. ( Or we can use the public ethstats instance like https://ethstats.net )

@kvhnuke
Copy link
Collaborator

kvhnuke commented Jun 22, 2018

I hope this helps https://github.com/MyEtherWallet/docker-geth-lb/blob/master/aws-cloudformation/parity-deployment-remote-ethstats.json

That's the parity version, that one won't deploy an extra ethstats server. You can also set the IP or the address of a public one. I'll do the same for get soon :)

@ghost
Copy link
Author

ghost commented Jun 22, 2018

@kvhnuke Right and we can set geth for not deploying an extra ethstats server also 😄 Or we can use the internal ethstats api on geth ( by adding --ethstats option back on geth command ).

@kvhnuke
Copy link
Collaborator

kvhnuke commented Jun 22, 2018

I didn't even know about --ethstats I'll add and update the geth builds with that
Thank you!

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

3 participants
@kvhnuke and others