Create an RC config file in the following location.
- Windows: C:\Program Files\Cudo Miner\.cudo_minerrc
- macOS: /usr/local/cudo-miner/.cudo_minerrc
- Linux: /etc/cudo_minerrc
Use the following options to configure the RC file using INI format
- device-name – friendly device name used in console, default is device hostname
- device-labels – comma-separated device labels appended to the device startup
- org – switch the device to work from another organization, accepts a username
- config-id – switch the device configuration, accepts config identifier
- access-key – authenticate the device with an organization generated key
- store-path – directory path for writing state files
- registry-path – directory path for storage of workload binaries
- registry-expiry-hours – prune registry items that have been unused in a specific number of hours, default: ‘720’ (30 days)
- cooldown-period – time in milliseconds to wait after shutting down workloads, default ‘3000’ (3 seconds)
For example:
- device-name=miner3
- org=cudominerorg
- cooldown-period=9000