fix discord links

This commit is contained in:
ghe0 2025-02-04 22:33:22 +02:00
parent 4c7a15dcca
commit 85cf3468a9
Signed by: ghe0
GPG Key ID: 451028EE56A0FBB4
3 changed files with 6 additions and 6 deletions

@ -4,7 +4,7 @@ During the Testnet, community members have the chance to earn Loyalty Points, wh
- they allow you to consume testnet cloud services (create containers and VMs)
- they will be redeemable into DTE token after the release of the token
Getting LP is easy through the airdrop program. All aidrops can be claimed in the [📦claim-airdrops](https://discord.gg/zmR3Bzxz) channel. For now, we will keep internal records of the aidropds earned and claimed for each user. Over time, we will automate this process.
Getting LP is easy through the airdrop program. All aidrops can be claimed in the [📦claim-airdrops](https://discord.gg/DcfYczAMtD) channel. For now, we will keep internal records of the aidropds earned and claimed for each user. Over time, we will automate this process.
> We are aware that a lot of web3 companies choose to promote similar plans through
> platforms like galxe. Though we appreciate this idea, we will not go down this path
@ -17,7 +17,7 @@ Getting LP is easy through the airdrop program. All aidrops can be claimed in th
The size of the airdrops will depend on the effort and the involvement. Please find below a list of Quests, together with the associated LP rewards.
- **25LP:** Join [Discord](https://discord.gg/zrK56XMe0) and [Telegram](https://t.me/detee_network)
- **25LP:** Join [Discord](https://discord.gg/DcfYczAMtD) and [Telegram](https://t.me/detee_network)
- _Every community member gets a small LP airdrop to play with the testnet._
- _Bot accounts don't get airdrops. We will check._
- **5LP/Follow:** Follow us on social media (requires real account).

@ -11,7 +11,7 @@ Once docker is installed, use the following command to run the CLI:
docker run -it --name detee-cli --entrypoint /usr/bin/fish $IMAGE_NAME
```
> Currently, the `IMAGE_NAME` is not public. For a private demo, please [contact us](https://discord.gg/zrK56XMe).
> Currently, the `IMAGE_NAME` is not public. For a private demo, please [contact us](https://discord.gg/DcfYczAMtD).
DeTEE CLI features completion for bash, zsh and fish and you are heavily encouraged to use completion. You can also enable extra logs by adding the environment variable `LOG_LEVEL=INFO` or `LOG_LEVEL=DEBUG`

@ -18,7 +18,7 @@ TL/DR: You need a new kernel, so install Fedora or Archlinux on the server. We w
## DeTEE Daemon
Install the detee-snp-daemon from here (TODO: add link).
The DeTEE Daemon will be available for download with the release of the testnet.
You will need to configure the daemon by modifying `/etc/detee/daemon/config.yaml`. The default configuration does not offer public IPs, and offers by default 16 vCPUs, 20GB of Memory and 400GB of storage. Modify these values depending on how many resources you want to rent to the network.
@ -57,7 +57,7 @@ price: 20000
## Configuration details
The only network driver currently supported is MACVTAP. If you have a subnet that does not work with MACVTAP, please contact us on our [Discord Server](https://discord.gg/TSG2DKnw), and we will improve the code to allow you to host your network using IPVTAP or a Bridge setup.
The only network driver currently supported is MACVTAP. If you have a subnet that does not work with MACVTAP, please contact us on our [Discord Server](https://discord.gg/DcfYczAMtD), and we will improve the code to allow you to host your network using IPVTAP or a Bridge setup.
The private IPv4 connection and port forwarding capabilities are enabled through QEMU. VMs will not be able to communicate with each other using this setup.
@ -65,7 +65,7 @@ Please feel free to experiment with the price. A price of 20000 is recommended b
## Registering node
You will need the detee-cli (TODO: add link) to register your node under your DeTEE account. The rewards are collected by the owner (meaning the DeTEE wallet generated by the CLI) and not by the node. Follow the steps below to register the node.
You will need the detee-cli to register your node under your DeTEE account. The CLI will be available for download after the release of the testnet. The rewards are collected by the owner (meaning the DeTEE wallet generated by the CLI) and not by the node. Follow the steps below to register the node.
When booting, the node will print it's public key in the logs. To access logs, run:
```