Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: MORA on February 18, 2013, 10:22:51 AM



Title: Disc usage
Post by: MORA on February 18, 2013, 10:22:51 AM
Over the last 2 years, I have been running a bitcoin service.
Now the disc usage is getting out of hand, and I am wondering if there is any improvements in that in newer versions?

The one I am running is quite old (it does not have access to any bitcoins), and since I am using a custom patch, it may not be so simple to upgrade.

Also what amount of disc usage is acceptable atm ?

Currently I have 20GB used just by .bitcoin :(


Title: Re: Disc usage
Post by: grue on February 20, 2013, 03:00:22 PM
20 gb?? my %appdata%\bitcoin is only 6 GB, plus a few megabytes for the binaries.


Title: Re: Disc usage
Post by: DannyHamilton on February 21, 2013, 02:49:34 PM
Over the last 2 years, I have been running a bitcoin service.
Now the disc usage is getting out of hand, and I am wondering if there is any improvements in that in newer versions?

The one I am running is quite old (it does not have access to any bitcoins), and since I am using a custom patch, it may not be so simple to upgrade.

Also what amount of disc usage is acceptable atm ?

Currently I have 20GB used just by .bitcoin :(

What size are the individual files in your directory?

Mine is only 6.4 GB:

Code:
$ pwd; du -h
~/Library/Application Support/Bitcoin
 31M    ./blocks/index
6.2G    ./blocks
193M    ./chainstate
10.0M   ./database
6.4G    .


Title: Re: Disc usage
Post by: MORA on February 22, 2013, 09:22:02 AM
turned out the largest disc usage was from database logs  ::)
They are no more, and client seems to be ok with their passing  :)

Quote
bitcoin@BPN:~/.bitcoin$ du -csh *
12K   __db.001
1.4M   __db.002
268K   __db.003
48K   __db.004
4.7M   __db.005
12K   __db.006
154M   addr.dat
4.0K   bitcoin.conf
4.0K   bitcoind.pid
1.5G   bk
2.0G   blk0001.dat
2.0G   blk0002.dat
1.7G   blk0003.dat
1.8G   blkindex.dat
11G   database
0   db.log
254M   debug.log
76K   wallet.dat
20G   total