Evonode quick start guide

Upgrading to Platform v1.7.1 for quick start guide users is as easy as this one liner.

Code:
rm -fr ~/dashmate ;wget https://github.com/dashpay/platform/releases/download/v1.7.1/dashmate-v1.7.1-fc7d994b8-linux-x64.tar.gz &&tar xf dashmate-v1.7.1-fc7d994b8-linux-x64.tar.gz &&dashmate/bin/dashmate stop --platform &&dashmate/bin/dashmate update &&dashmate/bin/dashmate start --platform  &&dashmate/bin/dashmate status
 
Upgrading to Platform v1.8.0 for quick start guide users is as easy as this one liner.

Code:
rm -fr ~/dashmate ;wget https://github.com/dashpay/platform/releases/download/v1.8.0/dashmate-v1.8.0-e4e156c86-linux-x64.tar.gz &&tar xf dashmate-v1.8.0-e4e156c86-linux-x64.tar.gz &&dashmate/bin/dashmate stop --platform &&dashmate/bin/dashmate update &&dashmate/bin/dashmate start --platform  &&dashmate/bin/dashmate status
 
Dear XKCD or any other memeber who is willing to help,
I have been running a normal masternode for some time. Have no problem setting these up. I am now trying to setup an Evo node. However, I am having some trouble with this and I am very grateful for your input. If this is not the right thread to ask, please direct me to the right place. I am not a computer expert by any means, however I can follow instructions. So please have some patience.
My trouble is this: I have setup a VPN and configured it. I sent the collateral of 4k Dash to my address and followed the dashmate setup. When dashmate gives me the protx register_evo string, I put this into the dash core console. However, the console just replies with the instructions on how to use the protx register_evo command. No transaction is made (no error code either). I have gone over my input string (as generated by dashmate) many times, but I cannot discover why the command does not result in a transaction / valid return. It just keeps giving me the instruction / command explanation as I have typed in nothing. Many thanks for your guidance.
 
Dear XKCD or any other memeber who is willing to help,
I have been running a normal masternode for some time. Have no problem setting these up. I am now trying to setup an Evo node. However, I am having some trouble with this and I am very grateful for your input. If this is not the right thread to ask, please direct me to the right place. I am not a computer expert by any means, however I can follow instructions. So please have some patience.
My trouble is this: I have setup a VPN and configured it. I sent the collateral of 4k Dash to my address and followed the dashmate setup. When dashmate gives me the protx register_evo string, I put this into the dash core console. However, the console just replies with the instructions on how to use the protx register_evo command. No transaction is made (no error code either). I have gone over my input string (as generated by dashmate) many times, but I cannot discover why the command does not result in a transaction / valid return. It just keeps giving me the instruction / command explanation as I have typed in nothing. Many thanks for your guidance.
You can use DMT to register your Evonode. It is more easy to register your Evonode through DMT (Dash Masternode Tool), then through manual commands in the Console of the Dash Core wallet. You can also clear PoSe bans through DMT or change payout address. For now just use a Dash Core wallet address as registered payout address for your Evonode. DMT has an issue right now with regards to handling Platform withdrawals that comes in on a Ledger wallet (Trezor One still works though).

Link : https://github.com/Bertrand256/dash-masternode-tool/tree/master

Once you registered your Evonode through DMT, you can do dashmate setup and use option 'already registered'
With Evonodes you will be required to have a Zero SSL account at https://app.zerossl.com/ (free or paid) and provide dashmate the api key of that account (you find it under 'developer'). Dashmate (through dashmate setup) will generate the zero ssl cert through that api key.
 
Last edited:
Back
Top