feat: update node type references from 3Node to MyceliumNode across codebase

This commit is contained in:
mik-tf
2025-09-06 22:43:49 -04:00
parent 67577df3d0
commit bf273102cb
17 changed files with 59 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
{% block marketplace_content %}
<div class="my-4">
<h1>Mycelium Nodes Hardware</h1>
<p class="lead">Discover certified hardware nodes that power the ThreeFold Grid infrastructure.</p>
<p class="lead">Discover certified hardware nodes that power the Mycelium Grid infrastructure.</p>
<!-- Mycelium Nodes Introduction -->
<div class="alert alert-info mb-4">
@@ -15,9 +15,9 @@
</div>
<div>
<h5 class="alert-heading">What are Mycelium Nodes?</h5>
<p>Mycelium Nodes are the physical hardware units that make up the ThreeFold Grid. These certified servers provide compute, storage, and network capacity to the decentralized internet infrastructure.</p>
<p>Mycelium Nodes are the physical hardware units that make up the Mycelium Grid. These certified servers provide compute, storage, and network capacity to the decentralized internet infrastructure.</p>
<hr>
<p class="mb-0">By purchasing a 3Node, you become a farmer in the ThreeFold ecosystem, earning TFT rewards while contributing to the decentralized internet.</p>
<p class="mb-0">By purchasing a Mycelium Node, you become a farmer in the Mycelium ecosystem, earning MC rewards while contributing to the decentralized internet.</p>
</div>
</div>
</div>
@@ -166,7 +166,7 @@
<div class="mb-3">
<div class="alert alert-success small">
<i class="bi bi-currency-dollar me-1"></i>
<strong>Farming Potential:</strong> Earn TFT rewards by contributing to the ThreeFold Grid
<strong>Farming Potential:</strong> Earn MC rewards by contributing to the Mycelium Grid
</div>
</div>
</div>
@@ -215,7 +215,7 @@
<!-- Pagination -->
{% if pagination and pagination.total_pages > 1 %}
<nav aria-label="3Node pages" class="mt-4">
<nav aria-label="Mycelium Node pages" class="mt-4">
<ul class="pagination justify-content-center">
<!-- Previous Page -->
<li class="page-item {% if not pagination.has_previous %}disabled{% endif %}">
@@ -302,27 +302,27 @@
<div class="col-12">
<div class="card">
<div class="card-body">
<h3 class="card-title">Become a ThreeFold Farmer</h3>
<h3 class="card-title">Become a Mycelium Farmer</h3>
<div class="row">
<div class="col-md-6">
<h5>1. Purchase Your 3Node</h5>
<p>Choose from certified hardware options that meet ThreeFold Grid requirements.</p>
<h5>1. Purchase Your Mycelium Node</h5>
<p>Choose from certified hardware options that meet Mycelium Grid requirements.</p>
<h5>2. Connect to the Grid</h5>
<p>Boot your 3Node with Zero-OS and connect it to the ThreeFold Grid infrastructure.</p>
<p>Boot your Mycelium Node with Zero-OS and connect it to the Mycelium Grid infrastructure.</p>
</div>
<div class="col-md-6">
<h5>3. Start Earning</h5>
<p>Your 3Node automatically provides capacity to the grid and earns TFT rewards based on utilization.</p>
<p>Your Mycelium Node automatically provides capacity to the grid and earns MC rewards based on utilization.</p>
<h5>4. Monitor & Maintain</h5>
<p>Use the ThreeFold Dashboard to monitor your node's performance and earnings.</p>
<p>Use the Mycelium Dashboard to monitor your node's performance and earnings.</p>
</div>
</div>
<div class="alert alert-info mt-3">
<i class="bi bi-info-circle me-2"></i>
<strong>ROI Potential:</strong> 3Node farmers typically see return on investment within 2-4 years, depending on grid utilization and TFT price.
<strong>ROI Potential:</strong> Mycelium Node farmers typically see return on investment within 2-4 years, depending on grid utilization and MC price.
</div>
</div>
</div>
@@ -332,14 +332,14 @@
<!-- Node Types -->
<div class="row mt-4">
<div class="col-12">
<h3 class="mb-4">3Node Types</h3>
<h3 class="mb-4">Mycelium Node Types</h3>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<div class="card-body text-center">
<i class="bi bi-tools fs-1 text-primary mb-3"></i>
<h5>DIY Nodes</h5>
<p class="small text-muted">Build your own 3Node using compatible hardware. Most cost-effective option for technical users.</p>
<p class="small text-muted">Build your own Mycelium Node using compatible hardware. Most cost-effective option for technical users.</p>
</div>
</div>
</div>
@@ -348,7 +348,7 @@
<div class="card-body text-center">
<i class="bi bi-award fs-1 text-primary mb-3"></i>
<h5>Certified Nodes</h5>
<p class="small text-muted">Pre-built and certified hardware that's guaranteed to work with the ThreeFold Grid.</p>
<p class="small text-muted">Pre-built and certified hardware that's guaranteed to work with the Mycelium Grid.</p>
</div>
</div>
</div>

View File

@@ -82,11 +82,11 @@
</div>
</div>
<!-- 3Nodes Section -->
<!-- Mycelium Nodes Section -->
<div class="row mt-4">
<div class="col-12">
<div class="dashboard-section">
<h3>3Nodes Statistics</h3>
<h3>Mycelium Nodes Statistics</h3>
<div class="row">
<div class="col-lg-6">
<div class="card mb-4 h-100">
@@ -121,7 +121,7 @@
<div class="col-lg-6">
<div class="card mb-4 h-100">
<div class="card-header">
<h5>3Node Certification Rate</h5>
<h5>Mycelium Node Certification Rate</h5>
</div>
<div class="card-body d-flex justify-content-center align-items-center">
<canvas id="nodeCertificationChart" width="400" height="300"></canvas>