I'd been doing my own research on viability of mining on Amazon, and I posed a question on the AWS forums asking how it's possible the spot prices could be going so high. There's instances going anywhere from 5-20 times their On-Demand prices. At this time, no one's answered it, so if anyone here knows, I'd love to hear why someone would pay $10.00 per hour for an instance they can get On-Demand for $2.40.
One guess, maybe the spot price is controlled by some sort of predictive algorithm, and the algorithm got totally confused by the recent load? It might not be the case that people are actually paying that price.
Briefly profitable alt-coin mining on Amazon through better code
21–30 of 57 posts
Re: Briefly profitable alt-coin mining on Amazon through better code
#22Earlier quoted context omitted.
One pricing strategy I've heard of goes like so: No rational person would bid above the on demand price, so the spot price will never rise above the on demand price. Therefore if I bid just above the on demand price I'll never be outbid, and I won't have to deal with automating the switch from spot to on demand instances. Needless to say, this logic is wrong.
Funny you should mention that. There was a blog post I had read where they were discussing an unfortunate AWS customer who bid $999.00/hour for Spot instances thinking it would protect their running servers from shutting down. Little did this person realize, Amazon - unlike eBay - doesn't just accept the next highest bid, they accept THE highest bid. They were running a Spot instance for an entire month at $999/hour.…
Re: Briefly profitable alt-coin mining on Amazon through better code
#23So: 1.5 weeks of work. $50-$75/mo/instance. x20-60 instances. Worked for 3-4 weeks. If we assume the most optimistic parameters: $75 * 1mo * 60 instances = $4500 in profit for 1.5 weeks of work, or a rate of ~$156k/yr. Edit: It looks like I misread his revenue numbers for profit. Oops! Even lower margins: "My gross revenue was about $1000, and I paid Amazon $500 of that." $500 for 1.5 weeks' work is only $17k/yr rate…
Re: Briefly profitable alt-coin mining on Amazon through better code
#24Is it just a quirk of the GPU architecture that Nvidia can't mine as well as AMD or it a problem with their cards?
Re: Briefly profitable alt-coin mining on Amazon through better code
#25Is it just a quirk of the GPU architecture that Nvidia can't mine as well as AMD or it a problem with their cards?
But beyond that, for scrypt, AMD has an internal architecture that encourages using a internal 4-wide vector ops (the key being that threads in a stream can diverge and the scheduler handles them, but the vector ops are strictly locked). This seems to give them an advantage in several "stupidly parallel" workloads that consist of basic operations in huge parallel, whereas Nvidia's architecture regains ground when the control flow/etc., becomes a bit more complicated. But calculating 64k SHA-2 or scrypt hashes in parallel doesn't stress the thread scheduler or divergence handling at all. Also, scrypt internally does well when you parallelize it into groups of 4 uint32's - that's actually the key optimization I added to my version of the miner. Which, again, maps quite nicely to AMD's preferred optimization path.
Re: Briefly profitable alt-coin mining on Amazon through better code
#26Earlier quoted context omitted.
One pricing strategy I've heard of goes like so: No rational person would bid above the on demand price, so the spot price will never rise above the on demand price. Therefore if I bid just above the on demand price I'll never be outbid, and I won't have to deal with automating the switch from spot to on demand instances. Needless to say, this logic is wrong.
Funny you should mention that. There was a blog post I had read where they were discussing an unfortunate AWS customer who bid $999.00/hour for Spot instances thinking it would protect their running servers from shutting down. Little did this person realize, Amazon - unlike eBay - doesn't just accept the next highest bid, they accept THE highest bid. They were running a Spot instance for an entire month at $999/hour.…
Re: Briefly profitable alt-coin mining on Amazon through better code
#27http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spo...
This may be in response to some of the crazy bids we've seen on the spot market since people started using it for mining.
Re: Briefly profitable alt-coin mining on Amazon through better code
#28So: 1.5 weeks of work. $50-$75/mo/instance. x20-60 instances. Worked for 3-4 weeks. If we assume the most optimistic parameters: $75 * 1mo * 60 instances = $4500 in profit for 1.5 weeks of work, or a rate of ~$156k/yr. Edit: It looks like I misread his revenue numbers for profit. Oops! Even lower margins: "My gross revenue was about $1000, and I paid Amazon $500 of that." $500 for 1.5 weeks' work is only $17k/yr rate…
You also don't need to sing in the shower. You can leave the shower earlier, hire a TaskRabbit to sing for you instead, and if you value your time correctly you should come out ahead.