# Sole Mining (CPU)

**Step by step**

1. Download your desktop wallet [**here**](/oja-coin/oja-coin-mining/get-started.md)
2. Unzip and install the application
3. You can choose the data folder or keep it default
4. Run the application
5. Your wallet will start syncing. Wait till it's fully synced to the network (grab some coffee since it may take some time)
6. Once fully synced. Go to **Tools** > **Debug console**
7. Enter command. **Setgenerate true**
8. **T**hat's all. Just wait till your PC find some blocks to earn mining rewards.

ps: If your wallet is unable to sync with the network. You need to edit the configuration file and add nodes.

1. Go to **Tools** > **Open wallet configuration file**. (open with text editor)
2. Copy some *Config lines* from <https://explorer.ojacoin.org/network/> tab Add Nodes
3. Paste in your wallet config file and save
4. Close your wallet and replace peers.dat file using this file <https://download.ojacoin.org/peers.dat>
5. Restart your wallet and It will start syncing.


---

# 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://oja.gitbook.io/oja-coin/oja-coin-mining/sole-mining-cpu.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.
