-
-
Notifications
You must be signed in to change notification settings - Fork 355
Spark RPC calls
Note: In Firo's Spark context, minting refers to the anonymizing/shielding action while spending refers to the private sending (if to a Spark address) or deanonymizing/deshielding action (if to a transparent address).
The wallet can be unlocked with walletpassphrase "YOUR PASSWORD" X
where X is the amount of seconds you want to keep it unlocked.
Anonymizes the amount to the specified Spark address. The address can be your own or an external one.
Example:
mintspark "{\"st1s9743nwh4vade7t6mztcykgzrs0e7j4rvults9v0pgqc369j2fmvs2hvngnv8k3cfar2glalktgz8253pjac8etjtvqfzn64h5ruvh0f0xz6jcd9fw4s7sxzf0hlnur5htkd9ngyxhrpu\":{\"amount\":10, \"memo\":\"\"}}"
Redeems the amount to the specified Spark or transparent address. Not usable with exchange addresses as they can only accept from a transparent balance.
Example:
spendspark "{\"TABS5HkVo4VEjeWpKTsUFxsvDdxg7U7LEf\":{\"amount\":10, \"memo\":\"\", \"subtractFee\": false}}"
spendspark "{\"st1s9743nwh4vade7t6mztcykgzrs0e7j4rvults9v0pgqc369j2fmvs2hvngnv8k3cfar2glalktgz8253pjac8etjtvqfzn64h5ruvh0f0xz6jcd9fw4s7sxzf0hlnur5htkd9ngyxhrpu\":{\"amount\":10, \"memo\":\"\", \"subtractFee\": false}}"
Returns the private balance (available, unconfirmed, and full) of the specified Spark address.
Returns the wallet's total private balance (Spark only, excluding Lelantus)
Returns the default Spark address.
Returns a new Spark address.
Lists all Spark address.
(Requires wallet unlock)
List all unused Spark mints.
(Requires wallet unlock)
List all Spark mints, used and unused.
Lists all Spark spends.
Migrates any remaining Lelantus mints by spending them to a transparent address, then minting them into Spark. This will take a while if you have a lot of Lelantus mints.
Identifies any Spark coins in the transaction and adds them into the wallet if it is yours.
- Home
- Information for exchanges
- Technical and Troubleshooting
- Deterministic Masternodes
- Exchanges and Partners
- Vulnerability bounty program