Skip to content

Transferring Nodes Between Discord Accounts

This guide will help you transfer nodes from alternate Discord accounts to your main account. This is useful if you accidentally registered nodes under different Discord accounts and want to consolidate them.

Prerequisites

Before starting the transfer process, you should:

  1. Know which Discord account is your main account that you want to transfer nodes to
  2. Have access to both the alternate and main Discord accounts
  3. Have access to the machines running your nodes

Transfer Process

The transfer process involves three main steps:

  1. Initiating the transfer from your alternate account
  2. Accepting the transfer on your main account
  3. Re-registering the nodes on their respective machines

Step 1: Initiate Transfer (On Alternate Account)

WARNING

Read the information given by the bot very carefully and make sure you understand it. This action is irreversible.

  1. Log into Discord with your alternate Discord account
  2. Run the following command to mark your nodes for transfer:
    /movenodes @MainAccount
    Replace @MainAccount with your main Discord account's username

Step 2: Accept Transfer (On Main Account)

  1. Switch to your main Discord account

  2. Check which nodes are available for transfer:

    /unclaimed

    This will show a list of node IDs from your alternate account

  3. Get your verification code:

    /addnode

    Save this code - you'll need it for the next step

Step 3: Re-register Nodes

For each node you're transferring:

  1. Connect to the machine running the node
  2. Run the registration command:
    bash
    sonaric node-register <code>
    Replace <code> with the verification code from Step 2

WARNING

Never share your verification code on Discord or any other public platform. It is private and should be kept secret.

TIP

If you are using the GUI, you can do this in the WSL console on Windows or the Terminal app on Mac.

Multiple Alternate Accounts

If you have nodes registered under multiple alternate accounts, simply repeat this process for each alternate account:

  1. Log into each alternate account
  2. Run /movenodes @MainAccount
  3. Switch to main account
  4. Get new verification code with /addnode
  5. Re-register nodes with the new code

Verification

After completing the transfer process, you can verify that your nodes are properly registered under your main account:

  1. Run /nodes while on your main account
  2. Check that all your nodes are listed

TIP

Keep all future node registrations under your main Discord account to avoid needing transfers