is some 3rd party antivirus or something blocking its installation???
WOW! it was in my F: HD
whoa thatās crazy, I do not know if it will run from F:, have you told windows to install stuff there by default somehow?
yeah =/
do you know how i can change that back?
no, Iād have to ask google how to do that on Windows 8.1, I only have Win10 and Win 2k16 Serverā¦and getting it to run from somewhere other than C: is on the list of features to add before I call it ānot a betaā
well guess ill test this out for you xD but what is the diffrence with the F: or C:?
in the source code the GUI part of the wallet may or may not fine the zcash server component if its not installed to C: right now
Let me know how it goes! Downloading the proving key will take a WHILE
and syncing the blockchain after that can take a couple of hours or more, depending on your bandwidth
mmmmm i seem to be getting this error =/ not exactly sure what this means
Something is wrong when the GUI calls zcash-cli.exe. For more information please start the GUI wallet from a Windows command prompt:
java -jar ZCashSwingWalletUI.jar
and then attach the log as text.
How do i start the Gui wallet from command prompt? =/
You may need to start the zcash server, zcashd.exe, from the command
prompt, and let it sync the blockchain, before starting the GUI. the
command for that is:
C:\Program Files\zcash4win\app\zcashd.exe -showmetrics=1 -daemon=0
so just type ----> C:\Program Files\zcash4win\app\zcashd.exe -showmetrics=1 -daemon=0
into command prompt exactly?
yes, you may have to put double-quotes around C:\Program Files\zcash4win\app\zcashd.exe
"C:\Program Files\zcash4win\app\zcashd.exe" -showmetrics=1 -daemon=0
The double-quotes are necessary because of the space in āProgram Filesā.
yeah Iām used to letting the shell auto-complete that for me as I type, which of course is not going to be the case with cut and paste ![]()
this is what i am getting? does this look correct? or do i need to do something more?
that indicates that there isnāt a configuration file for zcash, which is created when zcash4win runs the first timeā¦you can run the batch file that does that by hand with this command line:
"C:\Program Files\zcash4win\app\first-run.bat"
and then run
"C:\Program Files\zcash4win\app\zcashd.exe" -showmetrics=1 -daemon=0
again