How to update to lolMiner 1.35 in Rave & Hive before Epoch 1

Hey guys,

sadly I did not see RaveOs and HiveOs pushing the new update of the miner yet, but all old versions will just stop working or throw invalids when the epoch 1 hits us. Therefore here is the manual update guide how to upgrade an existing lolMiner 1.34a installation to 1.35 without needing to wait for the usual update procedure on your mining os.

Both codes are one-liner that need to be copied as one long line into the shell / console and executed.

For RaveOS:

stop && cd /tmp && wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.35/lolMiner_v1.35_Lin64.tar.gz && tar -xvf lolMiner_v1.35_Lin64.tar.gz && cd 1.35 && cp lolMiner /app-data/miners/lolminer-1.34 && cp lolMiner /app-data/miners/lolminer-1.34a &&  start

For HiveOS:

miner stop && cd /tmp && wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.35/lolMiner_v1.35_Lin64.tar.gz && tar -xvf lolMiner_v1.35_Lin64.tar.gz && cd 1.35 && cp lolMiner /hive/miners/lolminer/1.34 && cp lolMiner /hive/miners/lolminer/1.34a && miner restart

Sorry for the inconveniences, but I did ping both way before to be ready for the update - yet they seem not to hurry with it :confused: