Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1.  
  2. Options:
  3. -o, --url=URL URL of mining server
  4. -O, --userpass=U:P username:password pair for mining server
  5. -u, --user=USERNAME username for mining server
  6. -p, --pass=PASSWORD password for mining server
  7. --cert=FILE certificate for mining server using SSL
  8. -x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
  9. -t, --threads=N number of miner threads (default: number of processors)
  10. -r, --retries=N number of times to retry if a network call fails
  11. (default: retry indefinitely)
  12. -R, --retry-pause=N time to pause between retries, in seconds (default: 30)
  13. -T, --timeout=N timeout for long polling, in seconds (default: none)
  14. -s, --scantime=N upper bound on time spent scanning current work when
  15. long polling is unavailable, in seconds (default: 5)
  16. --no-longpoll disable X-Long-Polling support
  17. --no-stratum disable X-Stratum support
  18. --no-redirect ignore requests to change the URL of the mining server
  19. -q, --quiet disable per-thread hashmeter output
  20. -D, --debug enable debug output
  21. -P, --protocol-dump verbose dump of protocol-level activities
  22. -S, --syslog use system log for output messages
  23. -B, --background run the miner in the background
  24. --benchmark run in offline benchmark mode
  25. -c, --config=FILE load a JSON-format configuration file
  26. -V, --version display version information and exit
  27. -h, --help display this help text and exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement