gnunet-scrypt.1 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .TH GNUNET-SCRYPT 1 "September 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. .SH DESCRIPTION
  8. \fBgnunet\-scrypt\fP is a command line tool to manipulate GNUnet proof
  9. 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://bugs.gnunet.org/> or by sending
  40. electronic mail to <gnunet\-developers@gnu.org>
  41. .SH SEE ALSO
  42. The full documentation for
  43. .B gnunet
  44. is maintained as a Texinfo manual.
  45. If the
  46. .B info
  47. and
  48. .B gnunet
  49. programs are properly installed at your site, the command
  50. .IP
  51. .B info gnunet
  52. .PP
  53. should give you access to the complete handbook,
  54. .IP
  55. .B info gnunet-c-tutorial
  56. .PP
  57. will give you access to a tutorial for developers.
  58. .PP
  59. Depending on your installation, this information is also
  60. available in
  61. \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).