Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ARION Android app available
by
Nikita3959
on 30/10/2019, 21:53:33 UTC
Hello team, why no one answer here ? Its not like all of us are using telegram or slack/discord. I have a problem with my wallet as it won't sync and on another one when I want to start my masternode I get an error  "Error : could not allocate outpoint".

I have talked with my masternode VPS provider but its not from them , can I have some help here ? I tried to redeploy a few times but I get the same error. I even made a second and third transaction and still the same error. Also if I want to implement your payment gateway to a website of mine can I get support for that please ? I haven't found any tutorial of how to do it.

Thanks.

Sorry for the delay in answering your message
Multiscript setup guide
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 full command
if asked a question type y
you will then be asked how many masternodes you want to install - type in your number
You will then be asked the port number as an example use 8001
RPC port 9001
when loading more than one masternode use the number in sequence for each new masternode
eg.rpc port 9002 port 8002, next rpc port 9003 port 8003 etc etc
enter you masternode privacy key and press enter
it will say that the rule is added and the server is started

.
Wallet Installation
https://github.com/arioncoin/arioncoin/releases/tag/v2.0
ALWAYS MAKE BACKUPS!!!!
Make sure you *re-index the wallet
Masternode rewards after the 19th will not reappear but mining done on the minpool will


.
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
 
Nikita11/29/2018
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


the end of this itr should be on the current block in the getinfo section and should return a message saying masternode successfully started

Go to desktop wallet and choose the reindex option in the wallet
once done start your masternodes