which version of wallet/binaries are you using? if you are using gui wallet, check that out in "settings" tab, on the bottom, if you're using cli binaries, it should be written in the first line or two when you start it...
and I'm also using also the cli wallet Wownero 'Busty Brazzers' (v0.2.0.0-master-release)
starting to think its hopeless
I'm really not sure what's the issue here... The link I sent earlier is a proof of transaction, directly read from blockchain, meaning that it must be visible on sent address... If I were you, I would:
- triple check and ensure I have a mnemonic seed for the wallet address in question (or probably backup all wallets I have to a safe place),
- delete existing binaries,
- delete existing blockchain data,
- delete existing wallets,
- download the latest version of whatever I need from Github,
- run the wallet again, and triple checking I'm restoring the wallet for the address where I expect to see my coins,
- check coin daemon and wallet logs in case of any problem and try to find a possible error.
also didn't work. Thanks for trying to help. I'm out
I just solved a similar issue to some other guy yesterday and this is what he did:
- backed up all existing wallets,
- deleted blockchain data (C:\ProgramData\wownero folder),
- deleted existing wallets (C:\Users\USER\Documents\Wownero\wallets),
- opened coin daemon (wownerod.exe) and let it finish with syncing,
- opened separate command prompt window (win+r, "cmd" and press enter),
- navigated to the folder where wownero wallet cli is,
- ran the wallet with a specific flag (wownero-wallet-cli --restore-deterministic-wallet) while coin daemon (wownerod.exe) was still running in the background,
- restored the wallet with mnemonic seed.
Can you please try that and report back?
Restoring from seed under new wallet name should suffice.
I got the impression that he tried that already ^^