How much space needed to run Bitcoin daemon in amazon AMI?

0

How much space needed to run Bitcoin daemon in amazon AMI(ubuntu 12.04), I am currently having 20GB is that enough suppose i want to run multiple coin daemon say 6 coin daemons how much space(approx) i needed?

M.R

Posted 2014-04-03T05:34:33.563

Reputation: 471

These clients also need a substantial amount of memory, which may be another consideration.Nate Eldredge 2014-04-03T14:32:21.327

Answers

1

The relevant space used is the one needed to store the blockchain, the public registry where all the bitcoin transaction are recorded. It's currently about 16GB, you can have a look of the growing rate here https://blockchain.info/charts/blocks-size

Riccardo Casatta

Posted 2014-04-03T05:34:33.563

Reputation: 379