Post
Topic
Board Altcoin Discussion
Re: [Guide and Giveaway] Mining Protoshares on Digital Ocean and Giveaway too!
by
RyZombie
on 06/11/2013, 20:19:34 UTC
I rebuilded my droplet, it's worse...

make -f makefile.unix
is not working anymore... i have this message :
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'. Stop.

is someone able to helpme?
I really would like to try cloud minig, but i'm so noob.
I have 48 PTS to offer

are you in the ProtoShares/src folder?

I don't think so, there is
root@MyHostname:~#

Yeah your not in the folder
from where you are type
Code:
cd ProtoShares/src
make -f makefile.unix
once thats done
Code:
touch ~/.protoshares/protoshares.conf
echo "rpcuser=user" >> ~/.protoshares/protoshares.conf
echo "rpcpassword=pass" >> ~/.protoshares/protoshares.conf
./bitcoind -daemon
./bitcoind setgenerate true 3
the above should work if not pm me and ill help the best i can.