You are viewing a single comment's thread from:

RE: LeoThread 2025-06-30 11:29

in LeoFinance4 months ago

Evolution Masternode (EvoNode) operators, please upgrade to version 2.0.0!

We recently released the new version (full brief coming soon), and need everyone to upgrade ASAP.

Instructions below 👇

#dash #crypto

Sort:  

Full changelog and install instructions right here:

https://github.com/dashpay/platform/releases/tag/v2.0.0

Quick cheatsheet:
AMD64/x86 (linux):
wget https://github.com/dashpay/platform/releases/download/v2.0.0/dashmate_2.0.0.bcbbad130-1_amd64.deb
sudo apt update
sudo apt install ./dashmate_2.0.0.bcbbad130-1_amd64.deb
dashmate stop --platform
dashmate update
dashmate start --platform

ARM64 (linux):
wget https://github.com/dashpay/platform/releases/download/v2.0.0/dashmate_2.0.0.bcbbad130-1_arm64.deb
sudo apt update
sudo apt install ./dashmate_2.0.0.bcbbad130-1_arm64.deb
dashmate stop --platform
dashmate update
dashmate start --platform