Skip to main content

Collateralize Quick Start Guide

This guide is specifically for setting up your Validator Node's wallet with the proper collateral requirements.

โ—ฝ SSH into Your Node

ssh -i /path/to/ssh/private/key nodeadmin@vps_ip_address

Refer to SSH Explanation, Mac SSH Guide, and Windows SSH Guide for detailed understanding.

โ—ฝ Export Private Key

sudo nodectl export_private_key -p <profile_name>
  • Refer here to lookup <profile_name>.
  • Copy down the 64B private key.
danger

This key should not be shared and should be secured.

โ—ฝ Install Stargazer Wallet

Install on Chrome.

There are additional videos on YouTube that can guide you through the installation of Stargazer.

โ—ฝ Import Wallet to Stargazer

Follow this guide

โ—ฝ Transfer Funds

Suggested Steps

  1. Transfer a single $DAG token into your newly imported wallet.
  2. Review the contents of your wallet through the Stargazer wallet application and confirm that the $DAG has appeared in your wallet.
  3. Review the contents of your wallet directly from your node and confirm that the $DAG has appeared in your wallet.
sudo nodectl dag -p <profile_name>

Once you have confirmed that the transfer was successful, you may proceed to populate your wallet with the full amount of $DAG. You can do this through multiple transfers or a single large transfer, depending on your comfort level.

Once complete, review the contents again on both the Stargazer wallet application and from our node.

โ—ฝ Complete

Thank you for reading this guide.