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
Learn about Stargazer wallet here.
โฝ Import Wallet to Stargazer
Follow this guide
โฝ Transfer Funds
Suggested Steps
- Transfer a single $DAG token into your newly imported wallet.
- Review the contents of your wallet through the Stargazer wallet application and confirm that the $DAG has appeared in your wallet.
- 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.