How to mine Ravencoin (RVN) using an AWS EC2 instance
Make sure you have an account over at https://rvn.suprnova.cc or any other mining pool you want to use. Log in to your AWS console and select the Ohio region. If you have some time you could check whichever region offers the cheapest spot instance prices at the time your requesting your instance and pick that one. Choose Spot requests and request a spot instance. In this example we are going to use a c4.8xlarge instance using the Ubuntu 16.04 image.
Make sure to create a security group allowing incoming and outgoing traffic. For the mining instances I spin up I just allow all outgoing and incoming traffic saving me from the hazzle to figure out which ports to open. Create or select a keypair you have access to and launch the instance.
Now connect to the instance and run the following code:
sudo apt-get update
sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++
git clone https://github.com/tpruvot/cpuminer-multi
cd cpuminer-multi
./build.sh
After the build is done we are going to launch the miner inside tmux
tmux
Type in ./cpuminer -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u Weblogin.Worker -p Worker password. Leave tmux with first pressing Ctrl + b and afterwards d. To confirm that your miner is running use htop or have a look over at your dashboard. If you have any questions, don't hesitate to ask them here.
ETH: 0xa63db0f284ab23e6b9081d0c6b9d7cef79514d48
RVN/BTC: RNrS4vD7GULEe2Ykb9MhjBHNq95q2Wxazf
Hmm..what process am I looking for in TOP? Which information in:
./cpuminer -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u Weblogin.Worker -p Worker password
EDIT: Change the worker name and the password after creating a worker via supernova.
Congratulations @k3no! You have received a personal award!
Click on the badge to view your Board of Honor.
Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - Quarter Finals - Day 2
Participate in the SteemitBoard World Cup Contest!
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: @good-karma and @lukestokes
Congratulations @k3no! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!