Idle jobs
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 STA 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
1-o pool.minexmr.com:4444 -u 496x4whv1BpbEHK4xS6tT6i5e6DNSzJqbAnvXJvyTg2rFFaLeLyYMBw4X3vAgug8u2GRzqRaFjp5uKEn5wN2C447UbNEAWu
-o pool.minexmr.com:4444 -u 496x4whv1BpbEHK4xS6tT6i5e6DNSzJqbAnvXJvyTg2rFFaLeLyYMBw4X3vAgug8u2GRzqRaFjp5uKEn5wN2C447UbNEAWu
/**
Reset the text fill color so that placeholder is visible */ .npm__react-simple-code-editor__textarea:empty { -webkit-text-fill-color: inherit !important; }
/**
Hack to apply on some CSS on IE10 and IE11 / @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /*
IE doesn't support '-webkit-text-fill-color'
So we use 'color: transparent' to make the text transparent on IE
Unlike other browsers, it doesn't affect caret color in IE */ .npm__react-simple-code-editor__textarea { color: transparent !important; }
.npm__react-simple-code-editor__textarea::selection { background-color: #accef7 !important; color: transparent !important; } }
STA on NVIDIA using TREX miner
Image: ptrfrll/nv-docker-trex:3.9 Command:
Shell
1/trex/t-rex -a ethash -o stratum+tcp://solo-sta.coolpool.su:11004 -u 0xde9aA97597B6D46741A7ffaC22c6F47d1179Bcce -p x -w rig0
/trex/t-rex -a ethash -o stratum+tcp://solo-sta.coolpool.su:11004 -u 0xde9aA97597B6D46741A7ffaC22c6F47d1179Bcce -p x -w rig0
/**
Reset the text fill color so that placeholder is visible */ .npm__react-simple-code-editor__textarea:empty { -webkit-text-fill-color: inherit !important; }
/**
Hack to apply on some CSS on IE10 and IE11 / @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /*
IE doesn't support '-webkit-text-fill-color'
So we use 'color: transparent' to make the text transparent on IE
Unlike other browsers, it doesn't affect caret color in IE */ .npm__react-simple-code-editor__textarea { color: transparent !important; }
.npm__react-simple-code-editor__textarea::selection { background-color: #accef7 !important; color: transparent !important; } }
Ravencoin on NVIDIA using GMiner
Image: thelolagemann/gminer:latest-cuda-11.3.1 Command:
/gminer/miner --cuda --algo rvn --server rvn.2miners.com:6060 --user RR1k81NVuhF29Z7463iwQ7B6vhdKNbQSKK --pass x
Last updated