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
cd ProtoShares/src
make -f makefile.unix
once thats done
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.