How to update XDNA masternode for fork at 2018/10/28.

How to update XDNA masternode for fork at 2018/10/28. 1.Login masternode server by ssh. The way differs depending on OS or ssh software. (1)Login as sudowers , not as root. (2)Stop masternode Enter this command to stop masternode xdna-cli stop (3)Delete old masternode core and database Enter this command to delete old files rm -rf ~/.xdna/blocks && rm -rf ~/.xdna/chainstate && rm -rf ~/.xdna/database && rm -rf XDNA-InstallMN (4)Download new masternode installer Enter this command to download new masternode core installer git clone https://github.com/XDNA-Core/XDNA-InstallMN (5)Change current directory to install folder Enter this command to change dir to XDNA-InstallMN cd XDNA-InstallMN (6)Install new masternode core Enter this command to install new xdna-masternode bash update_node.sh then this message will be show...