-
Notifications
You must be signed in to change notification settings - Fork 154
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
Only seeing 1 worker in the dashboard - is that expected? #47
Comments
Hi, yes it’s expected. The AWS workers don’t have a unique name and are all reported together under “default”. The hashrate should be a sum of all your workers’ hashrates (give or take a few % due to how ethermine.org calculates it). |
@mludvig is there any way to check how good are instances doing? currently I get 500 MH/s Hashrate. I am running 1 - g4ad.8xlarge I wonder how did it end up 500 MH/s which instances are doing well. EDIT: |
@mludvig does it automatically launch new spot instances when it becomes available? or we have to redeploy template. asking because I dont see spot requests. also why we dont create maintain type spot requests? |
Hi,
The bottom line is that yes it will keep replacing failed instances and keep creating new ones to fulfil the requested capacity. You don't have to redeploy. |
@mludvig This is Fantastic!!! Thanks. |
Have they approved the limit already? If not you’ll have to wait until they do. |
thanks for your reply. No, they have not. they said 48 hours |
It's has been approved> If I wanted to make all instances just g4ad.xlarge please what would I do? |
Hi please, I am trying to use an auto scale to stop instances that are not performing at top hast rate. This link did a good job: https://betterprogramming.pub/how-i-made-a-profit-mining-ethereum-on-aws-2ffe3aab579
|
My templates don’t use KeyPairName - you must be using some modified / broken template. Where did you get it from? |
I got it from James Robinson post. Tried adding his parameters but it's keep breaking.
Sent from Yahoo Mail on Android
On Wed, 1 Jun 2022 at 21:08, Michael ***@***.***> wrote:
My templates don’t use KeyPairName - you must be using some modified / broken template. Where did you get it from?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Why don't you use my template instead? It's evolved a lot since JR's post. Simply click the quick-launch link from the table here: https://github.com/mludvig/aws-ethereum-miner#quick-start (use the Default VPC links). If you want to run it in all your regions try this: https://gist.github.com/mludvig/d21b03baf53a5499626f1a786af7b6f7 |
Ok. Thanks, which do you recommend? spot or on-demand? I have started again? |
@bornnel You're running a bunch of EC2 instances and are being charged for it. What exactly is the problem you're seeing? |
|
First of all Thanks for everything you did <3
now my question: Etherminer only shows 1 worker in dashboard when actually 2 EC2 instances are running. Is it okay?
The text was updated successfully, but these errors were encountered: