this is the routine i following for ipv6 on vultr. is it right?
Looks right to me. The only thing I don't do there is 4. I just let it sync from scratch.
Are the masternode wallets running? (check getinfo or masternode status on them)
Using -rpcuser -rpcpassword -rpcport that your told me do before? I do that and it says it's not running and sometimes says it's wrong user or pass. Dunno gone over me head.
Sounds like your wallets are not starting up properly for some reason.
Check the debug.log to see why. (in /var/lib/masternodes/darknet#/)
i think all 5 are running but they are not syncing and me overwriting the block chain folders does not sync it in. there are no connections in getinfo
/usr/local/bin/darknet-cli -conf=/etc/masternodes/darknet_n1.conf getinfo this is how i have been getting the info.
i have tried stopping them with
/usr/local/bin/darknet-cli -conf=/etc/masternodes/darknet_n1.conf stop
and restarting the vps but then only node 1 will start
I try to start the nodes with
/usr/local/bin/darknetd -conf=/etc/masternodes/darknet_n2.conf
it says
root@1:~# Error: Cannot obtain a lock on data directory /root/.darknet. DarkNet Core is probably already running.
but if i check info it is not
it will not let me see debug either
root@2:~# /var/lib/masternodes/darknet1/debug.log
-bash: /var/lib/masternodes/darknet1/debug.log: Permission denied
getting puzzled.
edit.
I did a fresh start. did not try to download the block chain from an already synced one and when i restart the vps it starts all 5. using
/usr/local/bin/darknet-cli -conf=/etc/masternodes/darknet_n*.conf getinfo
to check if they are running and they are
but they do not download the blockchain they are all on block 123. it keeps having connections then dropping them out.