# ln -sf /hive/etc/environment /etc/environment
# Please do not use the char "$" here or variable size will grow toward infinity
# Don't forget to set this in crontab if you change path
PATH="./:/hive/bin:/hive/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
CUDA_DEVICE_ORDER=PCI_BUS_ID
__GL_ExperimentalPerfStrategy=1
PYTHONDONTWRITEBYTECODE=1
LC_NUMERIC=C

# Hive vars
RIG_CONF=/hive-config/rig.conf
WALLET_CONF=/hive-config/wallet.conf

AMD_OC_CONF=/hive-config/amd-oc.conf
NVIDIA_OC_CONF=/hive-config/nvidia-oc.conf
INTEL_OC_CONF=/hive-config/intel-oc.conf
TWEAKERS_CONF=/hive-config/tweakers.json

AMDMEMINFO_FILE=/run/hive/amdmeminfo
NVIDIASMI_FILE=/run/hive/nvidia_smi_info

AUTOFAN_CONF=/hive-config/autofan.conf

OCTOFAN_CONF=/hive-config/octofan.conf
OCTOFAN=/hive/opt/octofan/octofan

COOLBOX_CONF=/hive-config/coolbox.conf
COOLBOX=/hive/opt/coolbox/coolbox
COOLBOX_AVAILABLE_FILE=/run/hive/coolbox_available

YKEDA_AUTOFAN_CONF=/hive-config/ykeda_autofan.conf
YKEDA_AUTOFAN=/hive/opt/ykeda/ykeda_autofan
YKEDA_AVAILABLE_FILE=/run/hive/ykeda_available

WINDTANK_AUTOFAN_CONF=/hive-config/windtank_autofan.conf
WINDTANK_AUTOFAN=/hive/opt/windtank/windtank_autofan   

MKNET_AUTOFAN_CONF=/hive-config/8mknet_autofan.conf
MKNET_AUTOFAN=/hive/opt/8mknet/8mknet_autofan

GPU_DETECT_JSON=/run/hive/gpu-detect.json
GPU_STATS_JSON=/run/hive/gpu-stats.json

LAST_OK_FILE=/home/user/.cache/last
HASHRATE_KHS=/run/hive/khs
RUNNING_FLAG=/run/hive/MINER_RUN

VNC_PASSWD=/hive-config/vnc-password.txt

REF_ID=/hive-config/ref_id.txt

SSL_SESSION_FILE=/tmp/ssl-session-file.pem

BUSID_FILE=/hive-config/busid.conf

API_HOST_FILE=/run/hive/api_host_url

AVG_KHS=/run/hive/avg_khs.json
SEND_AVG_KHS=0

LD_LIBRARY_PATH=/hive/lib
