> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-hi/for-hosts/server-settings/how-to-price-your-servers-for-rental.md).

# अपने सर्वर का मूल्य कैसे तय करें

आपके GPU जो न्यूनतम लाभप्रदता ला सकते हैं वह माइनिंग आय है, जिसे माइनिंग कैलकुलेटर जैसे hashrate.no का उपयोग करके गणना किया जाता है। यह किराये की कीमत निर्धारित करने के लिए एक आधार रेखा का काम करता है। आइए 8 x 3070 GPU वाले एक माइनिंग रिग के उदाहरण पर विचार करें।

<figure><img src="/files/c4e1b044f019570dd637ac7768423c6c8dc2114e" alt=""><figcaption></figcaption></figure>

#### रिग की लाभप्रदता निर्धारित करना:

hashrate.no वेबसाइट पर जाएं और एकल 3070 कार्ड के लिए लाभप्रदता खोजें, उदाहरण के लिए $0.37। 8 कार्ड वाले रिग के लिए लाभप्रदता इस प्रकार होगी:

```
0,37 * 8 = 2,96$
```

यह 8 x 3070 रिग के लिए वर्तमान लाभप्रदता है, जिसका उपयोग किराये की कीमत सेट करते समय आरंभिक बिंदु के रूप में किया जा सकता है।

### सर्वर पर कीमत सेट करना:

जैसा कि पहले उल्लेख किया गया है, आप संबंधित फीचर सक्षम करके सर्वर सेटिंग्स में सीधे डॉलर में कीमत निर्दिष्ट कर सकते हैं। फिर BTC और CLORE में कीमत विनिमय दर के आधार पर स्वतः पुनर्गणना और अपडेट हो जाएगी। यदि आप BTC और CLORE के लिए स्थिर मान सेट करना पसंद करते हैं, तो गणना किए गए डॉलर राशि को मैन्युअली परिवर्तित करें।

### Clore डैशबोर्ड में कॉन्फ़िगर करना:

clore.ai पर अपने डैशबोर्ड में लॉग इन करें, और On-demand pricing फ़ील्ड में गणना किए गए मान डालें। Spot कीमत को थोड़ा कम सेट करें, फिर रेंटल सक्षम करें।

नोट: आप मांग के अनुसार मूल रेखा से ऊपर या नीचे कीमत सेट कर सकते हैं। इस मामले में माइनिंग की लाभप्रदता एक मार्गदर्शक के रूप में काम करती है।

<figure><img src="/files/cbcfc965a501a81ff576f17ff5e752825c651ed2" alt=""><figcaption></figcaption></figure>

### GPU सर्वरों के लिए कीमतें सेट करना:

यदि आपके पास केवल माइनिंग रिग ही नहीं बल्कि AI कार्य संभालने में सक्षम एक शक्तिशाली GPU सर्वर भी है, तो आप Spot कीमत माइनिंग लाभप्रदता के आधार पर सेट कर सकते हैं, जबकि Rent कीमत सेवाओं की अनुमानित लागत के आधार पर रखी जा सकती है।

CLORE कॉइन बोनस:

किराये की भुगतान के अलावा (उदा., $2.96), किरायेदारों को CLORE कॉइन्स में एक बोनस प्राप्त होता है। आप वेबसाइट पर कैलकुलेटर का उपयोग करके सटीक राशि देख सकते हैं।

कमीशन को ध्यान में रखना न भूलें: Spot रेंटल के लिए यह 2.5% है, और अन्य मामलों में 10% है। इसलिए, एक दिन के किराये के लिए परिणाम होगा:

```
2,664$ + 14,9775 CLORE
```

> 📚 देखें: [GPU माइनिंग लाभप्रदता — Clore.ai पर माइनिंग बनाम रेंटिंग](https://blog.clore.ai/gpu-mining-profitability/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/clore.ai/clore.ai-eng-hi/for-hosts/server-settings/how-to-price-your-servers-for-rental.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
