Updated title...Also - this guide is rock on for RC4. No changes.
I think you're confusing your masternode key and your wallet private key (wallet password). Without the wallet password, nobody is getting any funds from your cold wallet.
Be wary of my explanations as I am still trying to fully understand the fundamentals of this technology myself. I have a dangerous amount of knowledge with a load of big gaps in the middle.
However, the masternodeprivkey that is in both of your conf files in a local cold - remote masternode is certainly not usable to unlock your local wallet and spend funds.
No probs, very helpful thanks.
Does anyone know if it's possible to run multiple masternode wallets side-by-side on a single windows machine?
EDIT: I found this for mutiple wallets on Linux so am looking for Windows solution https://darkcointalk.org/threads/creating-your-second-third-fourth-etc-masternodes.1957/
Yeah you can run the qt wallet as another local windows user and configure the darkcoin.conf file for each user account, or use the datadir option in a windows shortcut to the qt wallet for each instance of a config file
Yes, it is possible.
Firstly, backup your existing wallet! (I accidentally overwrote a wallet trying this)
I run 5 masternodes so I have five subdirectories under User/Appdata/Roaming/Darkcoin called MN1, MN2, MN3, MN4, MN5
Create these folders empty.
Create a shortcut to QT and edit the target of the shortcut to read ....darkcoin-qt.exe -datadir=c:\Users\you\AppData\Roaming\MN1\
When you run this shortcut it will create a wallet and other necessary files in the subfolder MN1
Create folder for MN2...create shortcut for MN2...rinse repeat.
this link works https://raw.githubusercontent.com/d...naries/master/darkcoin-0.10.14.1-linux.tar.gzI am trying to download wallet
wget wget darkcoin-0.10.14.1-linux.tar.gz (cant post the link, so jsut added the end)
but all I get is 404 error. Do you guys perhaps know, what I am doing incorrectly?