Skip to content

Using the excludefromcoinjoin method - question regarding parameters. #12479

Discussion options

You must be logged in to vote

hi,

excludedfromcoinjoin docs is here
WalletWasabi/WasabiDoc#1640

excludefromcoinjoin

Excludes a specific UTXO from participating in coinjoin.

curl -s --data-binary '{"jsonrpc":"2.0","id":"1","method":"excludefromcoinjoin","params":["7958defd85bb4f34dc66b3323eaa2f4fbdbece35f5e1b2d7b49b461ddc2066ec", "0", true]}' http://127.0.0.1:37128/WalletName | jq
{
  "jsonrpc": "2.0",
  "id": "1"
}

The first parameter is the transaction ID of the UTXO, the second parameter is the index, the third parameter is whether to exclude (true) or not exclude (false) the coin from coinjoin.
The exclusion applies until it is reverted (set to false).

Listunspentcoins method can be used to see the wallet's UTXO's …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MarnixCroes
Comment options

@tumblingman
Comment options

Answer selected by tumblingman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants