Skip to content

Instantly share code, notes, and snippets.

@Znuff
Last active February 12, 2018 01:59
Show Gist options
  • Select an option

  • Save Znuff/8a5cde9099159a3822512fbcca1ec028 to your computer and use it in GitHub Desktop.

Select an option

Save Znuff/8a5cde9099159a3822512fbcca1ec028 to your computer and use it in GitHub Desktop.

So, I'll say it now in full, and only if these EXACT conditions apply:

  1. If you followed the guide, and your config is something like (please notice masternodeaddr=):
rpcport=21527

port=21526
masternodeaddr=IP:21527
  1. Your masternode.conf file (windows wallet) is in this form (please notice IP:21527)
[alias] IP:21527 [privkey] [txhash] [index]
  1. You are running a single masternode on a dedicated vps for that purpose

Then the easiest way to fix it is:

  • stop the daemon: artaxd stop (or ./artaxd stop, depending on how you have installed it)
  • edit your configuration file on the VPS - nano Artax.conf
  • change rpcport to something else, for example port=21528
  • change port=21526 to port=21527
  • save the config file
  • start the daemon again artaxd (or ./artaxd, depending on how you have it installed)

That is it. You don't have to touch your wallet. Your daemon will be down for maximum of a minute (depending on how fast you type), and you will NOT lose your position in queue for the rewards

Political statement: I (Znuff) got banned (probably by the Developer) from the Artax discord channel for pointing out that there are issues with the coin's network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment