New: cgminerAll contenthive-129948hive-196917krzzanhive-185836steemhive-180932hive-183959hive-150122hive-166405photographyhive-188619hive-144064hive-101145hive-184714hive-145157uncommonlabhive-183397bitcoinhive-103599hive-193637hive-193186hive-113376hive-139150hive-109690TrendingNewHotLikersforsaken01 (25)in bitcoin • 2 years agoMining Script for Bitcoin for Linux systems#!/bin/bash Set the miner settings POOL_URL="pool_url" WALLET_ADDRESS="wallet_address" Install dependencies sudo apt-get update sudo apt-get install -y opencl-headers ocl-icd-libopencl1…