Dash Core v22.0.0 Release Announcement

Evonode operators will need to wait for next Dashmate version (to be released tomorrow) to update to Core v22.0.0
Once Dashmate version has been updated, it should be a simple :

dashmate stop
dashmate update
dashmate start


Update : This will most likely be through Platform v1.7.0 release, currently in the process of getting build.
 
Last edited:
Please can anyone here put me through on flashing of crypto into all wallets or some wallet either moveable or non moveable through Android phone.
 
If possible I will prefer an easier one for newbies like me. I have a contract to flash 100 btc fantom daily for an organization for a week and they agreed to be paying me some percentage per coin value of the day. Please can anyone here help me. Though I had a method I was using to do it which suddenly broke down and only generated 1 btc FTM.
I will be very glad to work with anyone here who will help me out because I don't want to fail them or be seen as a failure. Please I am still a learner in all this and would love to be master in this soon, so therefore I stand to be corrected.
 
I have some troubles after update


i did

#dashmate stop --safe

#dashmate update

Bash:
╔══════════════════════════════╤═══════════════════════════════╤════════════╗
║ Service                      │ Image                         │ Updated    ║
╟──────────────────────────────┼───────────────────────────────┼────────────╢
║ Dashmate Helper              │ dashpay/dashmate-helper:1.7.0 │ error      ║
║ Core                         │ dashpay/dashd:22              │ updated    ║
║ Drive ABCI                   │ dashpay/drive:1               │ up to date ║
║ Drive Tenderdash             │ dashpay/tenderdash:1          │ updated    ║
║ DAPI API                     │ dashpay/dapi:1                │ up to date ║
║ Gateway                      │ dashpay/envoy:1.30.2-impr.1   │ up to date ║
║ Gateway rate limiter         │ envoyproxy/ratelimit:3fcc3609 │ up to date ║
║ Gateway rate limiter storage │ redis:alpine                  │ up to date ║
╚══════════════════════════════╧═══════════════════════════════╧════════════╝


#dashmate update

Bash:
╔══════════════════════════════╤═══════════════════════════════╤════════════╗
║ Service                      │ Image                         │ Updated    ║
╟──────────────────────────────┼───────────────────────────────┼────────────╢
║ Dashmate Helper              │ dashpay/dashmate-helper:1.7.0 │ error      ║
║ Core                         │ dashpay/dashd:22              │ up to date ║
║ Drive ABCI                   │ dashpay/drive:1               │ up to date ║
║ Drive Tenderdash             │ dashpay/tenderdash:1          │ up to date ║
║ DAPI API                     │ dashpay/dapi:1                │ up to date ║
║ Gateway                      │ dashpay/envoy:1.30.2-impr.1   │ up to date ║
║ Gateway rate limiter         │ envoyproxy/ratelimit:3fcc3609 │ up to date ║
║ Gateway rate limiter storage │ redis:alpine                  │ up to date ║
╚══════════════════════════════╧═══════════════════════════════╧════════════╝


#dashmate start

Bash:
❯ Start mainnet node
  ✔ Check node is not started
  ✖ Docker Compose error:  dashmate_helper Pulling
    dashmate_helper Error manifest for dashpay/dashmate-helper:1.7.0 not found: manifest unknown: manifest unknown
    Error response from daemon: manifest for dashpay/dashmate-helper:1.7.0 not found: manifest unknown: manifest unknown


had to do it

#npm install -g [email protected]

# dashmate start


Bash:
✔ Start mainnet node

  ✔ Check node is not started

  ✔ Start services
 
Last edited:
@lucky_coin that is because Platform v1.7.0 is still being build (and so far failing due to ci : artifacts upload issue). Which is why i suspect dashmate-helper v1.7.0 gives you that error. You were doing a dashmate update while Dashmate / Platform is not yet updated to v1.7.0 correctly.

To all Evonode operators : please wait on the official release announcement for Platform v1.7.0 which will have specific update instructions. This will get you fixes for Platform and will update your Evonode to Core v22.0.0

You can monitor Platform release progress here : https://github.com/dashpay/platform/actions/workflows/release.yml
 
Last edited:
New Dashmate supporting v22.0 of core will be out tomorrow.


UPDATED

Version 1.7.0 supporting version 22 of core is out. This version does not introduce a hard fork on the Evo Platform Chain. Change log is here: https://github.com/dashpay/platform/releases/tag/v1.7.0It is recommended to wait till after the next epoch has finished to upgrade. (Wait till Sunday 15th).

Quick cheatsheet:

AMD64/x86 (linux):
Code:
wget https://github.com/dashpay/platform/releases/download/v1.7.0/dashmate_1.7.0.b265bb81c-1_amd64.deb
sudo apt update
sudo apt install ./dashmate_1.7.0.b265bb81c-1_amd64.deb
dashmate update && dashmate restart --safe
dashmate status

ARM64 (linux):
Code:
wget https://github.com/dashpay/platform/releases/download/v1.7.0/dashmate_1.7.0.b265bb81c-1_arm64.deb
sudo apt update
sudo apt install ./dashmate_1.7.0.b265bb81c-1_arm64.deb
dashmate update && dashmate restart --safe
dashmate status
 
Back
Top