mludvig / aws-ethereum-miner

CloudFormation template for mining Ethereum crypto currency on AWS
267 stars 152 forks source link

ETH Miner not running #34

Closed singularapp closed 2 years ago

singularapp commented 2 years ago

hi there,

many thanks for providing the template, I have applied it to our AWS Gd5 but it seems that its still not running although I can see the instance has been created successfully. Appreciate if you could enlighten us.

Screen Shot 2022-02-08 at 11 53 26 AM

Also,Screen Shot 2022-02-08 at 10 53 37 AM would like to apply this to Google Cloud of Alibaba Cloud if it can also be done there, Open for Collabs or custom work if you're open to it.

Screen Shot 2022-02-08 at 10 53 25 AM
mludvig commented 2 years ago

Have the instances actually been started? Look at EC2 -> Instances and see if there are any. If not look into the AutoScaling Group down near the bottom on the EC2 page, and in the Activity tab see why it isn't starting the instances. Let me know what you find.

singularapp commented 2 years ago

Many thanks for your prompt reply Michael, I've just launched it under EC2 instances, not sure if I've configured it properly. Again truly appreciate your contribution to the community !

Screen Shot 2022-02-08 at 12 13 49 PM Screen Shot 2022-02-08 at 12 19 25 PM
mludvig commented 2 years ago

Well you've launched t2.xlarge - that one doesn't have a GPU. It looks like the ASG couldn't create the G5G or G4dn instances.

singularapp commented 2 years ago
mludvig commented 2 years ago

The CloudFormation template takes care of creating the AutoScaling Group. The screenshot above that says CloudFormation > Stacks > ETHMINER is the place to start. Click on the Resources tab there and look for Asg line. It will have a link to ETHMINER-Asg-{...} - click that and it will open the AutoScaling Group. There you'll have Activities tab (or is it Events? I don't remember) - check that out to see why it didn't create the G5 or G4 instances.

BTW You can delete the t2.micro and t2.xlarge instances, they don't support ETH mining.

singularapp commented 2 years ago

I've followed the steps and recreated the

Screen Shot 2022-02-08 at 1 13 52 PM

stack with CloudFormation, heres what I'm seeing after creating auto scaling groups Screen Shot 2022-02-08 at 1 22 47 PM. with 2 instances. running now

Screen Shot 2022-02-08 at 1 36 17 PM