<?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>darktu</title>
        <link>https://paragraph.com/@javbus</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 26 Jul 2026 04:51:01 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>darktu</title>
            <url>https://storage.googleapis.com/papyrus_images/76f3bc018a0e0b12549d37542069404a842bfe5fee4b706575829000d775de24.jpg</url>
            <link>https://paragraph.com/@javbus</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[20亿美元估值项目Sui ，即将启动激励测试网，抢先体验]]></title>
            <link>https://paragraph.com/@javbus/20-sui</link>
            <guid>W9MAxZziKd5Bf4V0m1dY</guid>
            <pubDate>Sat, 06 Aug 2022 12:10:31 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我的推特。 今天介绍的项目是Sui， Sui 是一个无需许可的权益证明（PoS）区块链网络，解决链上交易速度和安全性问题，由 4 位前 Meta 工程师创立的 Web3 基础设施公司 Mysten Labs @Mysten_Labs 开发。目前正已20亿美元估值，寻求2亿美元的B轮融资。8月将开通激励测试网，现在抢先体验测试节点的搭建吧。 开始今天的教程之前，需要有一定的前置条件： 一台ubuntu服务器(最好是国外的服务器，问题会少很多)，最低配置如下中央处理器：8内存：32GB存储：180GB操作系统：Ubuntu 22.041、使用ssh登录服务器（mac、linux系统下操作）ssh root@服务器ip 回车确认，如果出现提示”Are you sure you want to continue connecting (yes/no/[fingerprint])?“ 输入 yes 回车确认 窗口等待输入服务器密码，回车确认。进入服务器运行成功结果运行成功结果 2、确认当前用户是root，如果已经是r...]]></description>
            <content:encoded><![CDATA[<p>大家好我是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">推特</a>。</p><p>今天介绍的项目是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Mysten_Labs">Sui</a>， <strong>Sui</strong> 是一个无需许可的权益证明（PoS）区块链网络，<strong>解决链上交易速度和安全性问题</strong>，由 4 位前 <strong>Meta</strong> 工程师创立的 Web3 基础设施公司 Mysten Labs <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Mysten_Labs">@Mysten_Labs</a> 开发。目前正已20亿美元估值，寻求2亿美元的B轮融资。8月将开通激励测试网，现在抢先体验测试节点的搭建吧。</p><p>开始今天的教程之前，需要有一定的前置条件：</p><p>一台ubuntu服务器(最好是国外的服务器，问题会少很多)，最低配置如下</p><ul><li><p>中央处理器：8</p></li><li><p>内存：32GB</p></li><li><p>存储：180GB</p></li><li><p>操作系统：Ubuntu 22.04</p></li></ul><p><strong>1、使用ssh登录服务器（mac、linux系统下操作</strong>）</p><pre data-type="codeBlock" text="ssh root@服务器ip 
"><code>ssh <span class="hljs-symbol">root@</span>服务器ip 
</code></pre><p>回车确认，如果出现提示”Are you sure you want to continue connecting (yes/no/[fingerprint])?“</p><p>输入 <code>yes</code> 回车确认</p><p>窗口等待输入服务器密码，回车确认。进入服务器</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dc9e70afcfa2bce4cb609a6ac5f54cf4397039ccd3fc5c30cce47c423bf53301.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p><strong>2、确认当前用户是root，如果已经是root用户请略过</strong></p><p>开启root用户，为root用户创建密码，输入两次密码</p><pre data-type="codeBlock" text="sudo passwd root
"><code></code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/df107eb284a26e6493e047cd83dafb13f300ce5e069e5faa7439dcdf5b19a709.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>使用下面命令，切换到root用户，在输入刚才创建的密码</p><pre data-type="codeBlock" text="su root
"><code></code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0be886687df51451e6cd96d194441c9b650f8c8f40833a4ab40a6e0f2d30e4ff.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>3、安转docker、docker-compose</strong></p><p>进入服务器后，默认在 ~目录下。创建新目录<code>sui-node/devnet并进入目录</code></p><pre data-type="codeBlock" text="sudo mkdir -p ~/sui-node/devnet &amp;&amp; cd ~/sui-node/devnet
"><code>sudo mkdir <span class="hljs-operator">-</span>p <span class="hljs-operator">~</span><span class="hljs-operator">/</span>sui<span class="hljs-operator">-</span>node<span class="hljs-operator">/</span>devnet <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> cd <span class="hljs-operator">~</span><span class="hljs-operator">/</span>sui<span class="hljs-operator">-</span>node<span class="hljs-operator">/</span>devnet
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/18f4bd10903d7a832dae654b221ed9331d520dfc90217daba584c08abad76fa1.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p>安转docker</p><pre data-type="codeBlock" text="sudo wget -O get-docker.sh https://get.docker.com &amp;&amp;sudo sh get-docker.sh &amp;&amp; sudo rm -f get-docker.sh
"><code>sudo wget <span class="hljs-operator">-</span>O get<span class="hljs-operator">-</span>docker.sh https:<span class="hljs-comment">//get.docker.com &#x26;&#x26;sudo sh get-docker.sh &#x26;&#x26; sudo rm -f get-docker.sh</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/70f6d650521477138fb40512b607d8e88cf47c55a5fa07ac6b515c4fe0817af4.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p>安装docker-compose</p><pre data-type="codeBlock" text="sudo curl -L &quot;https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)&quot; -o /usr/local/bin/docker-compose &amp;&amp; sudo chmod +x /usr/local/bin/docker-compose
"><code>sudo curl <span class="hljs-operator">-</span>L <span class="hljs-string">"https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)"</span> <span class="hljs-operator">-</span>o <span class="hljs-operator">/</span>usr<span class="hljs-operator">/</span>local<span class="hljs-operator">/</span>bin<span class="hljs-operator">/</span>docker<span class="hljs-operator">-</span>compose <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> sudo chmod <span class="hljs-operator">+</span>x <span class="hljs-operator">/</span>usr<span class="hljs-operator">/</span>local<span class="hljs-operator">/</span>bin<span class="hljs-operator">/</span>docker<span class="hljs-operator">-</span>compose
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a3519ffd9f9de0dfeb75c18e5efb9c6529469ed984da34bb48aa1f2442477be8.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p>验证docker、docker-compose</p><pre data-type="codeBlock" text="sudo docker -v
sudo docker-compose -v
"><code>sudo docker <span class="hljs-operator">-</span>v
sudo docker<span class="hljs-operator">-</span>compose <span class="hljs-operator">-</span>v
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bc376a48af203216d0f879eac9a5251a3651c9a7a18f4197576d924bf0070706.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p><strong>4、下载所需配置文件</strong></p><pre data-type="codeBlock" text="sudo wget -O fullnode-template.yaml https://github.com/MystenLabs/sui/raw/main/crates/sui-config/data/fullnode-template.yaml
sudo wget -O genesis.blob https://github.com/MystenLabs/sui-genesis/raw/main/devnet/genesis.blob
sudo wget -O docker-compose.yaml https://raw.githubusercontent.com/MystenLabs/sui/main/docker/fullnode/docker-compose.yaml
"><code>sudo wget <span class="hljs-operator">-</span>O fullnode<span class="hljs-operator">-</span>template.yaml https:<span class="hljs-comment">//github.com/MystenLabs/sui/raw/main/crates/sui-config/data/fullnode-template.yaml</span>
sudo wget <span class="hljs-operator">-</span>O genesis.blob https:<span class="hljs-comment">//github.com/MystenLabs/sui-genesis/raw/main/devnet/genesis.blob</span>
sudo wget <span class="hljs-operator">-</span>O docker<span class="hljs-operator">-</span>compose.yaml https:<span class="hljs-comment">//raw.githubusercontent.com/MystenLabs/sui/main/docker/fullnode/docker-compose.yaml</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da777e94825d03be67901e3db9e5a896c11cbd56046bf7918dd519456c74fe33.png" alt="运行中" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行中</figcaption></figure><p>运行中</p><p>运行完成后，使用 <code>ls</code> 命令查看是否有(由于有的服务器没有<code>ll</code> 命令，这里改成<code>ls</code>)</p><p>docker-compose.yaml fullnode-template.yaml genesis.blob 三个文件</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eb12834a15b5d5092e8662f4588da705eb31bd4b14e321a9ef8da63b9066a535.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p><strong>5、修改配置文件</strong></p><pre data-type="codeBlock" text="sudo sed -i &apos;s/127.0.0.1:9184/0.0.0.0:9184/&apos; fullnode-template.yaml
sudo sed -i &apos;s/127.0.0.1:9000/0.0.0.0:9000/&apos; fullnode-template.yaml
"><code>sudo sed <span class="hljs-operator">-</span>i <span class="hljs-string">'s/127.0.0.1:9184/0.0.0.0:9184/'</span> fullnode<span class="hljs-operator">-</span>template.yaml
sudo sed <span class="hljs-operator">-</span>i <span class="hljs-string">'s/127.0.0.1:9000/0.0.0.0:9000/'</span> fullnode<span class="hljs-operator">-</span>template.yaml
</code></pre><p>运行后使用 cat fullnode-template.yaml 查看文件信息是否如图</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b77bfe1afbe66bbdc6012bef44d1b72e3f0283ca236b77c6549dd867543647b0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>6、拉取docker文件</strong></p><pre data-type="codeBlock" text="sudo docker-compose pull
"><code>sudo docker<span class="hljs-operator">-</span>compose pull
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bcf9f9a61758d1c1d1d7d53e124cf602f231f7f85da0252341cde9113cc53db1.png" alt="运行中" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行中</figcaption></figure><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/9a18285a211e401d6bc5ef25721656ba9e5f0fc2c02c9198d476251cf1ea12c6.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p><strong>7、启动节点服务</strong></p><pre data-type="codeBlock" text="sudo docker-compose up -d
"><code>sudo docker<span class="hljs-operator">-</span>compose up <span class="hljs-operator">-</span>d
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/97e6b0b345f0a47f3417d5badb9e165d6384175699de60504b5e48b6b132a75f.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p><strong>8、测试节点是否启动成功</strong></p><pre data-type="codeBlock" text="curl --location --request POST &apos;http://127.0.0.1:9000/&apos; \
    --header &apos;Content-Type: application/json&apos; \
    --data-raw &apos;{ &quot;jsonrpc&quot;:&quot;2.0&quot;, &quot;id&quot;:1, &quot;method&quot;:&quot;sui_getRecentTransactions&quot;, &quot;params&quot;:[5] }&apos;
