Skip to content

Instantly share code, notes, and snippets.

@hoyangtsai
Created May 1, 2021 09:40
Show Gist options
  • Save hoyangtsai/563c3e590febeed110ce2ea3fc720f8c to your computer and use it in GitHub Desktop.
Save hoyangtsai/563c3e590febeed110ce2ea3fc720f8c to your computer and use it in GitHub Desktop.
lite mining via litecoinpool with bfgminer
#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./bfgminer --scrypt --url=stratum+tcp://litecoinpool.org:3333 --userpass=h0yang.1:1 --url=stratum+tcp://us.litecoinpool.org:3333 --userpass=h0yang.1:1 --failover-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment