-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not showing transactions #3
Comments
From the upstream readme:
|
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 ***@***.***> 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 <zcash/zcash#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
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF9e0C4BHab7oNHbs6kNKuEN-kVrZyaIks5r7iH_gaJpZM4Nf8W9>
.
|
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? |
@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 ;-) |
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 ***@***.***> 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
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF9e0LP5gdcX3k3ATKIwqPcggrzagCHFks5savUHgaJpZM4Nf8W9>
.
|
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! |
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 ***@***.***> 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
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF9e0K6ZLakDPfoKoM1X0b4op5zmPZTBks5sawNMgaJpZM4Nf8W9>
.
|
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
The text was updated successfully, but these errors were encountered: