Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: 2bfree on January 13, 2014, 01:50:39 AM



Title: Digital Ocean cloud mining, just can't get it going, please help
Post by: 2bfree on January 13, 2014, 01:50:39 AM
First I'm brand new and not a techie that much (very basic).

I followed the instructions on:

totorial for dodge: http://dogecoin.ga/dogecoin_mining_cloud_servers.htm
dummy tutorial: http://www.peercointalk.org/index.php?PHPSESSID=c5tndbclkortc6ag2fqd5mmvr7&topic=1431.0
russian: https://bitcointalk.org/index.php?topic=372502.0

I'm on a mac so I can't use putty I'm in the process of installing virtual windows to try that as a last resort. Problem I have is i can log in root/password as emailed by digital ocean, but after that commands like:

sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
git clone https://github.com/thbaumbach/primecoin
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
cd ~/primecoin/src
make -f makefile.unix
apt-get install supervisor
mkdir -p /var/log/supervisor
touch /etc/supervisor/conf.d/primecoin.conf
nano /etc/supervisor/conf.d/primecoin.conf

none of it works…

Do I need to do something that the people in instructions assume I know that I'm missing out of ignorance?

Please help!

Thanks and bfree!