ethOS is a 64-bit Linux operating system that mines Ethereum , Zcash , Monero and other GPU minable coins on operating systems that can easily be used in the cloud.
Altcoins can be automatically exchanged for Bitcoin.
Starting
You must be running ethos 1.3.3 to install a miner with this script.
Installing the miners
Miner Fully integrated into ethOS for configuration and hash reporting.
Only the miner is included and may not be able to configure or report hashes with ethOS. You will need to manually run the miner in /opt/miners/MINERNAME and monitor it with your * own solution.
The miners are downloaded directly from the developer's publishing source. You can update as soon as the miner is released by the developer.
We link to the version of the miner directly, either from the developers' source or this repository. You can update when we update the link to the new version.
We had to compile these miners from code to work on ethOS using the miner generator. You can update only after we compile and link the new version.
ONLY ONE ADDITIONAL MINER CAN BE INSTALLED AT A TIME
Installing the miners
This script was designed for ease of use. You can run a single command to install, update, or remove any miner in this repository and any dependencies on it.
bash <(curl -s https://raw.githubusercontent.com/cynixx3/third-party-miner-installer-for-ethos/master/miner-manager) miner action
NOTICE: YOU SET THE LAST TWO WORDS for what you want to do. Where miner is the name of the miner branch in this repository and the actions are install, update, or roll back IE for a full install of the phoenixminer sample or an update of all executed files:
bash <(curl -s https://raw.githubusercontent.com/cynixx3/third-party-miner-installer-for-ethos/master/miner-manager) phoenixminer install
updating
The miner can be easily updated when new versions come out by simply changing the action argument to "update" IE to update only the energiminer sample program to the latest version run:
bash <(curl -s https://raw.githubusercontent.com/cynixx3/third-party-miner-installer-for-ethos/master/miner-manager) energiminer update
Comments