2
I am running bitcoin-qt on my server. I use .Net library to query it through windows services.
It all works when I start bitcoin-qt manually.
But if the server is restarted, I see that it is running in task manager (bitcoin-qt.exe), but it is not available for services.
I also tried to run it as administrator using the scheduler, but this did not help.
2If you're in a server environment you probable want bitcoind, the headless version of Bitcoin Core rather than QT, the GUI. – Anonymous – 2015-09-11T01:38:18.597
You might need to pass
-serveras startup argument when using Bitcoin-Qt (bitcoind will autolaunch the RPC server, Qt not). – Jonas Schnelli – 2016-07-08T07:33:50.933What method do you use to launch it manually? – Willtech – 2018-05-09T09:18:37.563