<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Utada maaya | AstroX</title>
        <link>https://paragraph.com/@utada-maaya-astrox-2</link>
        <description>Marketing of @Astrox_Network/JP community/No Music, No Life/Love Game/#INTP/#Crypto/#Web3.0/ブロックチェーン/knowledge/ACG/Opinions are my own</description>
        <lastBuildDate>Fri, 14 Aug 2026 13:54:28 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Utada maaya | AstroX</title>
            <url>https://storage.googleapis.com/papyrus_images/93bd5377fb4cd2db9e634ff5b00dc3a6a0ccb94c6d29e6649c050c68d46ee469.jpg</url>
            <link>https://paragraph.com/@utada-maaya-astrox-2</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[【Nostr入门攻略】怎么认证一个Nostr NIP-05 身份认证"账号"]]></title>
            <link>https://paragraph.com/@utada-maaya-astrox-2/nostr-nostr-nip-05</link>
            <guid>RNfQNEjaxuBSrvmeNpme</guid>
            <pubDate>Mon, 06 Feb 2023 18:38:54 GMT</pubDate>
            <description><![CDATA[一、背景知识：Nostr 是什么 "Nostr"是一长串英文单词的缩写：Notes and Other Stuff Transmitted by Relays。它是一个协议，这个协议中主要由两个东西构成： client 和 relay，client 就是用户社交的客户端，也可以理解成是基于 nostr 节点的各种应用；relay 就是转发服务器（类似于"节点""公告栏"，在nostr网络上任何人都可以创建自己的公告栏）。 在 Nostr 上玩的时候，用户不需要注册，只需要有一个密钥对（公私钥）就可以在应用上收发信息，事实上用户收发的信息不以单个 relay 为转移，而是在整个nostr网络上存在，relay的作用更类似于"解析/显示"这些信息（用更对用户友好的方式）；即使用户被单个 relay 拒绝/BAN掉，也可以被其他relay"广播"，或者假如出现极端情况被全网的 relay 拒绝，用户也可以搭建自己的 relay 对外"广播"。理论上讲 nostr 确实是抗审查的。 既然可以收发信息，那么就意味着用户可以被关注、被订阅，用户自己也可以去关注、订阅别人。 关于"用户收发的信...]]></description>
            <content:encoded><![CDATA[<p><strong>一、背景知识：Nostr 是什么</strong></p><p>&quot;Nostr&quot;是一长串英文单词的缩写：Notes and Other Stuff Transmitted by Relays。它是一个协议，这个协议中主要由两个东西构成： client 和 relay，client 就是用户社交的客户端，也可以理解成是基于 nostr 节点的各种应用；relay 就是转发服务器（类似于&quot;节点&quot;&quot;公告栏&quot;，在nostr网络上任何人都可以创建自己的公告栏）。</p><p>在 Nostr 上玩的时候，用户不需要注册，只需要有一个密钥对（公私钥）就可以在应用上收发信息，事实上用户收发的信息不以单个 relay 为转移，而是在整个nostr网络上存在，relay的作用更类似于&quot;解析/显示&quot;这些信息（用更对用户友好的方式）；即使用户被单个 relay 拒绝/BAN掉，也可以被其他relay&quot;广播&quot;，或者假如出现极端情况被全网的 relay 拒绝，用户也可以搭建自己的 relay 对外&quot;广播&quot;。理论上讲 nostr 确实是抗审查的。</p><p>既然可以收发信息，那么就意味着用户可以被关注、被订阅，用户自己也可以去关注、订阅别人。 关于&quot;用户收发的信息不以单个 relay 为转移，而是在整个nostr网络上存在&quot;最直观的体现就是，在 nostr 网络中，你的收发消息可以在多个客户端上同步显示。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/45c53d0143389d1aa363aec6806a20bed7972140cd3ad5ac1f798eb3f2f1aa35.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/992794ea9f0c1dd858335dfe70c7b9a5ee4bd5e0bc5a10b5cce62e214f7eb320.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>*上面两个不同的客户端，都显示了笔者对外发送的相同的信息内容。</p><p><strong>二、什么是 NIP？</strong> NIP 是 Nostr 改进提案；这些基本上是提议作为 Nostr 协议升级的技术规范。</p><p><strong>三、什么是 NIP-05 身份标识符（NIP-05 identifier）？</strong> NIP-05 是一种针对所有 client 应用的 Nostr 帐户的验证方法。可以将其视为 Twitter 或 Instagram 上的蓝色认证标记，不同的是，认证推特蓝标需满足 一定的验证要求与付费，但是在 Nostr 上用户可以简单地自己做一个，技术上只要有服务器解析 Nostr 域名即可，且整个过程无需第3方审查。</p><p><strong>四、准备工作、怎么认证</strong> 两种方法：一是自己无服务器搞代码，二是在目前的 Nostr 社区中寻求帮助或服务。 如果你是开发者，很轻松就可以认证 Nostr 账号，参考以下文章资料即可，非常简单： 1.<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://thebitcoinmanual.com/articles/nostr-account-nip-05-verified/">https://thebitcoinmanual.com/articles/nostr-account-nip-05-verified/</a> 2.<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gist.github.com/metasikander/609a538e6a03b2f67e5c8de625baed3e">https://gist.github.com/metasikander/609a538e6a03b2f67e5c8de625baed3e</a></p><p>此文重点向技术小白介绍第二种方法，通过拜托社区贡献者或者直接付费购买。</p><p><strong>准备工作：</strong> 1、首先你得有个 nostr &quot;账号&quot;，来到 nostr 官网（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://nostr.com/%EF%BC%89%E8%87%AA%E5%8A%A8%E7%94%9F%E6%88%90%E4%B8%80%E4%B8%AA%E5%8D%B3%E5%8F%AF%EF%BC%8C%E4%B8%8D%E4%B8%80%E5%AE%9A%E6%8B%BF%E5%B0%8F%E7%8B%90%E7%8B%B8%E7%9A%84%E5%85%AC%E7%A7%81%E9%92%A5%E6%9D%A5%E5%AF%BC%E5%85%A5%E3%80%82">https://nostr.com/）自动生成一个即可，不一定拿小狐狸的公私钥来导入。</a></p><p><strong>*虽然笔者默认能找到此文并想认证 NIP-05 的读者们已经有一定的 web3 加密基础知识，但还是再强调一次：不要泄漏你的私钥。如果只是玩玩就不要使用拥有资产的公私钥。</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/16dbed28b4a2d808a15bc16b3cdef73e633bab6276bf620fcb6289048aac85da.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2、下载一个 nos2X 浏览器扩展管理你的 nostr 公钥（这是推荐，你也可以选择不用这个工具）；nos2X 相当于一个简陋的 nostr &quot;账号管理器&quot;，有了这个之后，再&quot;登录&quot;其他的客户端，直接授权即可，就不用再复制粘贴输入公私钥了。 nos2X 浏览器扩展：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/fiatjaf/nos2x">https://github.com/fiatjaf/nos2x</a></p><p>可以在 nos2X 的设置页面设置授权的网站、时间、次数。方便后面我们体验其他 nostr 应用。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/068875f82d9a241b7060e990246e5b6a8d944b12baf564de16c0045b8be88034.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>4、使用 branle 进一步完善个人资料（这是推荐，你也可以选择不用这个工具），branle 是目前被挂在 nostr 首页的类似推特一样的应用，它的个人资料页面使用体验比 nostr 官网要好，使用它我们可以进一步完善自己的资料，就不用在 nostr 阴暗的官网上设置了。</p><p>在 branle 的个人设置页面上有个框，是我们输入 NIP-05 身份标识符（NIP-05 identifier）的地方，先不填，等账号认证过了再填。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/58e2f945abf6d861cd5beb7a2fcf35d60c30d1802f2ac178c15fc48c9aa872c0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>怎么认证：</strong> 根据你的实际情况，挑选、联系以下项目之一，选择适合你的项目方与对应的 nostr 域名。其中有的需要付费。</p><p>目前 nostr 域名认证的原理是：在一个服务器上搞个 nostr 域名解析，域名可以按自己的喜好制定。这个服务器要么自己搭建，要么寻求其他域名所有者允许您在他们那里注册。不过设置域名需要花费金钱和时间。</p><p>这也是下面每个项目方各自提供认证的后缀&quot;域名&quot;不一样的原因，原则上说，如果你有自己的服务器，就可以定义自己的 nostr 域名的。</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mobile.twitter.com/cloudfodder/status/1605268250476302336">Rogue.Earth</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://nostrplebs.com/">Nostrplebs</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://nostrverified.com/">nostrverified.com</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://getalby.com/login">getalby.com</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.nostr.directory/">nostr.directory</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://no.str.cr/">Bitcoin Jungle</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bitcoinnostr.com/free-id/">Bitcoin Nostr</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://nip05.nostr.band/">nip05.nostr.band</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://nostr.com.au/">nostr.com.au</a></p></li></ul><p><strong>五、认证效果展示</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d376e0885d28c61c0f7cefb863ac60f6c41a5f9404f9f72c6e648cec1d191e09.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>六、NIP-05 到底有什么用处？</strong> 笔者个人观点：一是很帅，二是可以看做是一个被认证的&quot;高级&quot; nostr 游民了。</p><p><strong>节点操作</strong> 对relay（中继节点）来说，可以考虑针对已认证的用户名来执行具体操作，例如打击垃圾邮件、优先考虑 NIP-05 验证身份者进行身份过滤等。此外，某些 relay（中继）可以将 NIP-05 验证帐户列入白名单，并且只允许这些帐户在其中继上发帖。 <strong>搜索</strong> 客户端可以使用 NIP-05 验证状态来允许用户搜索其他配置文件。如果客户端有搜索框，用户可以输入&quot;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:Alice@example.com">Alice@example.com</a>&quot;（理论上任何域名都可以，也可以是&quot;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:Utada@rogue.earth">Utada@rogue.earth</a>&quot;）或添加域作为搜索过滤器，客户端会识别并进行适当的查询以获取公钥并建议给用户。 <strong>Nostr目录</strong> NIP-05 验证标签的另一个用途是用于帐户目录，你可以在其中搜索其他 Nostr 用户，以便某人可能具有相同或相似的用户名，但您可以通过您选择的 NIP-05 验证方法来区分自己，这样那些人希望关注你或联系方式可以找到合适的账号。比如在 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.nostr.directory/">https://www.nostr.directory/</a> 上寻找其他的nostr玩家。</p><p><strong>七、风险提示</strong> 无论在不在 Web3 行业，面对信息洪流，任何时刻都不要忘记 DYOR，坦白说目前体验 nostr 上产品的感受是整体偏差的，公私钥在其中并不安全，因为很多客户端应用本身非常稚嫩（有的甚至直接要求你输入私钥），并没有严格的安保措施。玩归玩，体验的时候还是小心为上。 欢迎大家来 nostr 的世界玩，但不要使用有资产的公私钥，可以的话尽量用助记词导入。另外建议活用 nos2X 来管理公私钥授权。</p><p><strong>*如想转载此文请私信笔者，笔者每天都会 check 推特信息：</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/DePlayOne_Utada">https://twitter.com/DePlayOne_Utada</a></p><p><strong>任何不解或者疑问，欢迎一起加入 Nostr 中文社区一起探讨与研究：</strong> Nostr中文社区： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/nostr_chinese">https://t.me/nostr_chinese</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cebfeb38a07514b63a40a7d6541311da9113a3844ade96a784d1fbf89d5fa69e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><em>参考资料：</em> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://thebitcoinmanual.com/articles/nostr-account-nip-05-verified/">https://thebitcoinmanual.com/articles/nostr-account-nip-05-verified/</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gist.github.com/metasikander/609a538e6a03b2f67e5c8de625baed3e">https://gist.github.com/metasikander/609a538e6a03b2f67e5c8de625baed3e</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/fiatjaf/nos2x">https://github.com/fiatjaf/nos2x</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/@fncymfyp/nip-05-verification-through-github-pages-eabfc9cb63bc">https://medium.com/@fncymfyp/nip-05-verification-through-github-pages-eabfc9cb63bc</a></p>]]></content:encoded>
            <author>utada-maaya-astrox-2@newsletter.paragraph.com (Utada maaya | AstroX)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e5335016d96a8fc6100710f981f9f0647a49f9d1e05244b2677a885d36fa59bf.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>