gnunet-scrypt.1 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .TH GNUNET\-SCRYPT 1 "Sep 13, 2014" "GNUnet"
  2. .SH NAME
  3. gnunet\-scrypt \- Manipulate GNUnet proof of work files.
  4. .SH SYNOPSIS
  5. .B gnunet\-scrypt
  6. .RI [ options ]
  7. .br
  8. .SH DESCRIPTION
  9. \fBgnunet\-scrypt\fP is a command line tool to manipulate GNUnet proof of work files.
  10. .SH OPTIONS
  11. .B
  12. .IP "\-b BITS, \-\-bits=BITS"
  13. Number of bits to require for the proof of work.
  14. .B
  15. .IP "\-c FILENAME, \-\-config=FILENAME"
  16. Use the configuration file FILENAME.
  17. .B
  18. .IP "\-h, \-\-help"
  19. Print short help on options.
  20. .B
  21. .IP "\-k FILE, \-\-keyfile=FILE"
  22. File with private key, otherwise default is used.
  23. .B
  24. .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
  25. Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
  26. .B
  27. .IP "\-l LOGFILE, \-\-logfile=LOGFILE"
  28. Configure logging to write logs to LOGFILE.
  29. .B
  30. .IP "\-o FILE, \-\-outfile=FILE"
  31. File with proof of work, otherwise default is used.
  32. .B
  33. .IP "\-t TIME, \-\-timeout=TIME"
  34. Time to wait between calculations.
  35. .B
  36. .IP "\-v, \-\-version"
  37. Print GNUnet version number.
  38. .SH BUGS
  39. Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>