Saturday, October 5, 2024

bitcoind – Error whereas syncing with the blockchain on my Raspberry Pi

So I have already got the node arrange on my raspberry pi. This night time the switch of the Blockchain from my laptop computer to the raspi’s arduous disk completed. Now I’m ready for the blocks to match the headers

"blocks": 162064, "headers": 613982

The factor is that after I do bitcoin-cli getblockchaininfo to verify whether it is already full, I get this error:

error: Couldn't hook up with the server 127.0.0.1:8332
Ensure the bitcoind server is operating and that you're connecting to the right RPC port.

I verify if bitcoind is operating with systemctl standing bitcoind.service and this reveals up:

● bitcoind.service - Bitcoin daemon

Loaded: loaded (/and so forth/systemd/system/bitcoind.service; enabled; vendor preset: enabled)

Lively: activating (auto-restart) (Consequence: exit-code) since Wed 2020-01-22 11:59:12 CET; 15s in the past

Course of: 811 ExecStartPre=/bin/sh -c sleep 30 (code=exited, standing=0/SUCCESS)

Course of: 814 ExecStart=/usr/native/bin/bitcoind -daemon -conf=/house/bitcoin/.bitcoin/bitcoin.conf -pid=/house/bitcoin/.bitcoin/bitcoind.pid (code=exited, standing=0/SUCCESS)

Most important PID: 815 (code=exited, standing=1/FAILURE)

So I attempt to restart the bitcoin daemon with sudo systemctl cease bitcoind and sudo systemctl begin bitcoind. And after I verify its standing it reveals the next (which seems to be good):

bitcoind.service - Bitcoin daemon

Loaded: loaded (/and so forth/systemd/system/bitcoind.service; enabled; vendor preset: enabled)

Lively: energetic (operating) since Wed 2020-01-22 12:01:01 CET; 5s in the past

Course of: 862 ExecStartPre=/bin/sh -c sleep 30 (code=exited, standing=0/SUCCESS)

Course of: 864 ExecStart=/usr/native/bin/bitcoind -daemon -conf=/house/bitcoin/.bitcoin/bitcoin.conf -pid=/house/bitcoin/.bitcoin/bitcoind.pid (code=exited, standing=0/SUCCESS)

Most important PID: 865 (bitcoind)

Duties: 12 (restrict: 2200)

Reminiscence: 111.0M

CGroup: /system.slice/bitcoind.service

└─865 /usr/native/bin/bitcoind -daemon -conf=/house/bitcoin/.bitcoin/bitcoin.conf -pid=/house/bitcoin/.bitcoin/bitcoind.pid

And after I do bitcoin-cli getblockchaininfo once more, it does not present me an error, however the variety of blocks synchronized is decrease than earlier than. And some minutes later, after I go verify once more all of it repeats itself.

What am I alleged to do right here?

Thanks

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles