Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ARCHcoin [ARCH] – The Profit Network
by
Crypto$atoshi
on 05/10/2014, 01:01:07 UTC
mac wallet is fucked up

My mac wallet fully synced...but had to remove the settings.   @Motor_Licker try this from a terminal:

bash-3.2$ cd Library/Application\ Support/Archcoin/
bash-3.2$ cp wallet.dat ~
bash-3.2$ rm *
bash-3.2$ cp ~/wallet.dat .


didn't work. command not found.

haha..that was a terminal session...try the commands without the bash prompt.

NOTE run the commands one at a time and make sure they are successfull...cause of the 'cd' doesn't work...don't do the rm!

cd Library/Application\ Support/Archcoin/
cp wallet.dat ~
rm *
cp ~/wallet.dat .