Pages:
Author

Topic: Free Amazon Instance (Read 1235 times)

newbie
Activity: 9
Merit: 0
June 08, 2013, 11:22:31 PM
#22
You can also use Azure for free for 3 months.  I did that and running Eobot.com on it...
newbie
Activity: 7
Merit: 0
June 08, 2013, 11:11:57 PM
#21
1JubrseQCJjuMSL6d21on78rqbHskqiZgo
legendary
Activity: 1988
Merit: 1007
June 08, 2013, 10:41:47 PM
#20
Amazon does offer a GPU instance, not free by any means.  I did some rough calculations awhile back, LTCwould need to be trading around $25 to show a profit, and BTC would need to be around $500.  (this was about a year ago, I'm sure things have changed since)

I use the AWS EC2 platform for all my clients' websites, and yes, it is free for super low traffic/low power instances.  I tell new clients to create their own account, then give me access via the IAM service.  Works very nicely, and I highly recommend it.

Does it work the same as a VPS? Like just install an OS and run things like normally? I've been thinking about moving to it for hosting but haven't yet as I don't really know enough about it, :p.
newbie
Activity: 10
Merit: 0
June 08, 2013, 10:04:30 PM
#19
Yes. Inefficient. As in less efficient than something else.
The crucial point is that generally it costs more in electricity than you will make in bitcoins.

But here it is not you paying for the electricity. It is Amazon! They let you have a tiny computer in the cloud on them!

You are going to make absolutely minute amounts of bitcoins from it. Probably not worth the effort of setting it up even after its been running a year!
The question was asked, I answered it.
*Edit* I worked it out. Its so slow that you'd be lucky to get a couple of pool shares a day. Really not worth the effort*

Really the only time when CPU mining can be of any use is when you have a lot of machines.
Usually that means botnet, but there are also the fair share of school admins etc that leave the school network mining away over night.

Not technically illegal unless their contracts prohibit using the machines for self gain, but I doubt you would keep your job if the boss found out!

the real question is the rate at which you can mine vs the instance cost. have you considered spot pricing?
newbie
Activity: 5
Merit: 0
June 01, 2013, 09:53:39 AM
#18
Not technically illegal unless their contracts prohibit using the machines for self gain, but I doubt you would keep your job if the boss found out!

Yeah i can't see too many bosses being happy with that one. Night time power draw could get nuts Tongue
newbie
Activity: 58
Merit: 0
June 01, 2013, 08:26:22 AM
#17
thanks all!
newbie
Activity: 28
Merit: 0
April 27, 2013, 03:06:20 PM
#16
Yes. Inefficient. As in less efficient than something else.
The crucial point is that generally it costs more in electricity than you will make in bitcoins.

But here it is not you paying for the electricity. It is Amazon! They let you have a tiny computer in the cloud on them!

You are going to make absolutely minute amounts of bitcoins from it. Probably not worth the effort of setting it up even after its been running a year!
The question was asked, I answered it.
*Edit* I worked it out. Its so slow that you'd be lucky to get a couple of pool shares a day. Really not worth the effort*

Really the only time when CPU mining can be of any use is when you have a lot of machines.
Usually that means botnet, but there are also the fair share of school admins etc that leave the school network mining away over night.

Not technically illegal unless their contracts prohibit using the machines for self gain, but I doubt you would keep your job if the boss found out!
newbie
Activity: 9
Merit: 0
April 27, 2013, 02:47:59 PM
#15
isn't mining over cpu ineffiecient?
newbie
Activity: 28
Merit: 0
April 27, 2013, 02:26:02 PM
#14
The free instances are pretty pathetic. Its not really worth the effort of setting it up which means very few people will do it.

Paid instance, you're going to lost money.

So blocking it would be a pain in the ass for amazon to set up for little gain.
newbie
Activity: 6
Merit: 0
April 27, 2013, 02:23:50 PM
#13
Here's a good detailed outline of how to do it: http://alexcollins.org/blog/2013/bitcoin-mining-amazon-ec2-gpu-hpc
newbie
Activity: 8
Merit: 0
April 27, 2013, 02:06:58 PM
#12
Do you think they will try and stop this sort of thing, or is this completely fine under their terms of service? Would suck to put in the time and effort just to have them block it next week.
newbie
Activity: 25
Merit: 0
April 27, 2013, 12:58:43 PM
#11
That's a cool tactic. Good idea!
newbie
Activity: 28
Merit: 0
April 27, 2013, 11:36:39 AM
#10
I had to guide a friend through setting up EC2 yesterday as he has a $500 voucher. Can confirm the following does work. cpuminer is getwork based, installing stratum proxy is recommended.
 This also has my miner login details in. Don't change them and it is me not you who benefits!
Once you have an AWS account set up and working go.
I can also set this up for you for BTC0.1 (You will need to set up an EC2 account and send me the .pem, your miner worker username and password, and the machine address). It may take months for the free miner to make you a return on that!


EC2 -> Launch Instance -> Ubuntu Server 12.10 ->T1.Micro (For Free) -> Continue -> Continue -> Continue ->
[Up to you if you want to give it a name ] -> Continue ->Create a new Key Pair and download it
-> Continue -> Default should do, if you go custom make sure to add a rule for ssh -> Launch

If you want to waste you're money the best instance for mining is CG1 (use Ubuntu Server 12.10 for Cluster Instances)
But you will need to set up the GPU drivers and a GPU miner. The best which you could still follow this is CC2 (Again Cluster OS). IT WILL COST MORE THAN YOU EARN! Side note, CC2 is a fairly cheap way of generating a vanity address (See my sig). You can ususally get a 6 character one in an hour if you're fast setting it up.

Give it a couple minutes to boot then you need to ssh in. Click the instance and under EC2... it will say something like
ec2-54-224-182-88.compute-1.amazonaws.com
If you can be assed to google it set up an elastic IP. If not -
If your on linux open a terminal and assuming you're key is saved in downloads and called myawskey
Code:
cd ~/Downloads/
chmod 400 myawskey.pem
ssh -i myawskey.pem [email protected]
On windows you will need an ssh client like putty. Google it.

Once connected to the server these into the terminal one by one (waiting for each to complete before the next)
Code:
sudo apt-get update
sudo apt-get upgrade

echo >> $HOME/.bash_profile
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/tools/lib' >> $HOME/.bash_profile
echo 'export PATH=$PATH:$HOME/tools/bin' >> $HOME/.bash_profile
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/tools/lib
export PATH=$PATH:$HOME/tools/bin
cpus=$(cat /proc/cpuinfo | grep ^processor | wc -l)

sudo apt-get install build-essential libcurl4-gnutls-dev python-dev libjansson-dev autoconf automake git libtool

git clone git://github.com/yasm/yasm.git
cd yasm
./autogen.sh
./configure --prefix=$HOME/tools
make -j $cpus
make install
cd ~

git clone https://github.com/jgarzik/cpuminer.git
cd cpuminer
./autogen.sh
./configure
make -j $cpus
screen -d -m ./minerd --threads $cpus --algo sse2_64 --url http://api.bitcoin.cz:8332 --userpass hectorgrebbell.bitcointalk:password

To see what its doing type
screen -r
To close the connection but leave it running
Code:
[If the screen is showing] Hold Ctrl, press A then D
exit
newbie
Activity: 58
Merit: 0
April 27, 2013, 10:42:20 AM
#9
Thanks all,

I bought a book on Linux and will dig in here.
newbie
Activity: 39
Merit: 0
April 26, 2013, 09:33:53 AM
#8
Amazon does offer a GPU instance, not free by any means.  I did some rough calculations awhile back, LTCwould need to be trading around $25 to show a profit, and BTC would need to be around $500.  (this was about a year ago, I'm sure things have changed since)

I use the AWS EC2 platform for all my clients' websites, and yes, it is free for super low traffic/low power instances.  I tell new clients to create their own account, then give me access via the IAM service.  Works very nicely, and I highly recommend it.
newbie
Activity: 19
Merit: 0
April 26, 2013, 09:22:53 AM
#7
You Don't NEED a GPU. And it doesn't have one.
But it is pretty low power yes, but at the end of the day its free.

So as long as you are happy putting in the time investment then it is free mining.

As said, if you haven't any experience with ssh / Linux then that amount of time would be significant. Hence probably not worth it.

Okay, my apologies. You do not need a GPU, but CPU mining is very limited in terms of the hash rate you can achieve.
full member
Activity: 224
Merit: 100
April 26, 2013, 09:15:56 AM
#6
Hehe, I know linux. I am interested in learning how to get that free year of amazon cloud computing.
member
Activity: 126
Merit: 22
April 26, 2013, 09:12:43 AM
#5
thanks
newbie
Activity: 28
Merit: 0
April 26, 2013, 09:03:18 AM
#4
You Don't NEED a GPU. And it doesn't have one.
But it is pretty low power yes, but at the end of the day its free.

So as long as you are happy putting in the time investment then it is free mining.

As said, if you haven't any experience with ssh / Linux then that amount of time would be significant. Hence probably not worth it.
newbie
Activity: 19
Merit: 0
April 26, 2013, 08:48:18 AM
#3
I believe the free Amazon instance is very low power and certainly doesn't come with a GPU of any significant power that you would actually need for mining.
Pages:
Jump to: