Samourai-Wallet / whirlpool-client-cli

Command line Whirlpool client
Other
16 stars 13 forks source link

Mix Target no Updating #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have been running CLI with commands:

java -jar whirlpool-client-cli-0.7.1-run.jar --server=mainnet --clients=1 --auto-mix --authenticate --debug --debug-client --mixs-target=10

When I first started mixing my mix-target has been set to 5. I have been checking the thread in CLI and each UTXO that is currently in queue still shows mix target of 5, see picture below. Am I doing something wrong or is this an issue?

Screen Shot 2019-07-14 at 11 44 18 AM

ghost commented 5 years ago

I also confirmed on the exectution of the command it does correctly say target is 10. See attachment. Screen Shot 2019-07-14 at 11 49 32 AM

zeroleak commented 5 years ago

hi, mixs-target will only be effective for new utxos, it won't override existing utxos config. if you want to reset all utxos you can try deleting whirlpool-cli-utxos-*.json

ghost commented 5 years ago

Ok, thanks zeroleak! Makes sense and that was my thought, didn't work for those already Tx0. Appreciate it.

zeroleak commented 5 years ago

thanks :pray: