0

Cryptocurrency : ArcticCoin (ARC) MasterNode Diagnostics

-

[et_pb_section admin_label=”section”]
[et_pb_row admin_label=”row”]
[et_pb_column type=”4_4″][et_pb_text admin_label=”Text”]Once you have MasterNode configured, you might want to check status and see, if everything works fine.

// Start ArcticCoin MasterNode

Once you have arcticcoind up and running you can start MasterNode role.

arcnode01@arc-srv-01:~/.arcticcore$ arcticcoin-cli goldminenode start-all
{
"overall": "Successfully started 1 goldminenodes, failed to start 0, total 1",
"detail": {
"status": {
"alias": "mn1",
"result": "successful"
}
}
}

(more…)

0

Cryptocurrency : ArcticCoin (ARC) MasterNode Setup

-

If you interested in cryptocurrency and want to support certain coin and community as well as earn some money, you might be interested in running MasterNode for chosen coins.

In this article I put together some quick guide how to setup ArcticCoin MasterNode. I have this MasterNode setup and running on dedicated VPS with Ubuntu Linux 14.04 64-bit.

So, once you identified hosting provider of your choice, check if you can deploy VPS with that operating system.

Once you have server deployed you can SSH to it as root and follow commands below…

(more…)