Upgrade process to new version Masternode under linux
Sep 5, 2018 · 1 min read

- Stop Linux Daemon
- Backup profile folder ~/.PayDay and execution file pdd to safe place.
- Download new version on url: https://github.com/PayDayCoinIo/Binaries/raw/master/PayDayCoinDaemonLinux_x64.zip or x86 release https://github.com/PayDayCoinIo/Binaries/raw/master/PayDayCoinDaemonLinux_x86.zip
- Unpack to home folder
- Edit config file PayDay.conf and comment with # variable: masternode=1 or set to 0
- Switch folder to home: cd ~
- Run extracted new version of execution file pdd and wait while wallet is synced.
- After blocks number is actual, stop daemon and copy execution file pdd to /usr/local/bin/ folder.
- Uncommect variable masternode=1 or set 1 in config file PayDay.conf
- Run daemon and check status of masternode: pdd masternode debug.
- Check wallet for errors by command: pdd checkwallet and repair if check not passed: pdd repairwallet.
