mirror of
https://github.com/jb55/nostril.git
synced 2024-11-24 00:49:07 -05:00
Merge remote-tracking branch 'github/master'
This commit is contained in:
commit
6d820231a6
|
@ -30,6 +30,9 @@ nostril - generate nostr events
|
||||||
*--created-at* <unix timestamp>
|
*--created-at* <unix timestamp>
|
||||||
Set the created at. Optional, this is set automatically.
|
Set the created at. Optional, this is set automatically.
|
||||||
|
|
||||||
|
*--sec* <hex seckey>
|
||||||
|
Set the secret key for signing, otherwise one will be randomly generated.
|
||||||
|
|
||||||
*--mine-pubkey*
|
*--mine-pubkey*
|
||||||
Mine a pubkey. This may or may not be cryptographically dubious.
|
Mine a pubkey. This may or may not be cryptographically dubious.
|
||||||
|
|
||||||
|
|
|
@ -7,3 +7,15 @@ $ make
|
||||||
# Optional - install to system PATH
|
# Optional - install to system PATH
|
||||||
|
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
|
######################
|
||||||
|
|
||||||
|
Ubuntu
|
||||||
|
------
|
||||||
|
|
||||||
|
$ sudo apt install libtool make automake
|
||||||
|
$ make
|
||||||
|
|
||||||
|
# Optional - install to system PATH
|
||||||
|
|
||||||
|
$ sudo make install
|
||||||
|
|
|
@ -47,6 +47,11 @@ Set the kind of the note
|
||||||
Set the created at.\& Optional, this is set automatically.\&
|
Set the created at.\& Optional, this is set automatically.\&
|
||||||
.P
|
.P
|
||||||
.RE
|
.RE
|
||||||
|
\fB--sec\fR <hex seckey>
|
||||||
|
.RS 4
|
||||||
|
Set the secret key for signing, otherwise one will be randomly generated.\&
|
||||||
|
.P
|
||||||
|
.RE
|
||||||
\fB--mine-pubkey\fR
|
\fB--mine-pubkey\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Mine a pubkey.\& This may or may not be cryptographically dubious.\&
|
Mine a pubkey.\& This may or may not be cryptographically dubious.\&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user