Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gadado2
on 27/05/2021, 08:00:27 UTC

The network is currently 60.1% updated to V0.17.0.2:

https://i.imgur.com/DXR7tXJ.png



I must be missing something. Where was Release 17 announced that already 60% are updated by now? Don't see 17 mentioned here nor in dash.org so where from do ppl have the update info? (hopefully not from discourt I don't use that since they force you to identfy and haven't found a good way around it yet)

Well how can I update best?
I set up the nodes on the vps according to xkcd's description on dash.org

Will this do it ? (I manual replaced the release version numbers on a code snipplet I found for v0.14.0.5  update on that page in dash.org

Code:
Code:
cd /tmp/&& \
wget https://github.com/dashpay/dash/releases/download/v0.17.0.2/dashcore-0.17.0.2-x86_64-linux-gnu.tar.gz&& \
sha256sum dashcore-0.17.0.2-x86_64-linux-gnu.tar.gz &&\
cd /opt && \
sudo tar xvf /tmp/dashcore-0.17.0.2-x86_64-linux-gnu.tar.gz && \
sudo systemctl restart dashd

or should I better use Masternode-Zeus? Will that work?
I guess I have to be logged in as Dashadmin and create a directory somehow for zeus so I can reuse it or where do you get it to?