Post
Topic
Board Altcoin Discussion
Re: [XPM] [FASTER!] Mining PrimeCoin using DigitalOcean (VPS)
by
noel
on 21/07/2013, 06:08:21 UTC
hi ya i had no issues until this point hope you understand this snippet  Grin

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 mined

Getting 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: Huh

Code: Huh

primecoind importprivkey $privkey_from_vps Huh


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