Dear all,
I did an installation of Bitcoin Core 23.0 and I manged to download all the blockchain. Every time I access to the GUI it works perfectly but when I try to access "sudo systemctl start bitcoind", I got this error:
Job for bitcoind.service failed because the control process exited with error code.
See "systemctl status bitcoind.service" and "journalctl -xeu bitcoind.service" for details.
If I check journalctl this is the outcome:
goldasbtc@btcnode:~/.bitcoin$ journalctl -xeu bitcoind.service
░░ The job identifier is 7282.
Dez 07 18:59:33 btcnode bitcoind[121021]: Error: Specified data directory "/home/goldasbtc/.bitcoind" does not exist.
Dez 07 18:59:33 btcnode systemd[1]: bitcoind.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support:
http://www.ubuntu.com/support░░
░░ An ExecStart= process belonging to unit bitcoind.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
Dez 07 18:59:33 btcnode systemd[1]: bitcoind.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support:
http://www.ubuntu.com/support░░
░░ The unit bitcoind.service has entered the 'failed' state with result 'exit-code'.
Dez 07 18:59:33 btcnode systemd[1]: Failed to start Bitcoin daemon.
░░ Subject: A start job for unit bitcoind.service has failed
░░ Defined-By: systemd
░░ Support:
http://www.ubuntu.com/support░░
░░ A start job for unit bitcoind.service has finished with a failure.
░░
░░ The job identifier is 7282 and the job result is failed.
Dez 07 18:59:33 btcnode systemd[1]: bitcoind.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support:
http://www.ubuntu.com/support░░
░░ Automatic restarting of the unit bitcoind.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Dez 07 18:59:33 btcnode systemd[1]: Stopped Bitcoin daemon.
░░ Subject: A stop job for unit bitcoind.service has finished
░░ Defined-By: systemd
░░ Support:
http://www.ubuntu.com/support░░
░░ A stop job for unit bitcoind.service has finished.
░░
░░ The job identifier is 7363 and the job result is done.
Dez 07 18:59:33 btcnode systemd[1]: bitcoind.service: Start request repeated too quickly.
Dez 07 18:59:33 btcnode systemd[1]: bitcoind.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support:
http://www.ubuntu.com/support░░
░░ The unit bitcoind.service has entered the 'failed' state with result 'exit-code'.
Dez 07 18:59:33 btcnode systemd[1]: Failed to start Bitcoin daemon.
░░ Subject: A start job for unit bitcoind.service has failed
░░ Defined-By: systemd
░░ Support:
http://www.ubuntu.com/support░░
░░ A start job for unit bitcoind.service has finished with a failure.
░░
░░ The job identifier is 7363 and the job result is failed.
Can someone help me as I cannot find additional info.
Thanks