Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX
by
Fosca
on 12/12/2014, 08:59:02 UTC
Is there any guide explaining how to run multiple wallets in same OS, or you folks use virtual machine for each MN address?

?

I have many on one windows machine, each wallet has its own copy of the blockchain though

Folder structure is like this:

C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN1\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN2\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN3\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN4\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN5\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN6\
...

Command line switch for MN10 would be as follows.  When you first execute the command a new wallet is created in the subfolder and blockchain downloaded.

darkcoin-qt.exe -datadir=C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN10\

How to use the -datadir argument on a MAC anyone knows. It won't open with the arguments. Thanks

In your teminal:

Code:
/Applications/DarkCoin-Qt.app/Contents/MacOS/DarkCoin-Qt -datadir=xxxx; exit;

change the -datadir=xxxx to your datafile location.



Thanks I'll  give it a try