Usage: bitcoin-miner {-options}
Options:
-a <seconds> time between getwork requests 1..60, default 15
-A user-agent Set custom User-agent string in HTTP header, default: Ufasoft bitcoin miner
-g yes|no set 'no' to disable GPU, default 'yes'
-h this help
-i index|name select device from Device List, can be used multiple times, default - all devices
-l yes|no set 'no' to disable Long-Polling, default 'yes'
-o url in form
http://username:password@server.tld:port/path, by default
http://127.0.0.1:8332 -t <threads> Number of threads for CPU mining, by default is number of CPUs (Cores), 0 - disable CPU mining
-T temperature max temperature in Celsius degrees, default: 83
-v Verbose output
-x type=host:port Use HTTP or SOCKS proxy. Examples: -x http=127.0.0.1:3128, -x socks=127.0.0.1:1080