Skip to main content

setcoinjoinrounds

Command#

pacprotocol-cli setcoinjoinrounds rounds

Set the number of rounds for CoinJoin.

Arguments#

rounds *#

(numeric, required)

The default number of rounds is 4 Cannot be more than 16 nor less than 2

Examples#

pacprotocol-cli setcoinjoinrounds 4
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "setcoinjoinrounds", "params": [16] }' -H 'content-type: text/plain;' http://127.0.0.1:1111/

Running following help command

pacprotocol-cli help setcoinjoinrounds

Will produce following output:

setcoinjoinrounds rounds
Set the number of rounds for CoinJoin.
Arguments:
1. rounds (numeric, required) The default number of rounds is 4 Cannot be more than 16 nor less than 2
Examples:
> pacprotocol-cli setcoinjoinrounds 4
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "setcoinjoinrounds", "params": [16] }' -H 'content-type: text/plain;' http://127.0.0.1:1111/