Sure, just involves some AppleScript magic :smile:Hey guys
how can i run Multiple QT Wallets on a Mac ?
(Open at the same time, Example: 1 Mixing, other for Transfers)
we have a guide how to do it on PC but i am not sure how that translates to Mac
Help please
tx
Sure, just involves some AppleScript magic :smile:
Not sure about AppleScript magic but you can always use Terminal:
Code:/Applications/Dash-Qt.app/Contents/MacOS/Dash-Qt -datadir=/path/to/datadir/
Hit Enter and watch it running?ok
and then ?
lol
remember i am not tech savvy,
i need a proper guide (step by step)
i might try to sort this out with flare over slack
/Applications/Dash-Qt.app/Contents/MacOS/Dash-Qt -wallet=somewallet.dat
/Applications/Dash-Qt.app/Contents/MacOS/Dash-Qt -wallet=someotherwallet.dat
Hit Enter and watch it running?
Or..Not sure I get the question then....
I mean you can pass whatever command line argument you like, for multiple wallets proper one should be this though:
Code:/Applications/Dash-Qt.app/Contents/MacOS/Dash-Qt -wallet=somewallet.dat
etcCode:/Applications/Dash-Qt.app/Contents/MacOS/Dash-Qt -wallet=someotherwallet.dat
(remember i am an idiot when it comes to terminal and code and such )
so i can rename my wallet.dat's to anything (example: somewallet.dat /somewallet1.dat/ somewallet2.dat....)
and then terminal 'finds' that wallet and opens it, so i can do 1 after the other, and they all run independent
Mixing on one wallet
sending /receiving on other
.... >
And just like for PC, you should/can NOT run two wallet simultaneously
Then you simply need to copy default datadir somewhere (to save time you would otherwise spend redownloading/resyncing blockchain) and use "-datadir" command option to run them both at oncethere we go :sad:
i want to run them parallel/ simultaneous to each other
Then you simply need to copy default datadir somewhere (to save time you would otherwise spend redownloading/resyncing blockchain) and use "-datadir" command option to run them both at once
Hello Udjin! On windows even with multiple different -datadir paths, you have to put listen=0 in the .conf file or -listen=0 in the shortcuts or they can't run at the same time.Yep, just like for PC, your wallet will try to find wallet.dat's (or whatever you ask it to find via "-wallet") in "-datadir" you specified (or in the default one if nothing was specified).
And just like for PC, you should/can NOT run two wallet simultaneously in the same datadir but you can run them one by one (run first once, close it, run second one, etc)