Hi, i have multiple bank accounts in various countries, selecting and deselecting it does not work in Bisq, the only way is to delete one and force bisq to use the only remaining one.
But::: when i add the deleted account later again, it is handled as a new fresh unknown account with very low limits.
Is there a plan to fix this? Please get the account selection work and stick!
Hi @admin461 ,
If you launch Bisq from CLI, you can specify the userDataDir parameter. > Bisq -userDataDir=dirForAccount1 > Bisq -userDataDir=dirForAccount2
etc
This may not solve your issue immediately (you’ll get low limits),
but if you create a directory now for each account, it should work for long term.
Warning: there may be a better solution. I’m a bit surprised that select/deselect does not work.
Thanks for offering some solution/workaround…
I am on Ubuntu 18.10, what file do i need to edit with the userdata and accounts?
Here are the 2 files i think might be needed, please help
Bisq.desktop
[desktop Entry]
Name=Bisq
Comment=The decentralized exchange network.
Exec=/opt/Bisq/Bisq
Icon=/opt/Bisq/Bisq.png
Terminal=false
Type=Application
Categories=Unknown
You don’t need to edit any file.
And better avoid doing that if you are not sure of what you do.
The Bisq data directory locations are :
Mac OSX: /Users/username/Library/Application Support/Bisq
Linux: /home/username/.local/share/Bisq
Windows 7,8,10: C:\Documents and Settings\username\AppData\Roaming\Bisq
Windows XP: C:\Documents and Settings\username\Application Data\Bisq
My suggestion is that, for your issue, if you are happy with some tuning (concerning eg account01) of your actual data directory, then, after closing, you duplicate (or just rename) the currently used data directory accordingly, and then use this directory when you want to use specifically this account01.
But I’m really surprised that selecting/deselecting accounts doesn’t work for you ?
Which Bisq version do you use ? with which OS ?