Get the Test CNX Tokens
Some test CNX tokens are required to start the node. The test CNX tokens can be acquired for free in the Discord server of Crynux:
The "test CNX" you receive from Discord are special, purpose-built Node Credits that can only be used to start a node. In the Crynux Portal, they are shown separately as Credits. In the Node WebUI, they are combined with your CNX tokens and displayed as CNX Balance or CNX Staked under Node Wallet. They cannot be transferred. If your node is slashed, these credits will be deducted; afterward they will no longer be available, and you will need to use regular CNX to start the node.
Find the Right Place to Issue the Command
The slash command can be used in two places:
A private chat window to the HappyAIGen bot
In the pubic channel
happy-aigen-discussions
In most other public channels, the slash command is forbidden to maintain a better environment for discussion.
Issue the Command to Get Test CNX Tokens
DO NOT copy & paste the command, it only works when typed in using keyboard.
First of all join the HappyAIGen users using the following command:
/user join
Then bind the wallet address using the following command:
/node wallet {blockchain} {wallet_address}
Remember to replace {wallet_address}
with your real wallet address, and replace {blockchain}
with the blockchain your node is running on. For example:
# Example for Dymension
/node wallet dymension 0x2D49A3fb6C5d60fAe31efd6E5Fb743b8b87590EA
# Example for Near
/node wallet near 0x2D49A3fb6C5d60fAe31efd6E5Fb743b8b87590EA

After a short while, the test CNX tokens should appear in your node wallet.
Last updated