added network police, audits and extra rewards
This commit is contained in:
parent
bdf58f520e
commit
2b76a5776d
@ -4,18 +4,11 @@
|
||||
|
||||
---
|
||||
|
||||
# User Guide
|
||||
|
||||
- [Installation]()
|
||||
- [Become a Node]()
|
||||
- [Buy DTE Token]()
|
||||
|
||||
# Reference Guide
|
||||
|
||||
- [DeTEE Cloud](./cloud/README.md)
|
||||
- [Components](./cloud/components.md)
|
||||
- [Pricing & Rewards](./cloud/points.md)
|
||||
- [Airdrops](./cloud/airdrops.md)
|
||||
- [Resource Pricing](./cloud/pricing.md)
|
||||
- [Join as a User](./cloud/join_as_user.md)
|
||||
- [CLI](./cloud/cli.md)
|
||||
- [GUI](./cloud/gui.md)
|
||||
@ -23,6 +16,7 @@
|
||||
- [Join as a Node](./operators/README.md)
|
||||
- [AMD](./operators/AMD.md)
|
||||
- [The Brain](./brain/README.md)
|
||||
- [Airdrops & Rewards](./cloud/airdrops.md)
|
||||
|
||||
---
|
||||
|
||||
|
@ -6,4 +6,36 @@ In order to make the environment business-friendly, guarantees regarding securit
|
||||
|
||||
The DeTEE cloud will soon enter the testnet phase, allowing members of our community to deploy containers and VMs on the DeTEE network. The testnet does not guarantee stability (actually it guarantees disruptions, as we are actively developing the software).
|
||||
|
||||
## Network Police
|
||||
|
||||
Every time we talk about DeTEE, we get asked how we will handle bad actors,
|
||||
since the computation is private and the data is encrypted.
|
||||
The simple answer: **We designed DeTEE for legit businesses, not for bad actors**.
|
||||
|
||||
DeTEE was not designed to hide all tracks of users performing any type of malicious or
|
||||
illegal activity on the network. Take into consideration the following points:
|
||||
1. Operators can see the wallet address of the buyer of the resource
|
||||
2. The brain nodes have a history of contracts they processed.
|
||||
3. Node operators and datacenters are able to see the encrypted traffic,
|
||||
and patterns of malicious behavior can be easily detected.
|
||||
4. Node Operators have the option to Kick and to Ban users.
|
||||
5. Each account has a history of the kicks and bans it received
|
||||
|
||||
We want to build a commuity of reliable cloud services for software development companies.
|
||||
It is not part of our goal to support script kiddies, bot farms, copywrited content or any
|
||||
other "cool" ideas people might get. Considering the technology has no backdoors, there are
|
||||
extra challenges on finding bad actors, however malicious activity will NOT be tolerated on DeTEE.
|
||||
We will offer the community rating mechanisms and other features required
|
||||
to facilitate the purging of any criminal activity detected on the network.
|
||||
|
||||
## Audit capabilities
|
||||
|
||||
For companies scaling their businesses on DeTEE, the network will offer you the capability to
|
||||
export a signed and verifiable audit of all smart contracts and payment history.
|
||||
To protect your privacy, contract history will the restricted to the participants of each contract,
|
||||
respectively: the buyer of the compute resources,
|
||||
the node operator and brain nodes that process the contract.
|
||||
The DeTEE network will not support direct P2P transfers, but the token will be
|
||||
listed on multiple blockchains, so that is out of the scope of our solution.
|
||||
|
||||
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Airdrops
|
||||
# Airdrops & Rewards
|
||||
|
||||
During the Testnet, community members have the chance to earn Loyalty Points, which are cool for two reasons:
|
||||
- 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
|
||||
- they will be redeemable into the DeTEE token after its release.
|
||||
|
||||
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.
|
||||
|
||||
@ -30,23 +30,44 @@ The size of the airdrops will depend on the effort and the involvement. Please f
|
||||
- **3LP/Repost:** Repost DeTEE related post.
|
||||
- _Reposting DeTEE related post that we have posted from our company or personal accounts._
|
||||
- _These posts can be found under the accounts above)._
|
||||
- **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._
|
||||
|
||||
## Hacker Challenge
|
||||
|
||||
- **300LP:** 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._
|
||||
- _Achieved by posting a technical review (or endorsement) of the challenge on social media._
|
||||
- **600LP:** Mint [DTHC](https://explorer.solana.com/address/A6HtJwfUbRiPoqVBQY611avQS4byHP4BZXHHBCMD4eFp).
|
||||
- _Requires deploying the [docker image](https://hub.docker.com/r/detee/hacker-challenge) on a server with Intel SGX._
|
||||
- _After running your instance of the Hacker Challenge, call `/mint?address=<address>` to mint._
|
||||
- **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._
|
||||
- _Achieved by posting a technical review (or endorsement) of the challenge on social media._
|
||||
- **Node Operator Rewards:** Run an AMD server on DeTEE.
|
||||
- **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._
|
||||
|
||||
## Node Rewards
|
||||
|
||||
- **2500+LP/month:** Run AMD servers on DeTEE.
|
||||
- _Rent a dedicated physical server with AMD SEV-SNP (for example, from [redswitches](https://www.redswitches.com/))._
|
||||
- _Follow the [AMD Tutorial](../operators/AMD.html) to register the node in the DeTEE network._
|
||||
- _(Optional) Provide 1000LP escrow to unlock massive rewards:_
|
||||
- **Stand-by pool** of **5000LP/Month** shared across all nodes that are online
|
||||
- **5x rewards** for running VMs (but get slashed if node goes offline)
|
||||
- **2500+LP/month:** Run Intel SGX servers on DeTEE.
|
||||
- _Tutorial will be relased soon._
|
||||
|
||||
Rewards plans will change over the future. As the network grows, stand-by pool will be offered only for specific regions.
|
||||
|
||||
For any questions or for claiming rewards, please contact us on [Discord](https://discord.gg/DcfYczAMtD).
|
||||
## Mini-Grants for Engineering
|
||||
|
||||
- **2500LP:** Run kubernetes on DeTEE
|
||||
- _ALso write tutoriala short or blog article. <3_
|
||||
- **1500LP:** VPN overlay on DeTEE VMs
|
||||
- _Create a VPN overlay with 5 VMs that create a private WireGuard network._
|
||||
- **1000LP:** create GitHub CI/CD pipeline using DeTEE
|
||||
- _create VM on DeTEE, runs workload in VM and deletes VM_
|
||||
- **1000LP:** create GitLab CI/CD pipeline using DeTEE
|
||||
- _create VM on DeTEE, runs workload in VM and deletes VM_
|
||||
- **1000LP:** create Gitea CI/CD pipeline using DeTEE
|
||||
- _create VM on DeTEE, runs workload in VM and deletes VM_
|
||||
- **500LP:** create AlmaLinux OS template
|
||||
- **500LP:** create Debian OS template
|
||||
|
||||
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
||||
|
@ -81,7 +81,7 @@ Now you can list VMs to get information:
|
||||
|
||||
~ $ detee-cli vm list
|
||||
╭────────┬──────────────────────────────────────┬───────────────┬───────┬──────────┬──────┬────────┬───────────╮
|
||||
│ City │ UUID │ hostname │ Cores │ Mem (MB) │ Disk │ DTE/h │ time left │
|
||||
│ City │ UUID │ hostname │ Cores │ Mem (MB) │ Disk │ LP/h │ time left │
|
||||
├────────┼──────────────────────────────────────┼───────────────┼───────┼──────────┼──────┼────────┼───────────┤
|
||||
│ London │ d51de633-640f-4b19-b372-b4197b321c8d │ luminous-soap │ 4 │ 4096 │ 20 │ 0.2592 │ 3h 59m │
|
||||
╰────────┴──────────────────────────────────────┴───────────────┴───────┴──────────┴──────┴────────┴───────────╯
|
||||
@ -105,7 +105,7 @@ Injecting disk encryption key into VM. This will take a minute. Do not interrupt
|
||||
The VM will run for another 10 hours.
|
||||
~ $ detee-cli vm list
|
||||
╭────────┬──────────────────────────────────────┬───────────────┬───────┬──────────┬──────┬────────┬───────────╮
|
||||
│ City │ UUID │ hostname │ Cores │ Mem (MB) │ Disk │ DTE/h │ time left │
|
||||
│ City │ UUID │ hostname │ Cores │ Mem (MB) │ Disk │ LP/h │ time left │
|
||||
├────────┼──────────────────────────────────────┼───────────────┼───────┼──────────┼──────┼────────┼───────────┤
|
||||
│ London │ d51de633-640f-4b19-b372-b4197b321c8d │ luminous-soap │ 2 │ 2000 │ 20 │ 0.1344 │ 10h 0m │
|
||||
╰────────┴──────────────────────────────────────┴───────────────┴───────┴──────────┴──────┴────────┴───────────╯
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Pricing and Rewards
|
||||
# Resource Pricing Model
|
||||
|
||||
> During the testnet phase, users of the DeTEE network will be able to run containers and VMs through the exchange of Loyalty Points (LP). Considering how young this project is, the calculations and rates of LP/resource will probably change. This model will evolve into the DeTEE token, after it gets released. This means that any LP earned during the testnet phase will be redeemable in the real token after release.
|
||||
|
Reference in New Issue
Block a user