Created
May 1, 2021 09:40
-
-
Save hoyangtsai/563c3e590febeed110ce2ea3fc720f8c to your computer and use it in GitHub Desktop.
lite mining via litecoinpool with bfgminer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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