LogoLogo
X/TwitterMediumGitHubDePHY Website
  • Introduction
    • What is DePHY
    • Key features
    • Architecture
  • Components
    • Messaging layer 🔥
      • Data Pub-Sub
      • Solana Integration
      • RPC Call
      • RPC Endpoints
      • Best Practices
      • Verifiable logs
    • DePHY ID [Coming Soon]
      • Register products
      • Mint DID
      • Use DID as token gate (access control)
      • Extentions
      • Build with DePHY ID
      • Hardware integration and attestation
    • Liquidity layer
      • Stake Pool
      • Yield Pool
      • PayFi Pool
    • Verification layer
      • Proof of real device
        • Integration
      • Proof of location
        • Integration
      • DePHY NCN (on Jito Restaking)
        • Integration
      • Trusted DePIN network map
        • Integration
  • Tutorials 🔥
    • Build a Hello World (Rust)
    • Build a Hello World (TypeScript)
    • Build a DeCharge Machine
    • Build a Gacha Machine
    • Build a LLM Proxy
  • Service Mesh
    • AI MCP Services
      • About MCP
      • How to Enable DePHY MCP Server
      • How to use DePHY MCP
  • DePHY Node 🕹️
    • Get a DePHY Node
    • Set Up a DePHY Node
    • Migration From Testnet1 to Testnet2
    • Node Setup FAQ
  • Resources
    • Blog
    • GitHub
    • X
    • Telegram
    • Discord
Powered by GitBook
On this page
  • 1. First Testnet → Second Testnet Migration Guide
  • 2. Open your SSH tool (e.g., Termius) and execute the following command:
  • 3. Execute the Following Command After Login:
  • 4. After confirming your owner address
  • Frequently Asked Questions
  1. DePHY Node 🕹️

Migration From Testnet1 to Testnet2

PreviousSet Up a DePHY NodeNextNode Setup FAQ

Last updated 15 days ago

You need to do this ONLY if your node already participated Testnet1, or you can skip this page.

1. First Testnet → Second Testnet Migration Guide

  • First -> Second Migration Steps (ONLY APPLICABLE FOR EXISTING TESTNET1 NODES)

  • Save your points mined from the testnet1 (wallet connection must use the same Solana-based wallet address that you will use for the next stop right below):

2. Open your SSH tool (e.g., Termius) and execute the following command:

sudo docker rm --force worker && docker run --restart always --network host --name worker --volume $HOME/data:/opt/dephy-worker/data -d dephyio/dephy-testnet2-worker --owner-solana-address {replace with your Solana address} && sudo docker logs -f --tail 10 worker

Note: If your current docker container is named worker1, you need to modify the command to

sudo docker rm --force worker1

3. Execute the Following Command After Login:

docker run --restart always --network host --name worker --volume $HOME/data:/opt/dephy-worker/data -d dephyio/dephy-testnet2-worker --owner-solana-address {replace with your Solana address} && sudo docker logs -f --tail 10 worker

4. After confirming your owner address

Frequently Asked Questions

Visit to verify if your worker has been successfully registered. Note: It may take a few minutes to appear

https://status.dephy.app/
Node Setup FAQ
https://testnet.dephy.app/