Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPK] SPARKS | NO ICO | Masternodes 50% | Neoscrypt |
by
anyken
on 07/01/2018, 07:49:13 UTC
Yes coinsmarkets down(
cryptopia+tradesatoshi pay listing, but wait (

You can use now exchange
https://www.outletbit.com/market/78

PS
If your MN status EXPIRED or NEW_START_REQIRED make reindex. Exmpl: Sparks-qt.exe -reindex Linux: sudo ./Sparksd -daemon -reindex

and if use VPS LINUX for MN
Important!!!! when installing the MN, do not forget to disable ipv6.
sysctl net.ipv6.conf.all.disable_ipv6
sysctl net.ipv6.conf.default.disable_ipv6
sysctl net.ipv6.conf.lo.disable_ipv6
nano /etc/sysctl.conf
and file add string
# IPv6 disabled
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
save file and exit
sudo sysctl -p
and reboot vps
after
root@ns1:~/.Sparks# ifconfig -a | grep inet6
root@ns1:~/.Sparks# ^C
root@ns1:~/.Sparks# ifconfig -a | grep ipv6
root@ns1:~/.Sparks#
you see ipv6 correctly turned off on you VPS.
////////////////////////////////////////////////