Skip to content

Instantly share code, notes, and snippets.

@ksuhiyp
ksuhiyp / zotac_1070_ti_mini_OC.sh
Created February 11, 2021 12:09 — forked from tunggad/zotac_1070_ti_mini_OC.sh
bash script to overclock nvidia GPU automatically under Linux. Optimized for HEADless DUAL mining ETH + SIA. Model: Zotac GTX 1070 ti mini. Stable Hashrate: ETH 31,5 mh/s, SIA 315 mh/s, reported by claymore 10.2. Specs: power limit: 120watt, target fan lvl: 65%, GPU clock: +0, mem clock: +650mhz, performance lvl: P2, temp: 61C@65%FAN. OS: arch l…
#!/bin/bash
# A script for overclocking Nvidia graphics card under Linux for HEADLESS ETH mining. Model: ZOTAC gtx 1070 ti mini
nvidia-smi -pm 1
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
@ksuhiyp
ksuhiyp / gist:17e5451580774029a5a7e9bd66ed278e
Created October 23, 2018 20:09
download youtube playlist and converts it to audio using youtube-dl
youtube-dl --extract-audio --audio-format best --audio-quality 0 --write-thumbnail -o "./%(title)s.%(ext)s" <playlist url>