ok. Time to upgrade. Unfortunately I have spent too much time on monetary topics on these forums and none on technical ones but I kind of noticed some posts flying past about v12 stuff which made me think that this upgrade might have banana skins.
Is there anything different from what I usually do ?
[1] - DOWNLOAD:
wget https://www.dashpay.io/binaries/dash-0.12.0.47-linux64.tar.gz
[2] - EXPAND:
tar xfvz dash-0.12.0.47-linux64.tar.gz
[3] - GRAVITATE
cd dash-0.12.0.47-linux64/bin/64
[4] - OWN
chmod +x dashd
[5] - MOVE
mv -i dashd /usr/bin/dashd
[6] - LAUNCH
dashd
Is that it ? Do I need to change any of this ?
EDIT 1: Well I already noticed 1 difference. The "Gravitate" phase is now "cd dash-0.12.0/bin" since each client now has its own unique package so we don't need the /64 anymore. Is that it ?