MaynardMiner / SWARM

Profit Switching Mining Administrator For HiveOS/Linux & Windows: HiveOS Integrated
MIT License
92 stars 40 forks source link

Issue with upgrade command #414

Closed UserDC-LeGrand closed 1 year ago

UserDC-LeGrand commented 1 year ago

Probably related to miniz Download site....

Upgrade never completes, and hangs there without ever a prompt coming back...

EDIT: Issue resolved by wrapping the URI in single quotes such as: version update miniz v1.9z4 'https://miniz.ch/?smd_process_download=1&download_id=4762'

instead of the failing : version update miniz v1.9z4 https://miniz.ch/?smd_process_download=1&download_id=4762

image

There seems to be an issue with the download link, but download works on local Win desktop...

image

UserDC-LeGrand commented 1 year ago

Issue resolved by adding single quotes to wrap the URI ...

image

MaynardMiner commented 1 year ago

https://github.com/MaynardMiner/SWARM/wiki/Commands-&-Suggested-Apps

"To give an example:

version update z-enemy 1.20 "https://github.com/MaynardMiner/MM.Compiled-Miners/releases/download/v4.0/z-enemy-Linux9-1.tar.gz"

Rules for updating miner:

-Compression must be tar.gz for linux, or .zip in windows.

-Place link between quotes to avoid command-line issues."