https://mega.co.nz/#!T4hDVICC!fPGglOmk4pYQ2jAm4Pin_7dWfLd0CZdUysSa-ri9hAs
Changes:
- Some fixes to synchronization problems.
- Synchronization should be slightly faster now.
- New API commands to sign/verify messages. (Check the documentation POST addresses/sign/{address} & POST addresses/verify/{address})
- Pressing cancel while unlocking the wallet will no longer unlock the wallet when the password was correct.
- Sorting on balances will now sort correctly.
very nice!
What's the wget command to instal qoraV3 on my DO server to run a node?
EDIT: Just caught up on the thread and found this:
Ubuntu Server 12.04 / 12.10 / 13.04 / 13.10 / 14.04 fresh install.
apt-get update
apt-get upgrade -y
reboot
apt-get install openjdk-7-jdk screen unzip -y
wget http://coinia.net/qora/Qora.v6.zip -O qora.zip
unzip qora.zip
cd Qora
chmod 777 run.sh
screen -d -m -S qora ./run.sh
To check screen qora:
To minimize sreen qora:
Ctrl+A D
Thanks Agran!