# Mainnet

### Install the Obol Mainnet package

Go to Dappnodes Github and find the newest [Obol package release](https://github.com/dappnode/DAppNodePackage-obol/releases)

Click on "release details" to find the IPFS hash of the package.

Navigate to the `DAppStore` page and enter the IPFS hash, then click `Search`.

<figure><img src="https://1029745181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG3Lk76lfvw9ecPIg0mK8%2Fuploads%2FW8kVTpyFyxLgGoz3g7hz%2Fimage.png?alt=media&#x26;token=5cae3105-9ca2-4dcc-b6b8-f7b17e954fc5" alt=""><figcaption></figcaption></figure>

Under `ADVANCED OPTIONS` make sure the toggle for `Bypass only signed safe restriction` is on so that the package can be installed.

<figure><img src="https://1029745181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG3Lk76lfvw9ecPIg0mK8%2Fuploads%2FCT0QhE1L2O1RNYquzbeX%2Fimage.png?alt=media&#x26;token=cf2b08d1-9ceb-4ca0-9f17-e69b87ba121c" alt=""><figcaption></figcaption></figure>

Skip all the questions during installation without filling out any fields.

After installation is finished, navigate to the Obol Package and click on the tab BACKUP.

<figure><img src="https://1029745181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG3Lk76lfvw9ecPIg0mK8%2Fuploads%2F2aVlvXypHEJRluVSK7vA%2Fphoto_2024-01-14%2011.53.19.jpeg?alt=media&#x26;token=5779075d-6eb1-4fe7-bedc-7d247e4fd890" alt=""><figcaption></figcaption></figure>

Click "Backup Now", which will download a file with a `.tar.xz` ending. Expand the file and you should see the following contents.

<figure><img src="https://1029745181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG3Lk76lfvw9ecPIg0mK8%2Fuploads%2FbMuTXoembHuoO52bw0Dr%2Fphoto_2024-01-14%2011.55.37.jpeg?alt=media&#x26;token=42302b8f-e1cf-43cf-9127-0460668bb102" alt=""><figcaption></figcaption></figure>

Delete all files from the `charon1` directory. Now expand the keyshare file you received from ether.fi and put all the contents into the `charon1` directory.

Open the `cluster-lock.json` file and find the `operators` array and find your operator entry. The file you received will have the number of your node in the cluster. Keep in mind that the first node is node0, so node3 would be the fourth operator in the array for example.

Next, create a file called `enr` (just `enr` without a file ending).&#x20;

Open the `enr` file in a text editor and paste your enr text from the operator array in the `cluster-lock.json`. Save the file and exit.

Your contents should now look like the following:

<figure><img src="https://1029745181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG3Lk76lfvw9ecPIg0mK8%2Fuploads%2FjLWFp8peRlOvQUx0zKKn%2Fphoto_2024-01-14%2011.55.02.jpeg?alt=media&#x26;token=705fe0ac-f63e-4d44-9fac-aca951d77507" alt=""><figcaption></figcaption></figure>

Only `charon1` has changed. The other folders have to stay unchanged.

Now you have to pack all the charon folders back to a `.tar.xz` file. This is different on all OSs but on Linux and macOS, you can do the following in the Terminal:

```
cd directory-with-charon-folders
tar -cvf obol-backup.tar ./
xz obol-backup.tar
```

On macOS you might need to install the xz package with Homebrew: <https://formulae.brew.sh/formula/xz>

After those commands, you should see an `obol-backup.tar.xz`. You will need it in the next step.

Open the Dappnode interface again and go to packages. Make sure to start the package "Obol", as the containers should be stopped right now. You need to be fast with the next step, as otherwise the Obol package will exit again and you need to start it again before continuing.

Next, navigate to the Obol packages Backup tab.

<figure><img src="https://1029745181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG3Lk76lfvw9ecPIg0mK8%2Fuploads%2F2aVlvXypHEJRluVSK7vA%2Fphoto_2024-01-14%2011.53.19.jpeg?alt=media&#x26;token=5779075d-6eb1-4fe7-bedc-7d247e4fd890" alt=""><figcaption></figcaption></figure>

Click "Restore" and select your `obol-backup.tar.xz` you created just before. Restore from this file.

This should be it. If you notice any errors during Restore, start the obol package again and click restore again. It takes a few tries sometimes to get it right.

You can now check your Logs now and tell ether.fi that you finished the process.
