Zcash4win BETA is out!

It is possible to build an .exe with the zcashd Linux file ?

what is in your zcash.conf file? please paste here

I was having the same problem with an empty zcash folder and I discovered that there is an issue with the first-run.bat if you have a space in your windows username. Add quotes around every folder definition in that file (e.g. instead of mkdir %LocalAppData%\ZCashSwingWalletUI it should be mkdir “%LocalAppData%\ZCashSwingWalletUI”) and then run it again. The full file as it should be:

rem this script MUST be run before launching zcashd for the first time
mkdir “%AppData%\Zcash”
mkdir “%LocalAppData%\ZCashSwingWalletUI”

@echo off

IF NOT EXIST “%AppData%\Zcash\zcash.conf” (
(
echo addnode=mainnet.z.cash
echo rpcuser=username
echo rpcpassword=password%random%%random%
echo daemon=1
echo showmetrics=0
echo gen=0
) > “%AppData%\Zcash\zcash.conf”
)

IF NOT EXIST “%LocalAppData%\ZCashSwingWalletUI\addressBook.csv” (
(
echo t1WjQ6yqv8Yh9pcc2f4JMrMpVJ3LNQXFt3u,zcash4win donations
echo t1VAggo7RusLVBzHSeYbGkxDQQhLZyigxty,ZCashSwingUI donations
) > “%LocalAppData%\ZCashSwingWalletUI\addressBook.csv”
)

google search how to find hidden folders

Just opening / going to folders is basic windows 101, its not programming

Are you using windows?

if yes

double click this pc
double click local disk C
double click users folder
double click your name (whatever the name is you always are logged into)
once you do that you should see the APPDATA folder
IF YOU DO NOT SEE the “APPDATA” folder
at top left of the page click view, then put a check mark in the hidden items box this will show you the hidden folders

if you are not using windows someone else will have to walk you through it

СнимокYes.

Yesterday after adding disabledeprecation = 1.0.12 everything was fine,but today again…

(https://pp.userapi.com/c841431/v841431220/6ba4a/E2ma0T0R0tA.jpg)

Conf: [spoiler]addnode=mainnet.z.cash
rpcuser=username
rpcpassword=
details=password********
daemon=1
showmetrics=0
disabledeprecation=1.0.12
gen=0

Not working. Why are we paying the dev fee if there is not a fix?

1 Like

Because zcash4win has nothing to do with the zero electric coin company
Edit- it’s a third-party application developed by MercerWeiss Consulting
Just give him some time

don’t we have enough open posts about that issue. I mean this one and other 2 I guess are ok, but a lot of people opened posts for exact the same issue again and again. how can we contact the moderators does someone know them?

Having a bit of a problem here, successfully moved from Jaxx to ZC4Win, sent some ZEC to an exchange and it never showed up or was confirmed, verified the address was correct, fees were left at default values, the funds have been removed from my wallet balance.

I right clicked and hit search block chain for transaction, and it says transaction not found, if I search my public wallet address on the block chain, it shows that I still have the sum of ZEC that I sent out.

I did a test run and sent a small amount to another wallet of mine and it was confirmed nearly instantly, meanwhile my large sum is still sitting unconfirmed and not on the block chain, any input?

I’d need the tx id to see if there is anything to see!

There is not, but here it is!

“9799e5c428f7e0af960b48994e702bb4bc6256fd475b59e57dcdf316e5b997c8”

what are the sending and or receiving addresses for it?

Receiving address.

t1cmvLPy2dddjSZLUMrPEm3ZnmcrcJPhKNn

Sending address.

t1LZMn4N7hEqWMWJVDb2fTt5WUCAaPncWhe

ya there are no transaction showing at all for that receiving address:
http://zcashnetwork.info/address/t1cmvLPy2dddjSZLUMrPEm3ZnmcrcJPhKNn

and it didn’t get sent to the wrong addy by mistake or something?
quite a few from that sending addy
http://zcashnetwork.info/address/t1LZMn4N7hEqWMWJVDb2fTt5WUCAaPncWhe

Definitely the right address. Copied straight from the exchange and pasted into wallet.

So when you click on the sending addy link, 3.78087326 ZEC , that is how much ZEC I had before attempting to send 3.75 to the exchange, If it still shows on the block chain that that is what is in my possession, why does the wallet not show that?

I will gladly donate/compensate you for your time if you can PM/Email me and try to get this resolved.

Thank you.

What is the problem?((( white window…

reboot your computer and try again, looks like you are having a display issue

I am having the same issue. were you able to resolve this?