mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
106 lines
2 KiB
Groff
106 lines
2 KiB
Groff
.TH @PROJECT_NAME@ 1 "April, 2023" "@PROJECT_NAME@ @PROJECT_VERSION@"
|
|
|
|
.SH NAME
|
|
@PROJECT_NAME@ - Generate public and private keypair for
|
|
.UR https://antelope.io
|
|
Antelope IO
|
|
.UE .
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.SY @PROJECT_NAME@
|
|
.OP \-h|--help
|
|
.YS
|
|
|
|
.SY @PROJECT_NAME@
|
|
.OP \-v
|
|
.YS
|
|
|
|
.SY @PROJECT_NAME@
|
|
.OP \--format <value>
|
|
.YS
|
|
|
|
.SH SUBCOMMANDS
|
|
|
|
.PP
|
|
\fB@PROJECT_NAME@ search\fR
|
|
.RS 4
|
|
Search after
|
|
.UR https://antelope.io
|
|
Antelope IO
|
|
.UE
|
|
vanity keys.
|
|
.br
|
|
see \fB@PROJECT_NAME@-search\fR(1)
|
|
.RE
|
|
|
|
.PP
|
|
\fB@PROJECT_NAME@ benchmark\fR
|
|
.RS 4
|
|
Benchmark the performance of the @PROJECT_NAME@ key generator.
|
|
.br
|
|
see \fB@PROJECT_NAME@-benchmark\fR(1)
|
|
.RE
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
Output one Antelope key pair if no arguments are given
|
|
.PP
|
|
Options and subcommands are as follows:
|
|
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Shows this help text.
|
|
.TP
|
|
\fB\-v\fR
|
|
Shows version.
|
|
.TP
|
|
\fB\-\-format\fR \fR\fI\,value\/\fR
|
|
What keyformat to use, valid values are: \fIK1\fR, \fIlegacy\fR, \fIfio\fR
|
|
|
|
.SH SECURITY NOTICE
|
|
|
|
.PP
|
|
Keys are generated using
|
|
.UR https://github.com/eosswedenorg/libantelope
|
|
libantelope
|
|
.UE .
|
|
while the library does not claim to guarantee cryptographically secure keys. it
|
|
relies on widly used open source cryptographic libraries (OpenSSL, libsecp256k1).
|
|
|
|
.PP
|
|
Use at your own risk. The author and
|
|
.UR https://eossweden.org
|
|
Sw/eden
|
|
.UE
|
|
does not take responsability for any damage caused by keys generated by the program.
|
|
|
|
.P
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
.br
|
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
.br
|
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
.br
|
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
.br
|
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
|
.br
|
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
.SH BUGS
|
|
|
|
Report bugs to
|
|
.UR https://github.com/eosswedenorg/eosio-keygen/issues
|
|
Github
|
|
.UE . Thank you.
|
|
|
|
.SH AUTHOR
|
|
|
|
.MT henrik@eossweden.org
|
|
Henrik Hautakoski
|
|
.ME
|
|
|
|
.UR https://eossweden.org
|
|
EOS Sw/eden
|
|
.UE
|