minibolt-guide / minibolt

A step-by-step guide to building a Bitcoin & Lightning node and other stuff on a personal computer
https://minibolt.info
MIT License
72 stars 36 forks source link

[SUPPORT] #91

Closed ZioIdelmino closed 7 months ago

ZioIdelmino commented 7 months ago

good morning please help me resolve an error during full minibolt node installation guide

Minibolt

https://v2.minibolt.info/bitcoin/bitcoin/bitcoin-client

"$ journalctl -f -u bitcoind Feb 07 08:33:23 systemd[1]: Started Bitcoin Core Daemon. Feb 07 08:33:23 bitcoind[1165]: Error: Settings file could not be read: Feb 07 08:33:23 bitcoind[1165]: - Unable to parse settings file /home/bitcoin/.bitcoin/settings.json Feb 07 08:33:23 systemd[1]: bitcoind.service: Main process exited, code=exited, status=1/FAILURE Feb 07 08:33:23 systemd[1]: bitcoind.service: Failed with result 'exit-code'. Feb 07 08:33:23 systemd[1]: bitcoind.service: Scheduled restart job, restart counter is at 5. Feb 07 08:33:23 systemd[1]: Stopped Bitcoin Core Daemon. Feb 07 08:33:23 systemd[1]: bitcoind.service: Start request repeated too quickly. Feb 07 08:33:23 systemd[1]: bitcoind.service: Failed with result 'exit-code'. Feb 07 08:33:23 systemd[1]: Failed to start Bitcoin Core Daemon."

Linux

tried to do backup file settings.json and edit with command :

echo "{}" > settings.json

twofaktor commented 7 months ago

Probably you skipped an important step related with permissions. Review all the steps and if you don't get to solve it, try following the guide from the beginning again

ZioIdelmino commented 7 months ago

the problem was solved, and the reason was that I had not extended the LVM partition of the disk and therefore the settings. it could not be written when the Core was restarted, but the problem was solved by installing the bitcoin core version 25.01 which in the general restart error told me exactly that the problem was that the file did not have enough space; while in the bitcoin core 26.00 version it said that the settings. it was not readable. Thanks for the help.