Advertisement
Goroff

bmminer

Oct 25th, 2018
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. bmminer 2.0.0
  2. Built with bitmain_c5 mining support.
  3. Usage: bmminer [-DElmpPQqUsouOchV]
  4. Options for both config file and command line:
  5. --version-file <arg> Set miner version file
  6. --logfile-openflag <arg> Set log file open flag, default: a+
  7. --logwork <arg> Set log work file path, following: minertext
  8. --logwork-asicnum <arg> Set log work asic num, following: 1, 32, 64
  9. --logwork-diff Allow log work diff
  10. --logfile <arg> Set log file, default: bmminer.log
  11. --api-allow <arg> Allow API access only to the given list of [G:]IP[/Prefix] addresses[/subnets]
  12. --api-description <arg> Description placed in the API status header, default: cgminer version
  13. --api-groups <arg> API one letter groups G:cmd:cmd[,P:cmd:*...] defining the cmds a groups can use
  14. --api-listen Enable API, default: disabled
  15. --api-mcast Enable API Multicast listener, default: disabled
  16. --api-mcast-addr <arg> API Multicast listen address
  17. --api-mcast-code <arg> Code expected in the API Multicast message, don't use '-'
  18. --api-mcast-des <arg> Description appended to the API Multicast reply, default: ''
  19. --api-mcast-port <arg> API Multicast listen port (default: 4028)
  20. --api-network Allow API (if enabled) to listen on/for any address, default: only 127.0.0.1
  21. --api-port <arg> Port number of miner API (default: 4028)
  22. --api-host <arg> Specify API listen address, default: 0.0.0.0
  23. --balance Change multipool strategy from failover to even share balance
  24. --benchfile <arg> Run cgminer in benchmark mode using a work file - produces no shares
  25. --benchfile-display Display each benchfile nonce found
  26. --benchmark Run cgminer in benchmark mode - produces no shares
  27. --bitmain-fan-ctrl Enable bitmain miner fan controlling
  28. --bitmain-nobeeper Enable bitmain miner fan controlling
  29. --bitmain-fan-pwm <arg> Set bitmain fan pwm percentage 0~100 (default: 0)
  30. --bitmain-freq <arg> Set frequency (default: 600)
  31. --bitmain-voltage <arg> Set voltage (default: 176)
  32. --fixed-freq Set bitmain miner use fixed freq
  33. --no-pre-heat Set bitmain miner doesn't pre heat
  34. --debug|-D Enable debug output
  35. --disable-rejecting Automatically disable pools that continually reject shares
  36. --expiry|-E <arg> Upper bound on how many seconds after getting work we consider a share from it stale (default: 120)
  37. --extranonce-subscribe Enable 'extranonce' stratum subscribe for MinToRRo by Zwilla
  38. --failover-only Don't leak work to backup pools when primary pool is lagging
  39. --fix-protocol Do not redirect to a different getwork protocol (eg. stratum)
  40. --fallback-time <arg> Set time in seconds to fall back to a higher priority pool after period of instability (default: 120)
  41. --load-balance Change multipool strategy from failover to quota based balance
  42. --log|-l <arg> Interval in seconds between log output (default: 5)
  43. --lowmem Minimise caching of shares for low memory applications
  44. --monitor|-m <arg> Use custom pipe cmd for output messages
  45. --net-delay Impose small delays in networking to not overload slow routers
  46. --no-submit-stale Don't submit shares if they are detected as stale
  47. --pass|-p <arg> Password for bitcoin JSON-RPC server
  48. --per-device-stats Force verbose mode and output per-device statistics
  49. --protocol-dump|-P Verbose dump of protocol-level activities
  50. --queue|-Q <arg> Maximum number of work items to have queued (default: 1)
  51. --quiet|-q Disable logging output, display status and errors
  52. --quota|-U <arg> quota;URL combination for server with load-balance strategy quotas
  53. --real-quiet Disable all output
  54. --rotate <arg> Change multipool strategy from failover to regularly rotate at N minutes
  55. --round-robin Change multipool strategy from failover to round robin on failure
  56. --scan-time|-s <arg> Upper bound on time spent scanning current work, in seconds (default: -1)
  57. --sched-start Set a time of day in HH:MM to start mining (a once off without a stop time)
  58. --sched-stop Set a time of day in HH:MM to stop mining (will quit without a start time)
  59. --sharelog Append share log to file
  60. --shares <arg> Quit after mining N shares (default: unlimited)
  61. --socks-proxy <arg> Set socks4 proxy (host:port)
  62. --suggest-diff <arg> Suggest miner difficulty for pool to user (default: none)
  63. --multi-version <arg> Multi version mining!
  64. --syslog Use system log for output messages (default: standard error)
  65. --url|-o <arg> URL for bitcoin JSON-RPC server
  66. --user|-u <arg> Username for bitcoin JSON-RPC server
  67. --userpass|-O <arg> Username:Password pair for bitcoin JSON-RPC server
  68. --verbose Log verbose output to stderr as well as status output
  69. --widescreen Use extra wide display without toggling
  70. --worktime Display extra work time debug information
  71. Options for command line only:
  72. --config|-c <arg> Load a JSON-format configuration file
  73. See example-S7.conf or S9.conf for an example configuration.
  74. --default-config <arg> Specify the filename of the default config file
  75. Loaded at start and used when saving without a name.
  76. --help|-h Print this message
  77. --version|-V Display version and exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement