May 1, 2026

bitcoin-cli very slow to respond to RPC calls (Raspberry Pi)

Running Bitcoin 0.11 on Raspberry Pi 2 (Quad core 900MHz 1GB RAM, 128GB Flash Drive for blockchain, 8GB SD Card for OS and software).

Blockchain is fully synced, 13 connections.
In htop, I see I’m around 700/862MB RAM, 1/99MB Swap. 1 processor is up around 90% but the other 3 are down in the <5% range.

I SSH into the pi (running bitcoind, no GUI) and some commands take forever to get a response. Sometimes getinfo or getpeerinfo will take 30-60 seconds to print out. gettxoutsetinfo takes way longer: almost ten minutes!! I don’t see any resources being maxed out in htop during this time.

I know this is a low-power machine, maybe the UTXO set hash in the gettxoutsetingo command is what’s specifically taking so long in that case.

Can I adjust any settings either in the RPi OS or bitcoin.conf to get snappier performance? Ideally I would like to run a few python scripts that use RPC, triggered by bitcoin’s blocknotify=...

Previous Article

What are some http mining pools out there?

Next Article

bitcoind sendfrom with minconf=0

You might be interested in …

Bitcoin Core 0.18.1 Released

Bitcoin Core 0.18.1 Released Bitcoin Core version 0.18.1 is now available for download containing several bug fixes and other improvements. For a complete list of changes in this maintenance release, please see the release notes. […]