Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
spatula
on 22/08/2016, 15:08:40 UTC
My MN is in the MN list but when it is shown as inactive. What to do?

You're probably running an older version. Upgrade to version .58 and it should fix your problem. Here is an example script I use for upgrade, modify it to your setup:

./dash-cli stop
rm dashd -fr
rm dash-cli -fr
rm rm .dash/debug.log .dash/peers.dat .dash/mncache.dat -fr
wget https://www.dashpay.io/binaries/dash-0.12.0.58-linux64.tar.gz
tar zxvf dash-0.12.0.58-linux64.tar.gz
mv dash-0.12.0/bin/dashd .
mv dash-0.12.0/bin/dash-cli .
chmod +x ./dashd
chmod +x ./dash-cli
./dashd
sleep 25
./dash-cli getinfo