changed rewards based on new calculations

This commit is contained in:
ghe0 2025-02-06 01:49:32 +02:00
parent 77db072386
commit a1a2c45613
Signed by: ghe0
GPG Key ID: 451028EE56A0FBB4
2 changed files with 11 additions and 11 deletions

@ -27,15 +27,15 @@ The size of the airdrops will depend on the effort and the involvement. Please f
- [Instagram](https://www.instagram.com/detee_network/) - [Instagram](https://www.instagram.com/detee_network/)
- [Medium](https://medium.com/detee-network) - [Medium](https://medium.com/detee-network)
- [Mastodon](https://mastodon.social/@detee) - [Mastodon](https://mastodon.social/@detee)
- **3LP / Repost:** Repost DeTEE related post. - **3LP/Repost:** Repost DeTEE related post.
- _Reposting DeTEE related post that we have posted from our company or personal accounts._ - _Reposting DeTEE related post that we have posted from our company or personal accounts._
- _These posts can be found under the accounts above)._ - _These posts can be found under the accounts above)._
- **50000LP:** Get the private key out of the [Hacker Challenge](https://detee.ltd/hacker-challenge). - **50000LP:** Get the private key out of the [Hacker Challenge](https://detee.ltd/hacker-challenge).
- _This will also award you a seat in the advisory board of DeTEE._ - _This will also award you a seat in the advisory board of DeTEE._
- **200LP:** Mint [DTHC](https://explorer.solana.com/address/A6HtJwfUbRiPoqVBQY611avQS4byHP4BZXHHBCMD4eFp). - **300LP:** Mint [DTHC](https://explorer.solana.com/address/A6HtJwfUbRiPoqVBQY611avQS4byHP4BZXHHBCMD4eFp).
- _Requires deploying the [docker image](https://hub.docker.com/r/detee/hacker-challenge)_ - _Requires deploying the [docker image](https://hub.docker.com/r/detee/hacker-challenge)_
- _After running your instance of the Hacker Challenge, call `/mint?address=<address>` to mint._ - _After running your instance of the Hacker Challenge, call `/mint?address=<address>` to mint._
- **600LP:** Post a technical review of the [Hacker Challenge](https://detee.ltd/hacker-challenge). - **150LP:** Post a technical review of the [Hacker Challenge](https://detee.ltd/hacker-challenge).
- _Requires reading through [the code](https://gitea.detee.cloud/general/hacker-challenge/) of the challenge._ - _Requires reading through [the code](https://gitea.detee.cloud/general/hacker-challenge/) of the challenge._
- _Achieved by posting a technical review (or endorsement) of the challenge on social media._ - _Achieved by posting a technical review (or endorsement) of the challenge on social media._
- **250LP/month+Rewards:** Run a node on DeTEE - **250LP/month+Rewards:** Run a node on DeTEE

@ -56,11 +56,11 @@ For the calculation, all VMs have a dedicated public IPv4 address.
In this table you can see the rounded price in LP per month for the these VM types: In this table you can see the rounded price in LP per month for the these VM types:
| node price | mini VM | med vm | big VM | | node price | mini VM | med vm | big VM |
| ------------------ | --------- | ---------- | --------- | | ------------------- | ---------- | ----------- | ---------- |
| 10k nanoLP/unit/min | ~12 T/mo | ~52 T/mo | ~160 T/mo | | 10k nanoLP/unit/min | ~12 LP/mo | ~52 LP/mo | ~160 LP/mo |
| 20k nanoLP/unit/min | ~24 T/mo | ~105 T/mo | ~320 T/mo | | 20k nanoLP/unit/min | ~24 LP/mo | ~105 LP/mo | ~320 LP/mo |
| 40k nanoLP/unit/min | ~47 T/mo | ~210 T/mo | ~641 T/mo | | 40k nanoLP/unit/min | ~47 LP/mo | ~210 LP/mo | ~641 LP/mo |
Full calculation of price per month for one mini VM at a node price of 20k nanoLP: Full calculation of price per month for one mini VM at a node price of 20k nanoLP:
``` ```