Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW/POS] [MASTERNODE COIN] ⚡️APOLLON Coin XAP ⚡️
by
mca_krsk
on 06/06/2018, 07:15:22 UTC
Hello all,

It's been a busy week as a few of you guys probably noticed. We were working really hard on our updated wallet and it's finally done.
The new wallet version should, amongst other improvements, stabilize the masternode payout frequency that a lot of you inquired about.

The update will be mandatory by block 155000 (~2 days from now). It is very important that we have a majority of updated nodes in the network so please take a moment to update your nodes and wallets as soon as you get the chance.


The changes include:
- fixed some potential exploits a lot of other coins were suffering from as well
- removed darksend features from the QT-wallet
- removed inoperable remove/delete buttons from masternode tab
- updated reward structure to address hyper-inflation (more news tomorrow)

Instructions:

QT Wallets - Windows/Mac/Linux:
Stop your wallet and replace the Apollon-qt executable with the newer version
Win:
Linux: https://github.com/apollondeveloper/ApollonCoin/releases/download/1.0.5/Apollon-qt.tar.gz
Mac: https://github.com/apollondeveloper/ApollonCoin/releases/download/1.0.5/Apollon-Qt-mac.dmg

Ubuntu:
if you installed your masternode with the Beginners/Experts guide from our FAQ or if you used Zoldur's script to install your node:

systemctl stop Apollon
rm Apollond.tar.gz >/dev/null 2>&1
wget https://github.com/apollondeveloper/ApollonCoin/releases/download/1.0.5/Apollond.tar.gz
tar xvzf Apollond.tar.gz
cp Apollond /usr/local/bin
systemctl start Apollon


If you installed the node manually:

cd into the folder your Apollond is stored
./Apollond stop
sleep 2
rm Apollond
wget https://github.com/apollondeveloper/ApollonCoin/releases/download/1.0.5/Apollond.tar.gz
tar xvzf Apollond.tar.gz
./Apollond -daemon
sleep 2
./Apollond getinfo

why cryptobridge does not work ?