# Odarhom FAQ ❔

### **WARNING 🚧** <a href="#wiki_warning" id="wiki_warning"></a>

Wallets created in version 0.90.8.x and later are not compatible with versions prior to 0.9.8.x and will not work if you try to use newly created wallets in older versions. Existing wallets that were created with older versions are not affected by this.

Use only the official releases from [GitHub](https://github.com/LIMXTEC/BitCore/releases/latest)!

### **COMPATIBILITY**  <a href="#wiki_compatibility" id="wiki_compatibility"></a>

Odarhom Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.8+, Windows 7 and later and should also work on most other Unix-like systems but is not frequently tested on them.

### **INSTALLATION ⭐** <a href="#wiki_installation" id="wiki_installation"></a>

The first time you run version 0.9.8.x or newer, your chainstate database will be converted to a new format, which will take anywhere from a few minutes to half an hour, depending on the speed of your machine.

**We strictly recommend to remove the folder "chainstate" and "blocks". Do not touch or remove your wallet.dat.**\
In some cases there were unforeseen error messages insofar as they did not completely new synchronize the old chain.

You can also just replace the local blockchain with the [zip](https://github.com/LIMXTEC/BitCore/releases).

### **INFORMATIONS FOR MINING POOLS** <a href="#wiki_informations_for_mining_pools" id="wiki_informations_for_mining_pools"></a>

#### MASTERNODES 💻 <a href="#wiki_masternodes" id="wiki_masternodes"></a>

The Odarhom Core contains a masternode system. It is necessary that you divide the payments.

Block Reward = 50% Masternodes + 50% Miner

A masternode is "PRE\_ENABLE" for 3 hours. Every masternode paymentaddress have to be in legacy format. The first prefix is then 2....

**Corresponding wrong blocks will be later rejected by the network**

#### **COINBASE MATURITY** <a href="#wiki_coinbase_maturity" id="wiki_coinbase_maturity"></a>

Coinbase maturity is changed from 100 to **576 blocks** via command fork, changeover will be in abount 3 months.

Default protoversion is bumped to 80002.

**Corresponding wrong blocks will be later rejected by the network**


---

# 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://bitcore-btx.gitbook.io/bitcore-btx/privatekey-1/odarhom-bitcore-wallet-qt/odarhom-faq.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.
