setshuffleplugin command: toggle whether the shuffle plugin is turned on for a given wallet via the cashshuffle_enabled flag in the wallet file. Mandatory -w option specifying wallet, and possibly -wp.
setshuffleserver command: set a custom global shuffle server. use like so: set shuffleserver <URL:port>
shuffle command: open a wallet in daemon and start automatically shuffling in the background. Mandatory -w and possibly -wp option. Does not do anything if cashshuffle_enabled is off for the wallet. shuffle off to remove wallet from daemon. Possibly redundant with load_wallet ; shuffle can be a shuffle-specific command that does not add the specified wallet to spending candidates.
-setshuffled option: toggle whether payto and paytomany will only use shuffled coins. Default: on (shuffled coins only), other options: off (unshuffled coins only). Generates an error if cashshuffle_enabled is off for a given wallet.
Possible examples:
setshuffleplugin
command: toggle whether the shuffle plugin is turned on for a given wallet via thecashshuffle_enabled
flag in the wallet file. Mandatory-w
option specifying wallet, and possibly-wp
.setshuffleserver
command: set a custom global shuffle server. use like so:set shuffleserver <URL:port>
shuffle
command: open a wallet in daemon and start automatically shuffling in the background. Mandatory-w
and possibly-wp
option. Does not do anything ifcashshuffle_enabled
is off for the wallet.shuffle off
to remove wallet from daemon. Possibly redundant withload_wallet
;shuffle
can be a shuffle-specific command that does not add the specified wallet to spending candidates.-setshuffled
option: toggle whetherpayto
andpaytomany
will only use shuffled coins. Default: on (shuffled coins only), other options: off (unshuffled coins only). Generates an error ifcashshuffle_enabled
is off for a given wallet.