nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | Submodules | README | LICENSE

commit a3f69222bc88312b4b55e8092b66bcb3c59bfb10
parent 0392d6f10b2abf6c07d188250778b59d116d735a
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 20 Oct 2022 11:34:17 -0700

add mine-pubkey to docs

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnostril.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nostril.c b/nostril.c @@ -81,6 +81,7 @@ void usage() printf(" --created-at <unix timestamp> set a specific created-at time\n"); printf(" --sec <hex seckey> set the secret key for signing, otherwise one will be randomly generated\n"); printf(" --pow <difficulty> number of leading 0 bits of the id to mine\n"); + printf(" --mine-pubkey mine a pubkey instead of id\n"); printf(" --tag <key> <value> add a tag\n"); printf(" -e <event_id> shorthand for --tag e <event_id>\n"); printf(" -p <pubkey> shorthand for --tag p <pubkey>\n");