I'm trying to run Bitcoin on a weak computer, which client consumes the least resources?

4

I am running the standard client on a weak computer (Windows environment). It often is slow and unresponsive, and takes a noticeable chunk of the hard drive. I would want to replace it with some alternative client that offers the same functionality (mainly, running as server and supporting the standard Bitcoin API), while also consuming less system resources.

Which Bitcoin client consumes the least system resources and is the best fit for weak computers?

ThePiachu

Posted 2012-11-09T10:30:03.190

Reputation: 41 594

Answers

3

There is a very useful comparison of the Bitcoin desktop clients here: http://dre.redmartian.org/compare.htm

In order 'lighter' to 'heavier' there are:

electrum

multibit

bitcoind

armory + bitcoind

If you need the full bitcoind RPC API then only bitcoind will do however. In that case trying/ waiting for v0.8 is probably your best option.

jim618

Posted 2012-11-09T10:30:03.190

Reputation: 3 205

1

Bitcoin v0.8 (which hasn't been released yet. But you can build it from source and use it ... with a nearly empty wallet with backups and only a low amount of funds.)

Stephen Gornick

Posted 2012-11-09T10:30:03.190

Reputation: 26 118

Hmm, could you elaborate a bit on how does this differ from the current version? Does it use less memory, disk space, etc?ThePiachu 2012-11-09T12:44:09.743

2Somewhat less memory, and somewhat less disk, but mostly far less I/O and CPU usage.Pieter Wuille 2012-11-09T21:00:53.430