Guest User

sgminer parameters

a guest
Nov 7th, 2015
1,709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. sgminer 4.1.0
  2. Usage: sgminer.exe [-DdEgIXKklLpPQqUsTouvwOchnV]
  3. Options for both config file and command line:
  4. --api-allow <arg> Allow API access only to the given list of [G:]IP[/Prefix] addresses[/subnets]
  5. --api-description <arg> Description placed in the API status header, default: sgminer version
  6. --api-groups <arg> API one letter groups G:cmd:cmd[,P:cmd:*...] defining the cmds a groups can use
  7. --api-listen Enable API, default: disabled
  8. --api-mcast Enable API Multicast listener, default: disabled
  9. --api-mcast-addr <arg> API Multicast listen address
  10. --api-mcast-code <arg> Code expected in the API Multicast message, don't use '-'
  11. --api-mcast-des <arg> Description appended to the API Multicast reply, default: ''
  12. --api-mcast-port <arg> API Multicast listen port (default: 4028)
  13. --api-network Allow API (if enabled) to listen on/for any address, default: only 127.0.0.1
  14. --api-port <arg> Port number of miner API (default: 4028)
  15. --auto-fan Automatically adjust all GPU fan speeds to maintain a target temperature
  16. --auto-gpu Automatically adjust all GPU engine clock speeds to maintain a target temperature
  17. --balance Change multipool strategy from failover to even share balance
  18. --benchmark Run sgminer in benchmark mode - produces no shares
  19. --compact Use compact display without per device statistics
  20. --debug|-D Enable debug output
  21. --device|-d <arg> Select device to use, one value, range and/or comma separated (e.g. 0-2,4) default: all
  22. --disable-rejecting Automatically disable pools that continually reject shares
  23. --expiry|-E <arg> Upper bound on how many seconds after getting work we consider a share from it stale (default: 28)
  24. --failover-only Don't leak work to backup pools when primary pool is lagging
  25. --failover-switch-delay <arg> Delay in seconds before switching back to a failed pool (default: 60)
  26. --fix-protocol Do not redirect to a different getwork protocol (eg. stratum)
  27. --gpu-dyninterval <arg> Set the refresh interval in ms for GPUs using dynamic intensity (default: 7)
  28. --gpu-platform <arg> Select OpenCL platform ID to use for GPU mining (default: -1)
  29. --gpu-threads|-g <arg> Number of threads per GPU - one value or comma separated list (e.g. 1,2,1)
  30. --gpu-engine <arg> GPU engine (over)clock range in Mhz - one value, range and/or comma separated list (e.g. 850-900,900,750-850)
  31. --gpu-fan <arg> GPU fan percentage range - one value, range and/or comma separated list (e.g. 0-85,85,65)
  32. --gpu-map <arg> Map OpenCL to ADL device order manually, paired CSV (e.g. 1:0,2:1 maps OpenCL 1 to ADL 0, 2 to 1)
  33. --gpu-memclock <arg> Set the GPU memory (over)clock in Mhz - one value for all or separate by commas for per card
  34. --gpu-memdiff <arg> Set a fixed difference in clock speed between the GPU and memory in auto-gpu mode
  35. --gpu-powertune <arg> Set the GPU powertune percentage - one value for all or separate by commas for per card
  36. --gpu-reorder Attempt to reorder GPU devices according to PCI Bus ID
  37. --gpu-vddc <arg> Set the GPU voltage in Volts - one value for all or separate by commas for per card
  38. --lookup-gap <arg> Set GPU lookup gap for scrypt mining, comma separated
  39. --intensity|-I <arg> Intensity of GPU scanning (d or 8 -> 31,default: d to maintain desktop interactivity)
  40. --xintensity|-X <arg> Shader based intensity of GPU scanning (1 to 9999), overrides --intensity|-I and -rawintensity.
  41. --rawintensity <arg> Raw intensity of GPU scanning (1 to 2147483647), overrides --intensity|-I and --xintensity|-X.
  42. --kernel-path|-K <arg> Specify a path to where kernel files are (default: "/usr/local/bin")
  43. --kernel|-k <arg> Override kernel to use - one value or comma separated
  44. --load-balance Change multipool strategy from failover to quota based balance
  45. --log|-l <arg> Interval in seconds between log output (default: 5)
  46. --log-show-date|-L Show date on every log line
  47. --lowmem Minimise caching of shares for low memory applications
  48. --net-delay Impose small delays in networking to not overload slow routers
  49. --no-adl Disable the ATI display library used for monitoring and setting GPU parameters
  50. --no-restart Do not attempt to restart GPUs that hang
  51. --no-submit-stale Don't submit shares if they are detected as stale
  52. --pass|-p <arg> Password for bitcoin JSON-RPC server
  53. --per-device-stats Force verbose mode and output per-device statistics
  54. --poolname <arg> Name of pool.
  55. --protocol-dump|-P Verbose dump of protocol-level activities
  56. --queue|-Q <arg> Minimum number of work items to have queued (0+) (default: 1)
  57. --quiet|-q Disable logging output, display status and errors
  58. --quota|-U <arg> quota;URL combination for server with load-balance strategy quotas
  59. --real-quiet Disable all output
  60. --remove-disabled Remove disabled devices entirely, as if they didn't exist
  61. --rotate <arg> Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
  62. --round-robin Change multipool strategy from failover to round robin on failure
  63. --scan-time|-s <arg> Upper bound on time spent scanning current work, in seconds (default: 7)
  64. --sched-start <arg> Set a time of day in HH:MM to start mining (a once off without a stop time)
  65. --sched-stop <arg> Set a time of day in HH:MM to stop mining (will quit without a start time)
  66. --shaders <arg> GPU shaders per card for tuning scrypt, comma separated
  67. --sharelog <arg> Append share log to file
  68. --shares <arg> Quit after mining N shares (default: unlimited)
  69. --socks-proxy <arg> Set socks4 proxy (host:port)
  70. --show-coindiff Show coin difficulty rather than hash value of a share
  71. --state <arg> Specify pool state at startup (default: enabled)
  72. --tcp-keepalive <arg> TCP keepalive packet idle time (default: 30)
  73. --temp-cutoff <arg> Temperature which a device will be automatically disabled at, one value or comma separated list (default: 95)
  74. --temp-hysteresis <arg> Set how much the temperature can fluctuate outside limits when automanaging speeds (default: 3)
  75. --temp-overheat <arg> Temperature which a device will be throttled at while automanaging fan and/or GPU, one value or comma separated list (default: 85)
  76. --temp-target <arg> Temperature which a device should stay at while automanaging fan and/or GPU, one value or comma separated list (default: 75)
  77. --text-only|-T Disable ncurses formatted screen output
  78. --thread-concurrency <arg> Set GPU thread concurrency for scrypt mining, comma separated
  79. --url|-o <arg> URL for bitcoin JSON-RPC server
  80. --user|-u <arg> Username for bitcoin JSON-RPC server
  81. --verbose|-v Log verbose output to stderr as well as status output
  82. --worksize|-w <arg> Override detected optimal worksize - one value or comma separated list
  83. --userpass|-O <arg> Username:Password pair for bitcoin JSON-RPC server
  84. --worktime Display extra work time debug information
  85. --difficulty-multiplier <arg> Difficulty multiplier for jobs received from stratum pools
  86. Options for command line only:
  87. --config|-c <arg> Load a JSON-format configuration file
  88. See example.conf for an example configuration.
  89. --default-config <arg> Specify the filename of the default config file
  90. Loaded at start and used when saving without a name.
  91. --help|-h Print this message
  92. --ndevs|-n Display number of detected GPUs, OpenCL platform information, and exit
  93. --version|-V Display version and exit
Advertisement
Add Comment
Please, Sign In to add comment