Skip to content

Arion V2.0

Latest
Compare
Choose a tag to compare
@ariondev ariondev released this 27 Nov 12:38
· 4 commits to master since this release

This wallet upgrade has a reduced reward structure. Some tech has been enabled like the voting for future budget proposals. It also has the port restriction lifted to host more than one node on a VPS.

Multinode script command
sudo apt-get update && sudo apt-get install dos2unix -y && wget https://raw.githubusercontent.com/arioncoin/arioncoin/master/arionsetup.sh && dos2unix arionsetup.sh && chmod +x arionsetup.sh && ./arionsetup.sh
Use the entire command line at once

Some commands you might need
You use "cd bin" to get into the right directory

Then you can use the following codes:
in this example my masternodes name is mn2 - insert your name wherever applicable

./arion-cli_mn2.sh masternode status- check the status of your node

./ariond_mn2.sh -daemon to restart your mn

./arion-cli_mn2.sh stop to stop the daemon

./arion-cli_mn2.sh getinfo to check block status

Solution to re-index your MN
In this example my MN name is mn1 - insert the name of yours
Each one needs to be done

cd bin
./arion-cli_mn1.sh stop
ariond_mn1.sh -reindex -daemon
arion-cli_mn1.sh getinfo
arion-cli_mn1.sh masternode status

To add Arion as a payment solution to your website see zip file below and follow the instruction on our page here : https://github.com/arioncoin/arioncoin/wiki/How-to-install-the-website-API-to-accept-Arion-as-payment