Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. *** ccminer SkunkSPmod5 for nVidia GPUs from alexis78@github ***
  2. *** Built with VC++ 2013 and nVidia CUDA SDK 7.5 (@ø{)
  3.  
  4. *** Based on tpruvot@github ccminer
  5. *** Originally based on Christian Buchner and Christian H. project
  6. *** Include some of the work of djm34, sp, tsiv and klausT.
  7.  
  8. Usage: ccminer [OPTIONS]
  9. Options:
  10. -a, --algo=ALGO specify the hash algorithm to use
  11. blake Blake256-14rounds(SFR)
  12. decred Blake256-14rounds(DCR)
  13. blakecoin Blake256-8rounds (BLC)
  14. vcash Blake256-8rounds (XVC)
  15. blake2s Blake2s (NEVA/XVG)
  16. keccak keccak256 (Maxcoin)
  17. lyra2 (LyraBar)
  18. lyra2v2 (VertCoin)
  19. skein Skein SHA2 (AUR/DGB/SKC)
  20. skein2 Double Skein (Woodcoin)
  21. nist5 NIST5 (Talkcoin/Power)
  22. quark Quark (Quarkcoin)
  23. qubit Qubit
  24. x11 X11 (DarkCoin)
  25. c11 C11 (Chaincoin)
  26. sib X11+gost (Sibcoin)
  27. x11evo Permuted x11 (Revolver)
  28. x13 X13 (MaruCoin)
  29. x14 X14 (BernCoin)
  30. x15 X15 (Joincoin)
  31. x17 X17 (XVG)
  32. whirlpool whirlpool (JoinCoin)
  33. lbry Lbry (Library Credits)
  34. neoscrypt Neoscrypt (FTC/PXC/UFO)
  35. sia Sia (SIAcoin)
  36. myr-gr Myriad-Groestl (SFR/AUR/DGB/XVG/MYR)
  37. veltor Thor's Riddle(?) (Veltor)
  38. -d, --devices Comma separated list of CUDA devices to use.
  39. Device IDs start counting from 0! Alternatively takes
  40. string names of your cards like gtx780ti or gt640#2
  41. (matching 2nd gt640 in the PC)
  42. -i --intensity=N[,N] GPU intensity 8.0-25.0 (default: auto)
  43. Decimals are allowed for fine tuning
  44. --cuda-schedule Set device threads scheduling mode (default: auto)
  45. -f, --diff-factor Divide difficulty by this factor (default 1.0)
  46. -m, --diff-multiplier Multiply difficulty by this value (default 1.0)
  47. --vote=VOTE vote (for decred and HeavyCoin)
  48. --trust-pool trust the max block reward vote (maxvote) sent by the pool
  49. -o, --url=URL URL of mining server
  50. -O, --userpass=U:P username:password pair for mining server
  51. -u, --user=USERNAME username for mining server
  52. -p, --pass=PASSWORD password for mining server
  53. --cert=FILE certificate for mining server using SSL
  54. -x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
  55. -t, --threads=N number of miner threads (default: number of nVidia GPUs)
  56. -r, --retries=N number of times to retry if a network call fails
  57. (default: retry indefinitely)
  58. -R, --retry-pause=N time to pause between retries, in seconds (default: 30)
  59. --time-limit maximum time [s] to mine before exiting the program.
  60. -T, --timeout=N network timeout, in seconds (default: 300)
  61. -s, --scantime=N upper bound on time spent scanning current work when
  62. long polling is unavailable, in seconds (default: 60)
  63. -n, --ndevs list cuda devices
  64. -N, --statsavg number of samples used to compute hashrate (default: 30)
  65. --no-gbt disable getblocktemplate support (height check in solo)
  66. --no-longpoll disable X-Long-Polling support
  67. --no-stratum disable X-Stratum support
  68. --no-extranonce disable extranonce subscribe on stratum
  69. -q, --quiet disable per-thread hashmeter output
  70. --no-color disable colored output
  71. -D, --debug enable debug output
  72. -P, --protocol-dump verbose dump of protocol-level activities
  73. --cpu-affinity set process affinity to cpu core(s), mask 0x3 for cores 0 and 1
  74. --cpu-priority set process priority (default: 3) 0 idle, 2 normal to 5 highest
  75. -b, --api-bind=port IP:port for the miner API (default: 127.0.0.1:4068), 0 disabled
  76. --api-remote Allow remote control, like pool switching
  77. --max-temp=N Only mine if gpu temp is less than specified value
  78. --max-rate=N[KMG] Only mine if net hashrate is less than specified value
  79. --max-diff=N Only mine if net difficulty is less than specified value
  80. Can be tuned with --resume-diff=N to set a resume value
  81. --mem-clock=3505 Set the gpu memory max clock (346.72+ driver)
  82. --gpu-clock=1150 Set the gpu engine max clock (346.72+ driver)
  83. --pstate=0[,2] Set the gpu power state (352.21+ driver)
  84. --plimit=100W Set the gpu power limit (352.21+ driver)
  85. -B, --background run the miner in the background
  86. --benchmark run in offline benchmark mode
  87. --cputest debug hashes from cpu algorithms
  88. -c, --config=FILE load a JSON-format configuration file
  89. -V, --version display version information and exit
  90. -h, --help display this help text and exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement