hi ya i had no issues until this point hope you understand this snippet 
root@PRESSEDHARD:~/primecoin/src# echo "rpcuser=******* rpcpassword=****************** gen=1"
rpcuser=******* rpcpassword=****************** gen=1
root@PRESSEDHARD:~/primecoin/src#
root@PRESSEDHARD:~/primecoin/src# > ~/.primecoin/primecoin.conf
root@PRESSEDHARD:~/primecoin/src# sudo mv primecoind /usr/local/bin/.
mv: cannot stat ΓÇÿprimecoindΓÇÖ: No such file or directory
root@PRESSEDHARD:~/primecoin/src# primecoind --daemon
primecoind: command not found
root@PRESSEDHARD:~/primecoin/src#
which one of these or how do you auto send to a wallet address as they are minedGetting coins to another wallet:
There are a number of ways to do this:
After they've matured:
Code:
primecoind sendtoaddress yourhomeaddress amount
Before they've matured:
from vps:
Is this digitalocean yes?Code:
primecoind listtransactions # to find the receiving address I do this after?? long??
primecoind dumpprivkey $receiving_address
where do i find "dumpprivkey"from home:

Code:

primecoind importprivkey $privkey_from_vps

I then remove the wallet.dat from the vps to get all new keys, though its not necessary.
thanks for the help sounds like fun so i just have to have a play and the best thing is i am learning something new.
thanks
noel