When you cast masternode start or when was your last payment?
Thanks for the interest. after 2 weeks i see only one payment, so i think i lost the payment of first week and i don't know why!Update please...all fine?
1. If your hot node is running fine, what happens to your collateral wallet will not affect it, unless you remove your collateral. Your cold wallet can be started at any time to issue the Masternode start command.I have just set up one MN and it seems to work fine. I was running it for around 1 day and I had restart my Mac and then after about another 6 days I got 1.95 DASH which is great. As I am new to MNs I have a couple of questions that I haven't found a straight answer to:
1. If my remote server (on VULTR) is running and my local DASH wallet goes down because I have to restart or because of a crash of some sort and it's been up for 5 days, does the MN time start at zero and I have lost the 5 days I was already up? or does it take that into account?
2. I want to set up another MN and do I need a separate VULTR remote server instance or can I run two MN from the same remote server. Does each MN need a unique IP? My understanding is that I only need to update the local masternode.conf with the details of the new MN?
You're good. Don't worry, young Padawan...Thank you. I am trying to understand this so why do you need to run the 'masternode start-all' at the local wallet if it doesn't affect the remote MN? Also, the 'Active Duration' as above is affected by the local DASH wallet being started and stopped. I have now closed the local DASH wallet to see what happens. I hope you are right...
I guess you are using local dash.conf (not masternode.conf) to setup your masternode, right?Thank you. I am trying to understand this so why do you need to run the 'masternode start-all' at the local wallet if it doesn't affect the remote MN? Also, the 'Active Duration' as above is affected by the local DASH wallet being started and stopped. I have now closed the local DASH wallet to see what happens. I hope you are right...
oh, so you are using masternode.conf - should be good thenMy dash.conf is:
rpcuser=thisisbsfgghhbgert
rpcpassword=ksjfhlaskshfdkgll44jfdclasjdlas8273871eyqwey982qeoihdoaoeo0weuopqowj
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
maxconnections=8
My masternode.conf is:
# Masternode config file
# Format: alias IPort masternodeprivkey collateral_output_txid collateral_output_index
# Example: mn1 127.0.0.2:19999 93HaYBVUC.....xiqgX.....DQL8Xg 2bcd3c84c84f87eaa.....7f9e18718810b92e0d0324456a67c 0
MN01 185.92.220.19:9999 7sEkLk1cZ3x9U2......gLmWTa....vkx 4f850922a06c465d.....d95c8834acad87712fd275a27dd5 1
MN02 45.32.233.238:9999 7rDX8ZsACR1......BFoB......52CE 9c13364e6420d3eef18.....a69457eea16ed04749ba6987 1
MN03 108.61.188.82:9999 7qqTzxZhgy5zr.....RxEV9u.....1udARXMo 7483f0caf338974c4bf70..............3b833eebde66147e56564755c 1
This is all set up according to guides on this forum. (dots inserted her obviously and not in the real .conf file)
Is there anything wrong here?
My three remote MNs are now running fine and I have closed my local DASH wallet and it all seems fine now (until one of the servers goes down).
Should I change anything
Yes, every time you start your MN active duration is reset and you get to the end of the queue. This however shouldn't be triggered by any (local or remote) wallet restart in hot/cold setup.Thank you, still can someone explain the "Active duration" and if this is reset then it all starts over and if this is reset to 0 after 6 days you will need to run it for another 6 days to get a stake?
Yes, every time you start your MN active duration is reset and you get to the end of the queue. This however shouldn't be triggered by any (local or remote) wallet restart in hot/cold setup.
However if you had 1 MN in your masternode.conf and it was up and running already and then you added second one and issued "masternode start-all" then first MN will be reset too. You should use another command "masternode start-alias MN02" to start only a single masternode from the list (the one with the alias "MN02" in this example).