Post
Topic
Board Announcements (Altcoins)
Re: SOLARIS XLR⚡Masternode⚡Obfuscation,Seesaw⚡Zerocoin implementation soon⚡Xevan
by
Ryuh
on 08/11/2017, 16:26:42 UTC
LINUX VPS
If you are using a linux VPS to run masternodes, go to where you installed your solaris wallet and add the nodes
For those that followed my MN guide, this is what you will have to do:

  • cd solaris
  • ./solaris-cli getinfo (look for blocks; if wallet is synced to the latest block, do not proceed. If it is stuck, proceed with the commands)
  • ./solaris-cli stop
  • nano /home/user/.solaris/solaris.conf (if you get the following resonse
Code:
-bash: nano: command not found
then you need to install nano with the following command
Code:
sudo apt-get install nano
    first[/li]
Next is to copy and paste(with right-click) all the working addnodes from lycheebit into the file
Ctrl X is to exit
Entr is to approve
  • ./solarisd -daemon
[/quote]

Thank you schyter for all the help you provide here for us linux newbies, you are great! Smiley
After we do this stuff on the Linux machine, do we have to do something on the local wallet, like start the masternode in the debug window?