- 1. Connect to VPS and login (using putty and port:22)
- 2. Do this 4 commands to update your VPS:
2a - "apt-get update " - 2b - "
apt-get install yasm -y git make g++ build-essential libminiupnpc-dev "
2c - "apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix " (this a quite bit long, so wait for it)
2d - "apt-get install build-essential libcurl4-openssl-dev "
- 3. " apt-get install screen "
- 4. Download the cpuminer 2.4:
- "wget http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.4.tar.gz "
Tip: I noticed that the v2.4 does not make me appear "yay!". So, try with the v2.3.2, you've only to change 2.4 in 2.3.2 where it is present)
- 5. Open the cpuminer
- "tar xzf pooler-cpuminer-2.4.tar.gz " Remember that if you use v2.3.2 you have to change the command as "[...]cpuminer-2.3.2.tar.gz"
- 6. Do this command to place in the directory of the cpuminer
- "cd cpuminer-2.4 "
- 7. Configure the miner
- "./configure CFLAGS="-O3" "
Tip: in "-O3" is the vocal "o" not 0. Make sure you put the -> "
- 8a. Open the miner
- 8b. type command " screen "
- 9. Do this command to connect and start mining (Here you can find some extra infos)
- "./minerd --url=stratum+tcp://66.55.92.73:8000 -p 123 -u YOUR-AUTH-CODE-HERE" "
- Example: "./minerd --url=stratum+tpc://66.55.92.73:8000 -p 123 -u abcdef0123456789 "
- Enjoy your earnings!
- 1. Connect to VPS and login