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

CLI help for spendzerocoinmints correction needed #1045

Open
seanPhill opened this issue Feb 3, 2025 · 1 comment
Open

CLI help for spendzerocoinmints correction needed #1045

seanPhill opened this issue Feb 3, 2025 · 1 comment

Comments

@seanPhill
Copy link
Collaborator

help spendzerocoinmints says that "address" is optional, and that if a target address is omitted it will spend to a new change address.

Spend zerocoin mints to a VEIL address.

Requires wallet passphrase to be set with walletpassphrase call.

Arguments:
1. mints_list     (string, required) A json array of zerocoin mints serial hashes
2. "address"     (string, optional, default=change) Send to specified address or to a new change address.

When tested accidentally, spendzerocoinmints '["TheZerocoinSerialHash"]' instead gave
No address provided (code -4)

which is perfectly fine by me!

Let's just correct the help output.

@seanPhill
Copy link
Collaborator Author

seanPhill commented Feb 3, 2025

FYI, spendzerocoinmints can spend to a basecoin address, no problem, just like a normal spendzerocoin can also spend to either basecoin or Stealth (CT) depending on the address provided. AND there is no spend fee, the same as the usual zerocoin spend, as the minting fee is considered a prepayment of the subsequent transaction fee.

Also FYI, if you create a fresh basecoin address and your zerocoins were minted from RingCT funds, then that basecoin address will be private until you do anything to dox yourself.

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

1 participant