masternodeprivkey is not tied to MN address until you place it in local and remote config and issue masternode start (or start-many) command. It's just a kind of "communication key" so it's not tied to anything until you start this "communication".
So just to be clear! If I understand correctly, I can use masternode Genkey from the same wallet multiple times and it will continue to generate random keys. At which point all that is really important is that both the key in the masternode.conf assigned to each masternode matches the dash.conf on remote machines?
There is no connection between getaccountaddress and indexes or counting from high to low. These are just indexes of some unspent 1000 DASH outputs of corresponding txes.I have question regarding the index numbers. A friend was already running two MN successfully (VPS). The indexes were "1", and "0". "This was verifiable via the "masternode outputs" command. Then, we went through the procedure to add one more node. Now, when the masternode outputs command is run he sees this:
{
"asdfasdfasdf" : "1",
"asdfdaffdas" : "0",
"aadsfdfasas" : "0"
}
(transactions are symbolic, obviously)
Why would he have two "0"s listed?
Background:
Thanks in advance!
- The first "1" and "0" were already running MN.
- The third index "0" was "masternode keygen"'d while the other MNs were running.
- The 1000dash are in a third address, Mn1 and Mn2 were in "getaccountaddress" 0 and 1 respectively. Now when I run "getaccountaddress" 0 (or 1) it lists a different address than the MN addresses. Why would this change? Does it matter?
- I notice that the index list goes from high to low (1,0,0). Is it possible that the third index would have been "-1" which is not allowed, so the programming changed it to "0"?
- Would I need to "Masternode stop-many" and then restart them to get them to index right?
If your dash is set up as standard on a windows machine then yuo put your masternode.conf file in users/"your user name"/AppData/Roaming/Dashor more so the question should be .. where do i put the masternode.conf file ?
That's what forum is for :wink:EDIT: solved.
As non-expert user trying to get into this, making life easier for newcomers, may i point out a pair of suggestions in the written form?
That's what forum is for :wink:
Nope. Initial message (dsee) is capable of carrying only one donation address now.Can I donate to more than one address? I mean, can i, in my masternode.conf file, do this?
masternode start-alias YOURMASTERNODEALIAS YOURWALLETPASSWORD DONATIONADDRESS1:10 DONATIONADDRESS2:90
So in other words, have one donation go to the foundation and the other one go to my daily wallet?