# My node is permanently syncing

**URL:** https://community.umbrel.com/t/my-node-is-permanently-syncing/11877
**Category:** Support and Troubleshooting
**Created:** [March 20, 2023, 1:11am UTC](https://community.umbrel.com/t/my-node-is-permanently-syncing/11877 "2023-03-20T01:11:56Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![usernameisJim](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/usernameisjim/32/3309_2.png) [@usernameisJim](https://community.umbrel.com/u/usernameisJim)
#### Post date: [May 2, 2023, 4:29am UTC](https://community.umbrel.com/t/my-node-is-permanently-syncing/11877/4 "2023-05-02T04:29:15Z")

</div>

If you check your debug logs you have the error:

> Error: Failed loading settings file:  
> bitcoind\_1 | - Unable to parse settings file /data/.bitcoin/settings.json

To resolve, first connect to your Umbrel device by following the instructions in _How to SSH into Umbrel on a Raspberry Pi_ or by accessing a terminal on your Linux machine here: [Official Umbrel Troubleshooting Guide and FAQ](http://community.umbrel.com/t/official-umbrel-troubleshooting-guide-and-faq/9873)

This command is the quickest way to resolve the error, by deleting the file first:

`rm ~umbrel/app-data/bitcoin/data/bitcoin/settings.json`

Then you should restart Bitcoin:  
`~/umbrel/scripts/app restart bitcoin`

If for any reason when attempting to delete the file you face a permission or other errors that prevent you from doing so, we can also edit the file with this command (performing this step has been more reliable then attempting the file deletion which often returns a permission denied error)

Run this command to edit/create the file:  
`sudo nano umbrel/app-data/bitcoin/data/bitcoin/settings.json`

Then it will take you to a blank file and just type and add two lines like this, with the two curly braces

```
{
}

```

then hit CTRL+X to exit, Y to save, and enter to continue.

After completing the edit don’t forget the last step of restarting Bitcoin:  
`~/umbrel/scripts/app restart bitcoin`

You can run that restart bitcoin command or within your Bitcoin Node app you can also click Save and Restart Node in Advanced Settings on the top right.

Upon restarting wait ~5 minutes and this will resolve the error with the settings.json file.

---

_[View the full topic](https://community.umbrel.com/t/my-node-is-permanently-syncing/11877)._
