├── README.md ├── appsettings_global.json ├── h-config.sh ├── h-manifest.conf ├── h-run.sh ├── h-stats.sh └── img ├── FlightSheetCPU.png ├── FlightSheetDual.png ├── FlightSheetGPU.png └── Header.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/README.md -------------------------------------------------------------------------------- /appsettings_global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/appsettings_global.json -------------------------------------------------------------------------------- /h-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/h-config.sh -------------------------------------------------------------------------------- /h-manifest.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/h-manifest.conf -------------------------------------------------------------------------------- /h-run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/h-run.sh -------------------------------------------------------------------------------- /h-stats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/h-stats.sh -------------------------------------------------------------------------------- /img/FlightSheetCPU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/img/FlightSheetCPU.png -------------------------------------------------------------------------------- /img/FlightSheetDual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/img/FlightSheetDual.png -------------------------------------------------------------------------------- /img/FlightSheetGPU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/img/FlightSheetGPU.png -------------------------------------------------------------------------------- /img/Header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubic-li/hiveos/HEAD/img/Header.png --------------------------------------------------------------------------------