"><code>curl <span class="hljs-operator">-</span><span class="hljs-operator">-</span>location <span class="hljs-operator">-</span><span class="hljs-operator">-</span>request POST <span class="hljs-string">'http://127.0.0.1:9000/'</span> \
    <span class="hljs-operator">-</span><span class="hljs-operator">-</span>header <span class="hljs-string">'Content-Type: application/json'</span> \
    <span class="hljs-operator">-</span><span class="hljs-operator">-</span>data<span class="hljs-operator">-</span>raw <span class="hljs-string">'{ "jsonrpc":"2.0", "id":1, "method":"sui_getRecentTransactions", "params":[5] }'</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4ef201bb3e6a3c428564fe598ea0da08a4edf4822afe119f20a9fb4b491fb44b.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p>也可以查看端口是否启用 netstat -ant ，<strong>如果提示没有命令先使用 apt install net-tools 安装</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/819a16ddfa19dcba246c28d5cc4e7fcceaad326604e33435d8e3d42818f64341.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p><strong>781设置防火墙、安全组，放行9000、9184端口</strong></p><p>Google cloud 设置防火墙</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2e325116d79f8256f5a4911cb953ec49166c245422a9ddc1b6a423714712a658.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>9、监控节点 访问下发网站</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://node.sui.zvalid.com/">https://node.sui.zvalid.com</a> 红框处输入<strong>你自己的服务器ip</strong>，点击 CONNECT 按钮</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/75e9d911c16f8e0934773b8792112ffab41c9b64f041b207abdc4fba29a082b7.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><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/085b6acfdfeac2a8bec77af04024a11c637eebe4d29a8c7cc5d9b302d5f9129f.png" alt="运行成功结果" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">运行成功结果</figcaption></figure><p>运行成功结果</p><p>关注我的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">推特</a>，不定期发布交互教程</p>]]></content:encoded>
            <author>javbus@newsletter.paragraph.com (darktu)</author>
        </item>
        <item>
            <title><![CDATA[Discord汉化翻译教程]]></title>
            <link>https://paragraph.com/@javbus/discord</link>
            <guid>1I0JxkuijSGnZNUds0yH</guid>
            <pubDate>Wed, 01 Dec 2021 16:42:45 GMT</pubDate>
            <description><![CDATA[现在越来越多的加密项目和NFT项目在Discord上建立了社区，但是对于一些英语不好的大陆同胞，使用起来总是一头雾水下文介绍了两种汉化的方法！仅适用于PC教程一：第一种相对简单，直接使用谷歌浏览器网页登陆Discord，使用浏览器自带的翻译功能来翻译有朋友会说在Discord页面不能打开右键菜单！鼠标必须放在三个小点的位置才能打开右键菜单未翻译已翻译教程二：安装翻译插件betterdiscord基础包首先安装好原版Discord，注册好账户密码登陆以后，关闭Discord软件本体下载上面的betterdiscord基础包后开始安装点选“I accept”和“Next”进行下一步点“Install BetterDiscord”和“Next”选择第一个目录后点“Install”安装，安装完成点击“Close”。以上步骤就完成了插件基础包的安装！下载翻译插件Translator下载的是一个“js”后缀的插件，找到下载的文件复制打开Discord的PC端程序，并点左下角的“用户设置”点击插件，并打开插件文件夹将刚才下载后复制的Translator.plugin.js文件放到插件文件夹里面...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3c13dbfa864eb9a927f26b7534c22f9b3d9ca6b7ebcdcc53a066a0655b4994bb.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><ul><li><p>现在越来越多的加密项目和NFT项目在Discord上建立了社区，但是对于一些英语不好的大陆同胞，使用起来总是一头雾水</p></li><li><p>下文介绍了两种汉化的方法！仅适用于PC</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">教程一：</h2><ul><li><p>第一种相对简单，直接使用谷歌浏览器网页登陆Discord，使用浏览器自带的翻译功能来翻译</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/21f7796ff5215d03abf737ef511f4cfe5e86ddf81c56ef047a80cd88545449b2.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><ul><li><p>有朋友会说在Discord页面不能打开右键菜单！鼠标必须放在三个小点的位置才能打开右键菜单</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f6d39de5282ec7399c421b74bdaa039d33caa4ec786356cd68735892e6e85f03.png" alt="未翻译" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">未翻译</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aeb96937fb250ae4fa7fc8298cc9834e1625b4929617de47f99d1a5fb8eb8643.png" alt="已翻译" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">已翻译</figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">教程二：</h2><ul><li><p>安装翻译插件<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://betterdiscord.app/">betterdiscord</a>基础包</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c0a7c2148e3465e9b4f174d2ad0e7cf9833254a6e9597130962665f426572fca.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><ul><li><p>首先安装好原版Discord，注册好账户密码登陆以后，关闭Discord软件本体</p></li><li><p>下载上面的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://betterdiscord.app/">betterdiscord</a>基础包后开始安装</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e476c9c2456d7b492110db63b0ceaf773354bb64fff2505f1ec79edf5bab7528.png" alt="点选“I accept”和“Next”进行下一步" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">点选“I accept”和“Next”进行下一步</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62a86d611310133e5e9a9a2bb8e1a2d67489672821af4da292be8e748fa91484.png" alt="点“Install BetterDiscord”和“Next”" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">点“Install BetterDiscord”和“Next”</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/280d264fd9e20334d7a88e9b07ddd0ddf4083878809f5e787635b391899c8537.png" alt="选择第一个目录后点“Install”安装，安装完成点击“Close”。" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">选择第一个目录后点“Install”安装，安装完成点击“Close”。</figcaption></figure><ul><li><p>以上步骤就完成了插件基础包的安装！</p></li><li><p>下载翻译插件<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://betterdiscord.app/plugin/Translator">Translator</a></p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c9e06903a1d16a4bade47d3a40a7bee9e0d132afb2da4ee92e9b318e00fddf4a.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><ul><li><p>下载的是一个“js”后缀的插件，找到下载的文件复制</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6eca532213d4815df915f97f8d611188e5f0526d683b49cf59c2307fa33c696b.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><ul><li><p>打开Discord的PC端程序，并点左下角的“用户设置”</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/54189bc77515d332430c7990fb5bff42afc7d843620c3c24b4dfd662b3c3f282.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><ul><li><p>点击插件，并打开插件文件夹</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/833f32c368284466e7ae7314569a9670495b555d288cf7b541e266dfafee55d2.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><ul><li><p>将刚才下载后复制的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://betterdiscord.app/Download?id=81">Translator.plugin.js</a>文件放到插件文件夹里面！</p></li><li><p>我们在插件区域会看到翻译插件自动加载完毕，然后滑动右方打勾开启功能。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/307b7e9b9cc4b5c6fe3be76506ca50d0cec42864dc1e928f59e287095d8a1083.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><ul><li><p>开启功能后我们在电脑端右下角任务栏退出Discord后重新登录</p></li><li><p>重新登陆Discord后会自动下载一个BDFDB适配插件！同样的方式，在插件区域打开它</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f6412b8aa102d672b8d11b1276b075832ae04be3cd9747c907553f93f4b22f46.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><ul><li><p>以上就是翻译插件的完整安装步骤！更多功能请自行摸索！</p></li><li><p>在英文位置右键就可以看见翻译消息了！</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b8e684e28e115c470e7439cf3452e0dd3c06e74564e0c4763ee1dc070e0eeb0f.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/8d6758e5c4312cd2605a60f2ec8a50b5de55d9c4c8069acb1ee36d3c6d7b7599.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><div data-type="youtube" videoId="PP-L9k-QJ0U">
      <div class="youtube-player" data-id="PP-L9k-QJ0U" style="background-image: url('https://i.ytimg.com/vi/PP-L9k-QJ0U/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=PP-L9k-QJ0U">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">总结：</h3><p>方法一能够通篇翻译，适合有时候需要通读社区信息的时候使用！</p><p>方法二能够将你输入的语言即使翻译为英文，适合聊天的时候使用！</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://javbus.rss3.bio/">https://javbus.rss3.bio/</a></p>]]></content:encoded>
            <author>javbus@newsletter.paragraph.com (darktu)</author>
        </item>
        <item>
            <title><![CDATA[如何开始使用陀螺仪游戏化测试网]]></title>
            <link>https://paragraph.com/@javbus/qKkxIcurJLqQwFe1xFWW</link>
            <guid>qKkxIcurJLqQwFe1xFWW</guid>
            <pubDate>Tue, 30 Nov 2021 15:09:53 GMT</pubDate>
            <description><![CDATA[入门为了使用陀螺仪--或其他任何能够在区块链上的应用（即“dApp”）--你必须与智能合约进行交互。MetaMask是一个浏览器扩展钱包，可以轻松访问大部分dApp生态系统。 → 了解如何：安装 MetaMask。 请务必记住，在创建 MetaMask 帐户时，你的秘密恢复短语（助记词）比你设置的密码要重要得多。秘密恢复短语（助记词）由 12 个随机生成的单词组成，构成您的钱包恢复密钥。 → 了解更多关于你的：秘密恢复短语（助记词）。 重要提示：不要与任何人分享你的秘密恢复短语（助记词），并把它放在一个安全的地方。使用陀螺仪Gyro是DeFi生态系统的一个价值稳定的记账单位（即货币）。它是有资产支持的，基于规则的，旨在保持流动性。要了解这些机制如何运作，你可以阅读或观看。 → 了解更多：陀螺仪。 陀螺仪协议目前仍在建造和测试中。为此，我们构建了一个游戏化的测试产品，它使用测试货币进行测试。这个早期版本在以太坊的Kovan 测试网上运行。截至目前，四个测试网级别已上线。每个级别由几个子任务组成。目标是创造一个可以轻松有趣地探索陀螺仪协议机制的环境。 → 了解更多信息：陀螺仪测试网分...]]></description>
            <content:encoded><![CDATA[<h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">入门</h2><p>为了使用陀螺仪--或其他任何能够在区块链上的应用（即“<strong>dApp</strong>”）--你必须与智能合约进行交互。MetaMask是一个浏览器扩展钱包，可以轻松访问大部分dApp生态系统。</p><p>→ 了解如何：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metamask.io/"><strong>安装 MetaMask</strong></a>。</p><div data-type="youtube" videoId="GNPz-Dv5BjM">
      <div class="youtube-player" data-id="GNPz-Dv5BjM" style="background-image: url('https://i.ytimg.com/vi/GNPz-Dv5BjM/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=GNPz-Dv5BjM">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p>请务必记住，在创建 MetaMask 帐户时，你的<strong>秘密恢复短语</strong>（<strong>助记词</strong>）比你设置的密码要重要得多。<strong>秘密恢复短语</strong>（<strong>助记词</strong>）由 12 个随机生成的单词组成，构成您的钱包恢复密钥。</p><p>→ 了解更多关于你的：<strong>秘密恢复短语（助记词）</strong>。</p><div data-type="youtube" videoId="-b1tQnOI-no">
      <div class="youtube-player" data-id="-b1tQnOI-no" style="background-image: url('https://i.ytimg.com/vi/-b1tQnOI-no/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=-b1tQnOI-no">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p><strong>重要提示</strong>：不要与任何人分享你的秘密恢复短语（助记词），并把它放在一个安全的地方。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">使用陀螺仪</h2><p>Gyro是DeFi生态系统的一个价值稳定的记账单位（即货币）。它是有资产支持的，基于规则的，旨在保持流动性。要了解这些机制如何运作，你可以<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.gyro.finance/overview/core-elements/gyroscope-stability">阅读</a>或<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=Qjly4GAbwq0&amp;t=1278s">观看</a>。</p><p>→ 了解更多：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.gyro.finance/"><strong>陀螺仪</strong></a>。</p><p>陀螺仪协议目前仍在建造和测试中。为此，我们构建了一个游戏化的测试产品，它使用测试货币进行测试。这个早期版本在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethereum.org/en/developers/docs/networks/">以太坊</a>的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethereum.org/en/developers/docs/networks/">Kovan 测试网</a>上运行。截至目前，四个测试网级别已上线。每个级别由几个子任务组成。目标是创造一个可以轻松有趣地探索陀螺仪协议机制的环境。</p><p>→ 了解更多信息：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/gyroscope-protocol/gyro-testnet-analytics-6ef5812727a2"><strong>陀螺仪测试网分析</strong></a>。</p><h1 id="h-gyro" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">加入 Gyro 测试网</h1><p><strong>第 1 步</strong>：通过访问<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://test.gyro.finance/">https://test.gyro.finance/</a>开始。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bff8ee8a076f478bfc558ef8a9c0b401589c69b34dd104ae647461af1c8a0717.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><ul><li><p>点击连接钱包（Connect Wallet）。</p></li><li><p>选择MetaMask。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2724d531588adbc4cda33e4b4a9cb6c5646207b44eae34ec6c84456304c65bf5.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><ul><li><p>您将收到一条错误消息，指出“Error: network 1 not supported. Please use Kovan”。</p></li><li><p>单击浏览器中的扩展列表中的MetaMask。</p></li><li><p>单击 MetaMask 后，通过单击当前选择的“以太坊主网”来选择网络。</p></li><li><p>在下拉列表中选择“Kovan测试网络”。</p></li></ul><p><strong>第 2 步</strong>：获取测试网令牌</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/df3fbb2d5ac26da4f277c1ffc91c8a47ea110271b30c1e15c5a76293be324781.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><ul><li><p>复制您的地址并发布一条<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ljfgudgeon/status/1379205575943290880">这样的推文</a>，将“0x...”替换为您的地址或<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/w9D9XxrEa5">加入我们的discord</a>，并在通过验证码验证后将您的钱包地址发布到<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/818492571214807040/830866721199882270">#♨｜testnet-faucet</a>。</p></li></ul><p><strong>第 3 步</strong>：参与我们的关卡</p><h2 id="h-gyrosoft" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Gyrosoft 全天候模拟器总览：</h2><h3 id="h-1-3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">等级1--等级3视频教程：</h3><div data-type="youtube" videoId="rTI6olTnMd4">
      <div class="youtube-player" data-id="rTI6olTnMd4" style="background-image: url('https://i.ytimg.com/vi/rTI6olTnMd4/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=rTI6olTnMd4">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><h3 id="h-1" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">等级1：</h3><p>如何玩 1 级</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/032cda0df78bce9d8883124044e18fa25d245bbf6ad9f2ff266aa215695bbd9a.png" alt="在初级市场自动化做市商中铸造陀螺仪美元" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">在初级市场自动化做市商中铸造陀螺仪美元</figcaption></figure><ul><li><p>通过将您的一些测试代币存入 Gyroscope 储备金来铸造 Gyro。在上面的例子中，存入了 100 USDC、100 DAI、100 BUSD 和 99 sUSD 来铸造了大约 448 GYD。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/acd37f7f8192fb5b3254903075f9cce77e3563aff624a33249286776d216e67f.png" alt="为二级市场 AMM 提供流动性" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">为二级市场 AMM 提供流动性</figcaption></figure><ul><li><p>点击“<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://kovan.pools.balancer.exchange/#/pool/0x6eae312f00b4ee0640bf4e3d0a08cda36f206bcc/">添加流动性</a>”</p></li><li><p>为多重资产池（Multi asset）或者单一资产（Single asset）提供流动性</p></li><li><p>单击“I agree”。<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://academy.binance.com/en/articles/impermanent-loss-explained">在此处</a>阅读有关向流动性池供应资产的风险的更多信息</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/93fdcc1dfa23c508f927a3b13ebf6938259ce8197c674dff468989b5d386cdda.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><ul><li><p>点击 “Set up proxy”.</p></li><li><p>确认MetaMask中生成的交易。重复这个过程来解锁 GYD 和解锁 USDC。你可能想检查添加流动性是否成功。你可以在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://test.gyro.finance/game">这里</a>确认是否完成，如果您没有收到相应的<strong>✓</strong>，请再次重复这一过程，添加流动性并确认所创建的MetaMask交易。</p></li></ul><h3 id="h-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">等级2：</h3><ul><li><p>在 USDC-GYD<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://kovan.pools.balancer.exchange/#/pool/0x6eae312f00b4ee0640bf4e3d0a08cda36f206bcc/">平衡器池上</a>，单击右上角的“添加流动性”。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd522f1bd33106975e1f5601a90ca9b86fc8f4504b565e17c36ff400df1118fd.png" alt="将 USDC 添加到池中" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">将 USDC 添加到池中</figcaption></figure><ul><li><p>选择“单一资产”，然后向池中添加一些USDC。下面，我添加了 905 USDC。<strong>（TX1 哈希）</strong></p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/33631a3081da0d82441e0ad3b8ac57d1328d9d2d7ae9ff5ecafc4150499b32c5.png" alt="添加单一资产USDC" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">添加单一资产USDC</figcaption></figure><ul><li><p>移除您刚刚添加的流动性，但全部为 GYD（而非 USDC）。 点击右上角的“移除流动性”，然后像之前一样点击“单一资产”。选择提取最大的 GYD。</p></li></ul><p>下面可以看到，对于存入的 905 USDC，该池允许提取 925.658 GYD。按“移除流动性”并确认 MetaMask 交易。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0253448ff5f47c4e73f6f4abeb041f23d53aa31d0101b8a65fe937c8fd0dd807.png" alt="移除您刚刚添加的流动性" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">移除您刚刚添加的流动性</figcaption></figure><p>现在，对于您存入的每个 USDC，您最终应该获得 &gt;1 GY</p><ul><li><p>转到<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://test.gyro.finance/">P-AMM</a>并通过转到兑换选项卡和 USDC 字段，将您刚刚从池中提取的 GYD 数量（在我的例子中为 925）兑换成 USDC。<strong>（TX2 哈希）</strong></p><p>交易完成后，您最终会得到一个新的、高于您开始循环的金额的 USDC 余额。就我而言，我从 905 USDC 开始，通过套利赚取 20 USDC，使我的最终余额达到 925 USDC。</p></li><li><p>要验证套利循环，请在MetaMask中选择交易哈希。<strong>TX1 哈希</strong>和<strong>TX2 哈希</strong>已在上面以粗文本标注。</p></li></ul><h3 id="h-25" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">等级2.5：</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c1864abc723e8b998e95f3a03f807f18f46d5b2545092a6edd01fb61879ce72c.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><ul><li><p>输入您的任何一种或所有社交数据。您可以选择添加 <strong>Salt</strong> 以进一步保护您的信息。</p></li></ul><p>（说明：<strong>Salt</strong>这一项基本上你要填什么都可以，比如说你可以填一个单词，apple，或者一连串单词，或者随机的字母符号组合都可以，如果你填入了内容，你一定要记住你填了什么，对保密性要求高，就设一个复杂的salt，如你不在乎，不用填写任何salt也可以。</p><ul><li><p>确认 MetaMask 生成的交易，确认后请勿刷新页面！</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9d683da6ee456a4150446e1a56724adbad2f0f3db5337161693a706ec24ca5df.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><ul><li><p>下载 .json 文件并将其存储在安全的地方</p></li></ul><h3 id="h-3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">等级3：</h3><ul><li><p>首先，创建一个<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gov.gyro.finance/">论坛帐户</a>并导航到“摘要”。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/947cf8aea9421e383850fffbe1fa082bddba8b0998f7db1b3fe3705122a91158.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><ul><li><p>然后在论坛“个人资料”的“关于我”部分输入您正在使用的 Kovan 地址。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dba4464e850f4263497df4277cb0cc41ded6714ff17a30abb97811b51f34631b.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><ul><li><p>熟悉治理机制（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gov.gyro.finance/t/final-proposal-on-ggwp-1-bootstrapping-the-dao-and-giving-ftl-labs-a-mandate-to-build-gyro-v1/32"><strong>在这里阅读提案</strong></a>）</p></li><li><p>通过 GGWP-1 上的快照进行投票（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://snapshot.org/#/gyrodao.eth">转到快照</a>并加入空间）</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3aa321d94dd453685d2b7064bfd45a9cd10fd77c4fce96269aec1d98d9792519.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>在此处投下您的信任票并通过第一个陀螺仪治理工作提案：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://snapshot.org/#/gyrodao.eth/proposal/QmeMYwoCCEhSk8E7BNshU2XeSD91RVdLrkkv3mSV2EApTe">链接</a>。</p><h3 id="h-4" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">等级4：</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5e9d41cca6a99db65b41368d3d63fbd3bef629c1d43d21ea037627f24b09b07a.png" alt="青蛙游戏邀请卡" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">青蛙游戏邀请卡</figcaption></figure><p>您可以选择在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/darktuhwj123/status/1462258373877899267">推特</a>上发布带有以下文字的邀请卡以接受青蛙游戏的邀请并分享乐趣：</p><p>Not a bot, but a player in @GyroStable’s Frog Games.</p><ul><li><p>挑战一</p></li></ul><p>第一个挑战是加密领域的老手们——如果你参加了一个大型的、面对面的以太坊活动并收集了相应的出席证明协议 ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://poap.xyz/">POAP</a> )，你可以签署一条消息，声明你的钱包并收集你的第一个Sybil点数。</p><p><strong>如果您认为自己可能符合条件</strong>，请在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.mycrypto.com/sign-message">MyCrypto.com 上</a>连接您的钱包（避免使用 Coinbase 钱包，它似乎不能正常工作）并且：</p><p>在消息字段粘贴你在测试网中使用的 Kovan 地址</p><p>使用拥有 POAP 的地址对消息进行签名并验证您的所有权</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c67176fab6b57465af9b1be37bbcbc490ea0bcd6bb501be6fc468d48d01c5a2d.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>复制签名后的消息并粘贴到<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://test.gyro.finance/game">游戏UI</a>的相应字段中</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4e075d901943dffe0eb122b29ef4464bc7773cf21461a92b4f9d01e2d26db532.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><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我接下来可以做什么？</h1><ul><li><p>在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/GyroStable">Twitter @GyroStable</a>上关注我们！</p></li><li><p>加入我们的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/2vnqnS7wE6">Discord</a>并提出任何问题或建议！</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://javbus.rss3.bio/">https://javbus.rss3.bio/</a></p>]]></content:encoded>
            <author>javbus@newsletter.paragraph.com (darktu)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/9712cba549e7c5a93a05c783e8eae10e859bd5599e7d407feb032aba48950331.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>