so i managed to send all my coins to my wallet the day before the shut down successfully. I knew something was wrong when a coin i sold and re-bought in another was back and my btc balance was negative. weird. anyway can you have 2 different wallets within the dnotes wallet. or in other words so i can keep my coins separate? that would be a cool thing to have. i dont know how many people would actually use that feature besides me however.
It is possible but not easy to manage at the moment. Basically you would have to manage two different wallet.dat files.
Is it possible now? I tried using the -datadir=C:\MyWallet2 but it just popped an error that it couldn't put a lock on \AppData\Roaming\DNotes location - "DNotes is probably already running"
So I went searching in case I was just using the command line options incorrectly. Ran across a thread that someone was saying that a "-walletdir" option would be a nice feature. Which, it probably would be.
Even if -datadir= worked correctly (maybe it does and I am just doing it wrong), that would mean a whole second directory for
everything, including all the blockchain/db files. Although I don't know if two separate running versions could access the blockchain/db simultaneously...In which case a -walletdir option would only be useful to place wallet.dat somewhere outside the datadir, though still allowing the ability to launch DNotes-qt with the wallet of your choice.
But that could be a nice feature in itself. Still only allow one instance of the interface, still using only one set of blockchain/db files. But a command line option, and preferably like a File menu submenu and/or popup panel, to select from any number of different wallets, maybe with even a feature to label them with the default wallet being like "Main (Default)" and I could label another "Retirement Fund", and another "Vacation Fund", etc....
I would guess, like when I was messing with the source looking into an interface to reset the blockchain files, changing a wallet from with the UI would probably have to make it relaunch itself using the selected wallet in the new -walletdir option.
But yeah, that would be nice, even if logistically it would have to create/use completely separate datadir if specifically only setting a -walletdir wouldn't work. It would just be even nicer only having to keep one set of blockchain data instead of a copy for every individual wallet you wanted to setup.
Just for the sake of testing, I was able to create a batch file that ran the following command:
I had to create the C:\MyWallet2 directory prior to running the bat file. It did run both instances of the wallet, one with the regular data directory, and one using C:\MyWallet2. However, I can't really recommend running the client that way, as I don't know if that will create any problems. Although it has not created any noticeable problems for me yet.