diff --git a/books/manual/SUMMARY.md b/books/manual/SUMMARY.md index 8b6da45..7ef28da 100644 --- a/books/manual/SUMMARY.md +++ b/books/manual/SUMMARY.md @@ -12,7 +12,7 @@ - [Virtual Machines](dashboard/solutions/vm_intro.md) - [Micro and Full VM Differences ](dashboard/solutions/vm_differences.md) - [Full Virtual Machine](dashboard/solutions/fullVm.md) - - [Micro Virtual Machine](dashboard/solutions/vm.md) + - [Micro Virtual Machine](dashboard/solutions/microvm.md) - [Nixos MicroVM](dashboard/solutions/nixos_micro.md) - [Add a Domain](dashboard/solutions/add_domain.md) - [Orchestrators](dashboard/deploy/orchestrators.md) @@ -304,7 +304,6 @@ - [TFGrid v3.0.0 Alpha-2](about/roadmap/releasenotes/tfgrid_release_3_0_a2.md) - [TFGrid v3.0.0](about/roadmap/releasenotes/tfgrid_release_3_0.md) - [ThreeFold Token](about/token_overview/token_overview.md) - - [Special Wallets](about/token_overview/special_wallets/stats_special_wallets.md) - [Technology](tech/technology_toc.md) - [Introduction](tech/technology.md) - [The Internet Today](tech/internet_today.md) diff --git a/collections/about/token_overview/token_overview.md b/collections/about/token_overview/token_overview.md index 73d509b..e6233c0 100644 --- a/collections/about/token_overview/token_overview.md +++ b/collections/about/token_overview/token_overview.md @@ -69,8 +69,8 @@ The TFT market price and marketcap are as follows: | **Description** | **Value** | | ------------------------- | ------------- | -| TFT Market Price | !!wiki.include page:'manual:tft_value.md' USD | -| TFT Market Cap | !!wiki.include page:'manual:tft_marketcap.md' USD | +| TFT Market Price | 0.028 USD | +| TFT Market Cap | 21,840,000 USD | The market cap is equal to the product of the TFT market price and the circulating supply. @@ -82,7 +82,6 @@ The values here are subject to change. Check the current market conditions. - [ThreeFold History](threefold_history.md) - [Token History](token_history.md) -- [Special Wallets](stats_special_wallets.md) ## Disclaimer diff --git a/collections/cloud/pricing/pricing.md b/collections/cloud/pricing/pricing.md index e09c1aa..d2eae09 100644 --- a/collections/cloud/pricing/pricing.md +++ b/collections/cloud/pricing/pricing.md @@ -16,36 +16,36 @@ - The current prices are for resources usage on mainnet (testnet get 50% discount) - A month is considered as 30 days (720 hours) +- We are considering a TFT market price of 0.028 | Cloud Units | Description | mUSD | mTFT | | ----------------- | ------------------------------------------------ | ------------------ | ------------------ | -| Compute Unit (CU) | typically 2 vcpu, 4 GB mem, 50 GB storage | !!wiki.include page:'manual:su_musd_hour.md' | !!wiki.include page:'manual:cu_mtft_hour.md' | -| Storage Unit (SU) | typically 1 TB of netto usable storage (*) | !!wiki.include page:'manual:cu_musd_hour.md' | !!wiki.include page:'manual:su_mtft_hour.md' | -| Network Unit (NU) | 1 GB transfer, bandwidth as used by TFGrid users | !!wiki.include page:'manual:nu_musd_hour.md' | !!wiki.include page:'manual:nu_mtft_hour.md' | +| Compute Unit (CU) | typically 2 vcpu, 4 GB mem, 50 GB storage | 30.56\/hour | 1091.43\/hour | +| Storage Unit (SU) | typically 1 TB of netto usable storage (*) | 19.44\/hour | 694.29\/hour | +| Network Unit (NU) | 1 GB transfer, bandwidth as used by TFGrid users | 50.00\/hour | 1785.71\/hour |
| Network Addressing | Description | mUSD | mTFT | | ------------------ | ------------------------------------------ | --------------------- | --------------------- | -| IPv4 Address | Public Ip Address as used by a TFGrid user | !!wiki.include page:'manual:ip_musd_hour.md' | !!wiki.include page:'manual:ip_mtft_hour.md' | -| Unique Name | Usable as name on webgateways | !!wiki.include page:'manual:name_musd_hour.md' | !!wiki.include page:'manual:name_mtft_hour.md' | -| Unique Domain Name | Usable as dns name on webgateways | !!wiki.include page:'manual:dname_musd_hour.md' | !!wiki.include page:'manual:dname_mtft_hour.md' | +| IPv4 Address | Public Ip Address as used by a TFGrid user | 6.94\/hour | 247.86\/hour | +| Unique Name | Usable as name on webgateways | 1.39\/hour | 49.64\/hour | +| Unique Domain Name | Usable as dns name on webgateways | 2.78\/hour | 99.29\/hour | - mUSD = 1/1000 of USD, mTFT = 1/1000 of TFT - TFT pricing pegged to USD (pricing changes in line with TFT/USD rate) -- The current TFT to USD price is !!wiki.include page:'manual:tft_value.md' USD - pricing is calculated per hour for the TFGrid 3.0 > Please check our [Cloud Pricing for utilization sheet](https://docs.google.com/spreadsheets/d/1E6MpGs15h1_flyT5AtyKp1TixH1ILuGo5tzHdmjeYdQ/edit#gid=2014089775) for more details. ## Pricing Expressed Per Month -| Cloud Units | description | USD NO DISCOUNT | USD 60% DISCOUNT | +| Cloud Units | Description | USD - No Discount | USD - 60% Discount | | ----------------- | ------------------------------------------------ | ------------------- | ---------------------------- | -| Compute Unit (CU) | typically 2 vcpu, 4 GB mem, 50 GB storage | 22.00/month | 8.80/month | -| Storage Unit (SU) | typically 1 TB of netto usable storage | 14.00/month | 5.60/month | -| Network Unit (NU) | 1 GB transfer, bandwidth as used by TFGrid users | 0.05/GB | 0.03/GB | -| IPv4 Address | Public Ip Address as used by a TFGrid user | 5.00/month | 3.00/month | +| Compute Unit (CU) | typically 2 vcpu, 4 GB mem, 50 GB storage | 22.00\/month | 8.80\/month | +| Storage Unit (SU) | typically 1 TB of netto usable storage | 14.00\/month | 5.60\/month | +| Network Unit (NU) | 1 GB transfer, bandwidth as used by TFGrid users | 0.05\/GB | 0.03\/GB | +| IPv4 Address | Public Ip Address as used by a TFGrid user | 5.00\/month | 3.00\/month | ## Operation Fees diff --git a/collections/dashboard/solutions/vm.md b/collections/dashboard/solutions/microvm.md similarity index 100% rename from collections/dashboard/solutions/vm.md rename to collections/dashboard/solutions/microvm.md diff --git a/collections/dashboard/solutions/vm_intro.md b/collections/dashboard/solutions/vm_intro.md index be0bf5f..b3544d3 100644 --- a/collections/dashboard/solutions/vm_intro.md +++ b/collections/dashboard/solutions/vm_intro.md @@ -5,7 +5,7 @@ On the TFGrid, you can deploy both micro and full virtual machines.

Table of Contents

- [Micro and Full VM Differences ](vm_differences.md) -- [Full Virtual Machine](fullVm.md) -- [Micro Virtual Machine](vm.md) +- [Full Virtual Machine](fullvm.md) +- [Micro Virtual Machine](microvm.md) - [Nixos MicroVM](nixos_micro.md) - [Add a Domain](add_domain.md) \ No newline at end of file diff --git a/collections/manual/knowledge_base/about/token_overview/special_wallets/wallet_data/gdijy6k2bbrirx423zfuykkfdn66xp2kmsbzfqse2psndz6edvqtrlsu.md b/collections/manual/knowledge_base/about/token_overview/special_wallets/wallet_data/gdijy6k2bbrirx423zfuykkfdn66xp2kmsbzfqse2psndz6edvqtrlsu.md index 76e10f5..5fb9b72 100644 --- a/collections/manual/knowledge_base/about/token_overview/special_wallets/wallet_data/gdijy6k2bbrirx423zfuykkfdn66xp2kmsbzfqse2psndz6edvqtrlsu.md +++ b/collections/manual/knowledge_base/about/token_overview/special_wallets/wallet_data/gdijy6k2bbrirx423zfuykkfdn66xp2kmsbzfqse2psndz6edvqtrlsu.md @@ -1 +1 @@ -10110962.98 \ No newline at end of file +10595751.89 \ No newline at end of file diff --git a/collections/manual/values/0.02 b/collections/manual/values/0.02 new file mode 100644 index 0000000..d0e6ec6 --- /dev/null +++ b/collections/manual/values/0.02 @@ -0,0 +1 @@ +0.000 \ No newline at end of file diff --git a/collections/manual/values/cu_mtft_hour.md b/collections/manual/values/cu_mtft_hour.md index a424ed6..2872a6f 100644 --- a/collections/manual/values/cu_mtft_hour.md +++ b/collections/manual/values/cu_mtft_hour.md @@ -1 +1 @@ -1608.42 \ No newline at end of file +1528.00 \ No newline at end of file diff --git a/collections/manual/values/dname_mtft_hour.md b/collections/manual/values/dname_mtft_hour.md index 9a79ccf..4f9e53a 100644 --- a/collections/manual/values/dname_mtft_hour.md +++ b/collections/manual/values/dname_mtft_hour.md @@ -1 +1 @@ -146.32 \ No newline at end of file +139.00 \ No newline at end of file diff --git a/collections/manual/values/ip_mtft_hour.md b/collections/manual/values/ip_mtft_hour.md index 6582fc3..325a076 100644 --- a/collections/manual/values/ip_mtft_hour.md +++ b/collections/manual/values/ip_mtft_hour.md @@ -1 +1 @@ -365.26 \ No newline at end of file +347.00 \ No newline at end of file diff --git a/collections/manual/values/name_mtft_hour.md b/collections/manual/values/name_mtft_hour.md index 34a2a43..bf1a7d6 100644 --- a/collections/manual/values/name_mtft_hour.md +++ b/collections/manual/values/name_mtft_hour.md @@ -1 +1 @@ -73.16 \ No newline at end of file +69.50 \ No newline at end of file diff --git a/collections/manual/values/nu_mtft_hour.md b/collections/manual/values/nu_mtft_hour.md index 1bb11cd..a1031b2 100644 --- a/collections/manual/values/nu_mtft_hour.md +++ b/collections/manual/values/nu_mtft_hour.md @@ -1 +1 @@ -2631.58 \ No newline at end of file +2500.00 \ No newline at end of file diff --git a/collections/manual/values/su_mtft_hour.md b/collections/manual/values/su_mtft_hour.md index 7141994..7c41110 100644 --- a/collections/manual/values/su_mtft_hour.md +++ b/collections/manual/values/su_mtft_hour.md @@ -1 +1 @@ -1023.16 \ No newline at end of file +972.00 \ No newline at end of file diff --git a/collections/manual/values/tft_marketcap.md b/collections/manual/values/tft_marketcap.md index 2dc47f5..c227083 100644 --- a/collections/manual/values/tft_marketcap.md +++ b/collections/manual/values/tft_marketcap.md @@ -1 +1 @@ -14,820,000 \ No newline at end of file +0 \ No newline at end of file diff --git a/collections/manual/values/tft_value.md b/collections/manual/values/tft_value.md index 213e592..d0e6ec6 100644 --- a/collections/manual/values/tft_value.md +++ b/collections/manual/values/tft_value.md @@ -1 +1 @@ -0.019 \ No newline at end of file +0.000 \ No newline at end of file