diff --git a/components/ProviderList.tsx b/components/ProviderList.tsx index c901dc0..8391ac3 100644 --- a/components/ProviderList.tsx +++ b/components/ProviderList.tsx @@ -237,16 +237,14 @@ export const ProviderList = ({ endpoint, initialData, enableShowingOfflineNodes Total Earnings
+ Comparing this node against an AWS {nodeData[0].runtimes.vm?.overpriced_compared_to.name} instance with{" "}
+ {nodeData[0].runtimes.vm?.overpriced_compared_to.vcpu} cores and{" "}
+ {nodeData[0].runtimes.vm?.overpriced_compared_to.memory} GB memory shows that
+
+ this provider is most likely overpriced. We suggest configuring a pricing setting of: CPU/h 0 GLM, Env/h{" "}
+ {nodeData[0].runtimes.vm?.suggest_env_per_hour_price} GLM, Start 0 GLM.
which equals the
+ Monthly USD price (${nodeData[0].runtimes.vm?.overpriced_compared_to.price_usd * 730}) of the{" "}
+ {nodeData[0].runtimes.vm?.overpriced_compared_to.name} instance
+
+
This nodes monthly USD cost is ${nodeData[0].runtimes.vm?.monthly_price_usd} which is roughly{" "}
+ {RoundingFunction(nodeData[0].runtimes.vm?.times_more_expensive)} times more expensive compared to AWS
+
+ Comparing this node against an AWS {nodeData[0].runtimes.vm?.cheaper_than.name} instance with{" "}
+ {nodeData[0].runtimes.vm?.cheaper_than.vcpu} cores and {nodeData[0].runtimes.vm?.cheaper_than.memory} GB
+ memory shows that
+
+ this provider is more cost-effective. The Monthly USD price of the AWS{" "}
+ {nodeData[0].runtimes.vm?.cheaper_than.name} instance is $(
+ {nodeData[0].runtimes.vm?.cheaper_than.price_usd * 730}).
+
This node's monthly USD cost is ${nodeData[0].runtimes.vm?.monthly_price_usd}, which is roughly{" "}
+ {RoundingFunction(nodeData[0].runtimes.vm?.times_cheaper)} times cheaper compared to AWS.
+