tradecraftio / tradecraft

Tradecraft integration/staging tree https://tradecraft.io/download
Other
13 stars 9 forks source link

Fix data directory size estimation #107

Open maaku opened 5 months ago

maaku commented 5 months ago

The following warning is printed upon startup:

Warning: Disk space for "/data/.freicoin/blocks" may not accommodate the block files. Approximately 590 GB of data will be stored in this directory.

Presently the ".freicoin/blocks" directly only consumes about 600MB of space. The size estimate is presumably taken from upstream bitcoin, and needs to be changed.