<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[Derek Ross]]></title>
        <description><![CDATA[Building NostrPlebs.com and NostrNests.com. The purple pill helps the orange pill go down. Nostr is the social glue that binds all of your apps together.]]></description>
        <link>https://derekross.npub.pro/tag/howdonostr/</link>
        <atom:link href="https://derekross.npub.pro/tag/howdonostr/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://derekross.npub.pro/tag/howdonostr/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[Derek Ross]]></itunes:author>
        <itunes:subtitle><![CDATA[Building NostrPlebs.com and NostrNests.com. The purple pill helps the orange pill go down. Nostr is the social glue that binds all of your apps together.]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[Derek Ross]]></itunes:name>
          <itunes:email><![CDATA[Derek Ross]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Thu, 27 Feb 2025 15:40:25 GMT</pubDate>
      <lastBuildDate>Thu, 27 Feb 2025 15:40:25 GMT</lastBuildDate>
      
      <itunes:image href="https://i.nostr.build/Z7j8.jpg" />
      <image>
        <title><![CDATA[Derek Ross]]></title>
        <link>https://derekross.npub.pro/tag/howdonostr/</link>
        <url>https://i.nostr.build/Z7j8.jpg</url>
      </image>
      <item>
      <title><![CDATA[What is "remote signing" NIP-46…]]></title>
      <description><![CDATA[What is "remote signing" NIP-46 and NIP-55 Nostr key management? #HOWDONOSTR

Across Nostr's ecosystem, where decentralization and user control are paramount, managing private keys securely should be a top priority. There is no central authority to reset your "password" or help you recover your "account" if your…]]></description>
             <itunes:subtitle><![CDATA[What is "remote signing" NIP-46 and NIP-55 Nostr key management? #HOWDONOSTR

Across Nostr's ecosystem, where decentralization and user control are paramount, managing private keys securely should be a top priority. There is no central authority to reset your "password" or help you recover your "account" if your…]]></itunes:subtitle>
      <pubDate>Thu, 27 Feb 2025 15:40:25 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1xl7k50004xt78lc6er9krkfwupxu5vxhe8grrpwgpwh9688dfhxqelsy6a/</link>
      <comments>https://derekross.npub.pro/post/note1xl7k50004xt78lc6er9krkfwupxu5vxhe8grrpwgpwh9688dfhxqelsy6a/</comments>
      <guid isPermaLink="false">note1xl7k50004xt78lc6er9krkfwupxu5vxhe8grrpwgpwh9688dfhxqelsy6a</guid>
      <category>howdonostr</category>
      
      <noteId>note1xl7k50004xt78lc6er9krkfwupxu5vxhe8grrpwgpwh9688dfhxqelsy6a</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>What is "remote signing" NIP-46 and NIP-55 Nostr key management? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>Across Nostr's ecosystem, where decentralization and user control are paramount, managing private keys securely should be a top priority. There is no central authority to reset your "password" or help you recover your "account" if your private key is leaked. Once leaked, your "account" is essentially burned and you no longer have control. <br><br>Remote signing your social transactions with NIP-46 (Nostr Remote Signing) and NIP-55 (Android Signer Application) provides a safer and more convenient way to interact with Nostr applications without exposing your private key.<br><br>By entering your private key into multiple applications, you increase the risk of it being compromised. To protect your key, only trust a minimal number of applications and avoid entering it into more apps than absolutely necessary. Proper private key management with remote signing applications can help here.<br><br>What are NIP-46 and NIP-55?<br><br>NIP-46 (Nostr Remote Signing) and NIP-55 (Android Signer Application) allow you to use a remote signer—a separate tool or device—to approve actions on your behalf. Instead of entering your private key into every app, you authorize trusted applications to sign messages remotely. This lets you create temporary keys that can sign events on your behalf, without exposing your private key. You can limit what these keys can do, such as only allowing them to post notes but not change your profile.<br><br>Using the NIP-46 method, a user would login to a Nostr application with a long string similar to this example: <br><br>bunker://<remote-signer-pubkey>?relay=<a href="wss://relay-to-connect-on">wss://relay-to-connect-on</a>&amp;relay=<a href="wss://another-relay-to-connect-on">wss://another-relay-to-connect-on</a>&amp;secret=<optional-secret-value><br><br>Using the NIP-55 method, a user would simply tap or click a 'Login with Amber' or 'Login with Android Signer' button in their Nostr application. All of the heavy lifting and configuration items are handled by the Android signer.<br><br>Why use remote signing?<br><br>* Better Security – Your private key stays in a secure location, such as Knox, NAK, or Keycast, rather than being exposed in multiple applications.<br>* More Control – You decide which apps can sign messages and revoke access anytime.<br>* Seamless Experience – There is no need to copy and paste private keys between apps. It just works in the background.<br><br>How can you use it?<br><br>The easiest method is Amber for Android. (A new application named nowser recently launched. I have not tested or used this application. However, it supports Android, iOS, Windows, and Linux.) <br><br>* Amber: <np-embed url="https://github.com/greenart7c3/Amber"><a href="https://github.com/greenart7c3/Amber">https://github.com/greenart7c3/Amber</a></np-embed> or download from <a href="https://njump.me/npub10r8xl2njyepcw2zwv3a6dyufj4e4ajx86hz6v4ehu4gnpupxxp7stjt2p8">Zapstore</a>! <br>* nowser: <np-embed url="https://github.com/haorendashu/nowser"><a href="https://github.com/haorendashu/nowser">https://github.com/haorendashu/nowser</a></np-embed> (Remember, I have not used this application. Please use at your own risk!)<br><br>If you're more technical and you have a Bitcoin node or a Nostr relay, you may want to consider running either NAK, Knox, or Keycast. These will require a dedicated computer or server.<br><br>* NAK (Nostr Army Knife): <np-embed url="https://github.com/fiatjaf/nak"><a href="https://github.com/fiatjaf/nak">https://github.com/fiatjaf/nak</a></np-embed> (This requires almost no setup. You download a simple program and run it with the command 'nak bunker' and keep the terminal window open or run this on a server.)<br>* Knox: <np-embed url="https://gitlab.com/soapbox-pub/knox"><a href="https://gitlab.com/soapbox-pub/knox">https://gitlab.com/soapbox-pub/knox</a></np-embed> (<a href="https://njump.me/npub1q3sle0kvfsehgsuexttt3ugjd8xdklxfwwkh559wxckmzddywnws6cd26p">Alex Gleason</a> actually wrote a great article on this <np-embed nostr="naddr1qvzqqqr4gupzqprpljlvcnpnw3pejvkkhrc3y6wvmd7vjuad0fg2ud3dky66gaxaqqykkmn00qkkyet5vyhjuvda"><a href="https://njump.me/naddr1qvzqqqr4gupzqprpljlvcnpnw3pejvkkhrc3y6wvmd7vjuad0fg2ud3dky66gaxaqqykkmn00qkkyet5vyhjuvda">nostr:naddr1qvzqqqr4gupzqprpljlvcnpnw3pejvkkhrc3y6wvmd7vjuad0fg2ud3dky66gaxaqqykkmn00qkkyet5vyhjuvda</a></np-embed>)<br>* Keycast: <np-embed url="https://github.com/erskingardner/keycast"><a href="https://github.com/erskingardner/keycast">https://github.com/erskingardner/keycast</a></np-embed> (<a href="https://njump.me/npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc">JeffG </a> wrote more about Keycast here: <np-embed nostr="note1327htu9gr327h38yu5f6tueye4cajp3kc69cs3gl7w6q6rz09ufqukl74j"><a href="https://njump.me/note1327htu9gr327h38yu5f6tueye4cajp3kc69cs3gl7w6q6rz09ufqukl74j">nostr:note1327htu9gr327h38yu5f6tueye4cajp3kc69cs3gl7w6q6rz09ufqukl74j</a></np-embed>)<br><br>Examples of Android applications with support:<br><br>* Amethyst, Wavlake, Fountain, 0xchat, Coracle, Flotilla, and more!<br><br>Examples of iOS applications with support: <br><br>...<br><br>Examples of Web applications with support: <br><br>* Coracle, Nostrudel, Jumble, Snort, Nests, Habla, and more!<br><br>Many, many Nostr applications support NIP-46 or NIP-55. However, popular applications such as Damus and Primal do not support these login methods at this time. If your favorite application does not support these login methods, you'll need to ask your app developer and zap them accordingly 😉 <br><br>Happy remote signing!</optional-secret-value></remote-signer-pubkey></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>What is "remote signing" NIP-46 and NIP-55 Nostr key management? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>Across Nostr's ecosystem, where decentralization and user control are paramount, managing private keys securely should be a top priority. There is no central authority to reset your "password" or help you recover your "account" if your private key is leaked. Once leaked, your "account" is essentially burned and you no longer have control. <br><br>Remote signing your social transactions with NIP-46 (Nostr Remote Signing) and NIP-55 (Android Signer Application) provides a safer and more convenient way to interact with Nostr applications without exposing your private key.<br><br>By entering your private key into multiple applications, you increase the risk of it being compromised. To protect your key, only trust a minimal number of applications and avoid entering it into more apps than absolutely necessary. Proper private key management with remote signing applications can help here.<br><br>What are NIP-46 and NIP-55?<br><br>NIP-46 (Nostr Remote Signing) and NIP-55 (Android Signer Application) allow you to use a remote signer—a separate tool or device—to approve actions on your behalf. Instead of entering your private key into every app, you authorize trusted applications to sign messages remotely. This lets you create temporary keys that can sign events on your behalf, without exposing your private key. You can limit what these keys can do, such as only allowing them to post notes but not change your profile.<br><br>Using the NIP-46 method, a user would login to a Nostr application with a long string similar to this example: <br><br>bunker://<remote-signer-pubkey>?relay=<a href="wss://relay-to-connect-on">wss://relay-to-connect-on</a>&amp;relay=<a href="wss://another-relay-to-connect-on">wss://another-relay-to-connect-on</a>&amp;secret=<optional-secret-value><br><br>Using the NIP-55 method, a user would simply tap or click a 'Login with Amber' or 'Login with Android Signer' button in their Nostr application. All of the heavy lifting and configuration items are handled by the Android signer.<br><br>Why use remote signing?<br><br>* Better Security – Your private key stays in a secure location, such as Knox, NAK, or Keycast, rather than being exposed in multiple applications.<br>* More Control – You decide which apps can sign messages and revoke access anytime.<br>* Seamless Experience – There is no need to copy and paste private keys between apps. It just works in the background.<br><br>How can you use it?<br><br>The easiest method is Amber for Android. (A new application named nowser recently launched. I have not tested or used this application. However, it supports Android, iOS, Windows, and Linux.) <br><br>* Amber: <np-embed url="https://github.com/greenart7c3/Amber"><a href="https://github.com/greenart7c3/Amber">https://github.com/greenart7c3/Amber</a></np-embed> or download from <a href="https://njump.me/npub10r8xl2njyepcw2zwv3a6dyufj4e4ajx86hz6v4ehu4gnpupxxp7stjt2p8">Zapstore</a>! <br>* nowser: <np-embed url="https://github.com/haorendashu/nowser"><a href="https://github.com/haorendashu/nowser">https://github.com/haorendashu/nowser</a></np-embed> (Remember, I have not used this application. Please use at your own risk!)<br><br>If you're more technical and you have a Bitcoin node or a Nostr relay, you may want to consider running either NAK, Knox, or Keycast. These will require a dedicated computer or server.<br><br>* NAK (Nostr Army Knife): <np-embed url="https://github.com/fiatjaf/nak"><a href="https://github.com/fiatjaf/nak">https://github.com/fiatjaf/nak</a></np-embed> (This requires almost no setup. You download a simple program and run it with the command 'nak bunker' and keep the terminal window open or run this on a server.)<br>* Knox: <np-embed url="https://gitlab.com/soapbox-pub/knox"><a href="https://gitlab.com/soapbox-pub/knox">https://gitlab.com/soapbox-pub/knox</a></np-embed> (<a href="https://njump.me/npub1q3sle0kvfsehgsuexttt3ugjd8xdklxfwwkh559wxckmzddywnws6cd26p">Alex Gleason</a> actually wrote a great article on this <np-embed nostr="naddr1qvzqqqr4gupzqprpljlvcnpnw3pejvkkhrc3y6wvmd7vjuad0fg2ud3dky66gaxaqqykkmn00qkkyet5vyhjuvda"><a href="https://njump.me/naddr1qvzqqqr4gupzqprpljlvcnpnw3pejvkkhrc3y6wvmd7vjuad0fg2ud3dky66gaxaqqykkmn00qkkyet5vyhjuvda">nostr:naddr1qvzqqqr4gupzqprpljlvcnpnw3pejvkkhrc3y6wvmd7vjuad0fg2ud3dky66gaxaqqykkmn00qkkyet5vyhjuvda</a></np-embed>)<br>* Keycast: <np-embed url="https://github.com/erskingardner/keycast"><a href="https://github.com/erskingardner/keycast">https://github.com/erskingardner/keycast</a></np-embed> (<a href="https://njump.me/npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc">JeffG </a> wrote more about Keycast here: <np-embed nostr="note1327htu9gr327h38yu5f6tueye4cajp3kc69cs3gl7w6q6rz09ufqukl74j"><a href="https://njump.me/note1327htu9gr327h38yu5f6tueye4cajp3kc69cs3gl7w6q6rz09ufqukl74j">nostr:note1327htu9gr327h38yu5f6tueye4cajp3kc69cs3gl7w6q6rz09ufqukl74j</a></np-embed>)<br><br>Examples of Android applications with support:<br><br>* Amethyst, Wavlake, Fountain, 0xchat, Coracle, Flotilla, and more!<br><br>Examples of iOS applications with support: <br><br>...<br><br>Examples of Web applications with support: <br><br>* Coracle, Nostrudel, Jumble, Snort, Nests, Habla, and more!<br><br>Many, many Nostr applications support NIP-46 or NIP-55. However, popular applications such as Damus and Primal do not support these login methods at this time. If your favorite application does not support these login methods, you'll need to ask your app developer and zap them accordingly 😉 <br><br>Happy remote signing!</optional-secret-value></remote-signer-pubkey></p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[Amethyst Note Discovery…]]></title>
      <description><![CDATA[Amethyst Note Discovery 



#HOWDONOSTR…]]></description>
             <itunes:subtitle><![CDATA[Amethyst Note Discovery 



#HOWDONOSTR…]]></itunes:subtitle>
      <pubDate>Mon, 03 Feb 2025 19:17:39 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note194r4etarf9yhxugclmk95vr2l7n0zqwwnd2lutgsxknjaks2lrzsyzkhep/</link>
      <comments>https://derekross.npub.pro/post/note194r4etarf9yhxugclmk95vr2l7n0zqwwnd2lutgsxknjaks2lrzsyzkhep/</comments>
      <guid isPermaLink="false">note194r4etarf9yhxugclmk95vr2l7n0zqwwnd2lutgsxknjaks2lrzsyzkhep</guid>
      <category>howdonostr</category>
      
        <media:content url="https://v.nostr.build/4RpQL2w77skc0Zrh.mp4" medium="video"/>
        <enclosure 
          url="https://v.nostr.build/4RpQL2w77skc0Zrh.mp4" length="0" 
          type="video/mp4" 
        />
      <noteId>note194r4etarf9yhxugclmk95vr2l7n0zqwwnd2lutgsxknjaks2lrzsyzkhep</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>Amethyst Note Discovery <br><br><video controls="" src="https://v.nostr.build/4RpQL2w77skc0Zrh.mp4#t=0.1" style="width:100%;"></video><br><br><a href='/tag/howdonostr/'>#HOWDONOSTR</a> <br><np-embed nostr="nevent1qvzqqqqqqypzpuz723r9hw3jha86vfmma53as3jr0p3uhxqj4t66klf9xpez02sjqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyrskqthvpy070xvjmmq3np2lwjhnyvffem4zmku87a857a49jler7cgwg6x"><a href="https://njump.me/nevent1qvzqqqqqqypzpuz723r9hw3jha86vfmma53as3jr0p3uhxqj4t66klf9xpez02sjqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyrskqthvpy070xvjmmq3np2lwjhnyvffem4zmku87a857a49jler7cgwg6x">nostr:nevent1qvzqqqqqqypzpuz723r9hw3jha86vfmma53as3jr0p3uhxqj4t66klf9xpez02sjqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyrskqthvpy070xvjmmq3np2lwjhnyvffem4zmku87a857a49jler7cgwg6x</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>Amethyst Note Discovery <br><br><video controls="" src="https://v.nostr.build/4RpQL2w77skc0Zrh.mp4#t=0.1" style="width:100%;"></video><br><br><a href='/tag/howdonostr/'>#HOWDONOSTR</a> <br><np-embed nostr="nevent1qvzqqqqqqypzpuz723r9hw3jha86vfmma53as3jr0p3uhxqj4t66klf9xpez02sjqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyrskqthvpy070xvjmmq3np2lwjhnyvffem4zmku87a857a49jler7cgwg6x"><a href="https://njump.me/nevent1qvzqqqqqqypzpuz723r9hw3jha86vfmma53as3jr0p3uhxqj4t66klf9xpez02sjqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyrskqthvpy070xvjmmq3np2lwjhnyvffem4zmku87a857a49jler7cgwg6x">nostr:nevent1qvzqqqqqqypzpuz723r9hw3jha86vfmma53as3jr0p3uhxqj4t66klf9xpez02sjqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyrskqthvpy070xvjmmq3np2lwjhnyvffem4zmku87a857a49jler7cgwg6x</a></np-embed></p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[Restoring Your Contacts on Nostr - #HOWDONOSTR…]]></title>
      <description><![CDATA[Restoring Your Contacts on Nostr - #HOWDONOSTR 

Managing contacts on Nostr can be trickier than it seems. Switching apps or relays can sometimes lead to accidental loss of your contact list. Thankfully, there are several ways to restore your contacts. Here’s a brief guide:  


Using the Nostr Profile Manager / Follows…]]></description>
             <itunes:subtitle><![CDATA[Restoring Your Contacts on Nostr - #HOWDONOSTR 

Managing contacts on Nostr can be trickier than it seems. Switching apps or relays can sometimes lead to accidental loss of your contact list. Thankfully, there are several ways to restore your contacts. Here’s a brief guide:  


Using the Nostr Profile Manager / Follows…]]></itunes:subtitle>
      <pubDate>Thu, 23 Jan 2025 19:44:29 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1gfqf5ydjn8k42a5lsvm9swpwuyzyzncfla7fu2mpgrzq9uj6uc2s8h078g/</link>
      <comments>https://derekross.npub.pro/post/note1gfqf5ydjn8k42a5lsvm9swpwuyzyzncfla7fu2mpgrzq9uj6uc2s8h078g/</comments>
      <guid isPermaLink="false">note1gfqf5ydjn8k42a5lsvm9swpwuyzyzncfla7fu2mpgrzq9uj6uc2s8h078g</guid>
      <category>howdonostr</category>
      
      <noteId>note1gfqf5ydjn8k42a5lsvm9swpwuyzyzncfla7fu2mpgrzq9uj6uc2s8h078g</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>Restoring Your Contacts on Nostr - <a href='/tag/howdonostr/'>#HOWDONOSTR</a> <br><br>Managing contacts on Nostr can be trickier than it seems. Switching apps or relays can sometimes lead to accidental loss of your contact list. Thankfully, there are several ways to restore your contacts. Here’s a brief guide:  <br><br>1. Using the Nostr Profile Manager / Follows Manager <br>Visit <np-embed url="https://metadata.nostr.com"><a href="https://metadata.nostr.com">https://metadata.nostr.com</a></np-embed> or <np-embed url="https://follows.nostr.com"><a href="https://follows.nostr.com">https://follows.nostr.com</a></np-embed>. To restore your contacts, you’ll need a browser extension:  <br>   - For Desktop: Use Nostr Connect on Chrome browsers that support extensions.  <br>   - For Android: Use Kiwi Browser with Nostr Connect.  <br>   - For iOS: Use the Nostore app extension for Safari.  <br><br>2. Using Nostur (iOS)  <br>The Nostur app notifies you when it detects a new version of your contact list and offers options to restore or approve changes.  <br>   - Important: You must already be a Nostur user before losing your contact list.  <br>   - Download Nostur: <np-embed url="https://apps.apple.com/us/app/nostur-nostr-client/id1672780508"><a href="https://apps.apple.com/us/app/nostur-nostr-client/id1672780508">https://apps.apple.com/us/app/nostur-nostr-client/id1672780508</a></np-embed>  <br><br>3. Using Citrine (Android)  <br>The Citrine relay runs locally on your phone, enabling contact restoration from a backup.  <br>   - Important: Citrine must be set up before your contacts are lost.  <br>   - Learn more: <np-embed url="https://github.com/greenart7c3/Citrine"><a href="https://github.com/greenart7c3/Citrine">https://github.com/greenart7c3/Citrine</a></np-embed> or <a href="https://njump.me/npub10r8xl2njyepcw2zwv3a6dyufj4e4ajx86hz6v4ehu4gnpupxxp7stjt2p8">Zapstore</a>.  <br><br> 4. Using Primal Premium  <br>If you’re a Primal Premium user, go to the Nostr Tools section and select "Contacts Backup." You can view all backups and choose a restore point.  <br>   - More info: <np-embed url="https://primal.net/premium"><a href="https://primal.net/premium">https://primal.net/premium</a></np-embed>  <br><br>Good luck!</p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>Restoring Your Contacts on Nostr - <a href='/tag/howdonostr/'>#HOWDONOSTR</a> <br><br>Managing contacts on Nostr can be trickier than it seems. Switching apps or relays can sometimes lead to accidental loss of your contact list. Thankfully, there are several ways to restore your contacts. Here’s a brief guide:  <br><br>1. Using the Nostr Profile Manager / Follows Manager <br>Visit <np-embed url="https://metadata.nostr.com"><a href="https://metadata.nostr.com">https://metadata.nostr.com</a></np-embed> or <np-embed url="https://follows.nostr.com"><a href="https://follows.nostr.com">https://follows.nostr.com</a></np-embed>. To restore your contacts, you’ll need a browser extension:  <br>   - For Desktop: Use Nostr Connect on Chrome browsers that support extensions.  <br>   - For Android: Use Kiwi Browser with Nostr Connect.  <br>   - For iOS: Use the Nostore app extension for Safari.  <br><br>2. Using Nostur (iOS)  <br>The Nostur app notifies you when it detects a new version of your contact list and offers options to restore or approve changes.  <br>   - Important: You must already be a Nostur user before losing your contact list.  <br>   - Download Nostur: <np-embed url="https://apps.apple.com/us/app/nostur-nostr-client/id1672780508"><a href="https://apps.apple.com/us/app/nostur-nostr-client/id1672780508">https://apps.apple.com/us/app/nostur-nostr-client/id1672780508</a></np-embed>  <br><br>3. Using Citrine (Android)  <br>The Citrine relay runs locally on your phone, enabling contact restoration from a backup.  <br>   - Important: Citrine must be set up before your contacts are lost.  <br>   - Learn more: <np-embed url="https://github.com/greenart7c3/Citrine"><a href="https://github.com/greenart7c3/Citrine">https://github.com/greenart7c3/Citrine</a></np-embed> or <a href="https://njump.me/npub10r8xl2njyepcw2zwv3a6dyufj4e4ajx86hz6v4ehu4gnpupxxp7stjt2p8">Zapstore</a>.  <br><br> 4. Using Primal Premium  <br>If you’re a Primal Premium user, go to the Nostr Tools section and select "Contacts Backup." You can view all backups and choose a restore point.  <br>   - More info: <np-embed url="https://primal.net/premium"><a href="https://primal.net/premium">https://primal.net/premium</a></np-embed>  <br><br>Good luck!</p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[What is Zapvertising? #HOWDONOSTR…]]></title>
      <description><![CDATA[What is Zapvertising? #HOWDONOSTR 

Zapvertising is a new form of advertising on the Nostr protocol. It allows businesses to pay users by directly promoting their products or services in their user's notes. When a user or business Zaps a note, they send a small amount of bitcoin to the…]]></description>
             <itunes:subtitle><![CDATA[What is Zapvertising? #HOWDONOSTR 

Zapvertising is a new form of advertising on the Nostr protocol. It allows businesses to pay users by directly promoting their products or services in their user's notes. When a user or business Zaps a note, they send a small amount of bitcoin to the…]]></itunes:subtitle>
      <pubDate>Fri, 06 Dec 2024 14:58:29 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1zwgaspxy9gvaf43xj3zx8ycufwn88yv8c75qkvhhg98stvhqjmkqpsjhsm/</link>
      <comments>https://derekross.npub.pro/post/note1zwgaspxy9gvaf43xj3zx8ycufwn88yv8c75qkvhhg98stvhqjmkqpsjhsm/</comments>
      <guid isPermaLink="false">note1zwgaspxy9gvaf43xj3zx8ycufwn88yv8c75qkvhhg98stvhqjmkqpsjhsm</guid>
      <category>howdonostr</category>
      
      <noteId>note1zwgaspxy9gvaf43xj3zx8ycufwn88yv8c75qkvhhg98stvhqjmkqpsjhsm</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>What is Zapvertising? <a href='/tag/howdonostr/'>#HOWDONOSTR</a> <br><br>Zapvertising is a new form of advertising on the Nostr protocol. It allows businesses to pay users by directly promoting their products or services in their user's notes. When a user or business Zaps a note, they send a small amount of bitcoin to the note's creator. Since these are just payments sent over the Lightning network, the sender can attach any piece of content to the note field. This can be a link to a product image, a video, a podcast, video, etc. The creator receives a notification that they have been Zapped along with an attached note. The user's Nostr app then displays the image, link, etc. for the user to engage with, open, and view.<br><br>Zapvertising is a more direct and personal form of advertising than traditional advertising. It allows businesses to connect with potential customers on a more individual level. It is also more transparent, as users can see exactly how much money is being paid for each zap. <br><br>The benefits of Zapvertising on Nostr are as follows:<br><br>It is a more direct and personal form of advertising.<br>It is more transparent than traditional advertising.<br>It is more cost-effective than traditional advertising.<br>It is more effective at reaching a targeted audience.<br>It can help businesses build relationships with potential customers.<br><br>Zaps are sent via the Lightning Network, a decentralized payment network that is built on top of Bitcoin. This makes Zapvertising fast, cheap, and secure. All you need is a Bitcoin Lightning wallet to get started.<br><br>How much is a user's attention worth to you? The larger the Zap sent, the more likely the potential customer is to notice and see your Zapvertisement.<br><br>If you are looking for a new way to advertise your business, <a href='/tag/zapvertising/'>#Zapvertising</a> on Nostr is a great option. It is a more effective and affordable way to reach your target audience, and it can help you build relationships with potential customers.</p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>What is Zapvertising? <a href='/tag/howdonostr/'>#HOWDONOSTR</a> <br><br>Zapvertising is a new form of advertising on the Nostr protocol. It allows businesses to pay users by directly promoting their products or services in their user's notes. When a user or business Zaps a note, they send a small amount of bitcoin to the note's creator. Since these are just payments sent over the Lightning network, the sender can attach any piece of content to the note field. This can be a link to a product image, a video, a podcast, video, etc. The creator receives a notification that they have been Zapped along with an attached note. The user's Nostr app then displays the image, link, etc. for the user to engage with, open, and view.<br><br>Zapvertising is a more direct and personal form of advertising than traditional advertising. It allows businesses to connect with potential customers on a more individual level. It is also more transparent, as users can see exactly how much money is being paid for each zap. <br><br>The benefits of Zapvertising on Nostr are as follows:<br><br>It is a more direct and personal form of advertising.<br>It is more transparent than traditional advertising.<br>It is more cost-effective than traditional advertising.<br>It is more effective at reaching a targeted audience.<br>It can help businesses build relationships with potential customers.<br><br>Zaps are sent via the Lightning Network, a decentralized payment network that is built on top of Bitcoin. This makes Zapvertising fast, cheap, and secure. All you need is a Bitcoin Lightning wallet to get started.<br><br>How much is a user's attention worth to you? The larger the Zap sent, the more likely the potential customer is to notice and see your Zapvertisement.<br><br>If you are looking for a new way to advertise your business, <a href='/tag/zapvertising/'>#Zapvertising</a> on Nostr is a great option. It is a more effective and affordable way to reach your target audience, and it can help you build relationships with potential customers.</p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[What is the Nostr Outbox Model?…]]></title>
      <description><![CDATA[What is the Nostr Outbox Model? #HOWDONOSTR

The Nostr Outbox Model (NIP-65) allows users to define which relays they want to use for sending notes directly within their profile, improving efficiency and relay management. By declaring this in a special event kind via their profile relay settings, users set…]]></description>
             <itunes:subtitle><![CDATA[What is the Nostr Outbox Model? #HOWDONOSTR

The Nostr Outbox Model (NIP-65) allows users to define which relays they want to use for sending notes directly within their profile, improving efficiency and relay management. By declaring this in a special event kind via their profile relay settings, users set…]]></itunes:subtitle>
      <pubDate>Fri, 18 Oct 2024 19:33:42 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1ghlrrxadh8eumvjj5pgankvalkc2egrk352e3y5erukt5p3fe67syektae/</link>
      <comments>https://derekross.npub.pro/post/note1ghlrrxadh8eumvjj5pgankvalkc2egrk352e3y5erukt5p3fe67syektae/</comments>
      <guid isPermaLink="false">note1ghlrrxadh8eumvjj5pgankvalkc2egrk352e3y5erukt5p3fe67syektae</guid>
      <category>howdonostr</category>
      
      <noteId>note1ghlrrxadh8eumvjj5pgankvalkc2egrk352e3y5erukt5p3fe67syektae</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>What is the Nostr Outbox Model? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>The Nostr Outbox Model (NIP-65) allows users to define which relays they want to use for sending notes directly within their profile, improving efficiency and relay management. By declaring this in a special event kind via their profile relay settings, users set preferences on where their events should be sent. This reduces user confusion and fuels decentralization. <br><br>The simplest take away here is that users no longer need to have a shared common relay between them to communicate. Clients handle all of the heavy lifting for them. This change simplifies both the client experience and relay coordination, aligning with decentralized social networking principles.<br><br>With the Outbox Model, users can use a variety of small and community relays, and still communicate with one another.<br><br>What does this look like and how does this work in practice? <np-embed url="https://how-nostr-works.pages.dev/#/outbox"><a href="https://how-nostr-works.pages.dev/#/outbox">https://how-nostr-works.pages.dev/#/outbox</a></np-embed> <br><br>Here is a great article on the Outbox model by  <a href="https://njump.me/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn"> hodlbod</a> if you'd like to learn more: <np-embed url="https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS"><a href="https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS">https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>What is the Nostr Outbox Model? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>The Nostr Outbox Model (NIP-65) allows users to define which relays they want to use for sending notes directly within their profile, improving efficiency and relay management. By declaring this in a special event kind via their profile relay settings, users set preferences on where their events should be sent. This reduces user confusion and fuels decentralization. <br><br>The simplest take away here is that users no longer need to have a shared common relay between them to communicate. Clients handle all of the heavy lifting for them. This change simplifies both the client experience and relay coordination, aligning with decentralized social networking principles.<br><br>With the Outbox Model, users can use a variety of small and community relays, and still communicate with one another.<br><br>What does this look like and how does this work in practice? <np-embed url="https://how-nostr-works.pages.dev/#/outbox"><a href="https://how-nostr-works.pages.dev/#/outbox">https://how-nostr-works.pages.dev/#/outbox</a></np-embed> <br><br>Here is a great article on the Outbox model by  <a href="https://njump.me/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn"> hodlbod</a> if you'd like to learn more: <np-embed url="https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS"><a href="https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS">https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS</a></np-embed></p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[What is Zapvertising? #HOWDONOSTR]]></title>
      <description><![CDATA[What is Zapvertising? #HOWDONOSTR

An entirely new market is emerging as a result of the development of Nostr and Zaps. Zapvertising has pioneered the idea of "Zaps for ads" businesses. This is an exciting development that has the potential to revolutionize the way that advertising is conducted online.

Zapvertising is…]]></description>
             <itunes:subtitle><![CDATA[What is Zapvertising? #HOWDONOSTR

An entirely new market is emerging as a result of the development of Nostr and Zaps. Zapvertising has pioneered the idea of "Zaps for ads" businesses. This is an exciting development that has the potential to revolutionize the way that advertising is conducted online.

Zapvertising is…]]></itunes:subtitle>
      <pubDate>Wed, 28 Aug 2024 13:32:45 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1fjxpptquvh5m9hzzjh5k6ffhejpllsr6v7ytrvd3zqflzt9zpmfszwxwnv/</link>
      <comments>https://derekross.npub.pro/post/note1fjxpptquvh5m9hzzjh5k6ffhejpllsr6v7ytrvd3zqflzt9zpmfszwxwnv/</comments>
      <guid isPermaLink="false">note1fjxpptquvh5m9hzzjh5k6ffhejpllsr6v7ytrvd3zqflzt9zpmfszwxwnv</guid>
      <category>howdonostr</category>
      
      <noteId>note1fjxpptquvh5m9hzzjh5k6ffhejpllsr6v7ytrvd3zqflzt9zpmfszwxwnv</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>What is Zapvertising? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>An entirely new market is emerging as a result of the development of Nostr and Zaps. Zapvertising has pioneered the idea of "Zaps for ads" businesses. This is an exciting development that has the potential to revolutionize the way that advertising is conducted online.<br><br>Zapvertising is a new type of advertising that is based on the use of Zaps, which are small amounts of bitcoin that can be sent to other users of the Nostr protocol. When a Zapvertisement is sent, a link, video, or text message is also sent to the user along with the bitcoin. This is a much more direct and transparent way of advertising than traditional methods, which often rely on user data and tracking. With Zapvertising, advertisers are paying users to view their advertisement. <br><br>The emergence of "Zaps for ads" businesses is a sign that there is a growing demand for new and innovative ways to advertise. Zapvertising is one promising solution to this problem, and it is likely to continue to grow in popularity in the years to come.<br><br>Thus far, I've witnessed at least three new businesses emerge in this space. It will be interesting to watch how these businesses differentiate between one another and what services they offer to both advertisers and to Zapvertisement recipients.</p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>What is Zapvertising? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>An entirely new market is emerging as a result of the development of Nostr and Zaps. Zapvertising has pioneered the idea of "Zaps for ads" businesses. This is an exciting development that has the potential to revolutionize the way that advertising is conducted online.<br><br>Zapvertising is a new type of advertising that is based on the use of Zaps, which are small amounts of bitcoin that can be sent to other users of the Nostr protocol. When a Zapvertisement is sent, a link, video, or text message is also sent to the user along with the bitcoin. This is a much more direct and transparent way of advertising than traditional methods, which often rely on user data and tracking. With Zapvertising, advertisers are paying users to view their advertisement. <br><br>The emergence of "Zaps for ads" businesses is a sign that there is a growing demand for new and innovative ways to advertise. Zapvertising is one promising solution to this problem, and it is likely to continue to grow in popularity in the years to come.<br><br>Thus far, I've witnessed at least three new businesses emerge in this space. It will be interesting to watch how these businesses differentiate between one another and what services they offer to both advertisers and to Zapvertisement recipients.</p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[Welcome new Nostriches! Welcome to Nostr!…]]></title>
      <description><![CDATA[Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. 


Videos:

Watch why social media is broken and how we aim to fix it by @Max DeMarco…]]></description>
             <itunes:subtitle><![CDATA[Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. 


Videos:

Watch why social media is broken and how we aim to fix it by @Max DeMarco…]]></itunes:subtitle>
      <pubDate>Tue, 27 Aug 2024 12:44:30 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1tnazv59u7qady06mzmy7h5rsmzs4c3enr3ky3sln8em5xwhmx5uszu20d6/</link>
      <comments>https://derekross.npub.pro/post/note1tnazv59u7qady06mzmy7h5rsmzs4c3enr3ky3sln8em5xwhmx5uszu20d6/</comments>
      <guid isPermaLink="false">note1tnazv59u7qady06mzmy7h5rsmzs4c3enr3ky3sln8em5xwhmx5uszu20d6</guid>
      <category>howdonostr</category>
      
        <media:content url="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" medium="image"/>
        <enclosure 
          url="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note1tnazv59u7qady06mzmy7h5rsmzs4c3enr3ky3sln8em5xwhmx5uszu20d6</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. <br><a href="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://i.nostr.build/8w4atcThBIhAkYNS.jpg"></a><br><br>Videos:<br><br>Watch why social media is broken and how we aim to fix it by <a href="https://njump.me/npub1lelkh3hhxw9hdwlcpk6q9t0xt9f7yze0y0nxazvzqjmre3p98x3sthkvyz">Max DeMarco</a><br><np-embed url="https://youtu.be/aA-jiiepOrE"><a href="https://youtu.be/aA-jiiepOrE">https://youtu.be/aA-jiiepOrE</a></np-embed><br><br>Take the Nostr 101 course with <a href="https://njump.me/npub1qqvt0m3nlvjnssmrn33w9yh7cuq2dx5nkz8wxax9hk5hrjdnj4jqz8cn3w">Ben Wehrman</a> <br><np-embed url="https://youtu.be/_jrkUXDReqI"><a href="https://youtu.be/_jrkUXDReqI">https://youtu.be/_jrkUXDReqI</a></np-embed> <br><br>Learn about Nostr's permissionless nature with <a href="https://njump.me/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">jack</a><br><np-embed url="https://youtu.be/t-40158eRqo"><a href="https://youtu.be/t-40158eRqo">https://youtu.be/t-40158eRqo</a></np-embed> <br><br>Tear down your technical and social silos with myself and several Nostr developers <np-embed url="https://youtu.be/SSFVR5ZXOuA"><a href="https://youtu.be/SSFVR5ZXOuA">https://youtu.be/SSFVR5ZXOuA</a></np-embed><br><br>Podcasts:<br><br>Listen to <a href="https://njump.me/npub1hqaz3dlyuhfqhktqchawke39l92jj9nt30dsgh2zvd9z7dv3j3gqpkt56s">Avi Burra</a> and <a href="https://njump.me/npub1tvqc82mv8cezhax5r34n4muc2c4pgjz8kaye2smj032nngg52clq0rkrq4">QW #40GMW☕️</a> on Plebchain Radio. Many of their episodes are Nostr focused and very informative. <br><np-embed url="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9"><a href="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9">https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9</a></np-embed> <br><br>Take a more technical approach to Nostr with <a href="https://njump.me/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn"> hodlbod</a> on the Thank God for Nostr podcast. <np-embed url="https://fountain.fm/show/vnmoRQQ50siLFRE8k061"><a href="https://fountain.fm/show/vnmoRQQ50siLFRE8k061">https://fountain.fm/show/vnmoRQQ50siLFRE8k061</a></np-embed> <br><br>Articles:<br><br>Discover the basics of Nostr from <a href="https://njump.me/npub1xkere5pd94672h8w8r77uf4ustcazhfujkqgqzcykrdzakm4zl4qeud0en">River</a> <br><np-embed url="https://river.com/learn/what-is-nostr/"><a href="https://river.com/learn/what-is-nostr/">https://river.com/learn/what-is-nostr/</a></np-embed> <br><br>Take a thorough deep drive and learn all about Nostr from <a href="https://njump.me/npub1a2cww4kn9wqte4ry70vyfwqyqvpswksna27rtxd8vty6c74era8sdcw83a">Lyn Alden</a><br><np-embed url="https://www.lynalden.com/the-power-of-nostr/"><a href="https://www.lynalden.com/the-power-of-nostr/">https://www.lynalden.com/the-power-of-nostr/</a></np-embed> <br><br>Guides on Nostr:<br><br>Browse the <a href='/tag/howdonostr/'>#HOWDONOSTR</a> hashtag on Nostr and follow my notes explaining several Nostr concepts and features.<br><br>Ask your questions with the <a href='/tag/asknostr/'>#asknostr</a> hashtag.<br><br><em><strong>NEW</strong></em> <br>These are from my recent presentations at Nostriga and Baltic Honeybadger 2024:<br>Nostr 101: <np-embed url="https://drive.proton.me/urls/JVV955JXRM#auCM2PWcCBuC"><a href="https://drive.proton.me/urls/JVV955JXRM#auCM2PWcCBuC">https://drive.proton.me/urls/JVV955JXRM#auCM2PWcCBuC</a></np-embed> <br>Being your own algorithm: <np-embed url="https://drive.proton.me/urls/1NQPW740V8#Lqm46NkK3Pzz"><a href="https://drive.proton.me/urls/1NQPW740V8#Lqm46NkK3Pzz">https://drive.proton.me/urls/1NQPW740V8#Lqm46NkK3Pzz</a></np-embed><br><br>Browse the ecosystem: <br><br>Visit <np-embed url="https://nostr.how"><a href="https://nostr.how">https://nostr.how</a></np-embed> and explore all the ins and outs of the protocol yourself.<br><br>Nostr has dozens of other applications and use cases beyond Twitter like social clients. Nostr gives us a portable digital social identity that we can take with us and hop from app to app across the ecosystem. Find your next social app here <np-embed url="https://nostrapps.com"><a href="https://nostrapps.com">https://nostrapps.com</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. <br><a href="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://i.nostr.build/8w4atcThBIhAkYNS.jpg"></a><br><br>Videos:<br><br>Watch why social media is broken and how we aim to fix it by <a href="https://njump.me/npub1lelkh3hhxw9hdwlcpk6q9t0xt9f7yze0y0nxazvzqjmre3p98x3sthkvyz">Max DeMarco</a><br><np-embed url="https://youtu.be/aA-jiiepOrE"><a href="https://youtu.be/aA-jiiepOrE">https://youtu.be/aA-jiiepOrE</a></np-embed><br><br>Take the Nostr 101 course with <a href="https://njump.me/npub1qqvt0m3nlvjnssmrn33w9yh7cuq2dx5nkz8wxax9hk5hrjdnj4jqz8cn3w">Ben Wehrman</a> <br><np-embed url="https://youtu.be/_jrkUXDReqI"><a href="https://youtu.be/_jrkUXDReqI">https://youtu.be/_jrkUXDReqI</a></np-embed> <br><br>Learn about Nostr's permissionless nature with <a href="https://njump.me/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">jack</a><br><np-embed url="https://youtu.be/t-40158eRqo"><a href="https://youtu.be/t-40158eRqo">https://youtu.be/t-40158eRqo</a></np-embed> <br><br>Tear down your technical and social silos with myself and several Nostr developers <np-embed url="https://youtu.be/SSFVR5ZXOuA"><a href="https://youtu.be/SSFVR5ZXOuA">https://youtu.be/SSFVR5ZXOuA</a></np-embed><br><br>Podcasts:<br><br>Listen to <a href="https://njump.me/npub1hqaz3dlyuhfqhktqchawke39l92jj9nt30dsgh2zvd9z7dv3j3gqpkt56s">Avi Burra</a> and <a href="https://njump.me/npub1tvqc82mv8cezhax5r34n4muc2c4pgjz8kaye2smj032nngg52clq0rkrq4">QW #40GMW☕️</a> on Plebchain Radio. Many of their episodes are Nostr focused and very informative. <br><np-embed url="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9"><a href="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9">https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9</a></np-embed> <br><br>Take a more technical approach to Nostr with <a href="https://njump.me/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn"> hodlbod</a> on the Thank God for Nostr podcast. <np-embed url="https://fountain.fm/show/vnmoRQQ50siLFRE8k061"><a href="https://fountain.fm/show/vnmoRQQ50siLFRE8k061">https://fountain.fm/show/vnmoRQQ50siLFRE8k061</a></np-embed> <br><br>Articles:<br><br>Discover the basics of Nostr from <a href="https://njump.me/npub1xkere5pd94672h8w8r77uf4ustcazhfujkqgqzcykrdzakm4zl4qeud0en">River</a> <br><np-embed url="https://river.com/learn/what-is-nostr/"><a href="https://river.com/learn/what-is-nostr/">https://river.com/learn/what-is-nostr/</a></np-embed> <br><br>Take a thorough deep drive and learn all about Nostr from <a href="https://njump.me/npub1a2cww4kn9wqte4ry70vyfwqyqvpswksna27rtxd8vty6c74era8sdcw83a">Lyn Alden</a><br><np-embed url="https://www.lynalden.com/the-power-of-nostr/"><a href="https://www.lynalden.com/the-power-of-nostr/">https://www.lynalden.com/the-power-of-nostr/</a></np-embed> <br><br>Guides on Nostr:<br><br>Browse the <a href='/tag/howdonostr/'>#HOWDONOSTR</a> hashtag on Nostr and follow my notes explaining several Nostr concepts and features.<br><br>Ask your questions with the <a href='/tag/asknostr/'>#asknostr</a> hashtag.<br><br><em><strong>NEW</strong></em> <br>These are from my recent presentations at Nostriga and Baltic Honeybadger 2024:<br>Nostr 101: <np-embed url="https://drive.proton.me/urls/JVV955JXRM#auCM2PWcCBuC"><a href="https://drive.proton.me/urls/JVV955JXRM#auCM2PWcCBuC">https://drive.proton.me/urls/JVV955JXRM#auCM2PWcCBuC</a></np-embed> <br>Being your own algorithm: <np-embed url="https://drive.proton.me/urls/1NQPW740V8#Lqm46NkK3Pzz"><a href="https://drive.proton.me/urls/1NQPW740V8#Lqm46NkK3Pzz">https://drive.proton.me/urls/1NQPW740V8#Lqm46NkK3Pzz</a></np-embed><br><br>Browse the ecosystem: <br><br>Visit <np-embed url="https://nostr.how"><a href="https://nostr.how">https://nostr.how</a></np-embed> and explore all the ins and outs of the protocol yourself.<br><br>Nostr has dozens of other applications and use cases beyond Twitter like social clients. Nostr gives us a portable digital social identity that we can take with us and hop from app to app across the ecosystem. Find your next social app here <np-embed url="https://nostrapps.com"><a href="https://nostrapps.com">https://nostrapps.com</a></np-embed></p>
]]></itunes:summary>
      <itunes:image href="https://i.nostr.build/8w4atcThBIhAkYNS.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Welcome new Nostriches! Welcome to Nostr!…]]></title>
      <description><![CDATA[Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. 


Videos:

Watch why social media is broken and how we aim to fix it by @Max DeMarco…]]></description>
             <itunes:subtitle><![CDATA[Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. 


Videos:

Watch why social media is broken and how we aim to fix it by @Max DeMarco…]]></itunes:subtitle>
      <pubDate>Thu, 25 Jul 2024 10:14:35 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1ag8jww0zzqtj7sqrw3wp9l5a7z5w4qky4mlgr3z0mpsyt3a0pg2ql6fn70/</link>
      <comments>https://derekross.npub.pro/post/note1ag8jww0zzqtj7sqrw3wp9l5a7z5w4qky4mlgr3z0mpsyt3a0pg2ql6fn70/</comments>
      <guid isPermaLink="false">note1ag8jww0zzqtj7sqrw3wp9l5a7z5w4qky4mlgr3z0mpsyt3a0pg2ql6fn70</guid>
      <category>howdonostr</category>
      
        <media:content url="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" medium="image"/>
        <enclosure 
          url="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note1ag8jww0zzqtj7sqrw3wp9l5a7z5w4qky4mlgr3z0mpsyt3a0pg2ql6fn70</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. <br><a href="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://i.nostr.build/8w4atcThBIhAkYNS.jpg"></a><br><br>Videos:<br><br>Watch why social media is broken and how we aim to fix it by <a href="https://njump.me/npub1lelkh3hhxw9hdwlcpk6q9t0xt9f7yze0y0nxazvzqjmre3p98x3sthkvyz">Max DeMarco</a><br><np-embed url="https://youtu.be/aA-jiiepOrE"><a href="https://youtu.be/aA-jiiepOrE">https://youtu.be/aA-jiiepOrE</a></np-embed><br><br>Take the Nostr 101 course with <a href="https://njump.me/npub1qqvt0m3nlvjnssmrn33w9yh7cuq2dx5nkz8wxax9hk5hrjdnj4jqz8cn3w">Ben Wehrman</a> <br><np-embed url="https://youtu.be/_jrkUXDReqI"><a href="https://youtu.be/_jrkUXDReqI">https://youtu.be/_jrkUXDReqI</a></np-embed><br><br>Learn about Nostr's permissionless nature with <a href="https://njump.me/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">jack</a><br><np-embed url="https://youtu.be/mXLK4kWFEgc"><a href="https://youtu.be/mXLK4kWFEgc">https://youtu.be/mXLK4kWFEgc</a></np-embed> <br><br>Tear down your technical and social silos with myself and several Nostr developers <np-embed url="https://youtu.be/SSFVR5ZXOuA"><a href="https://youtu.be/SSFVR5ZXOuA">https://youtu.be/SSFVR5ZXOuA</a></np-embed><br><br>Podcasts:<br><br>Listen to <a href="https://njump.me/npub1hqaz3dlyuhfqhktqchawke39l92jj9nt30dsgh2zvd9z7dv3j3gqpkt56s">Avi Burra</a> and <a href="https://njump.me/npub1tvqc82mv8cezhax5r34n4muc2c4pgjz8kaye2smj032nngg52clq0rkrq4">QW #40GMW☕️</a> on Plebchain Radio. Many of their episodes are Nostr focused and very informative. <br><np-embed url="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9"><a href="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9">https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9</a></np-embed> <br><br>Take a more technical approach to Nostr with <a href="https://njump.me/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn"> hodlbod</a> on the Thank God for Nostr podcast. <np-embed url="https://fountain.fm/show/vnmoRQQ50siLFRE8k061"><a href="https://fountain.fm/show/vnmoRQQ50siLFRE8k061">https://fountain.fm/show/vnmoRQQ50siLFRE8k061</a></np-embed><br><br>Articles:<br><br>Discover the basics of Nostr from <a href="https://njump.me/npub1xkere5pd94672h8w8r77uf4ustcazhfujkqgqzcykrdzakm4zl4qeud0en">River</a> <br><np-embed url="https://river.com/learn/what-is-nostr/"><a href="https://river.com/learn/what-is-nostr/">https://river.com/learn/what-is-nostr/</a></np-embed><br><br>Take a thorough deep drive and learn all about Nostr from <a href="https://njump.me/npub1a2cww4kn9wqte4ry70vyfwqyqvpswksna27rtxd8vty6c74era8sdcw83a">Lyn Alden</a><br><np-embed url="https://www.lynalden.com/the-power-of-nostr/"><a href="https://www.lynalden.com/the-power-of-nostr/">https://www.lynalden.com/the-power-of-nostr/</a></np-embed><br><br>Guides on Nostr:<br><br>Browse the <a href='/tag/howdonostr/'>#HOWDONOSTR</a> hashtag on Nostr and follow my notes explaining several Nostr concepts and features.<br><br>Ask your questions with the <a href='/tag/asknostr/'>#asknostr</a> hashtag.<br><br>Browse the ecosystem: <br><br>Visit <np-embed url="https://nostr.how"><a href="https://nostr.how">https://nostr.how</a></np-embed> and explore all the ins and outs of the protocol yourself.<br><br>Nostr has dozens of other applications and use cases beyond Twitter like social clients. Nostr gives us a portable digital social identity that we can take with us and hop from app to app across the ecosystem. Fine your next social app here <np-embed url="https://nostrapps.com"><a href="https://nostrapps.com">https://nostrapps.com</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>Welcome new Nostriches! Welcome to Nostr! Nostr has a large and passionate community with an equally diverse and thriving ecosystem. Use this note to help navigate this decentralized and censorship resistant communication protocol. <br><a href="https://i.nostr.build/8w4atcThBIhAkYNS.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://i.nostr.build/8w4atcThBIhAkYNS.jpg"></a><br><br>Videos:<br><br>Watch why social media is broken and how we aim to fix it by <a href="https://njump.me/npub1lelkh3hhxw9hdwlcpk6q9t0xt9f7yze0y0nxazvzqjmre3p98x3sthkvyz">Max DeMarco</a><br><np-embed url="https://youtu.be/aA-jiiepOrE"><a href="https://youtu.be/aA-jiiepOrE">https://youtu.be/aA-jiiepOrE</a></np-embed><br><br>Take the Nostr 101 course with <a href="https://njump.me/npub1qqvt0m3nlvjnssmrn33w9yh7cuq2dx5nkz8wxax9hk5hrjdnj4jqz8cn3w">Ben Wehrman</a> <br><np-embed url="https://youtu.be/_jrkUXDReqI"><a href="https://youtu.be/_jrkUXDReqI">https://youtu.be/_jrkUXDReqI</a></np-embed><br><br>Learn about Nostr's permissionless nature with <a href="https://njump.me/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">jack</a><br><np-embed url="https://youtu.be/mXLK4kWFEgc"><a href="https://youtu.be/mXLK4kWFEgc">https://youtu.be/mXLK4kWFEgc</a></np-embed> <br><br>Tear down your technical and social silos with myself and several Nostr developers <np-embed url="https://youtu.be/SSFVR5ZXOuA"><a href="https://youtu.be/SSFVR5ZXOuA">https://youtu.be/SSFVR5ZXOuA</a></np-embed><br><br>Podcasts:<br><br>Listen to <a href="https://njump.me/npub1hqaz3dlyuhfqhktqchawke39l92jj9nt30dsgh2zvd9z7dv3j3gqpkt56s">Avi Burra</a> and <a href="https://njump.me/npub1tvqc82mv8cezhax5r34n4muc2c4pgjz8kaye2smj032nngg52clq0rkrq4">QW #40GMW☕️</a> on Plebchain Radio. Many of their episodes are Nostr focused and very informative. <br><np-embed url="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9"><a href="https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9">https://fountain.fm/show/0N6GGdZuYNNG7ysagCg9</a></np-embed> <br><br>Take a more technical approach to Nostr with <a href="https://njump.me/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn"> hodlbod</a> on the Thank God for Nostr podcast. <np-embed url="https://fountain.fm/show/vnmoRQQ50siLFRE8k061"><a href="https://fountain.fm/show/vnmoRQQ50siLFRE8k061">https://fountain.fm/show/vnmoRQQ50siLFRE8k061</a></np-embed><br><br>Articles:<br><br>Discover the basics of Nostr from <a href="https://njump.me/npub1xkere5pd94672h8w8r77uf4ustcazhfujkqgqzcykrdzakm4zl4qeud0en">River</a> <br><np-embed url="https://river.com/learn/what-is-nostr/"><a href="https://river.com/learn/what-is-nostr/">https://river.com/learn/what-is-nostr/</a></np-embed><br><br>Take a thorough deep drive and learn all about Nostr from <a href="https://njump.me/npub1a2cww4kn9wqte4ry70vyfwqyqvpswksna27rtxd8vty6c74era8sdcw83a">Lyn Alden</a><br><np-embed url="https://www.lynalden.com/the-power-of-nostr/"><a href="https://www.lynalden.com/the-power-of-nostr/">https://www.lynalden.com/the-power-of-nostr/</a></np-embed><br><br>Guides on Nostr:<br><br>Browse the <a href='/tag/howdonostr/'>#HOWDONOSTR</a> hashtag on Nostr and follow my notes explaining several Nostr concepts and features.<br><br>Ask your questions with the <a href='/tag/asknostr/'>#asknostr</a> hashtag.<br><br>Browse the ecosystem: <br><br>Visit <np-embed url="https://nostr.how"><a href="https://nostr.how">https://nostr.how</a></np-embed> and explore all the ins and outs of the protocol yourself.<br><br>Nostr has dozens of other applications and use cases beyond Twitter like social clients. Nostr gives us a portable digital social identity that we can take with us and hop from app to app across the ecosystem. Fine your next social app here <np-embed url="https://nostrapps.com"><a href="https://nostrapps.com">https://nostrapps.com</a></np-embed></p>
]]></itunes:summary>
      <itunes:image href="https://i.nostr.build/8w4atcThBIhAkYNS.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[It's been a while, so…]]></title>
      <description><![CDATA[It's been a while, so I felt it was time to share my list of Lightning wallets that support receiving Zaps to help with the on-boarding process #HOWDONOSTR

First what are Zaps? Simply put, they are a value for value exchange or a way for you to send…]]></description>
             <itunes:subtitle><![CDATA[It's been a while, so I felt it was time to share my list of Lightning wallets that support receiving Zaps to help with the on-boarding process #HOWDONOSTR

First what are Zaps? Simply put, they are a value for value exchange or a way for you to send…]]></itunes:subtitle>
      <pubDate>Fri, 12 Jul 2024 13:00:13 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1xtvmyvvfwfexm47htu292rk2j8nz0ktpc5kdrv24m37dgk6nf0uqx9ayp3/</link>
      <comments>https://derekross.npub.pro/post/note1xtvmyvvfwfexm47htu292rk2j8nz0ktpc5kdrv24m37dgk6nf0uqx9ayp3/</comments>
      <guid isPermaLink="false">note1xtvmyvvfwfexm47htu292rk2j8nz0ktpc5kdrv24m37dgk6nf0uqx9ayp3</guid>
      <category>howdonostr</category>
      
      <noteId>note1xtvmyvvfwfexm47htu292rk2j8nz0ktpc5kdrv24m37dgk6nf0uqx9ayp3</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>It's been a while, so I felt it was time to share my list of Lightning wallets that support receiving Zaps to help with the on-boarding process <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>First what are Zaps? Simply put, they are a value for value exchange or a way for you to send and receive money for your content. They're the best form of feedback that we have. They're better than likes and reactions, as Zaps have real world value. <br><br>To get started, you'll want to choose one of the Lightning wallets, websites, or apps below and then copy your Lightning address from that wallet and paste it into your Nostr profile.<br><br>If you're a complete technical noob, then I will just suggest to use the Primal Nostr client. Primal has a built in wallet and makes it very simple and easy to user. Otherwise, you have a plethora of options below to choose from. Enjoy.<br><br>NIP-57 Zaps compatible wallets:<br><br>Strike.army (deprecated)<br>Vida.page<br>Stacker.news<br>Bitcoin Jungle<br>LightningTipBot (ln.tips) <br>Geyser<br>Bitcoin Beach (Blink)<br>Current (Client+Wallet)<br>Wallet of Satoshi<br>Zebedee<br>Alby<br>AnonSats<br>Strike<br>Primal (Client+wallet)<br>Coinos<br>Machankura (8333.mobi)<br>vipsats.app<br>lifpay.me<br>npub.cash<br>minibits.cash<br>Fountain (fountain.fm)<br><br>Self Custody: <br>BTCPay Server (your own domain)<br>nostdress (your own domain)<br>LNBits (your own domain)<br>Thunderhub (ghst.to)<br>Zeus (zeuspay.com)<br>Voltage<br>Ligess (your own domain)<br>Mutiny Wallet<br><br>Please note that this list may not be completely accurate as new services are being added with support all of the time. If you happen to know of any changes, please let me know. Thanks!</p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>It's been a while, so I felt it was time to share my list of Lightning wallets that support receiving Zaps to help with the on-boarding process <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>First what are Zaps? Simply put, they are a value for value exchange or a way for you to send and receive money for your content. They're the best form of feedback that we have. They're better than likes and reactions, as Zaps have real world value. <br><br>To get started, you'll want to choose one of the Lightning wallets, websites, or apps below and then copy your Lightning address from that wallet and paste it into your Nostr profile.<br><br>If you're a complete technical noob, then I will just suggest to use the Primal Nostr client. Primal has a built in wallet and makes it very simple and easy to user. Otherwise, you have a plethora of options below to choose from. Enjoy.<br><br>NIP-57 Zaps compatible wallets:<br><br>Strike.army (deprecated)<br>Vida.page<br>Stacker.news<br>Bitcoin Jungle<br>LightningTipBot (ln.tips) <br>Geyser<br>Bitcoin Beach (Blink)<br>Current (Client+Wallet)<br>Wallet of Satoshi<br>Zebedee<br>Alby<br>AnonSats<br>Strike<br>Primal (Client+wallet)<br>Coinos<br>Machankura (8333.mobi)<br>vipsats.app<br>lifpay.me<br>npub.cash<br>minibits.cash<br>Fountain (fountain.fm)<br><br>Self Custody: <br>BTCPay Server (your own domain)<br>nostdress (your own domain)<br>LNBits (your own domain)<br>Thunderhub (ghst.to)<br>Zeus (zeuspay.com)<br>Voltage<br>Ligess (your own domain)<br>Mutiny Wallet<br><br>Please note that this list may not be completely accurate as new services are being added with support all of the time. If you happen to know of any changes, please let me know. Thanks!</p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[#HOWDONOSTR - How do I use Nostr?]]></title>
      <description><![CDATA[#HOWDONOSTR - How do I use Nostr?

Nostr is much, much more than a Twitter alternative. Nostr allows us to have portal digital social identities that we can use in various applications and capacities. For this next iteration of #HOWDONOSTR I'll focus on a few of the applications that I…]]></description>
             <itunes:subtitle><![CDATA[#HOWDONOSTR - How do I use Nostr?

Nostr is much, much more than a Twitter alternative. Nostr allows us to have portal digital social identities that we can use in various applications and capacities. For this next iteration of #HOWDONOSTR I'll focus on a few of the applications that I…]]></itunes:subtitle>
      <pubDate>Wed, 26 Jun 2024 19:19:33 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1ux4dy8e6hyl5mxczv8950wy0fw5apj5ymurcyrldsh6rwgm28kjqh7ay7c/</link>
      <comments>https://derekross.npub.pro/post/note1ux4dy8e6hyl5mxczv8950wy0fw5apj5ymurcyrldsh6rwgm28kjqh7ay7c/</comments>
      <guid isPermaLink="false">note1ux4dy8e6hyl5mxczv8950wy0fw5apj5ymurcyrldsh6rwgm28kjqh7ay7c</guid>
      <category>howdonostr</category>
      
      <noteId>note1ux4dy8e6hyl5mxczv8950wy0fw5apj5ymurcyrldsh6rwgm28kjqh7ay7c</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a> - How do I use Nostr?<br><br>Nostr is much, much more than a Twitter alternative. Nostr allows us to have portal digital social identities that we can use in various applications and capacities. For this next iteration of <a href='/tag/howdonostr/'>#HOWDONOSTR</a> I'll focus on a few of the applications that I use and the various ways that I use Nostr.<br><br>Since we know that Nostr uses a public and private key pair and keeping our private key safe is of utmost importance, we'll start this off with the basics and then move on to relays, before discussing applications.<br><br>* On my desktop, to login to and utilize the various applications, I'll use the Alby web browser extension to manage my private key. This works with Chrome, Brave, Firefox, etc. You can install it here: <np-embed url="https://getalby.com"><a href="https://getalby.com">https://getalby.com</a></np-embed> <br>* On my Android phone, I'll use the Amber application to keep my private key safe when using native applications that support it. You can download Amber here: <np-embed url="https://github.com/greenart7c3/Amber"><a href="https://github.com/greenart7c3/Amber">https://github.com/greenart7c3/Amber</a></np-embed><br>*  I'll also use the Kiwi web browser for accessing many web applications. With the Kiwi browser, I'll use the Nostr Connect extension because it's more lightweight than Alby. You can download Kiwi Browser for Android here: <np-embed url="https://play.google.com/store/apps/details?id=com.kiwibrowser.browser"><a href="https://play.google.com/store/apps/details?id=com.kiwibrowser.browser">https://play.google.com/store/apps/details?id=com.kiwibrowser.browser</a></np-embed><br>You can install the extension here: <np-embed url="https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj"><a href="https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj">https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj</a></np-embed> <br><br>Nostr allows us to be in-charge of our digital social identity and allows us to be in-charge of our entire social graph. We can accomplish this by running our own relay. I do this in two parts.<br><br>* I run a private local relay on my Android phone. This allows me to easily write offline notes and save all of my drafts to my phone where they are not accessible by anyone but myself. I do this with the Citrine application. You can download it here: <np-embed url="https://github.com/greenart7c3/Citrine"><a href="https://github.com/greenart7c3/Citrine">https://github.com/greenart7c3/Citrine</a></np-embed> <br>* I also run a publicly accessible relay that only my wife and myself and have write access. That means that no one else can save their social information to my relay, but everyone in the world can access my relay to read our notes and events. I use the Nostream relay for this. You can get started with Nostream here: <np-embed url="https://github.com/cameri/nostream"><a href="https://github.com/cameri/nostream">https://github.com/cameri/nostream</a></np-embed><br><br>Do I need to run two relays? Maybe not, but I do, because I can. Nostr allows me to easily do these more technical things if I want to do them, allowing me to be fully in control of my entire social graph and social identity.<br><br>Now that I have my private key being secured and managed and my notes and events are stored on my personal relays, I'm ready to start using various Nostr applications!<br><br>My number one daily driver is Amethyst for Android. It allows me to login via Amber to keep my private key safe. It allows me to easily use my private relay that runs on my smartphone. I use Amethyst because of the number of features that it supports, integrating with many other Nostr clients and various aspects of the protocol. From AI generated feeds of notes, to a bitcoin powered marketplace, to live streams and more. However, Amethyst does suffer from some stability issues and causes me headaches from time to time. Because of this, I also use Primal. Primal is smooth and stable. It lacks some of the extras that Amethyst has, but if I want an experience that just works, I choose Primal.<br><br>Nostr really shines on the web. Most of Nostr's Other Stuff clients are not native applications for Android and iOS, they're web applications - regular websites powered by Nostr. Remember, to securely use these applications, you'll need one of the web browsers and extensions that I mentioned above. Alternatively, you can also use many of these with nsec.app. This website runs a Nostr nsecBunker in your web browser, allowing this application to function as a secure key management application.<br><br>* Snort.social or Iris.to are popular clients, but not performing for me as well as they used to, so now I'm using Primal.net and Coracle.social more and more. Primal is very stable and simple, but Coracle is loaded with features that keep bringing me back. Coracle's new custom feeds feature is a game changer, however the UI is a bit much and may seem overly complicated.<br>* For audio chats, I listen to NostrNests.com where people chat with friends and Plebchain Radio hosts their weekly podcast. I used to do weekly shows here every Monday, but it's been a while for me.<br>* Zap.stream is a Twitch or YouTube alternative for video consumption. Here, I watch friends and streamers here, interacting with them live, chatting, zapping, and consuming all that they have to offer. Sometimes it's weekly podcast shows, sometimes it's gamers playing video games, or sometimes it's just developers hacking away at code during a live coding session.<br>* I use Highlighter.com for reading long form notes or blog posts, but I also use Highlighter for sometimes writing my own. Content creators can also use Highlighter to create subscription tiers, similar to Patreon. I don't use that feature, but it's nice to have for those looking to fund their content in other ways similar to what exists elsewhere on the web.<br>* I use listr.lol to manage my Nostr lists, to help me organize npubs that I follow.<br>* I use metadata.nostr.com to restore my Nostr profile, including my contact list, if a rogue client accidentally deletes or alters my contact list in a way that I didn't intend. This does happen from time to time. We're early.<br>* I use w3.do to create Nostr powered shortlinks for sharing with others.<br>* I use Wavlake to listen to music, supporting artists in a value for value manner. I use this application on the web and I use this application on my Android phone too.<br>* I use Shopstr.store to sell items, such as old Android phones. I've sold 3 via this Nostr powered marketplace.<br>* Tunestr.io is a website similar to Zap.stream, but it's specifically for live musical performances.<br>* I use Zap.store to manage applications on my Android phone as an alternative to Google Play or Obtainium.<br><br>I use these applications the most, but many more applications exist across the Nostr ecosystem. I encourage you to check out <np-embed url="https://www.nostrapps.com"><a href="https://www.nostrapps.com">https://www.nostrapps.com</a></np-embed> from time to time and see what's available.<br><br><br><br></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a> - How do I use Nostr?<br><br>Nostr is much, much more than a Twitter alternative. Nostr allows us to have portal digital social identities that we can use in various applications and capacities. For this next iteration of <a href='/tag/howdonostr/'>#HOWDONOSTR</a> I'll focus on a few of the applications that I use and the various ways that I use Nostr.<br><br>Since we know that Nostr uses a public and private key pair and keeping our private key safe is of utmost importance, we'll start this off with the basics and then move on to relays, before discussing applications.<br><br>* On my desktop, to login to and utilize the various applications, I'll use the Alby web browser extension to manage my private key. This works with Chrome, Brave, Firefox, etc. You can install it here: <np-embed url="https://getalby.com"><a href="https://getalby.com">https://getalby.com</a></np-embed> <br>* On my Android phone, I'll use the Amber application to keep my private key safe when using native applications that support it. You can download Amber here: <np-embed url="https://github.com/greenart7c3/Amber"><a href="https://github.com/greenart7c3/Amber">https://github.com/greenart7c3/Amber</a></np-embed><br>*  I'll also use the Kiwi web browser for accessing many web applications. With the Kiwi browser, I'll use the Nostr Connect extension because it's more lightweight than Alby. You can download Kiwi Browser for Android here: <np-embed url="https://play.google.com/store/apps/details?id=com.kiwibrowser.browser"><a href="https://play.google.com/store/apps/details?id=com.kiwibrowser.browser">https://play.google.com/store/apps/details?id=com.kiwibrowser.browser</a></np-embed><br>You can install the extension here: <np-embed url="https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj"><a href="https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj">https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj</a></np-embed> <br><br>Nostr allows us to be in-charge of our digital social identity and allows us to be in-charge of our entire social graph. We can accomplish this by running our own relay. I do this in two parts.<br><br>* I run a private local relay on my Android phone. This allows me to easily write offline notes and save all of my drafts to my phone where they are not accessible by anyone but myself. I do this with the Citrine application. You can download it here: <np-embed url="https://github.com/greenart7c3/Citrine"><a href="https://github.com/greenart7c3/Citrine">https://github.com/greenart7c3/Citrine</a></np-embed> <br>* I also run a publicly accessible relay that only my wife and myself and have write access. That means that no one else can save their social information to my relay, but everyone in the world can access my relay to read our notes and events. I use the Nostream relay for this. You can get started with Nostream here: <np-embed url="https://github.com/cameri/nostream"><a href="https://github.com/cameri/nostream">https://github.com/cameri/nostream</a></np-embed><br><br>Do I need to run two relays? Maybe not, but I do, because I can. Nostr allows me to easily do these more technical things if I want to do them, allowing me to be fully in control of my entire social graph and social identity.<br><br>Now that I have my private key being secured and managed and my notes and events are stored on my personal relays, I'm ready to start using various Nostr applications!<br><br>My number one daily driver is Amethyst for Android. It allows me to login via Amber to keep my private key safe. It allows me to easily use my private relay that runs on my smartphone. I use Amethyst because of the number of features that it supports, integrating with many other Nostr clients and various aspects of the protocol. From AI generated feeds of notes, to a bitcoin powered marketplace, to live streams and more. However, Amethyst does suffer from some stability issues and causes me headaches from time to time. Because of this, I also use Primal. Primal is smooth and stable. It lacks some of the extras that Amethyst has, but if I want an experience that just works, I choose Primal.<br><br>Nostr really shines on the web. Most of Nostr's Other Stuff clients are not native applications for Android and iOS, they're web applications - regular websites powered by Nostr. Remember, to securely use these applications, you'll need one of the web browsers and extensions that I mentioned above. Alternatively, you can also use many of these with nsec.app. This website runs a Nostr nsecBunker in your web browser, allowing this application to function as a secure key management application.<br><br>* Snort.social or Iris.to are popular clients, but not performing for me as well as they used to, so now I'm using Primal.net and Coracle.social more and more. Primal is very stable and simple, but Coracle is loaded with features that keep bringing me back. Coracle's new custom feeds feature is a game changer, however the UI is a bit much and may seem overly complicated.<br>* For audio chats, I listen to NostrNests.com where people chat with friends and Plebchain Radio hosts their weekly podcast. I used to do weekly shows here every Monday, but it's been a while for me.<br>* Zap.stream is a Twitch or YouTube alternative for video consumption. Here, I watch friends and streamers here, interacting with them live, chatting, zapping, and consuming all that they have to offer. Sometimes it's weekly podcast shows, sometimes it's gamers playing video games, or sometimes it's just developers hacking away at code during a live coding session.<br>* I use Highlighter.com for reading long form notes or blog posts, but I also use Highlighter for sometimes writing my own. Content creators can also use Highlighter to create subscription tiers, similar to Patreon. I don't use that feature, but it's nice to have for those looking to fund their content in other ways similar to what exists elsewhere on the web.<br>* I use listr.lol to manage my Nostr lists, to help me organize npubs that I follow.<br>* I use metadata.nostr.com to restore my Nostr profile, including my contact list, if a rogue client accidentally deletes or alters my contact list in a way that I didn't intend. This does happen from time to time. We're early.<br>* I use w3.do to create Nostr powered shortlinks for sharing with others.<br>* I use Wavlake to listen to music, supporting artists in a value for value manner. I use this application on the web and I use this application on my Android phone too.<br>* I use Shopstr.store to sell items, such as old Android phones. I've sold 3 via this Nostr powered marketplace.<br>* Tunestr.io is a website similar to Zap.stream, but it's specifically for live musical performances.<br>* I use Zap.store to manage applications on my Android phone as an alternative to Google Play or Obtainium.<br><br>I use these applications the most, but many more applications exist across the Nostr ecosystem. I encourage you to check out <np-embed url="https://www.nostrapps.com"><a href="https://www.nostrapps.com">https://www.nostrapps.com</a></np-embed> from time to time and see what's available.<br><br><br><br></p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[What are Nostr badges? #HOWDONOSTR]]></title>
      <description><![CDATA[What are Nostr badges? #HOWDONOSTR
Badges are simply cosmetic enhancements for your Nostr profile. They may be awarded to users for recognition, for participation, or in appreciation of a certain task, goal or cause. Users may choose to decorate their profiles with badges for fame, notoriety, recognition, support, etc. 

Some…]]></description>
             <itunes:subtitle><![CDATA[What are Nostr badges? #HOWDONOSTR
Badges are simply cosmetic enhancements for your Nostr profile. They may be awarded to users for recognition, for participation, or in appreciation of a certain task, goal or cause. Users may choose to decorate their profiles with badges for fame, notoriety, recognition, support, etc. 

Some…]]></itunes:subtitle>
      <pubDate>Mon, 03 Jun 2024 20:49:29 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1u3rj9t4743y7dw9r4ea28xrs07mhcsmld4lwjc0rllug0mjq34jsslds4x/</link>
      <comments>https://derekross.npub.pro/post/note1u3rj9t4743y7dw9r4ea28xrs07mhcsmld4lwjc0rllug0mjq34jsslds4x/</comments>
      <guid isPermaLink="false">note1u3rj9t4743y7dw9r4ea28xrs07mhcsmld4lwjc0rllug0mjq34jsslds4x</guid>
      <category>howdonostr</category>
      
        <media:content url="https://i.nostr.build/oM0kL.jpg" medium="image"/>
        <enclosure 
          url="https://i.nostr.build/oM0kL.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note1u3rj9t4743y7dw9r4ea28xrs07mhcsmld4lwjc0rllug0mjq34jsslds4x</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p>What are Nostr badges? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><a href="https://i.nostr.build/oM0kL.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://i.nostr.build/oM0kL.jpg"></a><br>Badges are simply cosmetic enhancements for your Nostr profile. They may be awarded to users for recognition, for participation, or in appreciation of a certain task, goal or cause. Users may choose to decorate their profiles with badges for fame, notoriety, recognition, support, etc. <br><br>Some badges are common, some are more rare, and others are extremely rare, only being awarded to small groups of people.<br><br>Badges can be created and managed from <np-embed url="https://nostrbadges.com"><a href="https://nostrbadges.com">https://nostrbadges.com</a></np-embed> and <np-embed url="https://badges.page"><a href="https://badges.page">https://badges.page</a></np-embed> <br><br>Several clients will show badges on user profiles such as Iris, Snort, Amethyst, Nostrudel, etc.<br><br>Examples:<br>Attendees of the very first Nostr conference were awarded a unique <a href='/tag/nostrica/'>#Nostrica</a> badge. <br><br>Participation in various memes and fun activities on Nostr may yield badges for survival of a <a href='/tag/hellthread/'>#hellthread</a>, making a typo, or collecting a lot of badges. The possibilities are endless here.<br><br>Badges may be awarded for subscribing and supporting a Nostr relay, a Nostr client, or service such as NostrPlebs.com, Nostrcheck.me, Nostr.land relays, NoBSBitcoin.com, and more.<br><br>Achievements in video games from <a href="https://njump.me/npub1hm63f02cer8w5jltne4cf2xeswf477lzday7zn0kszv0rwnyz4hqcmzr0p">THNDR</a> yields Nostr badges showcasing your gaming skills.<br><br>Supporting and backing crowdfunded projects on <a href="https://njump.me/npub1kmwdmhuxvafg05dyap3qmy42jpwztrv9p0uvey3a8803ahlwtmnsnhxqk9">Geyser</a> results in a variety of badge rewards.<br><br>Since anyone and everyone can create badges, some badges and even badge providers will be more reputable than others. <br><br>In the end, badges are fun, but also can provide or showcase some utility as well.</p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p>What are Nostr badges? <a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><a href="https://i.nostr.build/oM0kL.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://i.nostr.build/oM0kL.jpg"></a><br>Badges are simply cosmetic enhancements for your Nostr profile. They may be awarded to users for recognition, for participation, or in appreciation of a certain task, goal or cause. Users may choose to decorate their profiles with badges for fame, notoriety, recognition, support, etc. <br><br>Some badges are common, some are more rare, and others are extremely rare, only being awarded to small groups of people.<br><br>Badges can be created and managed from <np-embed url="https://nostrbadges.com"><a href="https://nostrbadges.com">https://nostrbadges.com</a></np-embed> and <np-embed url="https://badges.page"><a href="https://badges.page">https://badges.page</a></np-embed> <br><br>Several clients will show badges on user profiles such as Iris, Snort, Amethyst, Nostrudel, etc.<br><br>Examples:<br>Attendees of the very first Nostr conference were awarded a unique <a href='/tag/nostrica/'>#Nostrica</a> badge. <br><br>Participation in various memes and fun activities on Nostr may yield badges for survival of a <a href='/tag/hellthread/'>#hellthread</a>, making a typo, or collecting a lot of badges. The possibilities are endless here.<br><br>Badges may be awarded for subscribing and supporting a Nostr relay, a Nostr client, or service such as NostrPlebs.com, Nostrcheck.me, Nostr.land relays, NoBSBitcoin.com, and more.<br><br>Achievements in video games from <a href="https://njump.me/npub1hm63f02cer8w5jltne4cf2xeswf477lzday7zn0kszv0rwnyz4hqcmzr0p">THNDR</a> yields Nostr badges showcasing your gaming skills.<br><br>Supporting and backing crowdfunded projects on <a href="https://njump.me/npub1kmwdmhuxvafg05dyap3qmy42jpwztrv9p0uvey3a8803ahlwtmnsnhxqk9">Geyser</a> results in a variety of badge rewards.<br><br>Since anyone and everyone can create badges, some badges and even badge providers will be more reputable than others. <br><br>In the end, badges are fun, but also can provide or showcase some utility as well.</p>
]]></itunes:summary>
      <itunes:image href="https://i.nostr.build/oM0kL.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[#HOWDONOSTR]]></title>
      <description><![CDATA[#HOWDONOSTR

What is a Nostr address?

It's a human readable identifier for your public key. It makes finding your profile on Nostr easier. It makes identifying your Nostr profile easier. A Nostr address is much easier to remember than a long and confusing Nostr public key. A Nostr address,…]]></description>
             <itunes:subtitle><![CDATA[#HOWDONOSTR

What is a Nostr address?

It's a human readable identifier for your public key. It makes finding your profile on Nostr easier. It makes identifying your Nostr profile easier. A Nostr address is much easier to remember than a long and confusing Nostr public key. A Nostr address,…]]></itunes:subtitle>
      <pubDate>Tue, 26 Mar 2024 00:08:01 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1pg0pvqnhppruqqattpx7r6ehczy5pw2q4njrdzrje0qv4r0hwcgqtkxua3/</link>
      <comments>https://derekross.npub.pro/post/note1pg0pvqnhppruqqattpx7r6ehczy5pw2q4njrdzrje0qv4r0hwcgqtkxua3/</comments>
      <guid isPermaLink="false">note1pg0pvqnhppruqqattpx7r6ehczy5pw2q4njrdzrje0qv4r0hwcgqtkxua3</guid>
      <category>howdonostr</category>
      
      <noteId>note1pg0pvqnhppruqqattpx7r6ehczy5pw2q4njrdzrje0qv4r0hwcgqtkxua3</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>What is a Nostr address?<br><br>It's a human readable identifier for your public key. It makes finding your profile on Nostr easier. It makes identifying your Nostr profile easier. A Nostr address is much easier to remember than a long and confusing Nostr public key. A Nostr address, also referred to as a NIP-05 ID, additionally provides you with a shiny verified checkmark on many Nostr clients.<br><br>Please be aware though, that this is not the same type of verification that you'll find on centralized platforms. The only item that's being verified here is that an npub on Nostr corresponds to a particular username and domain. The checkmark shows that a Nostr address is valid and that's it.<br><br>This checkmark helps put a stop to spammers and scammers on clients that showcase valid and invalid Nostr addresses. For example, if you're looking to follow Derek Ross on Nostr, you'll see many different Derek Ross profiles exist. If you're not sure which one is correct, you should look for the profile that has a valid checkmark besides the Nostr address <a href="mailto:derekross@nostrplebs.com">derekross@nostrplebs.com</a>.<br><br>For certain well known individuals or well known companies with their own popular or well known website, it makes sense for them to use the website or organization that they're representing for their Nostr address. For example, maybe a Nostr user works at Tidal. They would use <a href="mailto:user@tidal.com">user@tidal.com</a>. This shows that the user works for or is employed by the popular music service Tidal.<br><br>For other users that don't have the technical knowledge or the time to set up their own personal Nostr address, they may choose to use a Nostr address service provider. The first and most popular Nostr address service provider is NostrPlebs.com. Many other service providers now exist and offer similar services.<br><br>For more information, visit the Nostr NIP-05 official documentation.  <np-embed url="https://github.com/nostr-protocol/nips/blob/master/05.md"><a href="https://github.com/nostr-protocol/nips/blob/master/05.md">https://github.com/nostr-protocol/nips/blob/master/05.md</a></np-embed><br></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>What is a Nostr address?<br><br>It's a human readable identifier for your public key. It makes finding your profile on Nostr easier. It makes identifying your Nostr profile easier. A Nostr address is much easier to remember than a long and confusing Nostr public key. A Nostr address, also referred to as a NIP-05 ID, additionally provides you with a shiny verified checkmark on many Nostr clients.<br><br>Please be aware though, that this is not the same type of verification that you'll find on centralized platforms. The only item that's being verified here is that an npub on Nostr corresponds to a particular username and domain. The checkmark shows that a Nostr address is valid and that's it.<br><br>This checkmark helps put a stop to spammers and scammers on clients that showcase valid and invalid Nostr addresses. For example, if you're looking to follow Derek Ross on Nostr, you'll see many different Derek Ross profiles exist. If you're not sure which one is correct, you should look for the profile that has a valid checkmark besides the Nostr address <a href="mailto:derekross@nostrplebs.com">derekross@nostrplebs.com</a>.<br><br>For certain well known individuals or well known companies with their own popular or well known website, it makes sense for them to use the website or organization that they're representing for their Nostr address. For example, maybe a Nostr user works at Tidal. They would use <a href="mailto:user@tidal.com">user@tidal.com</a>. This shows that the user works for or is employed by the popular music service Tidal.<br><br>For other users that don't have the technical knowledge or the time to set up their own personal Nostr address, they may choose to use a Nostr address service provider. The first and most popular Nostr address service provider is NostrPlebs.com. Many other service providers now exist and offer similar services.<br><br>For more information, visit the Nostr NIP-05 official documentation.  <np-embed url="https://github.com/nostr-protocol/nips/blob/master/05.md"><a href="https://github.com/nostr-protocol/nips/blob/master/05.md">https://github.com/nostr-protocol/nips/blob/master/05.md</a></np-embed><br></p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[#HOWDONOSTR]]></title>
      <description><![CDATA[#HOWDONOSTR

What are Zapathons? 

Zapathons are unofficial events that happen on nostr which consist of rapidly Zapping as much sats or as many people as possible. The main focus of the event is to have fun all the while stress testing many Lightning wallets and clients across the nostr protocol.…]]></description>
             <itunes:subtitle><![CDATA[#HOWDONOSTR

What are Zapathons? 

Zapathons are unofficial events that happen on nostr which consist of rapidly Zapping as much sats or as many people as possible. The main focus of the event is to have fun all the while stress testing many Lightning wallets and clients across the nostr protocol.…]]></itunes:subtitle>
      <pubDate>Fri, 22 Mar 2024 19:20:52 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note1xqce4f4c6sj6vwhtx9wzvd58c25r94y4e9dqujnxajj4vxz2ds5qpepc9f/</link>
      <comments>https://derekross.npub.pro/post/note1xqce4f4c6sj6vwhtx9wzvd58c25r94y4e9dqujnxajj4vxz2ds5qpepc9f/</comments>
      <guid isPermaLink="false">note1xqce4f4c6sj6vwhtx9wzvd58c25r94y4e9dqujnxajj4vxz2ds5qpepc9f</guid>
      <category>howdonostr</category>
      
      <noteId>note1xqce4f4c6sj6vwhtx9wzvd58c25r94y4e9dqujnxajj4vxz2ds5qpepc9f</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>What are Zapathons? <br><br>Zapathons are unofficial events that happen on nostr which consist of rapidly Zapping as much sats or as many people as possible. The main focus of the event is to have fun all the while stress testing many Lightning wallets and clients across the nostr protocol.<br><br>Zapathons organically came about as a way to stress test various Lightning wallets that many users were using. During the early days of Nostr and Zaps, Zapathons broke Wallet of Satoshi and Alby several times each during these events. These stress tests allowed these vendors to make their service offerings more robust and able to handle the increased traffic that Nostr was bringing to the Lightning network.<br><br>While Zapathons can occur at any time throughout the day and throughout the week - they can be completely random - most Zapathons happen used to happen weekly on Thursday and Friday at 5pm Eastern Standard Time.<br><br>You'll find hundreds of people Zapping every single note they come across or they'll be targeting specific notes or even targeting specific individuals. (Zap the devs!) You'll see memes and animated GIFs flooding your main feed as everyone celebrates, produces content to be Zapped, and wants to partake in the fun and excitement.<br><br>Some Nostriches like to hold their best memes, GIFs, or even announcements for Zapathons. Posting your content during a Zapathon could mean a healthy boost of eyeballs and Zaps for your note.<br><br>All you need to do to participate is have a Bitcoin Lighting wallet and like to have fun. That's it. You can also follow the <a href='/tag/zapathon/'>#Zapathon</a> hashtag for an extra dose of excitement if your own personal feed is a little bland during a Zapathon time period.<br><br></p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>What are Zapathons? <br><br>Zapathons are unofficial events that happen on nostr which consist of rapidly Zapping as much sats or as many people as possible. The main focus of the event is to have fun all the while stress testing many Lightning wallets and clients across the nostr protocol.<br><br>Zapathons organically came about as a way to stress test various Lightning wallets that many users were using. During the early days of Nostr and Zaps, Zapathons broke Wallet of Satoshi and Alby several times each during these events. These stress tests allowed these vendors to make their service offerings more robust and able to handle the increased traffic that Nostr was bringing to the Lightning network.<br><br>While Zapathons can occur at any time throughout the day and throughout the week - they can be completely random - most Zapathons happen used to happen weekly on Thursday and Friday at 5pm Eastern Standard Time.<br><br>You'll find hundreds of people Zapping every single note they come across or they'll be targeting specific notes or even targeting specific individuals. (Zap the devs!) You'll see memes and animated GIFs flooding your main feed as everyone celebrates, produces content to be Zapped, and wants to partake in the fun and excitement.<br><br>Some Nostriches like to hold their best memes, GIFs, or even announcements for Zapathons. Posting your content during a Zapathon could mean a healthy boost of eyeballs and Zaps for your note.<br><br>All you need to do to participate is have a Bitcoin Lighting wallet and like to have fun. That's it. You can also follow the <a href='/tag/zapathon/'>#Zapathon</a> hashtag for an extra dose of excitement if your own personal feed is a little bland during a Zapathon time period.<br><br></p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[#HOWDONOSTR]]></title>
      <description><![CDATA[#HOWDONOSTR

What are relays? 

Nostr relays are decentralized servers that are used to store and transmit notes and events on the Nostr protocol. They are essential for the operation of Nostr, as they allow users to communicate with each other without having to rely on a central server. Nostr relays…]]></description>
             <itunes:subtitle><![CDATA[#HOWDONOSTR

What are relays? 

Nostr relays are decentralized servers that are used to store and transmit notes and events on the Nostr protocol. They are essential for the operation of Nostr, as they allow users to communicate with each other without having to rely on a central server. Nostr relays…]]></itunes:subtitle>
      <pubDate>Thu, 14 Mar 2024 16:46:40 GMT</pubDate>
      <link>https://derekross.npub.pro/post/note18pdj7lteu4vd58s8ecl54sxd8suqzhqxkyjztflt50jl099eh90s6vdwks/</link>
      <comments>https://derekross.npub.pro/post/note18pdj7lteu4vd58s8ecl54sxd8suqzhqxkyjztflt50jl099eh90s6vdwks/</comments>
      <guid isPermaLink="false">note18pdj7lteu4vd58s8ecl54sxd8suqzhqxkyjztflt50jl099eh90s6vdwks</guid>
      <category>howdonostr</category>
      
      <noteId>note18pdj7lteu4vd58s8ecl54sxd8suqzhqxkyjztflt50jl099eh90s6vdwks</noteId>
      <npub>npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424</npub>
      <dc:creator><![CDATA[Derek Ross]]></dc:creator>
      <content:encoded><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>What are relays? <br><br>Nostr relays are decentralized servers that are used to store and transmit notes and events on the Nostr protocol. They are essential for the operation of Nostr, as they allow users to communicate with each other without having to rely on a central server. Nostr relays are sometimes referred to as the "dumb" powerhouses of the protocol.<br><br>Nostr relays are run by volunteers all over the world. This makes Nostr censorship-resistant, as it is not possible for any one entity to control all of the relays.<br><br>When a user creates a note or event on Nostr, clients broadcast this information to the user's relays to be stored and later retrieved by other clients. Nostr relays are also responsible for verifying the authenticity of notes. This is done by using a cryptographic signature that is attached to each note. When a user receives a note, their client verifies the signature to ensure that the note has not been tampered with.<br><br>Nostr relays are a critical part of the Nostr protocol. They allow users to communicate with each other censorship-resistantly, securely, and anyone can run one.<br><br>What relays should I use? <br><br>You want to use a diverse set of relays along with relays that your friends, family, and people you know use. If you do not share at least one relay in common with someone, you may not be able to communicate with one another across the nostr protocol.<br><br>Nostr clients will either bootstrap a list of pre-configured, default relays for you to use or recommend relays for you to use. These are a good place to start, but it's recommended to reach out to your friends to see what relays they are using or to join a local community or interest based relay.<br><br>A list of all nostr relays can be found at <np-embed url="https://nostr.watch"><a href="https://nostr.watch">https://nostr.watch</a></np-embed><br><br>Should I run my own relay?<br><br>Yes.<br><br>This puts you in charge of your social data and your entire social graph for the very first time.<br><br>This helps you stay censorship resistant. If a relay would happen to censor you, ban you, or disappear, you still have all of your data on your own personal relay.</p>
]]></content:encoded>
      <itunes:author><![CDATA[Derek Ross]]></itunes:author>
      <itunes:summary><![CDATA[<p><a href='/tag/howdonostr/'>#HOWDONOSTR</a><br><br>What are relays? <br><br>Nostr relays are decentralized servers that are used to store and transmit notes and events on the Nostr protocol. They are essential for the operation of Nostr, as they allow users to communicate with each other without having to rely on a central server. Nostr relays are sometimes referred to as the "dumb" powerhouses of the protocol.<br><br>Nostr relays are run by volunteers all over the world. This makes Nostr censorship-resistant, as it is not possible for any one entity to control all of the relays.<br><br>When a user creates a note or event on Nostr, clients broadcast this information to the user's relays to be stored and later retrieved by other clients. Nostr relays are also responsible for verifying the authenticity of notes. This is done by using a cryptographic signature that is attached to each note. When a user receives a note, their client verifies the signature to ensure that the note has not been tampered with.<br><br>Nostr relays are a critical part of the Nostr protocol. They allow users to communicate with each other censorship-resistantly, securely, and anyone can run one.<br><br>What relays should I use? <br><br>You want to use a diverse set of relays along with relays that your friends, family, and people you know use. If you do not share at least one relay in common with someone, you may not be able to communicate with one another across the nostr protocol.<br><br>Nostr clients will either bootstrap a list of pre-configured, default relays for you to use or recommend relays for you to use. These are a good place to start, but it's recommended to reach out to your friends to see what relays they are using or to join a local community or interest based relay.<br><br>A list of all nostr relays can be found at <np-embed url="https://nostr.watch"><a href="https://nostr.watch">https://nostr.watch</a></np-embed><br><br>Should I run my own relay?<br><br>Yes.<br><br>This puts you in charge of your social data and your entire social graph for the very first time.<br><br>This helps you stay censorship resistant. If a relay would happen to censor you, ban you, or disappear, you still have all of your data on your own personal relay.</p>
]]></itunes:summary>
      
      </item>
      
      </channel>
      </rss>
    