Re: Utorrent Multiple Setup
I have used all my uTorrent instances like this ever since I found the method. It's better than having uTorrent.exe in Program Files and the settings on %appdata% for me. The only disadvantage I see is that if you take the .dat files from another setup, the stats will also be copied... but you can create an empty settings.dat file and reconfigure the second instance, or maybe even use BEncode Editor to clear the stats only.
Re: Utorrent Multiple Setup
Re: Utorrent Multiple Setup
Thanks so much for this - this is invaluable. I sorta modded it for Mac by using the same guidelines you provided - for anyone interested, look for the .dat files in your '~/Library/Application Support' folder. Thanks again!
Re: Utorrent Multiple Setup
As far as i know easiest way to reset stats is opening .dat file with notepad++ (mostly because it is binary safe), and doing little find+replace:
":uploadedi([0-9]+)e" => ":uploadedi0e"
":downloadedi([0-9]+)e" => ":downloadedi0e"