How do i replace the ancient version with the new one, without delete/recreate my droplet? And keeping the same wallet
I replace it. Here, lete me help you out some on linux. I move the old files out and then create a new section.
primecoind stop
cd ~
mv primecoin old4
git clone
https://github.com/mikaelh2/primecoincd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=miner2
rpcpassword=test2
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
-Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/main.d -o obj/main.o main.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/main.o] Error 4