zcash4mac icon indicating copy to clipboard operation
zcash4mac copied to clipboard

Not showing transactions

Open daveb1392 opened this issue 7 years ago • 8 comments

Hi there, first off thanks for all the job done. I recently downloaded the zcash4mac, and added my address to my mining pool, according to my mining pool all my balance was paid out to my zcash wallet, I checked on Zchain and my address is correct and the transactions did go through, however on my wallet it won't show any transactions. I'm fairly new to all this, is there something I have to download or install to make it show my balance and transactions? Thank you

daveb1392 avatar May 19 '17 00:05 daveb1392

From the upstream readme:

Limitation: The list of transactions does not show all outgoing ones (specifically outgoing Z address transactions). A corresponding issue https://github.com/zcash/zcash/issues/1438 has been opened for the ZCash developers.

Birch-san avatar May 19 '17 23:05 Birch-san

in the bottom right hand corner of the wallet, it'll show what percent of the blockchain you have synced....if that's less than 100%, not all transactions will show up yet

On Fri, May 19, 2017 at 4:13 PM, Birch-san [email protected] wrote:

From the upstream https://github.com/vaklinov/zcash-swing-wallet-ui readme:

Limitation: The list of transactions does not show all outgoing ones (specifically outgoing Z address transactions). A corresponding issue zcash/zcash#1438 https://github.com/zcash/zcash/issues/1438 has been opened for the ZCash developers.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/radix42/zcash4mac/issues/3#issuecomment-302830960, or mute the thread https://github.com/notifications/unsubscribe-auth/AF9e0C4BHab7oNHbs6kNKuEN-kVrZyaIks5r7iH_gaJpZM4Nf8W9 .

radix42 avatar May 19 '17 23:05 radix42

Oh ok yeah it's at 48.52% perfect so I just have to wait for it to reach a 100% sync with the block chain? Thank you very much for all your help.

daveb1392 avatar Jun 06 '17 09:06 daveb1392

@daveb1392 happened to me too until I realized that the blockchain is synched chronologically and therefore my transaction will show up in the last 99.9% or so ;-)

AR0x7E7 avatar Jun 26 '17 01:06 AR0x7E7

Hi, I have downloaded the wallet and tried it via transfer from my friend but the transfer does not appear. Also do not see synchronisation progress. Do you know what can be the problem? screen shot 2017-08-22 at 17 33 51

Greg8209 avatar Aug 22 '17 15:08 Greg8209

You may need to widen that window to see the progress. If you still can't see it, in Terminal type: tail -f /Library/Application Support/Zcash/debug.log

and you can see the progress with syncing the blockchain. It'll be the part of a line that says "progress=0.99....." or whatever fraction that is. When it has a bunch of nines, you should see your balance (it rarely hits 1, because a new block is always coming soon!)

On Tue, Aug 22, 2017 at 8:34 AM, Greg8209 [email protected] wrote:

Hi, I have downloaded the wallet and tried it via transfer from my friend but the transfer does not appear. Also do not see synchronisation progress. Do you know what can be the problem? [image: screen shot 2017-08-22 at 17 33 51] https://user-images.githubusercontent.com/31250204/29573783-22adaf64-8760-11e7-8966-66bd77ab2843.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/radix42/zcash4mac/issues/3#issuecomment-324064629, or mute the thread https://github.com/notifications/unsubscribe-auth/AF9e0LP5gdcX3k3ATKIwqPcggrzagCHFks5savUHgaJpZM4Nf8W9 .

radix42 avatar Aug 22 '17 16:08 radix42

You are my man! That was it, although the screen is not big enough to show the progress but finally see the place where it should be. And do not know why but finally got the balance! Thanks a lot really appreciate!

Greg8209 avatar Aug 22 '17 16:08 Greg8209

Sierra and later macOS versions don't REALLY put Applications in the Applications folder, they isolate them in private filesystem namespaces, which is why that path to the executable was so long, which is why the window didn't show the progress correctly!

I just put wrapping those paths on the TODO list

On Tue, Aug 22, 2017 at 9:35 AM, Greg8209 [email protected] wrote:

You are my man! That was it, although the screen is not big enough to show the progress but finally see the place where it should be. And do not know why but finally got the balance! Thanks a lot really appreciate!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/radix42/zcash4mac/issues/3#issuecomment-324082280, or mute the thread https://github.com/notifications/unsubscribe-auth/AF9e0K6ZLakDPfoKoM1X0b4op5zmPZTBks5sawNMgaJpZM4Nf8W9 .

radix42 avatar Aug 22 '17 19:08 radix42