diff --git a/templates/README.md b/templates/README.md index 0e1a3b0..a73eb76 100644 --- a/templates/README.md +++ b/templates/README.md @@ -1,5 +1,5 @@ --- -description: The Real Decentralized AI you can Join and Use +description: Truly Permissionless DeAI on GPU@home --- # Crynux Network diff --git a/templates/node-hosting/start-a-node/start-a-node-mac.md b/templates/node-hosting/start-a-node/start-a-node-mac.md index 7e3d64b..e94f5cf 100644 --- a/templates/node-hosting/start-a-node/start-a-node-mac.md +++ b/templates/node-hosting/start-a-node/start-a-node-mac.md @@ -32,10 +32,32 @@ Double-click on the icon of the newly installed app to start the node: 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/templates/node-hosting/start-a-node/start-a-node-windows.md b/templates/node-hosting/start-a-node/start-a-node-windows.md index 7d287f6..964367e 100644 --- a/templates/node-hosting/start-a-node/start-a-node-windows.md +++ b/templates/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