particl-core icon indicating copy to clipboard operation
particl-core copied to clipboard

Change the default ring size in the cli commands to be the same as in Particl Desktop

Open bacoinin opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. The default ring size in the cli commands is set to 5 while the in the Particl Desktop is set to 8. This makes anon txs generated by the cli commands with default options distinguishable from the ones coming from the Particl Desktop wallet.

Describe the solution you'd like Please set the default option to the same value as in the Particl Desktop wallet.

Describe alternatives you've considered Not many alternatives as people often dont bother changing the default options.

Additional context Arnold (zaSmilingIdiot) promised to run some tests and examine the possibility of increasing the default ring size value in the Particl Desktop 3.0. Could you guys (Kewde, Tecnovert) please coordinate with him to set the default values in the corresponding cli commands to the same as values as in PD wallet.

Thank you in advance :)

bacoinin avatar Sep 01 '20 20:09 bacoinin

Bumping this issue.

If possible could you also please change the default ring size in the QT GUI too. Currently its set to 5.

bacoinin avatar Feb 16 '22 15:02 bacoinin

The setting for ringsize in qt is stored as nRingSize in ~/.config/Particl/Particl-Qt.conf. For new installs qt will default to 12, existing installs will still use the last used ringsize.

tecnovert avatar Feb 16 '22 17:02 tecnovert