How can I import my MN wallet to a newly created darkcoin wallet instance? Do I have to replace the wallet.dat? or anyways I can import the keys from the original wallet and import it to a new wallet? is there any guide for this? I looked for it but could not find anything.
check if your pc is malware free
create new wallet address (when offline it`s better - more secure)
dumpprivkey <you_new_address> (print it)
encrypt it - you will be requested to turn off the client - do it.
(storage wallet.dat in a couple of places)
DONE
on your wallet with 1000 input go to console and write:
walletpassphrase passphrase 300
send coins on new created address
OR
enter on you existent wallet with your coins.
console --> getnewaddress 0 --> listaddressgroupings --> find newly created wallet --> send all coins on new created one --> coldstorage it & dumpprivkey of it.
hope you were looking for it.