# Cost for Running a Node

To enable large-scale adoption of ''**blockchain as a service**'', it is necessary to minimize the cost and time of using it for general users. MVC enable [**Simple Payment Verification technology**](/mvc-dao/frequently-asked-question/full-vs-simple-payment-verification.md). User is allowed to use lightweight client to check if a transaction is on the MVC blockchain without having to download the entire blockchain data. Only miner and application platform have to download the relevant blockchain data.

![](/files/a7eUF9IxsdblzHtjpds1)

Users are not necessary to run their own MVC [full nodes](/mvc-dao/frequently-asked-question/full-vs-simple-payment-verification.md). However we still recommend that users become one of the entities to increase the decentralization by running individual nodes, and provides greater robustness to the MVC network.

MVC nodes are servers that download real-time data from the blockchain network, analyze the data, and upload the processed data back into the network. Therefore, you must meet minimum hardware requirements to run these operations smoothly. A minimum 50Kbps Internet connection and 2BG of memory(RAM) are required, and make sure your ISP doesn't set low upload or download limits. In addition, MVC currently only supports the ubuntu20.04 system environment, other system environment support is under development.

Up until 12 Apr 2023, MVC has more than 20 + nodes running by MVC application platform, miner & community members. The number of node will increase gradually when more application platform, miner join MVC's ecology.&#x20;

Instructions If you are interested to set up a MVC node, kindly please refer to&#x20;

<https://github.com/mvc-labs/mvc-mining-instruction> to setup your node and start mining.

Instructions If you want to join MVCpool which do not require setting up a node, see this file:&#x20;

<https://github.com/mvc-labs/mvcpool-manual>

MVC Mining Pool&#x20;

<https://mvcpool.com/#/> <https://medium.com/@mvcglobal/mvc-pow-mining-economy-eca0b7f8e240>


---

# Agent Instructions: 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:

```
GET https://mvc-dao.gitbook.io/mvc-dao/frequently-asked-question/cost-for-running-a-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
