<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>1bet.eth</title>
        <link>https://paragraph.com/@duolinguo</link>
        <description>undefined</description>
        <lastBuildDate>Fri, 17 Apr 2026 13:54:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[BTC Ordinal NFT macOS 环境搭建--小白教程]]></title>
            <link>https://paragraph.com/@duolinguo/btc-ordinal-nft-macos</link>
            <guid>SW1iVCvCmvCcMFyOvheF</guid>
            <pubDate>Sat, 11 Mar 2023 03:45:41 GMT</pubDate>
            <description><![CDATA[前言由于官方教程都是基于windows的，而mac用户并没有很好的新手教程。因此总结下自己这一段时间折腾macOS BTC全节点还有Ordinal环境配置的问题。 凡事由0到1最难，而当你踏入这条河流后，就会发现更广阔的海洋。配置BTC全节点钱包下载https://bitcoincore.org/en/2022/12/12/release-24.0.1/ 下载Bitcoin Core 24.0.1 节点钱包，注意不要下22.0版本，因为他上面没有rpc server配置项。根据你电脑来下载对应的安装包。 例如我的电脑是m1芯片，需要选择ARM64版本的。下载后，解压安装到mac中。如果你是使用移动硬盘装载BTC数据时，就需要在安装时，指定对应的目录为移动硬盘的BTC目录中。 注意：不要勾选修剪节点选项启动RPC服务器安装成功后，快捷键cmd+, 或者 preferences-选项-主要勾选启动RPC服务器配置。 重启btc客户端这样BTC客户端就启动了rpc server服务，之后ord会用到配置txindex打开配置文件，输入如下内容，保存后重启客户端txindex=1 配置O...]]></description>
            <content:encoded><![CDATA[<h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">前言</h2><p>由于官方教程都是基于windows的，而mac用户并没有很好的新手教程。因此总结下自己这一段时间折腾macOS BTC全节点还有Ordinal环境配置的问题。</p><p>凡事由0到1最难，而当你踏入这条河流后，就会发现更广阔的海洋。</p><h2 id="h-btc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">配置BTC全节点钱包</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">下载</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bitcoincore.org/en/2022/12/12/release-24.0.1/">https://bitcoincore.org/en/2022/12/12/release-24.0.1/</a></p><p>下载Bitcoin Core 24.0.1 节点钱包，注意不要下22.0版本，因为他上面没有rpc server配置项。根据你电脑来下载对应的安装包。</p><p>例如我的电脑是m1芯片，需要选择ARM64版本的。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/59f9e8133a4078d8cfd79fb3680ca3840cf3f53c78370f69163684832bf0f744.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>下载后，解压安装到mac中。如果你是使用移动硬盘装载BTC数据时，就需要在安装时，指定对应的目录为移动硬盘的BTC目录中。</p><p><strong>注意：不要勾选修剪节点选项</strong></p><h3 id="h-rpc" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">启动RPC服务器</h3><p>安装成功后，快捷键<code>cmd+,</code> 或者 <code>preferences-选项-主要</code>勾选启动RPC服务器配置。</p><p>重启btc客户端</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ea20ae53a29bce81c26bd6bf4b8f02d95a515c338f99bc222813443c63987028.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f7747228ff7024c641c9974173d30056268f2f277fd530dc9620b9a1d2e7361.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>这样BTC客户端就启动了rpc server服务，之后ord会用到</p><h3 id="h-txindex" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">配置txindex</h3><p>打开配置文件，输入如下内容，保存后重启客户端</p><pre data-type="codeBlock" text="txindex=1
"><code><span class="hljs-attr">txindex</span>=<span class="hljs-number">1</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3edeb703d3a448245e48ad1ce2165db6eeae239bcad8162f678bf5acc31b78d1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/934149b562f2b50da8ee8f6f3dc50aefc0c097516de2b84d886a23cd30ba651a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-ord" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">配置ORD</h2><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">下载软件</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/casey/ord/releases">https://github.com/casey/ord/releases</a></p><p>从github上下载最新的ord release包，当前版本是0.5.1</p><p>下载后解压出来，解压后的文件名是</p><p><code>ord-0.5.1-aarch64-apple-darwin</code></p><p>将 <code>ord</code>这个可执行文件，拷贝到 <code>/usr/local/bin/ord</code></p><p>打开命令行工具，输入 <code>ord -V</code></p><p>信息如下，说明安装成功</p><pre data-type="codeBlock" text="ord 0.5.1
"><code><span class="hljs-keyword">ord</span> <span class="hljs-number">0</span>.<span class="hljs-number">5.1</span>
</code></pre><h3 id="h-btc-core" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">和 BTC Core 交互</h3><p>创建 ord btc 钱包</p><pre data-type="codeBlock" text="ord wallet create
"><code>ord wallet <span class="hljs-built_in">create</span>
</code></pre><p>如果你的btc数据不是在默认目录位置，则使用上面命令时需要指定BTC数据目录和cookie的地址</p><p>例如我的数据在<code>/Volumes/Samsung_T5/BTC/BTCSyncData</code> 这个目录下</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f9b783b95f98afeae180a66601daae8ee2ba972a381211fed3180188763ed15a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><pre data-type="codeBlock" text="ord --data-dir /Volumes/Samsung_T5/BTC/BTCSyncData/ord-data --bitcoin-data-dir /Volumes/Samsung_T5/BTC/BTCSyncData --cookie-file /Volumes/Samsung_T5/BTC/BTCSyncData/.cookie wallet create
"><code>ord <span class="hljs-operator">-</span><span class="hljs-operator">-</span>data<span class="hljs-operator">-</span>dir <span class="hljs-operator">/</span>Volumes<span class="hljs-operator">/</span>Samsung_T5<span class="hljs-operator">/</span>BTC<span class="hljs-operator">/</span>BTCSyncData<span class="hljs-operator">/</span>ord<span class="hljs-operator">-</span>data <span class="hljs-operator">-</span><span class="hljs-operator">-</span>bitcoin<span class="hljs-operator">-</span>data<span class="hljs-operator">-</span>dir <span class="hljs-operator">/</span>Volumes<span class="hljs-operator">/</span>Samsung_T5<span class="hljs-operator">/</span>BTC<span class="hljs-operator">/</span>BTCSyncData <span class="hljs-operator">-</span><span class="hljs-operator">-</span>cookie<span class="hljs-operator">-</span>file <span class="hljs-operator">/</span>Volumes<span class="hljs-operator">/</span>Samsung_T5<span class="hljs-operator">/</span>BTC<span class="hljs-operator">/</span>BTCSyncData<span class="hljs-operator">/</span>.cookie wallet create
</code></pre><p>使用上面命令后，如果一切正常就会输出如下内容，mnemonic是助记词</p><pre data-type="codeBlock" text="{
  &quot;mnemonic&quot;: &quot;fun xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx fitness&quot;,
  &quot;passphrase&quot;: &quot;&quot;
}
"><code><span class="hljs-punctuation">{</span>
  <span class="hljs-attr">"mnemonic"</span><span class="hljs-punctuation">:</span> <span class="hljs-string">"fun xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx fitness"</span><span class="hljs-punctuation">,</span>
  <span class="hljs-attr">"passphrase"</span><span class="hljs-punctuation">:</span> <span class="hljs-string">""</span>
<span class="hljs-punctuation">}</span>
</code></pre><p>解释下命令参数的含义</p><pre data-type="codeBlock" text="--bitcoin-data-dir 指定btc data的位置
--cookie-file 指定.cookie文件的位置
"><code><span class="hljs-operator">-</span><span class="hljs-operator">-</span>bitcoin<span class="hljs-operator">-</span>data<span class="hljs-operator">-</span>dir 指定btc data的位置
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>cookie<span class="hljs-operator">-</span>file 指定.cookie文件的位置
</code></pre>]]></content:encoded>
            <author>duolinguo@newsletter.paragraph.com (1bet.eth)</author>
        </item>
        <item>
            <title><![CDATA[20220326 天气阴]]></title>
            <link>https://paragraph.com/@duolinguo/20220326</link>
            <guid>CHTLKtVpAnEHePFjnWlb</guid>
            <pubDate>Sat, 26 Mar 2022 09:07:28 GMT</pubDate>
            <description><![CDATA[从17年底进入币圈，被比特币暴涨xxx倍吸引。从而买入比特币，然后接下来的一段时间被套在高位。转眼间5年匆匆而过，人长大以后时间从来没有停下来等过谁，跟不上就会被抛弃。 说实话这些年，确实错过了一些事情。对比特币没有深层次的认知，也拿不住赚不到。本来较少的比特币越来越少。 对投资也是盲人摸象，东一下西一下，学习又学不进去。每天忙忙碌碌认知却还停留在昨天。年轮上只是增加了一圈，而智力上的增长一点也不见。]]></description>
            <content:encoded><![CDATA[<p>从17年底进入币圈，被比特币暴涨xxx倍吸引。从而买入比特币，然后接下来的一段时间被套在高位。转眼间5年匆匆而过，人长大以后时间从来没有停下来等过谁，跟不上就会被抛弃。</p><p>说实话这些年，确实错过了一些事情。对比特币没有深层次的认知，也拿不住赚不到。本来较少的比特币越来越少。</p><p>对投资也是盲人摸象，东一下西一下，学习又学不进去。每天忙忙碌碌认知却还停留在昨天。年轮上只是增加了一圈，而智力上的增长一点也不见。</p>]]></content:encoded>
            <author>duolinguo@newsletter.paragraph.com (1bet.eth)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e3a7a10766052c5e2447e6a8e71823a0abc9d922e41ab89f4c71fe7751c0726a.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[SynFutures 交易竞赛指南]]></title>
            <link>https://paragraph.com/@duolinguo/synfutures</link>
            <guid>KeoqXEu6U3IE61OjNTM1</guid>
            <pubDate>Sat, 16 Oct 2021 08:01:28 GMT</pubDate>
            <description><![CDATA[一、竞赛相关交易网址https://beta.synfutures.com/时间开始时间：October 15, 2021 at 10:00 UTC 结束时间：November 15, 2021 at 10:00 UTC奖励**总交易量1-10万美元：**青铜交易员NFT**总交易量10k-100k：**白银交易员NFT**100k-1M美元总交易量：**黄金交易员NFT**$1M+总交易量：**钻石交易商NFT测链可以在ETH和Polygon上交易，可以省一些油费二、介绍我们要deposit USDC到SYN上，否则没法进行期权操作我们可以选择long还是short，然后买入的是matic输入matic的数量，点击trade就可以交易了右侧有你的仓位详情]]></description>
            <content:encoded><![CDATA[<h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、竞赛相关</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">交易网址</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://beta.synfutures.com/">https://beta.synfutures.com/</a></p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">时间</h3><p><strong>开始时间</strong>：October 15, 2021 at 10:00 UTC</p><p><strong>结束时间</strong>：November 15, 2021 at 10:00 UTC</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">奖励</h3><ul><li><p>**总交易量1-10万美元：**青铜交易员NFT</p></li><li><p>**总交易量10k-100k：**白银交易员NFT</p></li><li><p>**100k-1M美元总交易量：**黄金交易员NFT</p></li><li><p>**$1M+总交易量：**钻石交易商NFT</p></li></ul><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">测链</h3><p>可以在ETH和Polygon上交易，可以省一些油费</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、介绍</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fa01db5ef2d19414f8845953c71d082c2e6664d6f56ea78889ab180111ce54d2.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol><li><p>我们要deposit USDC到SYN上，否则没法进行期权操作</p></li><li><p>我们可以选择long还是short，然后买入的是matic</p></li><li><p>输入matic的数量，点击trade就可以交易了</p></li><li><p>右侧有你的仓位详情</p></li></ol>]]></content:encoded>
            <author>duolinguo@newsletter.paragraph.com (1bet.eth)</author>
        </item>
        <item>
            <title><![CDATA[万物低迷时，你应该关注哪些币？]]></title>
            <link>https://paragraph.com/@duolinguo/UODkcA0BuWp5zdrqOlDL</link>
            <guid>UODkcA0BuWp5zdrqOlDL</guid>
            <pubDate>Sat, 16 Oct 2021 07:39:14 GMT</pubDate>
            <description><![CDATA[如果再给一次机会，回到519日，万物瀑布时，我可能会转换思路，关注如下币种。ILV - SNX创始人的弟弟的项目，当时在5月份看来，10月很遥远。未来的事情遥不可及，可是啊，时间就是这么无情，在你不知道的时候，已经悄然走过5个月。ILV预期10月上线利好，而且discord\twitter也很活跃，说明有人在干事情。再说一下，当时社区启动的时候还分发了5个ILV，是少有的能拿到空投dot - 从高点跌刀最低10刀左右，而我也是在13刀左右斩仓，斩刀了最低点。交易果然是和人性做斗争，不要只想到涨，而看不到风险。10刀的dot，你买了性价比是很高的，而且之后还会有插槽拍卖，有这个大利好在后面。只不过接入的时间点不对，40刀的还入场呢？算是明白一个道理，币是好币，但是也要考虑介入时间点！BTC - 大饼不会欠任何人的，在不远的将来总会回到他最开始的位置。所以买入、持有、等待上涨就可以了ETH - 可以小仓位介入，毕竟作为gas，任何链上操作都需要他测链 - 测链相关，毕竟作为ETH的竟品，在ETH没有明显改善之前这些都有机会。而且价格真的便宜，也不需要买多，1000个就好]]></description>
            <content:encoded><![CDATA[<p>如果再给一次机会，回到519日，万物瀑布时，我可能会转换思路，关注如下币种。</p><ul><li><p>ILV - SNX创始人的弟弟的项目，当时在5月份看来，10月很遥远。未来的事情遥不可及，可是啊，时间就是这么无情，在你不知道的时候，已经悄然走过5个月。ILV预期10月上线利好，而且discord\twitter也很活跃，说明有人在干事情。再说一下，当时社区启动的时候还分发了5个ILV，是少有的能拿到空投</p></li><li><p>dot - 从高点跌刀最低10刀左右，而我也是在13刀左右斩仓，斩刀了最低点。交易果然是和人性做斗争，不要只想到涨，而看不到风险。10刀的dot，你买了性价比是很高的，而且之后还会有插槽拍卖，有这个大利好在后面。只不过接入的时间点不对，40刀的还入场呢？算是明白一个道理，币是好币，但是也要考虑介入时间点！</p></li><li><p>BTC - 大饼不会欠任何人的，在不远的将来总会回到他最开始的位置。所以买入、持有、等待上涨就可以了</p></li><li><p>ETH - 可以小仓位介入，毕竟作为gas，任何链上操作都需要他</p></li><li><p>测链 - 测链相关，毕竟作为ETH的竟品，在ETH没有明显改善之前这些都有机会。而且价格真的便宜，也不需要买多，1000个就好</p></li></ul>]]></content:encoded>
            <author>duolinguo@newsletter.paragraph.com (1bet.eth)</author>
        </item>
        <item>
            <title><![CDATA[送给女朋友的Zapper.fi签到教程]]></title>
            <link>https://paragraph.com/@duolinguo/zapper-fi</link>
            <guid>O5mMgMTa6ZpLADRLfxEr</guid>
            <pubDate>Fri, 15 Oct 2021 13:44:39 GMT</pubDate>
            <description><![CDATA[一、找到metamask，输入密码，进入页面示意图1二、切换网络，选择马蹄示意图2三、浏览器里输入 zapper.fi/quests点下方链接 https://zapper.fi/quests 说明： quests里面是需要做的任务，而【签到】任务只需要做第一个就可以了。 也就是 Open Zapper 任务，点击高亮状态的【claim】按钮四、签名点击claim按钮，会弹出小狐狸的签名弹窗，如下图然后点击【签名】按钮，成功后会弹出下面的提示。五、问题有任务为什么领取不了？ 因为当前的钱包不是正在查看的钱包，查看下面的示意图切换小狐狸里的钱包为当前钱包就好了]]></description>
            <content:encoded><![CDATA[<h2 id="h-metamask" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、找到metamask，输入密码，进入页面</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8db5c539180f9d3925ceacf8d2342e0e97e6259d3295b1e6c3b48e82e05fbea6.png" alt="示意图1" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">示意图1</figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、切换网络，选择马蹄</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ec5357398295ba1fd146a3888146151eacd27551c631783df15bb7d7c15e99aa.png" alt="示意图2" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">示意图2</figcaption></figure><h2 id="h-zapperfiquests" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">三、浏览器里输入 zapper.fi/quests</h2><p>点下方链接</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zapper.fi/quests">https://zapper.fi/quests</a></p><p>说明：</p><p>quests里面是需要做的任务，而【签到】任务只需要做第一个就可以了。</p><p>也就是 Open Zapper 任务，点击高亮状态的【claim】按钮</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/15986a93806bddf5faa3b163ec6c47ff5383bbb3ac766a49c64b0c9d217cc11a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">四、签名</h3><p>点击claim按钮，会弹出小狐狸的签名弹窗，如下图</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6c95d1f97e7ff64225693e2e9f5a2389ed06ba21029c8f2719745c47a0e8e5a2.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>然后点击【签名】按钮，成功后会弹出下面的提示。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4f106f59311e04e26ee95c8b2e46dc8163c11a1467c01d7969c712e4d9360dfe.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">五、问题</h2><p>有任务为什么领取不了？</p><p>因为当前的钱包不是正在查看的钱包，查看下面的示意图</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a57cec0c2bdad07d0863113612cd1c9f73d662a6254602dbe3f7ad88d8f7faec.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3d242760b4babaa8b6828e8d64304a721b521c02c690080ba5d203a807a52622.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>切换小狐狸里的钱包为当前钱包就好了</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5b444a5f808150dae223ded8e9e47fe7a2cf1fdf63c63bda88cbb66f67dde5e2.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>duolinguo@newsletter.paragraph.com (1bet.eth)</author>
        </item>
    </channel>
</rss>