> For the complete documentation index, see [llms.txt](https://whitepaper.hypercoin.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.hypercoin.network/documentation/documentation-hi/started/mining.md).

# खनन

ब्लॉकचैन माइनिंग वह प्रक्रिया है जिसके माध्यम से लेनदेन सत्यापित किए जाते हैं, ब्लॉकचैन पर दर्ज किए जाते हैं, और नई क्रिप्टोकरेंसी सिक्कियाँ बनाई जाती हैं। यह बिटकॉइन जैसे विकेंद्रीकृत नेटवर्क की रीढ़ है, जो केंद्रीय प्राधिकारियों पर निर्भर किए बिना सुरक्षा, पारदर्शिता और भरोसा सुनिश्चित करती है। माइनर जटिल गणितीय पहेलियाँ हल करने के लिए कम्प्यूटेशनल पॉवर का उपयोग करके इसमें भाग लेते हैं। जो पहला माइनर पहेली हल करता है वह ब्लॉकचैन में लेनदेन का एक नया ब्लॉक जोड़ता है और नए मिंट किए गए सिक्कों और लेनदेन शुल्क के रूप में पुरस्कार अर्जित करता है। यह प्रक्रिया डबल स्पेंडिंग को भी रोकती है और नेटवर्क को छेड़छाड़ से सुरक्षित रखती है।

प्रूफ ऑफ वर्क, या PoW, वह सहमति तंत्र है जो कई ब्लॉकचैन नेटवर्कों का आधार है, जिनमें Hypercoin, बिटकॉइन आदि शामिल हैं। PoW में, माइनर क्रिप्टोग्राफिक पहेलियाँ हल करने के लिए प्रतिस्पर्धा करते हैं, और इन पहेलियों की कठिनाई ब्लॉक निर्माण की दर को स्थिर रखने के लिए स्वचालित रूप से समायोजित की जाती है। PoW ब्लॉकचेन की अखंडता सुनिश्चित करता है, क्योंकि किसी सत्यापित ब्लॉक में बदलाव करने के लिए बाद के सभी ब्लॉकों के लिए पुनः सभी कम्प्यूटेशनल कार्य करना पड़ेगा, जिससे हमलों को अत्यंत कठिन और महंगा बनाया जा सके। यह तंत्र मजबूत सुरक्षा प्रदान करता है लेकिन उच्च ऊर्जा खपत और विशेष माइनिंग उपकरणों की आवश्यकता भी रखता है, जो छोटे प्रतिभागियों के लिए पहुंच को सीमित कर सकता है।

PoW माइनिंग की चुनौतियों का सामना करने के लिए, माइनर अक्सर जुड़ते हैं [माइनिंग पूलों](https://hypercoin.network/mining-pool)। एक माइनिंग पूल माइनरों का एक समूह होता है जो सफलतापूर्वक एक ब्लॉक माइन करने की संभावना बढ़ाने के लिए अपनी कम्प्यूटेशनल संसाधन साझा करते हैं। जब पूल कोई ब्लॉक माइन करता है, तो पुरस्कार उन प्रतिभागियों के बीच उनके द्वारा योगदान किए गए कम्प्यूटेशनल पावर के अनुपात में वितरित किए जाते हैं। माइनिंग पूल छोटे माइनरों के लिए सुसंगत पुरस्कार अर्जित करना संभव बनाते हैं, माइनिंग आय के विभेदन को कम करते हैं, और माइनिंग संचालन की समग्र दक्षता में सुधार करते हैं।

माइनिंग, PoW और माइनिंग पूल मिलकर एक मजबूत इकोसिस्टम बनाते हैं जो ब्लॉकचेन नेटवर्कों को सुरक्षित रखते हैं, भागीदारी के लिए प्रोत्साहन देते हैं, और पुरस्कारों के निष्पक्ष वितरण को सुनिश्चित करते हैं। जबकि PoW माइनिंग ऊर्जा-गहन है, संसाधनों को पूल करने से व्यापक भागीदारी संभव होती है और ब्लॉकचेन प्रणालियों की विकेंद्रीकृत, भरोहरा-रहित प्रकृति बनी रहती है, जो आधुनिक क्रिप्टोकरेंसी नेटवर्क का एक आवश्यक भाग बनाती है।


---

# 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://whitepaper.hypercoin.network/documentation/documentation-hi/started/mining.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.
