From 3815a6fd09529e82454c08f2ea59e18ab660b901 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 9 Jun 2023 12:20:18 +0100 Subject: [PATCH 1/4] init --- NIP-121.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 NIP-121.md diff --git a/NIP-121.md b/NIP-121.md new file mode 100644 index 00000000..49d1614a --- /dev/null +++ b/NIP-121.md @@ -0,0 +1,19 @@ +NIP-121 +====== + +Unicast event `"tags": "r"` +------------------------------- + +`draft` `mandatory` `author:benarc` + +`route` list of relays as a new tag `"r"`, to help create a unicast route for an events. + +```json +{ + "tags": [ + ["r", ""] + ] +} +``` + +A client receives an event with tag `"r"`, if the client received the event from a relay in the list and it has a connection with the next relay in the list, the client will pass the event to that relay. \ No newline at end of file From 2ffa3fac7c5a6fb33e48a417ed11354b43014714 Mon Sep 17 00:00:00 2001 From: benarc Date: Fri, 31 May 2024 15:53:37 +0100 Subject: [PATCH 2/4] Draft "Identicon sentinel" nip --- 163.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 163.md diff --git a/163.md b/163.md new file mode 100644 index 00000000..8be60a33 --- /dev/null +++ b/163.md @@ -0,0 +1,13 @@ +NIP-163 (DRAFT) +====== + +`Identicon Sentinel` visual profile hash sentinel for spotting spoofs +------------------------------------------ + +`draft` `optional` + +Spoofing accounts on any platorm is faily easy using a profile picture, banner image and similiar NIP05. + +`Identicon Sentinel` creates an identicon of an npub using https://github.com/laurentpayot/minidenticons?tab=readme-ov-file, to sit alongside a profile image - to be used as a visual aid for users to easily spot spoof accounts. + +Interopibilty is key by all using the same identicon library. https://github.com/laurentpayot/minidenticons is excellent, especially for smaller sentinel identicons. From dee684f62e97678f972d75cc26586f38a658a59c Mon Sep 17 00:00:00 2001 From: benarc Date: Fri, 31 May 2024 16:02:30 +0100 Subject: [PATCH 3/4] Added reference image --- 163.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/163.md b/163.md index 8be60a33..95755f84 100644 --- a/163.md +++ b/163.md @@ -8,6 +8,10 @@ NIP-163 (DRAFT) Spoofing accounts on any platorm is faily easy using a profile picture, banner image and similiar NIP05. -`Identicon Sentinel` creates an identicon of an npub using https://github.com/laurentpayot/minidenticons?tab=readme-ov-file, to sit alongside a profile image - to be used as a visual aid for users to easily spot spoof accounts. +`Identicon Sentinel` creates an identicon of an npub using https://github.com/laurentpayot/minidenticons, to sit alongside a profile image - to be used as a visual aid for users to easily spot spoof accounts. -Interopibilty is key by all using the same identicon library. https://github.com/laurentpayot/minidenticons is excellent, especially for smaller sentinel identicons. +Interopibilty is key by all using the same identicon library. https://github.com/laurentpayot/minidenticons is excellent, especially for smaller sentinel identicons. + +Minidenticons can be easily experimented with here, just pop in an npub https://laurentpayot.github.io/minidenticons + +Using minidenticons Ben Arc's Identicon Sentinel in a nostr client would look something like this: From 08a266cb3cc620588f89ebc7d0c1ed4ee2135c1f Mon Sep 17 00:00:00 2001 From: benarc Date: Fri, 31 May 2024 16:04:40 +0100 Subject: [PATCH 4/4] Whoops, included another nip, deleted --- NIP-121.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 NIP-121.md diff --git a/NIP-121.md b/NIP-121.md deleted file mode 100644 index 49d1614a..00000000 --- a/NIP-121.md +++ /dev/null @@ -1,19 +0,0 @@ -NIP-121 -====== - -Unicast event `"tags": "r"` -------------------------------- - -`draft` `mandatory` `author:benarc` - -`route` list of relays as a new tag `"r"`, to help create a unicast route for an events. - -```json -{ - "tags": [ - ["r", ""] - ] -} -``` - -A client receives an event with tag `"r"`, if the client received the event from a relay in the list and it has a connection with the next relay in the list, the client will pass the event to that relay. \ No newline at end of file