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