0
I run my bitcoin-qt on headless raspberrypi where it runs pretty smoothly.
The Issue starts when Marco gui crashes via vnc so the Bitcoin-qt GUI is hanging although that deamon is still running as a process when i check with
ps -ax | grep bitcoin
In short I can't access the gui and close it normaly
the only way to still access is through ssh and I tried
bitcoin-qt stop
bitcoin-qt: cannot connect to xserver
What is the proper way to terminate/stop safely my bitcoin-qt process?
Not the answer I look for cause I already used that one. My blockchain got corrupted. – Denja – 2018-03-01T18:23:55.113
That's a bit weird. Are you sure it does not get corrupted when you normally close it? https://superuser.com/questions/406920/linux-close-a-program-with-command-line-not-kill-it
– Jannes – 2018-03-02T13:12:04.9571@Denja How long did you wait? Bitcoin Core may take seconds or even minutes to flush all its caches at shutdown time. If you can't see the UI it may be best to watch debug.log file to see when it is safely shut down. – Pieter Wuille – 2018-04-01T15:03:36.617