Nodes

Idle jobs

5min

Idle jobs are a specific type of task that runs on a node when it is in an idle state (not in use by anyone). Usually this is a mining program but can be anything.

If using HiveOS on node then Octa Node will automatically start and stop your current flight sheet no further configuration needed. For everyone else:

You can set up a job to run a docker image that utilizes the node's GPUs when it is in an idle state.To do that go to ADMINISTRATION->Idle jobs and press the Add new idle job button, after this you need to set the Image field and specify additional arguments in Command field if needed.

Image this is a docker image which will be downloaded from hub.docker.com

Example

Monero using xmring

  • Image: lchaia/xmrig:v6.15.2
  • Command:
Shell


Octa on NVIDIA using TREX miner

  • Image: ptrfrll/nv-docker-trex:3.9
  • Command:
Shell


Ravencoin on NVIDIA using GMiner

  • Image: thelolagemann/gminer:latest-cuda-11.3.1
  • Command:
Shell




Updated 19 Aug 2023
Did this page help you?