-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathGPU_mining_spot_instances
33 lines (22 loc) · 1.84 KB
/
GPU_mining_spot_instances
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
##Ethereum GPU Mining... using EC2 spot instances! (save 40% on avg)##
Ethereum mining on aws costs more than running your own minining rig. Fact.
But... what if we use spot instances?
Resources:
* http://grantammons.me/using-amazon-ec2-to-mine-dogecoin/
* https://aws.amazon.com/blogs/aws/amazon-ec2-spot-fleet-api-manage-thousands-of-instances-with-one-request/ (somehow this can automate the process)
* https://clusterk.com/ (acquired by amazon, it is supposed to automate spot instances bidding for big companies)
* http://fortune.com/2015/05/29/cheap-spot-instances/
* http://santtu.iki.fi/2014/03/19/ec2-spot-usage/
* http://santtu.iki.fi/2014/03/12/ec2-spot-instances/
Is this option useful for us?:
"""
A persistent Spot Instance request remains active until it expires or you cancel it, even if the request is fulfilled. For example, if you create a persistent Spot Instance request for one instance when the Spot Price is $0.25, the Spot service launches your Spot Instance if your bid price is above $0.25. If the Spot Price rises above your bid price, your Spot Instance is terminated; however, the Spot Instance request is open again and the Spot service launches a new Spot Instance when the Spot Price falls below your bid price.
You can track the status of your Spot Instance requests, as well as the status of the Spot Instances launched, through the bid status. For more information, see Spot Bid Status.
"""
To deal with non-persistency of spot instances, run a regular instance,
1. install all you need to get ethereum mining up and running
2. Stop the instance
3. Create an image or private AMI http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html
On your android device (leave this here for now):
* Copy your **_.pem_** File into your sd card. If there is no sd card in your android, transfer it via usb
* Download and launch Juice SSH app