Swan Chain
  • BULDERS
    • Getting Started
    • DApp Developer
      • Deploying Your First Smart Contract with Remix
      • Interacting with Smart Contract on Swan Chain Using Go
    • App Developer
      • Building Docker Images and Deployment file with LDL
        • Lagrange Definition Language(LDL)
      • Deploying with Swan SDK
      • Store and Retrieve a File with Swan Storage
        • 1. Set up the python-MCS-SDK
        • 2.Create and Manage Buckets
        • 3.Upload Files and Folders
        • 4.Retrieve and Download Files
        • 5.Delete Files and Buckets
    • Node Operator
      • Swan Node Snapshots
    • Market Provider
      • Storage Market
      • AI/ML Orchestrator
        • Decentralized AI Marketplace
        • Connect to Orchestrator
      • Web3 ZK Computing Market
        • ZK Auction Engine
        • Sequencer
        • Contribute zk-UBI-task
          • How to Contribute
        • Example
      • Customized Market Provider
    • Computing Provider
      • Fog Computing Provider(FCP)
        • FCP Setup
        • Migrating FCP to Swan Mainnet
        • FCP Funding Operations Guide
        • FCP FAQ
      • Edge Computing Provider (ECP)
        • ECP Setup
        • ECP Funding Operations Guide
        • ECP FAQ
      • FAQ
    • Storage Provider
      • Storage Auction System
    • Developer Tools
      • Swan SDK
        • Python Swan SDK
          • Special Case: Create ssh login instance
          • SWAN Orchestrator SDK - Function and Parameter Reference
        • Go Swan SDK
          • A Sample Tutorial
      • Swan Console
        • Getting Started
        • Blockchain GPU Task Example
        • Custom Blockchain GPU Task Pools
      • Lagrange
      • Swan IPFS Storage
      • Nebula Block Cloud
      • Ecosystem Projects
    • Mission 3.0
      • Get Started
        • For Users
        • For Space Holders
  • NETWORK REFERENCE
    • Network Info
      • Set Up Your Wallet
      • Bridge Token
    • Contract Addresses
    • Fees
  • Core Concepts
    • Introduction to Swan Chain
    • Consensus Layer
    • Peer-to-peer (P2P) Network
    • Payment Channels
    • Service Discovery
    • Market Provider
      • Storage Market
      • AI Computing Marketplace
        • Orchestrator
        • Auction Engine
        • Bidding Task State Machine
      • ZK Proof Marketplace
        • ZK Task
        • ZK Pool
    • Storage Layer
    • Computing Layer
      • Computing Provider Protocol
      • Computing Provider Account
      • Layer3 Computing Protocol
      • Reputation System
      • Dynamic Pricing
    • CDN Layer
    • Tokenomics
      • UBI Allocation Curve
      • Computing Provider Income
      • Computing Provider Collateral
        • Collateral Requirement and Computing Unit
        • DePIN Oracle
      • Governance
        • Treasure DAO
    • Glossary
  • Swan Chain Campaign
    • Swan CP UBI
    • Swan Chain Mainnet
      • Network Information
      • Swan Token
      • Swan Chain Mission
        • Social Mission
        • Onchain Mission
        • Mission: Celestial Bloom
      • Swan Provider Campaign
        • Fog Computing Provider (FCP)
        • Edge Computing Provider (ECP)
        • Market Provider (MP)
      • GALXE Campaign
      • Free Tier and Special Credit Programs
    • Atom Accelerator Race
      • Before You Get Started
        • Set Up MetaMask
        • Claim SepoliaETH
        • Claim testSWAN
      • CP Acceleration Program
      • Builder Acceleration Program
      • On-chain Interaction Race
      • Community Engagement Challenge
      • FAQ
    • Swan Saturn Testnet
      • Before You Get Started
        • Set Up MetaMask
        • Claim Faucet Tokens
        • Bridge Tokens
      • Transaction Drive Program
      • Community and Educational Events
      • Partnership and Integration Program
      • KOL Program
      • Computing Provider Program
        • FAQ
      • Developer Grant Program
      • FAQ
    • Swan Jupiter Testnet
      • How to Participate
      • Before You Get Started
      • Network Early Adopter
      • FAQ
  • RESOURCE
    • Links
    • Brand Kit
