<?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>Untitled</title>
        <link>https://paragraph.com/@0xb6e1b25b5f198ba94e18f1d481504e2b263e50fd</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 05 Apr 2026 09:05:26 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[区块链项目minima运行教程]]></title>
            <link>https://paragraph.com/@0xb6e1b25b5f198ba94e18f1d481504e2b263e50fd/minima</link>
            <guid>C2wrtIMce4Bt1fU6UXiN</guid>
            <pubDate>Tue, 25 Oct 2022 01:51:45 GMT</pubDate>
            <description><![CDATA[0x1、什么是minima官网：https://incentive.minima.global/ Minima 是一家位于瑞士楚格和英国伦敦的区块链初创公司。它由英国首席执行官 Hugo Feiler 和首席技术官 Paddy Cerri 于 2018 年创立。继 2020 年 12 月 Blockchange Ventures 获得 250 万美元风险投资之后，该公司于 2021 年 10 月完成了 650 万美元的 A 轮融资，由 AGE Crypto Asset Investment Fund 和 SMO Capital 领投。Minima 专注于提供低足迹的去中心化和分布式区块链协议。 Minima 是世界上第一个在手机上运行的真正完全去中心化的，将区块链引入智能手机的基础层协议。创建了一个适用于移动或物联网设备的超精简原生区块链协议，允许每个用户运行一个完整的构建和验证节点。 Minima不是刚刚开始的项目 目前项目处于早期，公链开发已经四年了。目前是测试网阶段 ,官方的目标是2022年达到100万个节点。 Minima总量10亿，其中30%用于节点奖励，当前为测试网，...]]></description>
            <content:encoded><![CDATA[<h2 id="h-0x1minima" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">0x1、什么是minima</h2><p>官网：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://incentive.minima.global/">https://incentive.minima.global/</a></p><p>Minima 是一家位于瑞士楚格和英国伦敦的区块链初创公司。它由英国首席执行官 Hugo Feiler 和首席技术官 Paddy Cerri 于 2018 年创立。继 2020 年 12 月 Blockchange Ventures 获得 250 万美元风险投资之后，该公司于 2021 年 10 月完成了 650 万美元的 A 轮融资，由 AGE Crypto Asset Investment Fund 和 SMO Capital 领投。Minima 专注于提供低足迹的去中心化和分布式区块链协议。</p><p>Minima 是世界上第一个在手机上运行的真正完全去中心化的，将区块链引入智能手机的基础层协议。创建了一个适用于移动或物联网设备的超精简原生区块链协议，允许每个用户运行一个完整的构建和验证节点。</p><p>Minima不是刚刚开始的项目 目前项目处于早期，公链开发已经四年了。目前是测试网阶段 ,官方的目标是2022年达到100万个节点。</p><p>Minima总量10亿，其中30%用于节点奖励，当前为测试网，达到100万节点上线主网，并上所开放交易。</p><h2 id="h-0x2minima" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">0x2、minima运行教程</h2><ol><li><p>官网注册后，从官网显示的列表中选择您的设备，并按照说明进行设置。</p><p>附上个人注册邀请码：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://incentive.minima.global/account/register?inviteCode=MDZFBCEA">https://incentive.minima.global/account/register?inviteCode=MDZFBCEA</a></p></li><li><p>这里选择LInux VPS/Raspberry Pi 根据官方提醒，如果您使用的是Debian OS（包括Ubuntu）或Raspberry Pi，点击LInux VPS/Raspberry Pi</p></li><li><p>执行官方步骤</p></li></ol><h3 id="h-node-set-up" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">第一大步：Node Set-up</h3><p>1）登录作为root用户。</p><p>2）打开命令提示符，确保您在root目录中</p><p>3）如果您以前没有运行Minima，请确保您在服务器上安装了最新版本的Java，<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://java.com/en/">https://java.com/en/</a></p><pre data-type="codeBlock" text="apt install openjdk-17-jre-headless -y
"><code>apt install openjdk<span class="hljs-number">-17</span><span class="hljs-operator">-</span>jre<span class="hljs-operator">-</span>headless <span class="hljs-operator">-</span>y
</code></pre><p>这里注意使用1.7</p><p>4）从root目录中，请运行以下脚本：</p><pre data-type="codeBlock" text="wget -O minima_setup.sh https://raw.githubusercontent.com/minima-global/Minima/master/scripts/minima_setup.sh &amp;&amp; chmod +x minima_setup.sh &amp;&amp; sudo ./minima_setup.sh -p 9001
"><code>wget -O minima_setup.sh https://raw.githubusercontent.com/minima-global/Minima/master/scripts/minima_setup.sh &#x26;&#x26; <span class="hljs-built_in">chmod</span> +x minima_setup.sh &#x26;&#x26; sudo ./minima_setup.sh -p 9001
</code></pre><p>5）这可能需要30分钟才能完成脚本，并让Minima开始。请耐心等待，完成后您将被指示。 在一台服务器上运行多个节点？您可以在末尾指定不同的端口编号来执行此操作。例如（使用9122和9121）：</p><pre data-type="codeBlock" text="wget -O minima_setup.sh https://raw.githubusercontent.com/minima-global/Minima/master/scripts/minima_setup.sh &amp;&amp; chmod +x minima_setup.sh &amp;&amp; sudo ./minima_setup.sh -p 9121
"><code>wget -O minima_setup.sh https://raw.githubusercontent.com/minima-global/Minima/master/scripts/minima_setup.sh &#x26;&#x26; <span class="hljs-built_in">chmod</span> +x minima_setup.sh &#x26;&#x26; sudo ./minima_setup.sh -p 9121
</code></pre><h3 id="h-ip-set-up" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">第二大步： IP Set-up</h3><p>1）Minima运行后，通过官网此页面的底部复制激励ID来将您的激励帐户连接到您的节点：</p><p>2）要将命令发送到minima，您需要安装curl。如果您没有安装curl，请直接在命令行中输入以下内容：</p><pre data-type="codeBlock" text="sudo apt install curl
sudo apt install jq
"><code></code></pre><p>3） 要设置激励ID，请直接在命令行中键入以下内容，用您的ID替换XXX：</p><pre data-type="codeBlock" text="curl 127.0.0.1:9005/incentivecash%20uid:xxx-xxx-xxx-xxx-xxx
"><code>curl <span class="hljs-number">127.0</span><span class="hljs-number">.0</span><span class="hljs-number">.1</span>:<span class="hljs-number">9005</span><span class="hljs-operator">/</span>incentivecash<span class="hljs-operator">%</span>20uid:xxx<span class="hljs-operator">-</span>xxx<span class="hljs-operator">-</span>xxx<span class="hljs-operator">-</span>xxx<span class="hljs-operator">-</span>xxx
</code></pre><p>您应该收到真实的回报状态，并查看您以前的奖励余额（如果有）。 如果您在一台服务器上有多个节点，则<strong>需要在安装脚本的curl命令中更改端口号</strong>。</p><p>例如：</p><pre data-type="codeBlock" text="curl 127.0.0.1:9121/incentivecash%20uid:
"><code>curl <span class="hljs-number">127.0</span><span class="hljs-number">.0</span><span class="hljs-number">.1</span>:<span class="hljs-number">9121</span><span class="hljs-operator">/</span>incentivecash<span class="hljs-operator">%</span>20uid:
</code></pre><p>您的激励计划帐户现在已连接到您的节点！</p><p>4）然后，您的节点会ping我们，所以我们知道它正在运行。</p><p>5）对于您的节点，我们每天都会为您的日常奖励增加1个奖励。</p><p>6）要检查您的奖励，请键入<code>curl 127.0.0.1:9005/incentivecash | jq</code>进入命令行。</p><p>查看执行进程情况：</p><pre data-type="codeBlock" text="# ps axf |grep minima
2598806 pts/0    S+     0:00  |   |   \_ sudo ./minima_setup.sh -p 9001
2598807 pts/0    S+     0:00  |   |       \_ /bin/sh ./minima_setup.sh -p 9001
2602056 pts/0    S+     0:00  |   |           \_ journalctl -fn 10 -u minima_9001
2614099 pts/1    S+     0:00  |       \_ grep --color=auto minima
2602055 ?        Ssl    2:46 /usr/bin/java -jar /home/minima/minima.jar -daemon -rpcenable -mdsenable -port 9001 -data /home/minima/.minima_9001
"><code># ps axf <span class="hljs-operator">|</span>grep minima
<span class="hljs-number">2598806</span> pts<span class="hljs-operator">/</span><span class="hljs-number">0</span>    S<span class="hljs-operator">+</span>     <span class="hljs-number">0</span>:00  <span class="hljs-operator">|</span>   <span class="hljs-operator">|</span>   \<span class="hljs-keyword">_</span> sudo ./minima_setup.sh <span class="hljs-operator">-</span>p <span class="hljs-number">9001</span>
<span class="hljs-number">2598807</span> pts<span class="hljs-operator">/</span><span class="hljs-number">0</span>    S<span class="hljs-operator">+</span>     <span class="hljs-number">0</span>:00  <span class="hljs-operator">|</span>   <span class="hljs-operator">|</span>       \<span class="hljs-keyword">_</span> <span class="hljs-operator">/</span>bin<span class="hljs-operator">/</span>sh ./minima_setup.sh <span class="hljs-operator">-</span>p <span class="hljs-number">9001</span>
<span class="hljs-number">2602056</span> pts<span class="hljs-operator">/</span><span class="hljs-number">0</span>    S<span class="hljs-operator">+</span>     <span class="hljs-number">0</span>:00  <span class="hljs-operator">|</span>   <span class="hljs-operator">|</span>           \<span class="hljs-keyword">_</span> journalctl <span class="hljs-operator">-</span>fn <span class="hljs-number">10</span> <span class="hljs-operator">-</span>u minima_9001
<span class="hljs-number">2614099</span> pts<span class="hljs-operator">/</span><span class="hljs-number">1</span>    S<span class="hljs-operator">+</span>     <span class="hljs-number">0</span>:00  <span class="hljs-operator">|</span>       \<span class="hljs-keyword">_</span> grep <span class="hljs-operator">-</span><span class="hljs-operator">-</span>color<span class="hljs-operator">=</span>auto minima
<span class="hljs-number">2602055</span> ?        Ssl    <span class="hljs-number">2</span>:<span class="hljs-number">46</span> <span class="hljs-operator">/</span>usr<span class="hljs-operator">/</span>bin<span class="hljs-operator">/</span>java <span class="hljs-operator">-</span>jar <span class="hljs-operator">/</span>home<span class="hljs-operator">/</span>minima<span class="hljs-operator">/</span>minima.jar <span class="hljs-operator">-</span>daemon <span class="hljs-operator">-</span>rpcenable <span class="hljs-operator">-</span>mdsenable <span class="hljs-operator">-</span>port <span class="hljs-number">9001</span> <span class="hljs-operator">-</span>data <span class="hljs-operator">/</span>home<span class="hljs-operator">/</span>minima<span class="hljs-operator">/</span>.minima_9001
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2aa1376316f6086f7aba408fa60712b18dd85cf4d2b39bf9a5a6ae7c315df549.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-0x3" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">0x3、邀请奖励</h2><p>网页注册无KYC，手机+邮箱验证，成功后空投1个节点ID，绑定手机应用程序，每日奖励1币，直推奖励10%活跃产量，主网后1:1转换为主网币。</p><p>对于每个使用您的邀请链接注册的人，您将获得0.1的额外奖励，每天他们的节点都连接到网络。例如，如果您邀请您的朋友，并且他们运行了100天的节点，那么这就是您可以赚到的：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c6f58326a75363780b55145807292c4c8b25bf2a597495ae18d293a2c067fc29.png" alt="在这里插入图片描述" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">在这里插入图片描述</figcaption></figure>]]></content:encoded>
            <author>0xb6e1b25b5f198ba94e18f1d481504e2b263e50fd@newsletter.paragraph.com (Untitled)</author>
        </item>
    </channel>
</rss>