aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-scrypt.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-scrypt.1')
-rw-r--r--doc/man/gnunet-scrypt.196
1 files changed, 55 insertions, 41 deletions
diff --git a/doc/man/gnunet-scrypt.1 b/doc/man/gnunet-scrypt.1
index 545af37e9..915acbb7a 100644
--- a/doc/man/gnunet-scrypt.1
+++ b/doc/man/gnunet-scrypt.1
@@ -1,51 +1,65 @@
1.TH GNUNET-SCRYPT 1 "September 13, 2014" "GNUnet" 1.Dd September 13, 2014
2.SH NAME 2.Dt GNUNET-SCRYPT 1
3gnunet\-scrypt \- Manipulate GNUnet proof of work files. 3.Os
4.SH SYNOPSIS 4.Sh NAME
5.B gnunet\-scrypt 5.Nm gnunet-scrypt
6.RI [ options ] 6.Nd
7.SH DESCRIPTION 7manipulate GNUnet proof of work files
8\fBgnunet\-scrypt\fP is a command line tool to manipulate GNUnet proof of work files. 8.Sh SYNOPSIS
9.SH OPTIONS 9.Nm
10.IP "\-b BITS, \-\-bits=BITS" 10.Op Fl b Ar BITS | Fl \-bits= Ns Ar BITS
11.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
12.Op Fl h | \-help
13.Op Fl k Ar FILENAME | Fl \-keyfile= Ns Ar FILENAME
14.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
15.Op Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME
16.Op Fl o Ar FILENAME | Fl \-outfile= Ns Ar FILENAME
17.Op Fl t Ar DELAY | Fl \-timeout= Ns Ar DELAY
18.Op Fl v | \-version
19.Sh DESCRIPTION
20.Nm
21is a command line tool to manipulate GNUnet proof of work files.
22.Bl -tag -width Ds
23.It Fl b Ar BITS | Fl \-bits= Ns Ar BITS
11Number of bits to require for the proof of work. 24Number of bits to require for the proof of work.
12.IP "\-c FILENAME, \-\-config=FILENAME" 25.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
13Use the configuration file FILENAME. 26Use the configuration file FILENAME.
14.IP "\-h, \-\-help" 27.It Fl h | \-help
15Print short help on options. 28Print short help on options.
16.IP "\-k FILE, \-\-keyfile=FILE" 29.It Fl k Ar FILENAME | Fl \-keyfile= Ns Ar FILENAME
17File with private key, otherwise default is used. 30File with private key, otherwise default is used.
18.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 31.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
19Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 32Use LOGLEVEL for logging.
20.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 33Valid values are DEBUG, INFO, WARNING and ERROR.
21Configure logging to write logs to LOGFILE. 34.It Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME
22.IP "\-o FILE, \-\-outfile=FILE" 35Configure logging to write logs to FILENAME.
36.It Fl o Ar FILENAME | Fl \-outfile= Ns Ar FILENAME
23File with proof of work, otherwise default is used. 37File with proof of work, otherwise default is used.
24.IP "\-t TIME, \-\-timeout=TIME" 38.It Fl t Ar DELAY | Fl \-timeout= Ns Ar DELAY
25Time to wait between calculations. 39Time to wait between calculations.
26.IP "\-v, \-\-version" 40.It Fl v | \-version
27Print GNUnet version number. 41Print GNUnet version number.
28.SH BUGS 42.Sh SEE ALSO
29Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending 43The full documentation for gnunet is maintained as a Texinfo manual.
30electronic mail to <gnunet\-developers@gnu.org>
31.SH SEE ALSO
32The full documentation for
33.B gnunet
34is maintained as a Texinfo manual.
35If the 44If the
36.B info 45.Xr info 1
37and 46and gnunet programs are properly installed at your site, the command
38.B gnunet 47.Pp
39programs are properly installed at your site, the command 48.Dl info gnunet
40.IP 49.Pp
41.B info gnunet
42.PP
43should give you access to the complete handbook, 50should give you access to the complete handbook,
44.IP 51.Pp
45.B info gnunet-c-tutorial 52.Dl info gnunet-c-tutorial
46.PP 53.Pp
47will give you access to a tutorial for developers. 54will give you access to a tutorial for developers.
48.PP 55.sp
49Depending on your installation, this information is also 56Depending on your installation, this information is also available in
50available in 57.Xr gnunet 7 and
51\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 58.Xr gnunet-c-tutorial 7 .
59.\".Sh HISTORY
60.\".Sh AUTHORS
61.Sh BUGS
62Report bugs by using
63.Lk https://bugs.gnunet.org
64or by sending electronic mail to
65.Aq Mt gnunet-developers@gnu.org .