<?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>考拉kk</title>
        <link>https://paragraph.com/@kk-28</link>
        <description>All About Cryptos</description>
        <lastBuildDate>Tue, 14 Apr 2026 14:17:04 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>考拉kk</title>
            <url>https://storage.googleapis.com/papyrus_images/d747b268e101c5fb6ee1ee7ebf8d5208bb761cd5b00a5ae9d30ddff6f1b92f44.jpg</url>
            <link>https://paragraph.com/@kk-28</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[最便宜vps 最快协议 搭建vpn节点 Hysteria2 抢占宽带 拯救垃圾线路 提升上网速度]]></title>
            <link>https://paragraph.com/@kk-28/vps-vpn-hysteria2</link>
            <guid>C1Jol8y2iHtFqDNkYZcP</guid>
            <pubDate>Sat, 16 Nov 2024 03:22:29 GMT</pubDate>
            <description><![CDATA[本文介绍如何在vps上搭建Hysteria2协议的vpn. Hysteria2与vmess, vless相比, 传输速度大幅提升, 它是一款基于HTTP/1.3 QUIC魔改的翻墙协议，底层是用UDP协议进行数据传输，能够在网络拥堵、丢包等恶劣环境中提升科学上网体验。 Hysteria2与Hysteria1相比，大幅提升了稳定性，支持nginx反代伪装，预防GFW的主动探测，有效减少被封的概率。 本文演示用的主机是RackNerd的vps, 笔者认为它是目前全宇宙最具性价比的vps, $10.99美元/年, 流量3000G/月. 当然, 你也可以使用其他品牌的vps进行操作. 一、准备工作 1、一台境外VPS 我使用的vps是 RackNerd的, 操作系统 Ubuntu RackNerd 购买地址： 点我购买>>vps精选RN双十一机器性价比一般，目前还是推荐这款，可选洛杉矶DC2 ： 处理器CPU 内存RAM SSD硬盘容量 流量 年 购买链接 3核 2.5GB 50GB 6.5T 26.25美元 点此购买 更多配置选择：点击查看 2、下载并安装FinalShell SSH工...]]></description>
            <content:encoded><![CDATA[<p>本文介绍如何在vps上搭建Hysteria2协议的vpn. Hysteria2与vmess, vless相比, 传输速度大幅提升, 它是一款基于HTTP/1.3 QUIC魔改的翻墙协议，底层是用UDP协议进行数据传输，能够在网络拥堵、丢包等恶劣环境中提升科学上网体验。 Hysteria2与Hysteria1相比，大幅提升了稳定性，支持nginx反代伪装，预防GFW的主动探测，有效减少被封的概率。 本文演示用的主机是RackNerd的vps, 笔者认为它是目前全宇宙最具性价比的vps, $10.99美元/年, 流量3000G/月. 当然, 你也可以使用其他品牌的vps进行操作.</p><p><strong>一、准备工作</strong></p><p>1、一台境外VPS 我使用的vps是 RackNerd的, 操作系统 Ubuntu</p><p>RackNerd 购买地址： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://my.racknerd.com/aff.php?aff=5125">点我购买&gt;&gt;</a></p><h2 id="h-vps" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>vps精选</strong></h2><p><strong>RN双十一机器性价比一般，目前还是推荐这款，可选洛杉矶DC2</strong> ：</p><p><strong>处理器CPU 内存RAM SSD硬盘容量 流量 年 购买链接</strong></p><p>3核 2.5GB 50GB 6.5T 26.25美元 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://my.racknerd.com/aff.php?aff=5125&amp;pid=157">点此购买</a></p><p>更多配置选择：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.cccweb3.com/article/vps">点击查看</a></p><p>2、下载并安装FinalShell SSH工具Windows X64版,下载地址:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pan.quark.cn/s/17448b767b97">点我下载</a></p><p>macOS Arm版,支持m1,m2,m3 cpu,下载地址:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pan.quark.cn/s/424b0411592b">点我下载</a></p><p>macOS X64版,支持旧款intel cpu,下载地址:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pan.quark.cn/s/5eb21d7b25de">点我下载</a></p><p>当然, 你也可以使用其他SSH连接工具进行操作.</p><p><strong>二、搭建步骤</strong></p><p>1.系统组件升级至最新：</p><pre data-type="codeBlock" text="apt update -y &amp;&amp; apt install -y curl &amp;&amp; apt install -y socat
"><code>apt update <span class="hljs-operator">-</span>y <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> apt install <span class="hljs-operator">-</span>y curl <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> apt install <span class="hljs-operator">-</span>y socat
</code></pre><p>2.Hysteria 2 一键安装脚本</p><pre data-type="codeBlock" text="wget -N --no-check-certificate https://raw.githubusercontent.com/flame1ce/hysteria2-install/main/hysteria2-install-main/hy2/hysteria.sh &amp;&amp; bash hysteria.sh
"><code>wget <span class="hljs-operator">-</span>N <span class="hljs-operator">-</span><span class="hljs-operator">-</span>no<span class="hljs-operator">-</span>check<span class="hljs-operator">-</span>certificate https:<span class="hljs-comment">//raw.githubusercontent.com/flame1ce/hysteria2-install/main/hysteria2-install-main/hy2/hysteria.sh &#x26;&#x26; bash hysteria.sh</span>
</code></pre><p>3.查看 hysteria 服务 状态</p><pre data-type="codeBlock" text="systemctl status hysteria-server.service
"><code>systemctl status hysteria<span class="hljs-operator">-</span>server.service
</code></pre><p>4.启动 hysteria 服务</p><pre data-type="codeBlock" text="systemctl start hysteria-server.service
"><code>systemctl start hysteria<span class="hljs-operator">-</span>server.service
</code></pre><p>5.设置 hysteria 服务 开机自启</p><pre data-type="codeBlock" text="systemctl enable hysteria-server.service
"><code>systemctl enable hysteria<span class="hljs-operator">-</span>server.service
</code></pre><p>6.其他常用命令停止 hysteria 服务</p><pre data-type="codeBlock" text="systemctl stop hysteria-server.service
"><code>systemctl stop hysteria<span class="hljs-operator">-</span>server.service
</code></pre><p>重启 hysteria 服务</p><pre data-type="codeBlock" text="systemctl restart hysteria-server.service
"><code>systemctl restart hysteria<span class="hljs-operator">-</span>server.service
</code></pre><p><strong>三、开放端口</strong></p><p>节点如果不能正常使用，请先放行端口，将下面的命令复制, 粘贴后敲回车.注意: 80和443一定要开放, 另外, 再将 xxx 改为你自己的hysterial监听端口。</p><pre data-type="codeBlock" text="iptables -I INPUT -p tcp --dport 80 -j ACCEPT
iptables -I INPUT -p tcp --dport 443 -j ACCEPT
iptables -I INPUT -p tcp --dport xxx -j ACCEPT
"><code>iptables <span class="hljs-operator">-</span>I INPUT <span class="hljs-operator">-</span>p tcp <span class="hljs-operator">-</span><span class="hljs-operator">-</span>dport <span class="hljs-number">80</span> <span class="hljs-operator">-</span>j ACCEPT
iptables <span class="hljs-operator">-</span>I INPUT <span class="hljs-operator">-</span>p tcp <span class="hljs-operator">-</span><span class="hljs-operator">-</span>dport <span class="hljs-number">443</span> <span class="hljs-operator">-</span>j ACCEPT
iptables <span class="hljs-operator">-</span>I INPUT <span class="hljs-operator">-</span>p tcp <span class="hljs-operator">-</span><span class="hljs-operator">-</span>dport xxx <span class="hljs-operator">-</span>j ACCEPT
</code></pre><p>开放所有端口</p><pre data-type="codeBlock" text="ufw disable
"><code>ufw <span class="hljs-built_in">disable</span>
</code></pre><p><strong>四、客户端配置</strong></p><p>1、<strong>Windows</strong> 建议使用 V2rayNV2rayn 最新版下载 ：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/2dust/v2rayn/releases">https://github.com/2dust/v2rayn/releases</a></p><p>2、<strong>IOS/MAC</strong> 建议使用 Shadowrocket($2.99) 或 Karing(免费)需要使用美区 AppleID 登录 App Store 下载，如果没有美区ID，可以点击免费申请一个</p><p>3、<strong>安卓手机</strong> </p><p>建议使用 Hiddify或者 Karing</p><p>Karing 国内下载: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pan.quark.cn/s/60fa8d7253a7">点击下载&gt;&gt;</a></p><p>Hiddify 国内下载: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/2dust/v2rayN/releases/latest">点击下载&gt;&gt;</a></p><p>当然, 也可以在 Google Play 商店或其官网自行下载</p><p><strong>五、参考网站</strong></p><p>项目地址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://v2.hysteria.network/zh/">https://v2.hysteria.network/zh/</a></p><p>项目github地址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/apernet/hysteria">https://github.com/apernet/hysteria</a></p><p><strong>六、常见问题</strong></p><p>1、搭建的账号之前能用，突然不能用了，怎么解决？</p><p>A.如果ip不能ping通，FinalShell不能直接连接vps服务器，说明ip被墙了，需要换ip。进入后台, 点击 chang Ip, 填写表单即可. 建议在美国工作日时间提交, 很快就可以更换IP. 注意, 购买后,前3天免费更换, 过期后$3美元/次.B.如果ip正常，大概率是端口号被封了，换端口号，重新搭建。</p><p>2、需要安装bbr加速吗？</p><p>不需要。bbr加速是tcp加速，而hysteria是Quic(udp)协议。所以不用再部署bbr加速。</p>]]></content:encoded>
            <author>kk-28@newsletter.paragraph.com (考拉kk)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/126c3effe294939660cca65b13fa27646fd376b2077bec0aa106a06f1497d93c.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[giffgaff电话卡免费申请教程(附国内平信地址攻略)]]></title>
            <link>https://paragraph.com/@kk-28/giffgaff</link>
            <guid>xFfxJWEczwVckE5rqTOf</guid>
            <pubDate>Sat, 12 Oct 2024 19:29:05 GMT</pubDate>
            <description><![CDATA[了解到giffgaff英国电话卡低价保号的优点，很多小伙伴都想申请拥有一张。giffgaff目前长期支持国内漫游，无需实名，接码免费，保号使用门槛极低的0月租的英国实体卡。 建议动手能力强的同学都申请一下，反正邮寄卡片过来零花费零成本，哪怕信件丢了也没啥损失。文后附平信地址攻略，都是已成功收到英国寄来卡片的同学分享的经验。一、giffgaff申请详细步骤1、官网免费领取：https://www.giffgaff.com/freesim-international、推荐邀请链接，填写你的姓名和收卡地址。走朋友的邀请链接，申请的卡片可享受激活后免费赠送£5话费。如果上述链接提示（这里表示该链接每月赠送£5话费的卡额度已经达上限了），这是申请得到的卡片激活后没有话费赠送。不影响你继续注册拿到卡片，你也可以找别人的邀请链接来注册。2、提交表单后，收到邮件通知，告知你卡片的申请进度。3、等待15–30天，你就能收到从英国寄来的国际平信。信件到了有专门的分拣，分拣处会给giffgaff卡的信封贴上 XX区 XX镇然后就下发到你们当地邮局，贴一张实际信封上的效果附giffgaff卡照 国际平信...]]></description>
            <content:encoded><![CDATA[<p>了解到giffgaff英国电话卡低价保号的优点，很多小伙伴都想申请拥有一张。giffgaff目前长期支持国内漫游，无需实名，接码免费，保号使用门槛极低的0月租的英国实体卡。</p><p>建议动手能力强的同学都申请一下，反正邮寄卡片过来零花费零成本，哪怕信件丢了也没啥损失。文后附平信地址攻略，都是已成功收到英国寄来卡片的同学分享的经验。</p><h1 id="h-giffgaff" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>一、giffgaff申请详细步骤</strong></h1><p>1、官网免费领取：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.giffgaff.com/freesim-international">https://www.giffgaff.com/freesim-international</a>、<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://www.giffgaff.com/orders/affiliate/flint435_1728754195906">推荐邀请链接</a>，填写你的姓名和收卡地址。</p><blockquote><p>走朋友的邀请链接，申请的卡片可享受激活后免费赠送£5话费。</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d013de6b28dc1ef246378f6af60c38ea724644e23174a7b38354929783d73dd2.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><blockquote><p>如果上述链接提示（这里表示该链接每月赠送£5话费的卡额度已经达上限了），这是申请得到的卡片激活后没有话费赠送。不影响你继续注册拿到卡片，你也可以找别人的邀请链接来注册。</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2bb9ed1a749006b73b919e2521452f4d8be2103aa7b20ce38ae1b73322ae4e38.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2、提交表单后，收到邮件通知，告知你卡片的申请进度。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7578af2959a1cfff08c29f3c59f930847d524719409f161b0946cda271304b1e.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/1a38caee06bee4dd8f7a3afdc0b4ea25b52eafa7abb2db66ed4c6d58c761abd8.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>3、等待15–30天，你就能收到从英国寄来的国际平信。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fff0b2be7eb04346423f658d8e40b817bdf18c80f96eca9f8b84fe117027e755.jpg" 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>信件到了有专门的分拣，分拣处会给giffgaff卡的信封贴上 XX区 XX镇然后就下发到你们当地邮局，贴一张实际信封上的效果</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8e22ba680cdac79f1311f96f9f4c45dd884d64dda337e6cc093313253ae901f4.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>附giffgaff卡照</p><p>国际平信很容易丢失信件，这点毋庸置疑，早年央视、人民日报等官媒都调查报道过。 <strong>原因大都是地址填写错误、地址不详细、未精确到门牌号</strong> 。什么叫详细地址：就是不用打电话，快递员按照这个地址送货，也能联系上这个人或者亲朋好友代收**。**</p><p>由于境外的平信以及香港的挂号信，上面的收件人信息一般都是英文（拼音），而且也没有收件人电话，是的，香港挂号信上面一般都没有收件人电话的，如果邮政派送员，一直联系不到你，很可能就会把这个挂号信退回了。</p><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>二、国际平信地址填写申请攻略</strong></h1><p>1、收信地址的填写： <strong>全写拼音就可以</strong> ，当然你写英文也是可以（因为局里有人负责翻译）。留电话也没有用，不会打的。平行会寄到你公司/学校或者小区的信箱，如果你收货地址没有信箱就去附近的邮局和投递地点查看。</p><p>2、确认收货地址： <strong>打中国邮政11183询问离你最近的邮局地址、邮编和联系方式</strong> 。询问平信会不会送到这， <strong>最好是把负责你们片区的快递员手机号/微信要来，方便询问以后信件到达了投递情况</strong> 。<strong>技巧：邮政微信公众号，直接查询附近的网点、营业状态和投递联系人电话。</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/963546039c5eae83bad41f6d1b4a0849aeb789483d13888255730567cac6e2c0.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>国际平信邮件的收取，关键是地址和沟通。可以在EMS邮政快递公众号查询附近网点的信息</p><p>3、地址填尽量详细：包括省份、市、县乡、街道、小区、楼栋、门牌号等信息， <strong>邮政编码也要精确</strong> （<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://www.youbianku.com/">到这查</a>）。</p><p>4、在Address Line 1一栏中填写详细地址，楼栋、门牌号、小区名称等信息。当信息太长时，一部分放到Address Line 2栏。</p><p>我是在乡村28天刚好一个月收到的，一般快递员不会给你打电话，所以上面说自己私下跟他联系让他留意下，我的就是他看到了整理好给我顺便带过来了，其实到28天左右，自己可以去当地邮局找，到那里就说自己有些信件，要找下那些无人认领的，多一半是在那里可以找到，三个月无人认领会集中烧毁</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/51dbec0bf97ada5747eb88d2d61a34ffbe289cf641e3d4ea1b9872ac51c85bed.jpg" 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><blockquote><p>关于收取境外信件，说说我的方法</p><p><em>信件派送收取的问题。直接找负责自己那片区域的邮政派送人员，我的地址那，EMS，挂号信都是一个人派送，我给派送人员说了声，帮我留意一下境外的信件，看到我的那个地址的信件，告诉我一声，加上我也是收信大户，所以每次有我的境外平信或者挂号信之类的，都会给我打电话，或者微信拍照信封发给我。然后我就去取。一般信件只要到了我们当地邮局，我都能收到的，那么没有收到的，不知哪个环节就丢失了。</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mp.weixin.qq.com/s/BB2yJO8tDeUDQl_Mj9_1UA"><em>1</em></a></p><p><em>以下是一些例子，用于说明家庭地址的填写方法：</em></p><p>***例1：*<em>家庭地址：北京市海淀区中关村大街36号 北京市邮编： 100086</em></p><p>***例2：*<em>家庭地址：广东省广州市荔湾区白云街道露烟路888号岭南大厦 邮编：510378</em></p><p>***例3：*<em>家庭地址：湖南省岳阳市君山区莲花路27号 邮编：414005</em></p></blockquote><p><strong>PS：为什么不建议填写英文地址，因为英文地址99%的人写不正确。</strong></p><p>大城市基本都能收到，虽然说都是英文的，但是地址格式要正确，很多人都要么全部拼音，要么全部是英文。</p><p>确规范的地址格式也很少有人提及普及，我是通过外交部网站看到他们英文页面，自己的地址书写格式大概是这样的。</p><p>北京市朝阳区某某大街几号</p><p>这样的地址，北京市和朝阳区写英文，CHAOYANG DISTRICT，后面的一概全部写拼音，街不要写Street，可以自行参考以下2个图片。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d1c15a42b4a1e47418b33668c20dd2d1d90a85984f7bb3bb98abf7401aa7edf6.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/538ad8569bee3c9dc72d378e70fd20d9ceecc4a0594b64a102a28cda32367ebb.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>kk-28@newsletter.paragraph.com (考拉kk)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/48dd005253fb670f139087bc16d0463b9aba69647b4e9b9539ba1624da7d2d87.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[如何使用Wildcard订阅Chatgpt，MidJourney以及多达25种订阅服务和网站工具？]]></title>
            <link>https://paragraph.com/@kk-28/wildcard-chatgpt-midjourney-25</link>
            <guid>8yUxMd5qQbV09VAoJCUu</guid>
            <pubDate>Sat, 21 Sep 2024 02:03:01 GMT</pubDate>
            <description><![CDATA[在全球化的今天，越来越多的用户希望能够方便地订阅和使用各种海外软件服务。然而，由于在中国跨境支付的种种限制，这一过程常常充满挑战。Wildcard致力于为用户提供简便、安全的支付解决方案，帮助我们轻松订阅如ChatGPT Plus等海外AI/SaaS服务。本文船长将详细介绍Wildcard的功能、订阅价格、支持的服务种类以及注册流程。1. 什么是Wildcard？首先，Wildcard是一种美国虚拟借记卡服务，旨在解决国内用户在支付海外服务时遇到的各种难题。它为用户提供了一站式的海外支付服务，特别适用于支付如ChatGPT Plus、OpenAI API等多种海外服务。通过Wildcard，用户无需担心自己没有信用卡或者传统信用卡的跨境支付限制、以及网络封锁或是注册复杂等问题，能够以几乎“0门槛”的方式快速订阅自己所需的AI订阅或者其他服务。 Wildcard主要提供3️⃣大服务方式：会员专享支付服务 ：可以直接使用虚拟货币充值自己的虚拟信用卡，非常适合频繁订阅海外服务的用户，尤其是那些需要支付ChatGPT Plus、OpenAI API等服务的用户。GPT4+Claude随心...]]></description>
            <content:encoded><![CDATA[<p>在全球化的今天，越来越多的用户希望能够方便地订阅和使用各种海外软件服务。然而，由于在中国跨境支付的种种限制，这一过程常常充满挑战。Wildcard致力于为用户提供简便、安全的支付解决方案，帮助我们轻松订阅如ChatGPT Plus等海外AI/SaaS服务。本文船长将详细介绍Wildcard的功能、订阅价格、支持的服务种类以及注册流程。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1a6f03549fd2cebf90907dc35debf8b194232a4cd931171de56044ff542733ac.webp" 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-1-wildcard" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. 什么是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bewildcard.com/i/QQ123">Wildcard</a>？</h1><p>首先，Wildcard是一种美国虚拟借记卡服务，旨在解决国内用户在支付海外服务时遇到的各种难题。它为用户提供了一站式的海外支付服务，特别适用于支付如ChatGPT Plus、OpenAI API等多种海外服务。通过Wildcard，用户无需担心自己没有信用卡或者传统信用卡的跨境支付限制、以及网络封锁或是注册复杂等问题，能够以几乎“0门槛”的方式快速订阅自己所需的AI订阅或者其他服务。</p><p><strong><em>Wildcard主要提供3️⃣大服务方式：</em></strong></p><ol><li><p><strong>会员专享支付服务</strong> ：可以直接使用虚拟货币充值自己的虚拟信用卡，非常适合频繁订阅海外服务的用户，尤其是那些需要支付ChatGPT Plus、OpenAI API等服务的用户。</p></li><li><p><strong>GPT4+Claude随心用</strong> ：为用户提供即买即用的GPT-4和Claude原生体验，免去了网络要求和账号封禁的担忧。</p></li><li><p>可以直接使用更多服务，诸如海外家庭IP环境，虚拟电话号码之类的；直接将多种任务合并到一起了！省去了很多麻烦～</p></li></ol><h1 id="h-2-wildcard" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bewildcard.com/i/QQ123">Wildcard</a>的订阅价格</h1><p>Wildcard为用户提供了两种卡片年限的选择，以满足不同需求的用户。用户可以选择2年卡片年限，价格为$9.99，或者选择3年卡片年限，价格为$14.99。不论选择哪种年限，开卡费用统一为$9.99。这种灵活的年限选择和透明的定价结构使用户能够根据自己的使用需求和预算选择最适合的服务方案。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/993762d42318dd904b5643a1530381ab763e7bf60c75095b4b80df6e50bc7b65.webp" 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>Wildcard的订阅价格根据不同的服务类型有所区别。以下是两大服务的主要价格信息：</p><ol><li><p><strong>会员专享支付服务</strong> ：</p><ul><li><p>提供一个美国虚拟借记卡，用户可以用于支付多种海外服务。</p></li><li><p>支持ChatGPT Plus的一键升级，自动填写支付信息，价格透明，并且支持退款。</p></li><li><p>提供OpenAI API的充值服务，确保充值成功并支持退款。</p></li></ul></li><li><p><strong>GPT4+Claude随心用</strong> ：</p><ul><li><p>每月订阅费用为 <strong>$9.9</strong> ，比直接订阅ChatGPT Plus价格低一半，但能享受到完整的原生功能体验，包括GPTs、语音对话、联网搜索等。</p></li><li><p>即买即用，无需担心网络环境和账号被封的问题。</p></li></ul></li></ol><h1 id="h-3-wildcard" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bewildcard.com/i/QQ123">Wildcard</a>支持订阅哪些服务？</h1><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd4b22712ca6013e136aabfa3bdfebd5a219bcf5b1a6d86e3ba734e47d801f8e.webp" 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>Wildcard支持的服务种类非常广泛，首先是我们常用的各种网站和App，尤其是各种AI相关的网站。Wildcard支持的服务包括：</strong></p><p>ChatGPT Plus、OpenAI API、Midjourney、App Store、Claude、Adobe、X (Twitter)、Facebook、GitHub、Google Play、Amazon Web Services (AWS)、Poe、Suno、Patreon、Perplexity、Openrouter，以及其他未明确列出的服务。</p><p>另外提供其他需要注册这些服务的工具和网站，注册好之后，每个人可以获得免费的3次海外手机号使用机会，还有额外的三次海外家庭网络环境，真的是非常省事儿！</p><ol><li><p><strong>ChatGPT Plus的共享账号</strong> ：自动升级服务，无需复杂的操作。</p></li><li><p><strong>OpenAI API充值</strong> ：支持API调用，确保在国内也能顺畅使用。</p></li><li><p><strong>Apple Store和Google Play订阅</strong> ：提供填写指引，方便用户完成支付，可以直接一键支付！</p></li><li><p><strong>其他海外AI/SaaS服务</strong> ：包括各类常用的海外工具和服务订阅。</p></li></ol><p>这么多福利都放到一起了，真的是非常好用～</p><h1 id="h-4-wildcard" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">4. 如何注册<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bewildcard.com/i/QQ123">Wildcard</a>？</h1><p>注册Wildcard的过程简单明了，以下是注册流程：</p><ol><li><p><strong>访问官方网站</strong> ：用户可以通过浏览器访问Wildcard的官网<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wildcard.com.cn/i/ABEL">（https://bewildcard.com/i/QQ123）</a>进行注册。</p></li><li><p>点击我的卡片，选择你的开卡年限。可以选择2年或者3年，但是对应的价格也有所不同。</p></li><li><p>点击线上购买就会跳出Alipay付款的二维码，直接付款即可。</p></li><li><p>你已经开好卡了！直接可以复制自己卡号和cvv去付款。</p></li><li><p>如果不KYC，只能使用60$没劲的额度，但是快速KYC认证过后就可以使用完全无限的额度了</p></li><li><p><strong>选择服务类型</strong> ：根据自己的需求选择会员专享支付服务或GPT4+Claude随心用服务。</p></li><li><p><strong>提交支付信息</strong> ：填写必要的信息并提交，Wildcard将为您生成一个美国虚拟借记卡。</p><blockquote><p><strong><em>注册完成后，您可以立即开始使用Wildcard支付各种海外服务，无需担心跨境支付的各种问题！</em></strong></p></blockquote></li></ol>]]></content:encoded>
            <author>kk-28@newsletter.paragraph.com (考拉kk)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/8c5e85b4a6ac4f714dbcb5875458408489142aaa8f84f09b3f0b7373c1148c6b.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[在加密，赚钱都是靠运气]]></title>
            <link>https://paragraph.com/@kk-28/QTxZ4zK43G3t3Fkry1f8</link>
            <guid>QTxZ4zK43G3t3Fkry1f8</guid>
            <pubDate>Sun, 09 Jun 2024 21:55:21 GMT</pubDate>
            <description><![CDATA[之前何一开玩笑说过一句话，叫“钱都是大风刮来的”，我是非常认同的，这几天跟一些朋友聊了聊地产，感觉尤甚，想想加密行业，也是一样的。 杭州有不少朋友（当然也不多），在2010年左近买房挣了大几千万，更别说当年的地产商了，时代的红利，地域的红利，一片欣欣向荣的景光。 转头十几年后，就说上今年4月底，标普选了18家房企做压力测试后发现，只要大家业绩再下降30%，都会出现偿债能力不足的问题。 这是行业的周期。最初的草莽时代，多少人风光无两？但在一整个大周期的末尾，也看不到挽天倾的大才，覆巢之下，没有人能抗得住时代的重量。 所以赚钱，或者说赚大钱都是看运气。这个运气在于你是否搭上了一个行业红利的首班车，或者是前趟班车，而非后几趟车、末班车。 对于我这个年纪的人来说，往上数，改开的红利落不到头上，互联网时代的红利捞到了一个尾巴。但运气好搭上了加密行业的早班车，赚到了BTC和ETH的钱，未来也还有十几年的红利。 这是大方向，大格局上的运气。往下延伸，还有细节处的运气。比我运气好的人大有人在，碰上过几百U的BTC，甚至几十U的BTC，最后又毕竟东流去，最后只有在各种社区里讲故事获得慰藉：“想当年...]]></description>
            <content:encoded><![CDATA[<p>之前何一开玩笑说过一句话，叫“钱都是大风刮来的”，我是非常认同的，这几天跟一些朋友聊了聊地产，感觉尤甚，想想加密行业，也是一样的。</p><p>杭州有不少朋友（当然也不多），在2010年左近买房挣了大几千万，更别说当年的地产商了，时代的红利，地域的红利，一片欣欣向荣的景光。</p><p>转头十几年后，就说上今年4月底，标普选了18家房企做压力测试后发现，只要大家业绩再下降30%，都会出现偿债能力不足的问题。</p><p>这是行业的周期。最初的草莽时代，多少人风光无两？但在一整个大周期的末尾，也看不到挽天倾的大才，覆巢之下，没有人能抗得住时代的重量。</p><p>所以赚钱，或者说赚大钱都是看运气。这个运气在于你是否搭上了一个行业红利的首班车，或者是前趟班车，而非后几趟车、末班车。</p><p>对于我这个年纪的人来说，往上数，改开的红利落不到头上，互联网时代的红利捞到了一个尾巴。但运气好搭上了加密行业的早班车，赚到了BTC和ETH的钱，未来也还有十几年的红利。</p><p>这是大方向，大格局上的运气。往下延伸，还有细节处的运气。比我运气好的人大有人在，碰上过几百U的BTC，甚至几十U的BTC，最后又毕竟东流去，最后只有在各种社区里讲故事获得慰藉：“想当年我啊，也有几十个比特币，要不是....”</p><p>小细节上的运气是什么？就是不踩坑。雷军一句站在风口上，猪都能飞起来，坑了不少人。风口都不是追赶出来的，而是你踏实做自己的事，风吹到你头上，你就成了风口上的猪，如果你是为了追风口，那可真就是蠢猪了。</p><p>大格局的运气不可改，小格局的运气可改。过去，现在，未来几年能进入加密行业的人，都是有大格局的运气。但大部分人还是赚不到钱，为什么?小细节的运气不够。</p><p><strong>决定小细节运气的核心，是各自的性格。这是过去生活，学习，工作的环境所培育的。</strong></p><p>之前我说过，踏进加密行业的第一步如何，就决定了未来是否能赚到钱。这看起来很玄乎，实际上就是因果的关系。</p><p>试想：大部分亏钱的人，不外乎是合约爆仓、土狗被埋、被诈骗、高买低卖导致。</p><p>其核心就是起于想追求短平快收益的欲望，被一个个陷阱所命中。且当你有这样的欲望时候，进入行业，所见都是陷阱，所参与都是骗局。</p><p>而有这样想法的人，过去就是这么一个“赌徒性格”，总想着不劳而获，缺乏体系的学习能力，没有自主能力。</p><p>能赚钱的人，总会是有自己思想的。有思想，有思考就能看得清自己有几斤几两，不懂的会去学习，不会盲目的跟风去炒作。</p><p>加密行业很多一眼就看明白的骗局，无数大善人去参与，要么是穷途末路的杀红眼的赌徒，要么就是脑子捐出去的韭菜。</p><p>前面推特上有KOL做募资众筹的事么？那些KOL是没有投资的能力，但是有诈骗的能力。试想，你投给他1个BNB，你想获得几十倍的收益，逻辑在哪里？</p><p>要赚钱就只有三个路径，一个是旁氏骗局，借新还旧，一个是借贷获利，一个是消费需求。</p><p>那种模式，能赚钱，要么就是他能继续募更多的钱，要么他就是有投资能力，可以把募到的一个亿变成10个亿。</p><p>假如是旁氏，第一轮募资的信誉已经到期，后续不会有源源不断的钱进来；如果是第二种，为什么不直接借钱去操作呢？</p><p>但很多人就是看不清，就是要参与。最后死的都是这些人，浮在表面，随波逐流的人。</p><p>改命的钥匙，在自己的手中。加密行业提供给那些有能力有认知缺少运气的人一个平台，是对这些人运气的补偿，所以他们能赚。</p><p>所以，把自己的能力和认知提升起来，把自己的性格改变一些。让自己有独立思考的能力，才会让自己最终都赚到钱。</p><p>不要再浑浑噩噩，被网络上的各种信息FOMO。如何把思维转变过来，才是最重要的，不然即便是运气好赚到钱，最后也带不走。</p><p>当然，这是一家之言，观念是无法被说服的，正如我喋喋不休的说，要大仓位持有比特币，有的人依然不会听，仍旧有各种理直气壮的理由。</p><p>所以，即便是答案都写出来了，仍旧只有少部分人能赚钱。</p><p>赚钱都是靠运气，但也能改运。</p>]]></content:encoded>
            <author>kk-28@newsletter.paragraph.com (考拉kk)</author>
        </item>
        <item>
            <title><![CDATA[2024必撸项目farcaster！丨估值10亿美金的社交软件丨Social 赛道天王级项目]]></title>
            <link>https://paragraph.com/@kk-28/2024-farcaster-10-social</link>
            <guid>K2NyQqZZYKdhDMXsEIdu</guid>
            <pubDate>Sat, 25 May 2024 04:49:53 GMT</pubDate>
            <description><![CDATA[说明：本文就是warpcast新手教程，不涉及高深技巧，已经玩了warpcast一个礼拜的朋友可以不用看此文。 背景：base链的tvl 来到30亿美金，degen暴涨千倍来到7亿美金市值，aero暴涨百倍达到18亿美金市值，这一切，都在告诉我们，背靠coinbase的base链有望迎来资金炒作，现在的base链极有可能就像2023年11月份的sol链。一、base链、farcaster、warpcast、degen 分别是什么？base链是一个以太坊二层公链，背靠coinbase交易所，就像bnb链背靠币安交易所。 farcaster是一个社交协议，warpcast是通过farcaster建立的一个社交app，国人叫它弯播，就是类似推特一个的社交app。通过farcaster建立的app有很多，比如supercast, yup,以及litecast，具体可以看看Dylan写的这片文章：nft embeddegen是warpcast 上面一个叫做degen频道发的社区代币，现在已经不仅仅是一个meme币，有很多应用主动给他赋能，使degen成为应用的流通货币了。二、如何注册war...]]></description>
            <content:encoded><![CDATA[<p>说明：本文就是warpcast新手教程，不涉及高深技巧，已经玩了warpcast一个礼拜的朋友可以不用看此文。</p><p>背景：base链的tvl 来到30亿美金，degen暴涨千倍来到7亿美金市值，aero暴涨百倍达到18亿美金市值，这一切，都在告诉我们，背靠coinbase的base链有望迎来资金炒作，现在的base链极有可能就像2023年11月份的sol链。</p><h1 id="h-basefarcasterwarpcastdegen" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、base链、farcaster、warpcast、degen 分别是什么？</h1><p>base链是一个以太坊二层公链，背靠coinbase交易所，就像bnb链背靠币安交易所。</p><p>farcaster是一个社交协议，warpcast是通过farcaster建立的一个社交app，国人叫它弯播，就是类似推特一个的社交app。通过farcaster建立的app有很多，比如supercast, yup,以及litecast，具体可以看看Dylan写的这片文章：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b44db2c5c7db92c57fc59d0258fcada7b14e9f7a5957e8b230147eaf6eddfda2.png" alt="nft embed" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">nft embed</figcaption></figure><p>degen是warpcast 上面一个叫做degen频道发的社区代币，现在已经不仅仅是一个meme币，有很多应用主动给他赋能，使degen成为应用的流通货币了。</p><h1 id="h-warpcast" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、如何注册warpcast？</h1><p>准备条件：</p><p>1，邮箱账号：谷歌账号或者outlook账号或者其他邮箱，建议手机里面安装一个gmail邮箱app，下载好coinbasewallet钱包，将常用的钱包导入到coinbasewallet。</p><p>2，国外苹果id，用来下载warpcast，如果你没有，建议去淘宝买一个</p><p>3，一个绑定了可以付款外币信用卡的苹果账户，国内的苹果id 一样可以的</p><p>4，点击邀请链接</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/~/invite-page/570042?id=2e03b5dd">warpcast.com/~/invite-page/570042?id=2e03b5dd</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/~/invite-page/570042?id=2e03b5dd">https://warpcast.com/~/invite-page/570042?id=2e03b5dd</a></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"></h2><p>会让你输入一个邮箱</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7663e43868fbd782f854287f34ebc9c5bed357c19cc38df99b02ab0f0bef78f5.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><p>1</p><p>5，打开邮箱，在收件箱中看warpcast的邮件，然后手机上点击下载，这个下载就要用到苹果国外id，香港id也行</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e5363cef93b293d5fca2d212f39c3c23a81f03b6d7153cac14c8e658aa7de3b3.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><p>2</p><p>6，下载好warpcast app之后，将apple store的id 切换回绑定了信用卡的苹果国内id，就是用国内的苹果id去登录apple store</p><p>7，然后输入邮箱账号，会发送一封邮件到你的邮箱账户，你在邮箱里面点击确认verify，就会跳转到付款5刀的界面，付款5刀之后，就开始创建账户了</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5d7c747006e44e6506bb8c75b9a3efa7ec55a61439762c92b2595dca07f282b1.png" alt="3" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">3</figcaption></figure><p>3</p><p>8，输入用户名，然后将助记词抄写到本子上，然后就是勾选感兴趣的领域，选择eth,meme,software就行</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c81c272ced51d205b0c21106f441aef42ace734c6c8bf5c919d743e3fbea7e20.png" alt="4" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">4</figcaption></figure><p>4</p><p>9，填写id号，简要介绍你自己，注册warpcast账户完成</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b9b49a44d09d652776a2f498a893e4da8afe5ad019b8fee82ec53810159682f1.png" alt="5" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">5</figcaption></figure><p>5</p><p>10，注册好warpcast之后，先在设置里面绑定自己的以太坊钱包，可以在电脑端绑定，也可以在手机端绑定，推荐用网页端绑定。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5600fc4bd599b7644896d50ad9d9266a498e1e4f358e357051bf160019b22f3a.png" alt="6" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">6</figcaption></figure><p>6</p><p>11，如何在网页端登录warpcast？</p><p>在谷歌浏览器或者其他网页浏览器，输入warpcast.com，然后点击登录，</p><p>手机相册扫码一下，会跳转到谷歌网页，在谷歌网页里面打开就是app</p><p>，就会跳转到手机上的warpcast app，it’s me 划到右边就登录网页端了。</p><p>要注意，一旦手机端退出登录，比如你手机端登录了其他账号，那么你网页端也会退出。</p><h1 id="h-warpcast" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">三、warpcast 常用功能以及常见名词介绍</h1><p>电脑端左边跟推特一样是菜单栏，中间是内容，最右边是推荐关注的人和关注的频道。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/31b699831990d41d72567a13f31e41ee8aa60df28e89432cd5381c6614d35407.png" alt="7" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">7</figcaption></figure><p>7</p><p>常见名词：</p><p>1、degen代币：</p><p>首发于2024年1月，用于奖励farcaster的degen频道的早期发言人，是一个建立在base链上的erc20代币，任何人都可以在uniswap买卖。</p><p>代币经济学网站： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.degen.tips/tokenomics">https://www.degen.tips/tokenomics</a></p><p>degen合约地址：0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed</p><p>总量大约370亿个，70%将会空投给社区，15%给到degen团队、开发者、投资者、以及相关生态，15%锁在池子里面。从2028年开始，degen将会每年通胀1%。</p><p>2、farcarster是一个社交协议，warpcast 是通过farcarster这个社交协议做出来的一个app，目前来说是最受欢迎的一个app，通过farcarster做的app还有很多，比如flink，比如supercast。</p><p>3、channel 频道</p><p>类似豆瓣小组，或者贴吧，就是有共同兴趣的主题频道，创建一个频道要2500个warps一年，大约需要25刀一年。</p><p>4、warps</p><p>warps 是warpcast的流通货币，但是没上链，你可以这么理解，warps 就是类似腾讯游戏的qq币，可以用来奖励别人，租赁频道，用来付款购买空间，假如你注册warpcast不成功，需要付款，那么就可以让别人拥有warps的帮你付款，你给别人红包就行了</p><p>5、degen的打赏文化以及空投</p><ul><li><p>degen 代币是创建于以太坊2层网络base链上的一个去中心化网络farcaster上的社区代币。</p></li><li><p>degen的打赏</p><ul><li><p>degen更多是用来做打赏使用</p></li><li><p>你收到多少打赏积分，就可以兑换多少的degen代币空投</p></li><li><p>有很多种方式可以给别人打赏，总的来说有两种</p><ul><li><p>degen空投阶段2（链下的，使用degen points积分，月末可以将degen积分兑换为degen代币）</p></li><li><p>第三方机器人或者frame打赏（比如jeeves 或者paybot，事实就是通过这些第三方机器人进行degen代币转账）</p></li></ul></li><li><p>degen的阶段2空投是根据你的打赏积分来的，而你的打赏积分是根据你的帖子cast互动量来的，注册时间和发帖数量，互动量应当都有关系，具体参数可以参考公式：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/queries/3408503">https://dune.com/queries/3408503</a></p><ul><li><p>任何时候，只要你回复中包含 【数量】$degen 或者 【数量】$DEGEN ，那么你就是给别人打赏了</p></li></ul></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f1e42df2882a98a08036c5def6d4871461330481c99a7e50f3690d0b21460936.png" alt="8" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">8</figcaption></figure><p>8</p><ul><li><p>可以通过 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/jacek/0xb495c510">https://warpcast.com/jacek/0xb495c510</a> 查看自己的degen打赏额度allowance 和degen积分（degen points）</p><ul><li><p>degen的阶段2空投有很多季，第一季在2024年2月结束了，第二季在第一季结束之后立刻开始了，现在还在进行当中</p><ul><li><p>要获得打赏额度，就是有资格给别人打赏，需要满足以下条件</p><ul><li><p>至少要发三条帖子，就是要cast三次，cast一次就是发帖一次</p></li><li><p>必须要将warpcast在设置里面验证一个钱包地址</p></li><li><p>你的验证地址里面必须至少要有1万个degen代币</p></li><li><p>上面3个条件满足之后，至少要过48小时之后，你才能有打赏条件</p></li></ul></li></ul></li></ul></li><li><p>degen 积分可以1比1兑换为degen代币，在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://degen.tips/">https://degen.tips</a> 这个网站兑换，月末进行兑换，大约会有一个月时间来兑换。</p></li><li><p>除了链下的degen打赏，还有链上的，主要是通过degen jeeves 以及paybot这两个机器人来打赏，感兴趣的，可以看这篇文章：</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/59d21288ff1aeff2d6c01a3e9f9184a9.png" alt="$DEGEN TIPPING" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">$DEGEN TIPPING</figcaption></figure><h1 id="h-warpcast" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">四、怎么玩warpcast ？</h1><p>1，一定要在设置里面绑定好自己的钱包，通过okx或者币安将ETH 提到base链的钱包中去。钱包里面至少买1万个degen代币，现在大约要花费210刀左右。至少发3条内容，即cast三次。建议在相应的频道中发内容，更容易被别人看见。无意义的灌水是不会被算法推荐的。</p><p>2、关注一些名人的warpcast账号，</p><p>3、有很多发帖回复就能获得degen打赏，但是会有时效性，这种可以玩多号。</p><p>4、有一些nft 是在zora上铸造，很多很便宜，不要不舍得gas，多注册几个warpcast账号，然后多用base链上的eth或者degen 去铸造nft，未来有可能同时获得base链，zora，以及farcaster的空投（尽管官方说base链以及farcaster不会发币）。</p><p>5、多发布帖子，多用cast 将内容发布在相应在的频道当中，多跟群组里面的人互动（懂的都懂）。</p><p>6、现在类似sol上面预售模式的玩法还没出现，随着base链上的tvl越来越多，可能某一种模式玩法就会在近期出现，密切关注。</p><p>7、查看发帖热度趋势</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://far.quest/trends">https://far.quest/trends</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2500783fff1b86c20daaa633af8a6fa7332bb46d321bd3413ffff30d92546cca.png" alt="10" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">10</figcaption></figure><p>8、频道热度排行榜</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><figcaption HTMLAttributes="[object Object]" class="">🔥 Farcaster Hot 100 🔥</figcaption></figure><p>9、玩了一段时间之后，检查你自己账号的活跃度，使用下面这个网站</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ab290930dba1a699ff498cc5d36b980995a5e586a187112472d3aa4ce1fade9c.png" alt="Farcaster User Stats" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Farcaster User Stats</figcaption></figure>]]></content:encoded>
            <author>kk-28@newsletter.paragraph.com (考拉kk)</author>
        </item>
        <item>
            <title><![CDATA[Solana saga手机付款教程，转运渠道及海关清关纳税攻略分享,Solana pay付款，solana Saga Mobile WEB3手机]]></title>
            <link>https://paragraph.com/@kk-28/solana-saga-solana-pay-solana-saga-mobile-web3</link>
            <guid>KKZhF8P1CLhDbqo5JAUX</guid>
            <pubDate>Wed, 22 May 2024 03:26:32 GMT</pubDate>
            <description><![CDATA[想买Solana saga二代手机，本期视频必看！任何问题，欢迎在我的视频评论区留言，我都会及时回复。 本期油管视频教程,推荐视频版更易懂： Solana 手机购买链接： https://solanamobile.com/refer/kaolakk_eth 本期视频我会全部给大家讲的清清楚楚，避免到时候手机发货出现各种问题，那么首先教大家直接用USDC付款买手机 那首先给大家介绍如何使用USDC支付手机，想看快递转运海关清关纳税的可以直接快进到后面 我们来到solana手机的官网，还是点击预购按钮，接下来依然是链接你的推特和钱包，角色选择用户，然后我们来到下一步，下一步会让你填写一个账单地址，账单地址全部乱填也没关系，只需要上面的邮箱和电话写你自己正确的，填好账单地址后我们点击保存，接下来就是选择付款方式了，我之前的教程中是教大家用VISA信用卡去付款，因为我没有接触过那个solana pay，那个是solana自己的付款方式，那个就可以充值USDC去付款，所以今天教大家用solana pay去付款，那我们点击solana pay，然后链接你的小狐狸钱包，你可以在左下角，以及正下...]]></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/f58f1a111606160fb36db101359bfcad992969d003904879e60cb134cae9a222.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>想买Solana saga二代手机，本期视频必看！任何问题，欢迎在我的视频评论区留言，我都会及时回复。</p><p>本期油管视频教程,推荐视频版更易懂：</p><div data-type="youtube" videoId="OUqFHGymLow">
      <div class="youtube-player" data-id="OUqFHGymLow" style="background-image: url('https://i.ytimg.com/vi/OUqFHGymLow/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=OUqFHGymLow">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p>Solana 手机购买链接：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://solanamobile.com/refer/kaolakk_eth">https://solanamobile.com/refer/kaolakk_eth</a></p><p>本期视频我会全部给大家讲的清清楚楚，避免到时候手机发货出现各种问题，那么首先教大家直接用USDC付款买手机</p><p>那首先给大家介绍如何使用USDC支付手机，想看快递转运海关清关纳税的可以直接快进到后面</p><p>我们来到solana手机的官网，还是点击预购按钮，接下来依然是链接你的推特和钱包，角色选择用户，然后我们来到下一步，下一步会让你填写一个账单地址，账单地址全部乱填也没关系，只需要上面的邮箱和电话写你自己正确的，填好账单地址后我们点击保存，</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2d7b5dd8b3dc32ddf3d492e0ba6086405fbee8d543ad3b476230566d63e5e9cf.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>接下来就是选择付款方式了，我之前的教程中是教大家用VISA信用卡去付款，因为我没有接触过那个solana pay，那个是solana自己的付款方式，那个就可以充值USDC去付款，所以今天教大家用solana pay去付款，那我们点击solana pay，然后链接你的小狐狸钱包，你可以在左下角，以及正下方看到你的钱包充值地址，我们只需要往那个钱包地址充值对应的USDC即可，充值方式有两种，一种是直接从交易所提现USDC到钱包，前提是你的交易所支持USDC SOLANA 链的提现，我这里是用的binance，他是支持的，如果你的交易所不支持，你可以直接提现SOL。提现到钱包之后，点击钱包的swap按钮，把他兑换成USDC就可以，然后就可以直接付款了。这里注意一下是充值到左下角给你的solana的钱包地址，而不是你的小狐狸钱包地址。这里用solana pay付款的教程就说完了，接下来详细说一下手机香港转运的攻略。</p><p>你可以自己去问一下各种转运平台，无论是转运中国、转运四方、还是比如邮政、顺丰这些公司，你想从香港转运手机回国，只要是带电池的数码产品都是无法邮寄的，这是政策问题</p><p>还有一种思路就是，不止可以单单从香港中转，你可以从任何地区中转回国，比如你可以邮寄到澳门、日本等等各种地址，然后再用我说的思路，去找能转运的公司或者转运平台去转运回来，</p><p>今天的教程到这里就结束了，如果我的内容对你有帮助，希望你能点一个赞再走，你的点赞支持是我持续更新的动力。</p><p>Solana 手机购买链接：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://solanamobile.com/refer/kaolakk_eth">https://solanamobile.com/refer/kaolakk_eth</a></p>]]></content:encoded>
            <author>kk-28@newsletter.paragraph.com (考拉kk)</author>
        </item>
        <item>
            <title><![CDATA[sui生态 $MINE，挖矿图文教程]]></title>
            <link>https://paragraph.com/@kk-28/sui-mine</link>
            <guid>l5kGtZItMzuhSdmxKAm6</guid>
            <pubDate>Tue, 14 May 2024 18:54:26 GMT</pubDate>
            <description><![CDATA[以下是挖矿图文全教程 首先下载安装文件wget https://github.com/ronanyeah/mineral-app/releases/download/v1/linux.zip 然后解压文件unzip linux.zip 添加执行权限chmod +x mineral-linux 然后，设置钱包环境变量：export WALLET=suiprivkey11111111111111111111111111111111 suiprivkey11111111111111111111111111111111111111 更换为你sui钱包的私钥 钱包中需要有sui代币，充当gas启动挖矿./mineral-linux mine 如图所示，正在挖矿]]></description>
            <content:encoded><![CDATA[<p>以下是挖矿图文全教程</p><p>首先下载安装文件</p><pre data-type="codeBlock" text="wget https://github.com/ronanyeah/mineral-app/releases/download/v1/linux.zip
"><code>wget <span class="hljs-symbol">https:</span>/<span class="hljs-regexp">/github.com/ronanyeah</span><span class="hljs-regexp">/mineral-app/releases</span><span class="hljs-regexp">/download/v</span>1/linux.zip
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/208850f8709ef78d90a5c4b89864a101b049c0221a2e69f1f3c4e65e4e9e8b84.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><pre data-type="codeBlock" text="unzip linux.zip
"><code>unzip linux.zip
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8e9a18591c5e05730d09132aa21fa0db7daa5fdebc60f6dc17cdd50071a45044.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><pre data-type="codeBlock" text="chmod +x mineral-linux
"><code>chmod <span class="hljs-operator">+</span>x mineral<span class="hljs-operator">-</span>linux
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f21e68c62d8e39ff5f068db175c185978e2177ef1484a53616d910936c1181c3.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><pre data-type="codeBlock" text="export WALLET=suiprivkey11111111111111111111111111111111
"><code>export <span class="hljs-attr">WALLET</span>=suiprivkey11111111111111111111111111111111
</code></pre><p>suiprivkey11111111111111111111111111111111111111 更换为你sui钱包的私钥</p><p>钱包中需要有sui代币，充当gas</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/54fb721867fdb868cfeff540bdd8b862203a5c47afb97403b2615e2d34eb62c7.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><pre data-type="codeBlock" text="./mineral-linux mine
"><code>./mineral<span class="hljs-operator">-</span>linux mine
</code></pre><p>如图所示，正在挖矿</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ed6e74762d1403332dd4bdeba2102b1ef09daafea8a2672576b93286e69b55cc.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>kk-28@newsletter.paragraph.com (考拉kk)</author>
        </item>
        <item>
            <title><![CDATA[123]]></title>
            <link>https://paragraph.com/@kk-28/123</link>
            <guid>6BoE1nfd0kXNGRH6mAem</guid>
            <pubDate>Tue, 23 Apr 2024 17:59:04 GMT</pubDate>
            <description><![CDATA[123]]></description>
            <content:encoded><![CDATA[<p>123</p>]]></content:encoded>
            <author>kk-28@newsletter.paragraph.com (考拉kk)</author>
        </item>
    </channel>
</rss>