For the complete documentation index, see llms.txt. This page is also available as Markdown.

Migration From Testnet1 to Testnet2

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):

    https://testnet.dephy.app/

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

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

Frequently Asked Questions

Node Setup FAQ

Last updated