Powered by GitBook
On this page
  • 1. Accessing the Marketplace
  • 2. Pool Registration
  • 3. Deployment Configuration
  • 3.1 Pre-deployment Preparation
  • 3.2 Settings Configuration
  • 3.3 Provider Selection
  • 4. Final Deployment
  • 5. Manage Instances
  • 5.1 Deployment Dashboard Overview
  • 5.2 Terminate Active Deployment
  1. BULDERS
  2. Developer Tools
  3. Swan Console

Blockchain GPU Task Example

PreviousGetting StartedNextCustom Blockchain GPU Task Pools

Last updated 5 months ago

In this section, we will use Swan Console to launch an example Blockchain GPU tasks deployment on the Swan Network. You can follow the same process for any other tasks.

1. Accessing the Marketplace

The Swan Chain marketplace provides access to various Blockchain GPU tasks pools. To begin:

  • Select “Marketplace” from the left panel

  • Navigate to the Mining section

  • View all supported Blockchain GPU tasks

2. Pool Registration

Using f2pool as an example:

  • Complete account registration

  • Save your account name — you’ll need it for the deployment process.

3. Deployment Configuration

3.1 Pre-deployment Preparation

Before proceeding with deployment, you’ll notice a section containing environment variables. These variables are crucial for your deploy operation — they contain the connection details and authentication information needed to connect to the Blockchain GPU tasks pool.

Important: Save these variables securely — you’ll need them for the configuration steps.

3.2 Settings Configuration

3.2.1 Aleo Mainnet

  1. Create a unique instance name (no specific naming rules)

  2. Click “Add Environment Variables” to create more input fields. Remember that all F2pool images require three essential variables:

  • MINER_URL: stratum+ssl://aleo-asia.f2pool.com:4420

  • ACCOUNTNAME: Your registered F2pool account name

  • WORKERNAME: A unique identifier for this worker

3.2.2 Iron Fish (IRON)

  1. Create a unique instance name (no specific naming rules)

2. Click “Add Environment Variables” to create more input fields, Remember that all F2pool images require three essential variables:

  • MINER_URL: Choose the server closest to your location

  • ACCOUNTNAME: Your F2pool account name

  • WORKERNAME: Your chosen worker identifier

Available MINER_URL Options:

  • North America: stratum+ssl://ironssl-na.f2pool.com:1510

  • Europe: stratum+ssl://ironssl-euro.f2pool.com:1510

  • Asia: stratum+ssl://ironssl-asia.f2pool.com:1510

3.3 Provider Selection

After setting up your environment variables, you’ll need to choose the hardware specifications for your deploy operation.

Swan Chain offers two distinct approaches for selecting a Computing Provider (CP):

  1. Automatic Matching

  • System automatically matches you with suitable Computing Providers

  • Recommended for new users

2. Manual Provider Selection

  • Filter providers based on Geographic location, Hardware pricing and Provider account ID

  • PRO TIP: Check provider performance metrics via their account ID in the provider dashboard

  • NOTE: This option gives you more control but requires understanding of provider metrics

4. Final Deployment

  • Review all configurations thoroughly

  • Click “Deploy Now” to initiate the Blockchain GPU task

Note: If you see the “Not sufficient balance” notification, please follow the “Managing your SWANU accounts” steps to transfer SWANU.

Once you’ve deployed your Blockchain GPU task, give it 3–5 minutes, then head over to your F2pool dashboard. If you see hashrate and Blockchain GPU task data showing up, congrats! Your Blockchain GPU task is up and running.

5. Manage Instances

Through the Swan Console, you can:

  • Monitor deployment status in real time

  • View detailed performance metrics

  • Terminate Blockchain GPU tasks if needed

5.1 Deployment Dashboard Overview

To monitor your deployments on Swan Chain Console:

  1. Navigate to “Instance” in the left panel

  2. Click on "Instance" or “Mining Task” to view your deployment status

  3. Here you can monitor:

    1. Task running status

    2. Resource usage

    3. Connection status

    4. Cost

Note: Costs are calculated and deducted every 12 hours. Make sure to maintain sufficient balance in your Escrow account to cover these periodic charges

5.2 Terminate Active Deployment

To close an active deployment:

  1. Navigate to the Instance pane

  2. Select the target deployment

  3. Click the "Terminate" button

  4. Confirm the blockchain transaction

Once terminated:

  • All associated costs will cease

  • Locked SWANU will be released

  • Resources will be deallocated

Visit

Critical Note: Even minor typing errors in these variables can prevent successful connection to the mining pool. For detailed information about Aleo task on F2pool, consult the.

For complete Iron task instructions, visit.

F2pool’s official guide
official documentation
F2pool’s Iron Fish guide