nostr_console icon indicating copy to clipboard operation
nostr_console copied to clipboard

Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.

Results 19 nostr_console issues
Sort by recently updated
recently updated
newest added

--prikey option should be removed as it's a security breach, IMHO. What about having this shown to every user logged into the system? ``` $ ps ax | grep nostr...

A --genkey option should be a plus to avoid asking user to create their Private Key manually with ``` $ openssl rand -hex 32 ``` At start a dotfile must...

If a private key generates a public that has 0's at the beginning, the application does not generate the correct signature or hash, with the result that such accounts can't...

bug

dart run bin/nostr_console.dart -p thekey -k theprivkey Going to use the provided private key Going to use default file to read from and store events: all_nostr_events.txt Reading events from default...

bug

It depends on the relays to have done the verification. The main relays such as relay.damus.io do the verification, but if some other relay is used, then the events could...

enhancement

Option 8 on the Social Network menu currently lets us follow new contacts by Username or Pubkey. It would be also nice to add the unfollow option based on the...

Preferably, total number of messages, but optionally, by some other field such as name or timestamp of latest message. Example below in which lots of the spam single-message groups obscure...

That channel id is db2bcb142676c988ba7bb4847190df7c714b7ffe9b1be84489cbbaaff17706de It should resolve to either, or allow it to be resolvable.

bug

**Issue Description** Creating any post/replies on Nostr_Console displays the time in GMT on console. It can be a bit confusing for the end user viewing the timestamps comparing it to...