Advertisement
Guest User

Untitled

a guest
Jan 1st, 2018
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. [Laris@unknown ~]$ ./cpuminer1 --help
  2. ** cpuminer-multi 1.3.3 by tpruvot@github **
  3. BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)
  4.  
  5. Usage: cpuminer-multi [OPTIONS]
  6. Options:
  7. -a, --algo=ALGO specify the algorithm to use
  8. axiom Shabal-256 MemoHash
  9. bitcore Timetravel with 10 algos
  10. blake Blake-256 14-rounds (SFR)
  11. blakecoin Blake-256 single sha256 merkle
  12. blake2s Blake2-S (256)
  13. bmw BMW 256
  14. c11/flax C11
  15. cryptolight Cryptonight-light
  16. cryptonight Monero
  17. decred Blake-256 14-rounds 180 bytes
  18. dmd-gr Diamond-Groestl
  19. drop Dropcoin
  20. fresh Fresh
  21. groestl GroestlCoin
  22. heavy Heavy
  23. jha JHA
  24. keccak Keccak
  25. luffa Luffa
  26. lyra2re Lyra2RE
  27. lyra2rev2 Lyra2REv2 (Vertcoin)
  28. myr-gr Myriad-Groestl
  29. neoscrypt NeoScrypt(128, 2, 1)
  30. nist5 Nist5
  31. pluck Pluck:128 (Supcoin)
  32. pentablake Pentablake
  33. quark Quark
  34. qubit Qubit
  35. scrypt scrypt(1024, 1, 1) (default)
  36. scrypt:N scrypt(N, 1, 1)
  37. scrypt-jane:N (with N factor from 4 to 30)
  38. shavite3 Shavite3
  39. sha256d SHA-256d
  40. sia Blake2-B
  41. sib X11 + gost (SibCoin)
  42. skein Skein+Sha (Skeincoin)
  43. skein2 Double Skein (Woodcoin)
  44. s3 S3
  45. timetravel Timetravel (Machinecoin)
  46. vanilla Blake-256 8-rounds
  47. x11evo Permuted x11
  48. x11 X11
  49. x13 X13
  50. x14 X14
  51. x15 X15
  52. x17 X17
  53. xevan Xevan (BitSend)
  54. yescrypt Yescrypt
  55. zr5 ZR5
  56. -o, --url=URL URL of mining server
  57. -O, --userpass=U:P username:password pair for mining server
  58. -u, --user=USERNAME username for mining server
  59. -p, --pass=PASSWORD password for mining server
  60. --cert=FILE certificate for mining server using SSL
  61. -x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
  62. -t, --threads=N number of miner threads (default: number of processors)
  63. -r, --retries=N number of times to retry if a network call fails
  64. (default: retry indefinitely)
  65. -R, --retry-pause=N time to pause between retries, in seconds (default: 30)
  66. --time-limit=N maximum time [s] to mine before exiting the program.
  67. -T, --timeout=N timeout for long poll and stratum (default: 300 seconds)
  68. -s, --scantime=N upper bound on time spent scanning current work when
  69. long polling is unavailable, in seconds (default: 5)
  70. --randomize Randomize scan range start to reduce duplicates
  71. -f, --diff-factor Divide req. difficulty by this factor (std is 1.0)
  72. -m, --diff-multiplier Multiply difficulty by this factor (std is 1.0)
  73. -n, --nfactor neoscrypt N-Factor
  74. --coinbase-addr=ADDR payout address for solo mining
  75. --coinbase-sig=TEXT data to insert in the coinbase when possible
  76. --max-log-rate limit per-core hashrate logs (default: 5s)
  77. --no-longpoll disable long polling support
  78. --no-getwork disable getwork support
  79. --no-gbt disable getblocktemplate support
  80. --no-stratum disable X-Stratum support
  81. --no-extranonce disable Stratum extranonce support
  82. --no-redirect ignore requests to change the URL of the mining server
  83. -q, --quiet disable per-thread hashmeter output
  84. --no-color disable colored output
  85. -D, --debug enable debug output
  86. -P, --protocol-dump verbose dump of protocol-level activities
  87. --hide-diff Hide submitted block and net difficulty
  88. -S, --syslog use system log for output messages
  89. -B, --background run the miner in the background
  90. --benchmark run in offline benchmark mode
  91. --cputest debug hashes from cpu algorithms
  92. --cpu-affinity set process affinity to cpu core(s), mask 0x3 for cores 0 and 1
  93. --cpu-priority set process priority (default: 0 idle, 2 normal to 5 highest)
  94. -b, --api-bind IP/Port for the miner API (default: 127.0.0.1:4048)
  95. --api-remote Allow remote control
  96. --max-temp=N Only mine if cpu temp is less than specified value (linux)
  97. --max-rate=N[KMG] Only mine if net hashrate is less than specified value
  98. --max-diff=N Only mine if net difficulty is less than specified value
  99. -c, --config=FILE load a JSON-format configuration file
  100. -V, --version display version information and exit
  101. -h, --help display this help text and exit
  102. [Laris@unknown ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement