<?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>shiyunfang</title>
        <link>https://paragraph.com/@shiyunfang</link>
        <description>undefined</description>
        <lastBuildDate>Thu, 25 Jun 2026 20:34:10 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>shiyunfang</title>
            <url>https://storage.googleapis.com/papyrus_images/ce3d3bbc8de4b58c81e5fb5d9e0cd0ff5f646a66bcdab1ec0efc10ddde6c1e6d.jpg</url>
            <link>https://paragraph.com/@shiyunfang</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[StaFiHub设置指南]]></title>
            <link>https://paragraph.com/@shiyunfang/stafihub</link>
            <guid>GNlK19l56z5ci9uyUDud</guid>
            <pubDate>Fri, 05 Aug 2022 04:13:30 GMT</pubDate>
            <description><![CDATA[系统要求：注意：我认为您应该通过在下面进行咕噜声和索引设置将其安装在免费服务器上Stafihub tesnet - 2 位与会者首先删除了他们的文件：sudo systemctl stop stafihubd &#x26;&#x26; \ sudo systemctl disable stafihubd &#x26;&#x26; \ rm /etc/systemd/system/stafihubd.service &#x26;&#x26; \ sudo systemctl daemon-reload &#x26;&#x26; \ cd $HOME &#x26;&#x26; \ rm -rf .stafihub stafihub &#x26;&#x26; \ rm -rf $(which stafihubd) 开始了：我们进入根目录：cd /root 我们正在进行系统更新：sudo apt update &#x26;&#x26; sudo apt upgrade -y 我们正在安装库：sudo apt install make clang pkg-config libssl-dev...]]></description>
            <content:encoded><![CDATA[<h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">系统要求：注意：我认为您应该通过在下面进行咕噜声和索引设置将其安装在免费服务器上</h1><pre data-type="codeBlock" text="8GB RAM
200 GB SSD
4 vCPU
"><code></code></pre><h1 id="h-stafihub-tesnet-2" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Stafihub tesnet - 2 位与会者首先删除了他们的文件：</h1><pre data-type="codeBlock" text="sudo systemctl stop stafihubd &amp;&amp; \
sudo systemctl disable stafihubd &amp;&amp; \
rm /etc/systemd/system/stafihubd.service &amp;&amp; \
sudo systemctl daemon-reload &amp;&amp; \
cd $HOME &amp;&amp; \
rm -rf .stafihub stafihub &amp;&amp; \
rm -rf $(which stafihubd)
"><code>sudo systemctl stop stafihubd <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> \
sudo systemctl disable stafihubd <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> \
rm <span class="hljs-operator">/</span>etc<span class="hljs-operator">/</span>systemd<span class="hljs-operator">/</span>system<span class="hljs-operator">/</span>stafihubd.service <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> \
sudo systemctl daemon<span class="hljs-operator">-</span>reload <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> \
cd $HOME <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> \
rm <span class="hljs-operator">-</span>rf .stafihub stafihub <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> \
rm <span class="hljs-operator">-</span>rf $(which stafihubd)
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">开始了：</h1><pre data-type="codeBlock" text="sudo su
"><code></code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们进入根目录：</h1><pre data-type="codeBlock" text="cd /root
"><code><span class="hljs-built_in">cd</span> /root
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们正在进行系统更新：</h1><pre data-type="codeBlock" text="sudo apt update &amp;&amp; sudo apt upgrade -y
"><code>sudo apt update <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> sudo apt upgrade <span class="hljs-operator">-</span>y
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们正在安装库：</h1><pre data-type="codeBlock" text="sudo apt install make clang pkg-config libssl-dev build-essential git jq ncdu bsdmainutils -y &lt; &quot;/dev/null&quot;
"><code>sudo apt install make clang pkg<span class="hljs-operator">-</span>config libssl<span class="hljs-operator">-</span>dev build<span class="hljs-operator">-</span>essential git jq ncdu bsdmainutils <span class="hljs-operator">-</span>y <span class="hljs-operator">&#x3C;</span> <span class="hljs-string">"/dev/null"</span>
</code></pre><h1 id="h-go" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们正在安装 Go：</h1><pre data-type="codeBlock" text="cd $HOME
wget -O go1.18.2.linux-amd64.tar.gz https://go.dev/dl/go1.18.2.linux-amd64.tar.gz
rm -rf /usr/local/go &amp;&amp; tar -C /usr/local -xzf go1.18.2.linux-amd64.tar.gz &amp;&amp; rm go1.18.2.linux-amd64.tar.gz
echo &apos;export GOROOT=/usr/local/go&apos; &gt;&gt; $HOME/.bashrc
echo &apos;export GOPATH=$HOME/go&apos; &gt;&gt; $HOME/.bashrc
echo &apos;export GO111MODULE=on&apos; &gt;&gt; $HOME/.bashrc
echo &apos;export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin&apos; &gt;&gt; $HOME/.bashrc &amp;&amp; . $HOME/.bashrc
go version
"><code>cd $HOME
wget <span class="hljs-operator">-</span>O go1<span class="hljs-number">.18</span><span class="hljs-number">.2</span>.linux-amd64.tar.gz https:<span class="hljs-comment">//go.dev/dl/go1.18.2.linux-amd64.tar.gz</span>
rm <span class="hljs-operator">-</span>rf <span class="hljs-operator">/</span>usr<span class="hljs-operator">/</span>local<span class="hljs-operator">/</span>go <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> tar <span class="hljs-operator">-</span>C <span class="hljs-operator">/</span>usr<span class="hljs-operator">/</span>local <span class="hljs-operator">-</span>xzf go1<span class="hljs-number">.18</span><span class="hljs-number">.2</span>.linux-amd64.tar.gz <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> rm go1<span class="hljs-number">.18</span><span class="hljs-number">.2</span>.linux-amd64.tar.gz
echo <span class="hljs-string">'export GOROOT=/usr/local/go'</span> <span class="hljs-operator">></span><span class="hljs-operator">></span> $HOME<span class="hljs-operator">/</span>.bashrc
echo <span class="hljs-string">'export GOPATH=$HOME/go'</span> <span class="hljs-operator">></span><span class="hljs-operator">></span> $HOME<span class="hljs-operator">/</span>.bashrc
echo <span class="hljs-string">'export GO111MODULE=on'</span> <span class="hljs-operator">></span><span class="hljs-operator">></span> $HOME<span class="hljs-operator">/</span>.bashrc
echo <span class="hljs-string">'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin'</span> <span class="hljs-operator">></span><span class="hljs-operator">></span> $HOME<span class="hljs-operator">/</span>.bashrc <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> . $HOME/.bashrc
go version
</code></pre><h1 id="h-stafi-github" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们克隆 Stafi 的 github 文件</h1><pre data-type="codeBlock" text="git clone --branch public-testnet-v3 https://github.com/stafihub/stafihub
"><code>git clone <span class="hljs-operator">-</span><span class="hljs-operator">-</span>branch <span class="hljs-keyword">public</span><span class="hljs-operator">-</span>testnet<span class="hljs-operator">-</span>v3 https:<span class="hljs-comment">//github.com/stafihub/stafihub</span>
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">设置：</h1><pre data-type="codeBlock" text="cd $HOME/stafihub &amp;&amp; make install
"><code><span class="hljs-built_in">cd</span> <span class="hljs-variable">$HOME</span>/stafihub &#x26;&#x26; make install
</code></pre><h1 id="h-nodename" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">初始化我的进程，在nodename中输入你的名字</h1><pre data-type="codeBlock" text="stafihubd init NodeName --chain-id stafihub-public-testnet-3
"><code>stafihubd init NodeName <span class="hljs-operator">-</span><span class="hljs-operator">-</span>chain<span class="hljs-operator">-</span>id stafihub<span class="hljs-operator">-</span><span class="hljs-keyword">public</span><span class="hljs-operator">-</span>testnet<span class="hljs-number">-3</span>
</code></pre><h1 id="h-genesis" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们下载 Genesis 文件：</h1><pre data-type="codeBlock" text="wget -O $HOME/.stafihub/config/genesis.json &quot;https://raw.githubusercontent.com/stafihub/network/main/testnets/stafihub-public-testnet-3/genesis.json&quot;
"><code>wget <span class="hljs-operator">-</span>O $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>genesis.json <span class="hljs-string">"https://raw.githubusercontent.com/stafihub/network/main/testnets/stafihub-public-testnet-3/genesis.json"</span>
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们为节点进行必要的配置：</h1><pre data-type="codeBlock" text="sed -i.bak -e &quot;s/^minimum-gas-prices *=.*/minimum-gas-prices = \&quot;0.01ufis\&quot;/&quot; $HOME/.stafihub/config/app.toml
sed -i &apos;/\[grpc\]/{:a;n;/enabled/s/false/true/;Ta};/\[api\]/{:a;n;/enable/s/false/true/;Ta;}&apos; $HOME/.stafihub/config/app.toml
PEERS=&quot;6e9d988bf9812b02c46dcec474591bd10f81916f@45.94.58.160:26656,06c57407aea673fca396b01581a2d92957d48c4a@149.102.143.60:26656,5a6d8e1904c88c9f72d35df63b15d14504aaf030@164.92.159.170:26656,5e88d0d6866cd2f386e885de6eb0a1e3bd4f45c5@38.242.237.130:26656,1eaff7a3defa35de2b29f28d4729317d783f606c@149.102.139.101:26656,724430a2cf42b94f5da6b24d4741c7418fefa24e@194.60.201.153:26656,aae1ac9ef12897d7dc8755240cbdc41ee1171a55@38.242.215.200:26656&quot;
sed -i.bak -e &quot;s/^persistent_peers *=.*/persistent_peers = \&quot;$peers\&quot;/&quot; $HOME/.stafihub/config/config.toml
"><code>sed <span class="hljs-operator">-</span>i.bak <span class="hljs-operator">-</span>e <span class="hljs-string">"s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0.01ufis\"/"</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>app.toml
sed <span class="hljs-operator">-</span>i <span class="hljs-string">'/\[grpc\]/{:a;n;/enabled/s/false/true/;Ta};/\[api\]/{:a;n;/enable/s/false/true/;Ta;}'</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>app.toml
PEERS<span class="hljs-operator">=</span><span class="hljs-string">"6e9d988bf9812b02c46dcec474591bd10f81916f@45.94.58.160:26656,06c57407aea673fca396b01581a2d92957d48c4a@149.102.143.60:26656,5a6d8e1904c88c9f72d35df63b15d14504aaf030@164.92.159.170:26656,5e88d0d6866cd2f386e885de6eb0a1e3bd4f45c5@38.242.237.130:26656,1eaff7a3defa35de2b29f28d4729317d783f606c@149.102.139.101:26656,724430a2cf42b94f5da6b24d4741c7418fefa24e@194.60.201.153:26656,aae1ac9ef12897d7dc8755240cbdc41ee1171a55@38.242.215.200:26656"</span>
sed <span class="hljs-operator">-</span>i.bak <span class="hljs-operator">-</span>e <span class="hljs-string">"s/^persistent_peers *=.*/persistent_peers = \"$peers\"/"</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>config.toml
</code></pre><h1 id="h-cpu-ram" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们打开修剪。（减少磁盘使用 - 增加 cpu 和 ram 使用）（个人偏好）</h1><pre data-type="codeBlock" text="pruning=&quot;custom&quot;
pruning_keep_recent=&quot;100&quot;
pruning_keep_every=&quot;0&quot;
pruning_interval=&quot;50&quot;
sed -i -e &quot;s/^pruning *=.*/pruning = \&quot;$pruning\&quot;/&quot; $HOME/.stafihub/config/app.toml
sed -i -e &quot;s/^pruning-keep-recent *=.*/pruning-keep-recent = \&quot;$pruning_keep_recent\&quot;/&quot; $HOME/.stafihub/config/app.toml
sed -i -e &quot;s/^pruning-keep-every *=.*/pruning-keep-every = \&quot;$pruning_keep_every\&quot;/&quot; $HOME/.stafihub/config/app.toml
sed -i -e &quot;s/^pruning-interval *=.*/pruning-interval = \&quot;$pruning_interval\&quot;/&quot; $HOME/.stafihub/config/app.toml
"><code>pruning<span class="hljs-operator">=</span><span class="hljs-string">"custom"</span>
pruning_keep_recent<span class="hljs-operator">=</span><span class="hljs-string">"100"</span>
pruning_keep_every<span class="hljs-operator">=</span><span class="hljs-string">"0"</span>
pruning_interval<span class="hljs-operator">=</span><span class="hljs-string">"50"</span>
sed <span class="hljs-operator">-</span>i <span class="hljs-operator">-</span>e <span class="hljs-string">"s/^pruning *=.*/pruning = \"$pruning\"/"</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>app.toml
sed <span class="hljs-operator">-</span>i <span class="hljs-operator">-</span>e <span class="hljs-string">"s/^pruning-keep-recent *=.*/pruning-keep-recent = \"$pruning_keep_recent\"/"</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>app.toml
sed <span class="hljs-operator">-</span>i <span class="hljs-operator">-</span>e <span class="hljs-string">"s/^pruning-keep-every *=.*/pruning-keep-every = \"$pruning_keep_every\"/"</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>app.toml
sed <span class="hljs-operator">-</span>i <span class="hljs-operator">-</span>e <span class="hljs-string">"s/^pruning-interval *=.*/pruning-interval = \"$pruning_interval\"/"</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>app.toml
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">关闭索引器（减少磁盘使用）（个人喜好）</h1><pre data-type="codeBlock" text="indexer=&quot;null&quot;
sed -i -e &quot;s/^indexer *=.*/indexer = \&quot;$indexer\&quot;/&quot; $HOME/.stafihub/config/config.toml
"><code>indexer<span class="hljs-operator">=</span><span class="hljs-string">"null"</span>
sed <span class="hljs-operator">-</span>i <span class="hljs-operator">-</span>e <span class="hljs-string">"s/^indexer *=.*/indexer = \"$indexer\"/"</span> $HOME<span class="hljs-operator">/</span>.stafihub/config<span class="hljs-operator">/</span>config.toml
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们创建一个服务文件并启动我们的节点</h1><pre data-type="codeBlock" text="echo &quot;[Unit]
Description=StaFiHub Node
After=network.target

[Service]
User=$USER
Type=simple
ExecStart=$(which stafihubd) start
Restart=on-failure
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target&quot; &gt; $HOME/stafihubd.service
sudo mv $HOME/stafihubd.service /etc/systemd/system
sudo tee &lt;&lt;EOF &gt;/dev/null /etc/systemd/journald.conf
Storage=persistent
EOF
sudo systemctl restart systemd-journald
sudo systemctl daemon-reload
sudo systemctl enable stafihubd
sudo systemctl restart stafihubd
"><code>echo <span class="hljs-string">"[Unit]
Description=StaFiHub Node
After=network.target

[Service]
User=$USER
Type=simple
ExecStart=$(which stafihubd) start
Restart=on-failure
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target"</span> <span class="hljs-operator">></span> $HOME<span class="hljs-operator">/</span>stafihubd.service
sudo mv $HOME<span class="hljs-operator">/</span>stafihubd.service <span class="hljs-operator">/</span>etc<span class="hljs-operator">/</span>systemd<span class="hljs-operator">/</span>system
sudo tee <span class="hljs-operator">&#x3C;</span><span class="hljs-operator">&#x3C;</span>EOF <span class="hljs-operator">></span><span class="hljs-operator">/</span>dev<span class="hljs-operator">/</span>null <span class="hljs-operator">/</span>etc<span class="hljs-operator">/</span>systemd<span class="hljs-operator">/</span>journald.conf
Storage<span class="hljs-operator">=</span>persistent
EOF
sudo systemctl restart systemd<span class="hljs-operator">-</span>journald
sudo systemctl daemon<span class="hljs-operator">-</span>reload
sudo systemctl enable stafihubd
sudo systemctl restart stafihubd
</code></pre><h1 id="h-walletname" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">创建一个钱包。在 walletName 字段中，输入您自己的钱包名称：</h1><pre data-type="codeBlock" text="stafihubd keys add walletName
"><code>stafihubd keys <span class="hljs-keyword">add</span> walletName
</code></pre><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">如果您之前加入过，请恢复：</h1><pre data-type="codeBlock" text="stafihubd keys add walletName --recover
"><code>stafihubd keys <span class="hljs-keyword">add</span> walletName <span class="hljs-comment">--recover</span>
</code></pre><h1 id="h-https-discordggtz6uszwx" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">处理钱包后的水龙头：https ://discord.gg/tz6USZWX</h1><h2 id="h-peer-2-10-15" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">注意：peer 列表是最新的，我们在 2 台服务器上尝试过，最多需要 10-15 分钟，即使您无法匹配，请留出一些时间。</h2><h1 id="h-false" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">匹配命令，当你输入这个命令时，它应该在底部写上false，例如：</h1><pre data-type="codeBlock" text="stafihubd status 2&gt;&amp;1 | jq .SyncInfo
"><code>stafihubd status <span class="hljs-number">2</span><span class="hljs-operator">></span><span class="hljs-operator">&#x26;</span><span class="hljs-number">1</span> <span class="hljs-operator">|</span> jq .SyncInfo
</code></pre><p>它目前是真的：</p><p>当它匹配时：你会得到这样的输出。</p><p>创建验证器：</p><pre data-type="codeBlock" text="stafihubd tx staking create-validator \
--moniker=&quot;NodeName&quot; \
--amount=48885000ufis \
--gas auto \
--fees=5000ufis \
--pubkey=$(stafihubd tendermint show-validator) \
--chain-id=stafihub-public-testnet-3 \
--commission-max-change-rate=0.01 \
--commission-max-rate=0.20 \
--commission-rate=0.10 \
--min-self-delegation=1 \
--from=WalletName \
--yes
"><code>stafihubd <span class="hljs-built_in">tx</span> staking create<span class="hljs-operator">-</span>validator \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>moniker<span class="hljs-operator">=</span><span class="hljs-string">"NodeName"</span> \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>amount<span class="hljs-operator">=</span>48885000ufis \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>gas auto \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>fees<span class="hljs-operator">=</span>5000ufis \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>pubkey<span class="hljs-operator">=</span>$(stafihubd tendermint show<span class="hljs-operator">-</span>validator) \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>chain<span class="hljs-operator">-</span>id<span class="hljs-operator">=</span>stafihub<span class="hljs-operator">-</span><span class="hljs-keyword">public</span><span class="hljs-operator">-</span>testnet<span class="hljs-number">-3</span> \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>commission<span class="hljs-operator">-</span>max<span class="hljs-operator">-</span>change<span class="hljs-operator">-</span>rate<span class="hljs-operator">=</span><span class="hljs-number">0</span><span class="hljs-number">.01</span> \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>commission<span class="hljs-operator">-</span>max<span class="hljs-operator">-</span>rate<span class="hljs-operator">=</span><span class="hljs-number">0</span><span class="hljs-number">.20</span> \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>commission<span class="hljs-operator">-</span>rate<span class="hljs-operator">=</span><span class="hljs-number">0</span><span class="hljs-number">.10</span> \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>min<span class="hljs-operator">-</span><span class="hljs-built_in">self</span><span class="hljs-operator">-</span>delegation<span class="hljs-operator">=</span><span class="hljs-number">1</span> \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span><span class="hljs-keyword">from</span><span class="hljs-operator">=</span>WalletName \
<span class="hljs-operator">-</span><span class="hljs-operator">-</span>yes
</code></pre><h1 id="h-tx" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">创建完成后，会出现这样的输出，复制 tx 哈希并在资源管理器中搜索，它应该说成功。</h1>]]></content:encoded>
            <author>shiyunfang@newsletter.paragraph.com (shiyunfang)</author>
        </item>
        <item>
            <title><![CDATA[haha da]]></title>
            <link>https://paragraph.com/@shiyunfang/haha-da</link>
            <guid>coUt8GssGgq3ojQN0cgw</guid>
            <pubDate>Sun, 08 May 2022 05:46:00 GMT</pubDate>
            <description><![CDATA[worr boch woquzzj]]></description>
            <content:encoded><![CDATA[<p>worr boch woquzzj</p>]]></content:encoded>
            <author>shiyunfang@newsletter.paragraph.com (shiyunfang)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/688c724635665e20d904c11c27590d82799ebffff9540ad597a4d5a4c2e5c595.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>