Does -wallet option works in this version?
Yes, it will be an included feature on all releases going forward.
i tried it today and it works well, you can rename the wallet.dat to any name (without even the .dat)
and it would still regnonice it as the wallet.dat when you started it with the -wallet command line
Very handy when spyware is looking for a wallet.dat ....
specific commandline is -wallet=yr-renamed-wallet.dat-filename
not having any wallet.dat files on my pc this sounds good,,,, can this be used on a wallet used just to store coins or is it just a master node thing ??
if it can be used on any wallet can someone point me to where i read how to use this function
cheers
it can be used for both yr mixing / storing coins wallet and your masternode wallets (i tried it with my MN cold wallet as well)
Basicly its a commandline that you can use (-wallet=yrrenamedwallet.datfilename) with 1 condition : the renamed wallet.dat needs to be in the same folder as where the orginal wallet.dat was located. I have difficulty finding exactly where Evan mentions it now.. i think it was overwritten with his v0.10.17.21 announcement on darkcointalk but i saw it mentioned on github earlier so i was aware of it already.
if yr using windows : put -wallet=yrrenamedwallet.datfilename behind the darkcoin-qt.exe in the target of your shortcut
and what paramert use to load dpecific darkcoin.conf for this specific wallet???
Can I starage blockxhain on usb stick too? Therr is datadir or smth like that...
Examples for Windows users :
in target of shortcut :
C:\Darkcoin\darkcoin-qt.exe -wallet=XXXX
Blockchain will be default location (AppData / Roaming / Darkcoin)
wallet.dat needs to be renamed as XXXX to work
in target of shortcut :
C:\DarkcoinMN\darkcoin-qt.exe -datadir=C:\DarkcoinMNData -wallet=XXXX
Blockchain will be in specific location using commandline -datadir
wallet.dat needs to be renamed as XXXX to work
in target of shortcut :
D:\DarkcoinMN\darkcoin-qt.exe -datadir=D:\DarkcoinMNData -wallet=XXXX
Blockchain will be in specific location on different drive (D drive in this case) using commandline -datadir
wallet.dat needs to be renamed as XXXX to work
XXXX : yr own renamed filename, can even be extensionless (without .dat)
Darkcoin.conf not necessary to change with this setup