Zcash4win BETA is out!

you can VERY CAREFULLY manually edit the csv file by hand while zcash4win is stopped. it is at:
%LocalAppData%\ZCashSwingWalletUI\addressBook.csv

Back it up before editing it by hand! :slight_smile:

That solved the problem, @anon47418038, thanks.

@anon47418038 Hi David!
Pls help. I tried everything in the topic but it doesnt work.

The same problem on both pc

ohhhh that is an issue that people have been having with zcashcoā€™s download url for the proving key
if it still is doing that later today (they have been made aware of it), you can manually download it but thatā€¦is bothersome

if you go that route, download https://zcash.dl.mercerweiss.com/sprout-proving.key into %AppData%\ZcashParams\

Hi Davidā€¦ radix42 Is this compiled for win 32 or 64bit? Not sure if I set it up wrong, but it says,ā€¦ C:\windows\system32\cmd.exe which is 32bit. Just not sure if it matters if I run it from the 64bit directory or the window 32.
Great work btw!

1 Like

its 64 bit only but there is windows stuff in system32 that is used no matter what flavor of things is going on :slight_smile:

Hi there! Iā€™ve got a problem that my Zcash4win isnā€™t loading. It only says Deamon is taking longer then normal. I already tried to delete the folders in %appdata% except the wallet.dat. Same trick and new install. But no luck so far. Any one an idea?

can you post the last 100 or so lines of %AppData%\Zcash\debug.log please?

Thanks!


The details are in the images. Received error. Reading forum to try to fix thisā€¦ Tried the command in powershell: ā€œc:\Program Files\zcash4win\app\zcashd.exeā€ -daemon=0 -showmetrics=1

I uninstalled and reinstalled fresh app and this error still occurs. Not sure where to go from here?

try running it as above in powershell, as two separate commands

That worked. Thanks!

Meanwhile, one may create a junction in the command line:

  1. Copy-paste the folder you want to move from drive C, i.e. heavyweight blockchain db, to the destination folder Zcash, say, on drive F
  2. Backup Your wallet, conf & Zcash.Params files
  3. Delete the source folder with all the content
  4. Launch the command line as an Administrator
  5. Type in the command line: mklink/j C:/Users/your username/AppData/Roaming/Zcash F:/Zcash
  6. Press Enter.
    Now Zcash4win will believe the blockchain is where is meant to be on the drive C, while it isnā€™t.
3 Likes

omg ty i had not been able to cook up the right command to make the link

how do i pin this, Iā€™m an admin here, is there a button for that omg

this is like the #1 user request, ā€œblockchain not on C driveā€

and getting the freaking installer builder and everything to do that isā€¦not being easy

and requires lots of plumbing changes in zcash4win

so this is like the Magic Bandaid until that glorious feature upgrade comes to pass

Thanks for the quick reply! Appreciate it.

2017-11-07 18:25:06 Zcash version v1.0.11-a527ab6 (2017-08-23 01:11:01 +0000)
2017-11-07 18:25:06 Using OpenSSL version OpenSSL 1.1.0d 26 Jan 2017
2017-11-07 18:25:06 Using BerkeleyDB version Berkeley DB 6.2.23: (March 28, 2016)
2017-11-07 18:25:06 Default data directory C:\Users\GH\AppData\Roaming\Zcash
2017-11-07 18:25:06 Using data directory C:\Users\GH\AppData\Roaming\Zcash
2017-11-07 18:25:06 Using config file C:\Users\GH\AppData\Roaming\Zcash\zcash.conf
2017-11-07 18:25:06 Using at most 125 connections (2048 file descriptors available)
2017-11-07 18:25:06 Using 4 threads for script verification
2017-11-07 18:25:06 scheduler thread start
2017-11-07 18:25:06 Loading verifying key from C:\Users\GH\AppData\Roaming\ZcashParams\sprout-verifying.key
2017-11-07 18:25:06 Loaded verifying key in 0.003002s seconds.
2017-11-07 18:25:06 HTTP: creating work queue of depth 16
2017-11-07 18:25:06 HTTP: starting 4 worker threads
2017-11-07 18:25:06 Using wallet wallet.dat
2017-11-07 18:25:06 init message: Verifying walletā€¦
2017-11-07 18:25:06 CDBEnv::Open: LogDir=C:\Users\GH\AppData\Roaming\Zcash\database ErrorFile=C:\Users\GH\AppData\Roaming\Zcash\db.log
2017-11-07 18:25:06 Unable to bind to [::]:8233 on this computer (bind returned error Er is geprobeerd toegang te verkrijgen tot een socket op een volgens de toegangsmachtigingen niet toegestane manier. (10013))
2017-11-07 18:25:06 Unable to bind to 0.0.0.0:8233 on this computer (bind returned error Er is geprobeerd toegang te verkrijgen tot een socket op een volgens de toegangsmachtigingen niet toegestane manier. (10013))
2017-11-07 18:25:06 Error: Unable to bind to 0.0.0.0:8233 on this computer (bind returned error Er is geprobeerd toegang te verkrijgen tot een socket op een volgens de toegangsmachtigingen niet toegestane manier. (10013))
2017-11-07 18:25:06 Error: Failed to listen on any port. Use -listen=0 if you want this.
2017-11-07 18:25:06 Shutdown: In progressā€¦
2017-11-07 18:25:06 StopRPC: waiting for async rpc workers to stop
2017-11-07 18:25:06 scheduler thread interrupt
2017-11-07 18:25:06 StopNode()
2017-11-07 18:25:06 Shutdown: done
2017-11-09 17:30:12

ah! there it is! ā€œunable to bind to 8233ā€!!!

is another coin or something using that port, or is it blocked by firewall or other security settings from talking to the network?

because that is whatā€™s going on

Again thanks for the ultra quick reply!

Ah yes! Closed down two other coin wallets and now itā€™s loading. Thanks! Is there any possibility to use it side by side with the others?

1 Like

you SHOULD be able to change the ports in use in the zcash.conf file by hand so that the gui will use it no matter what they listen onā€¦I have not tried to do it aside from purely command line use before tho!

Lemme fool with it really quick and get back to you

1 Like

Iā€™m fafing about with my zcash.conf options to find a config thatā€™ll work for listening on other ports, youā€™re the 2nd person in the last week or two whoā€™s needed this setting tweaked right to run with other wallets at the same time