diff --git a/gitbook/node-hosting/start-a-node/start-a-node-mac.md b/gitbook/node-hosting/start-a-node/start-a-node-mac.md index 54f3a47..2f6ca51 100644 --- a/gitbook/node-hosting/start-a-node/start-a-node-mac.md +++ b/gitbook/node-hosting/start-a-node/start-a-node-mac.md @@ -30,12 +30,34 @@ Double-click on the icon of the newly installed app to start the node: ## 4. Prepare the wallet -A wallet with enough test tokens must be provided to the node. If this is the first time you start a node, click the "Create New Wallet" button and follow the instructions to create a new wallet and finish the backup of the private keys. +A wallet with enough test tokens must be provided to the node. If this is the first time you start a node, click the "Create New Wallet" button and follow the instructions to create a new wallet and finish the backup of the private keys.A wallet with enough test tokens must be provided to the node. If this is the first time you start a node, click the "Create New Wallet" button and follow the instructions to create a new wallet and finish the backup of the private keys. -The test tokens will be transferred to the newly created wallet automatically. Just wait for a short while before the test tokens appear in the wallet. In case something goes wrong, ask for help in the Discord server: +
+ +### Get the test CNX tokens from the Discord Server + +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: {% embed url="https://discord.gg/y8YKxb7uZk" %} +In the `happy-aigen-discussions` channel of the Discord server, type in the following command in the input bar, **DO NOT copy & paste the command, it only works when typed in using keyboard**: + +``` +/user join +``` + +Then bind the wallet address using the following command: + +``` +/node wallet {wallet_address} +``` + +Remember to replace `{wallet_address}` with the wallet address you just created in the Web UI. + +
+ +After a short while, the test CNX tokens should appear in your node wallet: +
## 5. Wait for the system initialization to finish diff --git a/gitbook/node-hosting/start-a-node/start-a-node-windows.md b/gitbook/node-hosting/start-a-node/start-a-node-windows.md index dc6101c..0f52185 100644 --- a/gitbook/node-hosting/start-a-node/start-a-node-windows.md +++ b/gitbook/node-hosting/start-a-node/start-a-node-windows.md @@ -42,10 +42,32 @@ Unzip the downloaded package, double-click on the `Crynux Node.exe` to start the A wallet with enough test tokens must be provided to the node. If this is the first time you start a node, click the "Create New Wallet" button and follow the instructions to create a new wallet and finish the backup of the private keys. -The test tokens will be transferred to the newly created wallet automatically. Just wait for a short while before the test tokens appear in the wallet. In case something goes wrong, ask for help in the Discord server: +
+ +### Get the test CNX tokens from the Discord Server + +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: {% embed url="https://discord.gg/y8YKxb7uZk" %} +In the `happy-aigen-discussions` channel of the Discord server, type in the following command in the input bar, **DO NOT copy & paste the command, it only works when typed in using keyboard**: + +``` +/user join +``` + +Then bind the wallet address using the following command: + +``` +/node wallet {wallet_address} +``` + +Remember to replace `{wallet_address}` with the wallet address you just created in the Web UI. + +
+ +After a short while, the test CNX tokens should appear in your node wallet: +
## 5. Wait for the system initialization to finish