Skip to content
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

The coins are stuck on z-address (bad-txns-joinsplit-requirements-not-met). #7

Closed
linux-router opened this issue Nov 6, 2018 · 2 comments

Comments

@linux-router
Copy link

linux-router commented Nov 6, 2018

I sent coins from t-address to z-address by two transactions and on the balance of z-address I see this coins, but I can not sent them anywhere. If I try to send the entire amount at once, the wallet gives an error:
z_sendmany finished (status=failed, error=Could not find previous JoinSplit anchor)

If I try to send the same two sums that they was transferred to z-address, then wallet gives such an error:
ERROR: AcceptToMemoryPool: joinsplit requirements not met
z_sendmany finished (status=failed, error=18: bad-txns-joinsplit-requirements-not-met)
ERROR: AcceptToMemoryPool: joinsplit requirements not met
z_sendmany finished (status=failed, error=18: bad-txns-joinsplit-requirements-not-met)

VoteCoin version v2.0.1-128
So there's nothing I can do with these coins.

@linux-router
Copy link
Author

linux-router commented Nov 7, 2018

zcash/zcash#2712
Нere it is advised to backup all your private keys, then import all your private keys and then to sync. As I know in the GUI Votecoin wallet, there is no possibility to backup private keys, but is it possible to do this in the CLI wallet?

@Tomas-M
Copy link
Owner

Tomas-M commented Jan 5, 2019

Sorry for late reply. It is problematic to import previously exported private keys, sometimes it does not work. So it may not help. Anyway, you can try to export it by using z_exportwallet and z_importwallet, or z_exportkey and z_importkey, the procedure is the same as for zcash: https://github.com/zcash/zcash/blob/master/doc/wallet-backup.md

@Tomas-M Tomas-M closed this as completed Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants