noscl icon indicating copy to clipboard operation
noscl copied to clipboard

Command line client for Nostr.

Results 20 noscl issues
Sort by recently updated
recently updated
newest added

**Changes in this PR:** - upgrade go-nostr to use `EncodePublicKey` without requiring `masterRelay` _see: https://github.com/nbd-wtf/go-nostr/compare/v0.9.0...v0.10.0_ - apply required changes - remove duplicate/dead code - extend `key-gen` output Possibly closes #55...

It's a little hard to install a Go app in NixOS without pack it. It would be nice to have a package that you could install noscl directly. Related: -...

**steps to reproduce:** ``` $ noscl key-gen seed: royal vintage noise battle film insane define entire airport shield olympic purse doll advance chief gas equal dad route pride just eyebrow...

Hallo, I need to move my config file to another location. I tried noscl -datadir /some/dir But it doesn't seem to work. The command shows the usage info only. How...

It seems the following (pool.SecretKey) expects an encoded key string. Currently, we are decoding the key string before setting it here. https://github.com/fiatjaf/noscl/blob/master/nostr.go#L40-L42 It gets fixed with the following patch, i.e....

I hope I could know the available relays rather open the https://nostr-registry.netlify.app/ in browser.

Isn't that how it should work if you adopt the Unix philosophy? Or am I making a mistake? stdin should be assumed as default if no string is passed. Stupid...

Fixed the issue 56. The problem was related to save the key in the config.json file. It was decoding the string before save in the config.json file, but when it...

For securely converting between hex and bech32, as well as betweeb nsec/npub and hex priv to hex pub. Ex. `noscl convert --npub d23b81da2b83cdb821cd3b8dbcac393943ba9cd` Output `npub1b6asdtbf68astd6f7863fnt76a4f7as78as`

The `go-nostr` library [deprecated](https://github.com/nbd-wtf/go-nostr/commit/c18de89dd3dafbb2f2b1a7e8095d37d246228f74) the `RelayPool` mechanism. We need to implement our own if we want to upgrade to newer versions of the library. Do we have any thoughts on...