You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
help spendzerocoinmints
says that "address" is optional, and that if a target address is omitted it will spend to a new change address.When tested accidentally,
spendzerocoinmints '["TheZerocoinSerialHash"]'
instead gaveNo address provided (code -4)
which is perfectly fine by me!
Let's just correct the help output.
The text was updated successfully, but these errors were encountered: