Skip to content

Instantly share code, notes, and snippets.

@sblmasta
Created July 18, 2017 14:58
Show Gist options
  • Save sblmasta/0efd383518ef2f7c29152783b44a5b35 to your computer and use it in GitHub Desktop.
Save sblmasta/0efd383518ef2f7c29152783b44a5b35 to your computer and use it in GitHub Desktop.
Ethminer run script for CUDA mining
#!/bin/bash
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
./ethminer/ethminer --cuda-parallel-hash 8 --farm-recheck 150 -U -S {pool address} -O {wallet}.RIG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment