What is the cheapest device that can run a proper bitcoin client?

6

What is the cheapest hardware device that can run a proper bitcoin client that can participate in the P2P network?

user5672

Posted 2013-07-04T19:33:35.533

Reputation:

1Raspberry Pi ($25) is probably the cheapest, although some cheap android devices will probably come close.Ben 2013-07-04T22:47:29.580

1VPS servers are available from just ~$5 , a small debian vps should be just fine, with ssh you can access it from anywhere.Aurigae 2013-07-05T20:30:33.937

@ChaosAndOrder That is a good answer, but it can't be marked / upvoted unless it is posted as an answer below.Stephen Gornick 2013-07-06T06:10:02.020

Answers

2

You can use any computer that fulfils the minimal requirements:

  • Most important is sufficient storage for the blockchain (currently ~9.5GB), you probably want a multiple of that for some peace of mind.
  • The computing power necessary to just run a (non-mining) client is insignificant, any computing device available on the market today should do. If it isn't particularly powerful the initial sync might take longer, but after that the effect is neglible.
  • Internet connection with sufficient bandwith to keep up with the network.

An old computer or Raspberry Pi would be sufficient, whereas the Raspberry Pi will probably have a much better energy efficiency and thus should end up being cheaper in the long run.

A comment above suggested that a virtual private server might be even cheaper, however, if you want to store any significant amounts of money on your bitcoin client, you might be more comfortable to do so on hardware that you have complete control over.

Murch

Posted 2013-07-04T19:33:35.533

Reputation: 41 609

3

Go your local goodwill/thrift/whatever. They have usually old PCs for ~15EUR. If storage can hold block chain and can handle internet, is enough.

Edward.

Posted 2013-07-04T19:33:35.533

Reputation: 431