Saturday, October 5, 2024

Is it attainable to run Bitcoin Core (GUI) concurrently bitcoind?

I am in a really irritating state of affairs. I used to run Bitcoin Core on Home windows, with out these issues, however ever since I switched to Linux (XFCE), and I in fact have Bitcoin Core (GUI) beginning routinely, I am interrupted after like 5 minutes whereas typing/working by an indescribably annoying GUI field saying “Loading wallets…”. That is despite working it with -min to start out minimized and never trouble me. However it does anyway.

This has change into so annoying that I have been pressured to take away Bitcoin Core from beginning routinely. As a substitute, I’ll open it solely after I actively must do a Bitcoin switch. However then a brand new downside arises: the blockchain will probably be many months outdated after I lastly open it up, after which it has to take a seat round for a very long time and sync the blockchain earlier than I can do something with it. Additionally, I am unable to use its RPC API if nothing is working.

So as an alternative I am now beginning bitcoind at boot, so that it’ll run within the background and not using a GUI and preserve the blockchain updated.

However now, there is a new downside: if I begin Bitcoin Core (GUI) whereas bitcoind is working within the background, I get an error saying that it might’t receive a lock of the blocks dir or one thing alongside these traces. Clearly, it is because bitcoind is already engaged on the block dir.

I can “resolve” this by first working a script which calls the RPC API with the “cease” command, in order that bitcoind shuts down safely (killing the method shouldn’t be secure). Then I will open Bitcoin Core (GUI) and begin utilizing it.

However, as you possibly can think about, that is something however a great state of affairs. I now must each bear in mind to not simply begin the Bitcoin Core (GUI) program after I want it, but additionally to first dig up and run that script to first shut down bitcoind. After which, after I am performed in Bitcoin Core (GUI), I must shut it down and once more begin bitcoind to return to the identical state as earlier than. It simply makes my pores and skin crawl.

Is there some hidden possibility I can ship when opening Bitcoin Core (GUI) in order that as an alternative of making an attempt to run its personal stuff, it simply “hooks into” the prevailing bitcoind?

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles