Bitcoin Forum
May 05, 2024, 01:11:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [TUTORIAL] Pool mining YACoin with cpuminer on Ubuntu 12.10 EC2 AWS  (Read 6006 times)
darkfur93 (OP)
Member
**
Offline Offline

Activity: 110
Merit: 10



View Profile WWW
May 13, 2013, 05:51:49 AM
 #1

Requirements: AWS Account, AWS Key Pair, Linux terminal or Putty on Windows. Pool account Eg. http://yac.dontmine.me

Step 1: link Select the instance Ubuntu Ubuntu Server 12.10 (recommended) or Ubuntu Server 12.10 for Cluster Instances (Limit of 2 by default) 64-Bit of course. Click continue.

Step 2:  Click edit details, change type to c1.xlarge (cc2.8xlarge for clusters), save details, Launch.

Step 3: link After a few minutes your new instance should be done creating and be started automatically. To connect right click the instance, click connect. You should get a code that looks something like this
Code:
ssh -i /home/rawr/Desktop/keycode.pem ubuntu@ec1-23-45-678-90.compute-1.amazonaws.com
replace keycode.pem with your .pem Key Pair file then paste the code into the linux terminal. (Putty how-to guide)

Step 4: When the server is done starting up, paste the following code into the Ubuntu shell:
Code:
sudo apt-get update && sudo apt-get install -y autoconf automake git libcurl4-openssl-dev make && git clone https://github.com/ali1234/cpuminer.git &&
cd ./cpuminer/ && ./autogen.sh && ./configure && make && sudo make install &&
./minerd -o http://yac.dontmine.me:8080 -u username.1 -p x -a scrypt-jane
replace username.1 with your username and x with your password. The following will install the newest version of cpuminer, it's dependents and start the mining on all your CPU threads. To limit the threads place -t n after the port. n=numebr of cpu cores used for mining.

Step 5. You should now me mining YaCoin! When your done mining remember to stop or terminate the instance. link You get charged for each partial/full hour!

Pricing for instances: http://aws.amazon.com/ec2/pricing/

BTC: 1GXFRtMFTyw1KVqkpH2DPiZMmxcyr8wSbX
1714914712
Hero Member
*
Offline Offline

Posts: 1714914712

View Profile Personal Message (Offline)

Ignore
1714914712
Reply with quote  #2

1714914712
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714914712
Hero Member
*
Offline Offline

Posts: 1714914712

View Profile Personal Message (Offline)

Ignore
1714914712
Reply with quote  #2

1714914712
Report to moderator
vlaoou321
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
May 13, 2013, 06:26:15 AM
 #2

丿收到

Reputation https://bitcointalk.org/index.php?topic=198808.new#new
Tip: 1CtNCGTyhVkp6AzRwhTsqjkWgwCqk1vSjA
dmatthewstewart
Sr. Member
****
Offline Offline

Activity: 439
Merit: 250



View Profile
September 08, 2013, 12:33:59 AM
 #3

Thanks but if I am just pool mining for Copper Bars and want to use scrypt jane, how do I install that on my Ubuntu?

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!