Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy
by
AizenSou
on 02/03/2017, 13:04:22 UTC
That was before, now i have the 8.7.7 and still having the same problem. I can't run that command in the terminal, no such file or directory it says.

If you would like for me to Teamviewer you I can assist you with this but you need to change directory to your Applications folder before you run that command.

In Terminal try /Applications/zcoin-qt -reindex

PM me if you want to arrange a Teamviewer or e-mail reuben@zcoin.io if you're still having problems.



"/Applications/zcoin-qt -reindex" Same , no such file or directory. I prefer if you help me from here or pm, it's easier for me, TeamViewer is too delicate.


First of all I'm assuming you pulled zcoin-qt into your applications folder yes?

Open terminal

type cd /Applications
then type ls
it should show zcoin-qt in there
Then you can type zcoin-qt -reindex

If it's not there you probably didn't install zcoin-qt the right way (which is to just open the dmg and then drag the app into the Applications folder which is already prompted when you open the dmg).



Yes, i drag Zcoin app from the DMG to the applications folders, when i type "ls" i can see zcoin there is called zcoin-qt.app but then after that when i type "zcoin-qt -reindex" it says command not found.

You should open Terminal, go to the directory where u place zcoin-qt. Then

Quote
cd zcoin-qt.app/Contents/MacOS/
./zcoin-qt -reindex


To speed up the sync process, you could add only official nodes by going to zcoin.conf in ~/Library/Application\ Support/zcoin and add
Quote
connect=london.zcoin.io
connect=nyc.zcoin.io
connect=sf1.zcoin.io
connect=xzc.suprnova.cc

Hope it's understandable enough.