# Forked Build

## To get on the right chain I've done the following:

1. stop lytixd or the lytix-qt
2. copy over the .lytix (Linux) or the %appdata%\Lytix (Windows) directory to .lytix.old or Lytix.old
3. create a new .lytix directory or Lytix directory
4. copy over my wallet.dat, lytix.conf, masternode.conf, and maxnode.conf over from the old directory to the new
5. put the bootstrap.dat in the new directory
6. start lytixd or the lytix-qt app
7. let it rebuild

Bootstrap is here: [https://www.lytixchain.org/repair/bootstrap.dat](https://github.com/LytixChain/lytix/releases/download/v2.0.1/bootstrap.dat)

## Another method:

1. Stop the app or the daemon
2. Move your .lytix or %APPDATA%\Lytix directory to something like .lytix\_bak or Lytix\_old&#x20;
3. Download the prebuilt Lytix directory [https://www.lytixchain.org/repair/lytix\_dir.zip](https://github.com/LytixChain/lytix/releases/download/v2.0.1/lytix_dir.zip)
4. Unzip the file in the same area as your old directory
5. Copy over the following files from your directory to lytix\_dir
6. wallet.dat
7. lytix.conf
8. masternode.conf
9. maxnode.conf
10. Move the lytix\_dir directory over to Lytix (Windows, Mac )or .lytix (Linux)
11. Start up the daemon and it should synch to the blocks on the explorer <http://explorer.lytixchain.org>


---

# 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://lytix-chain-foundation.gitbook.io/docs/master.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.
