BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core on the encrypted Persistent Storage of Tails, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
40 stars 7 forks source link

Test: if leaving only assumed chainstate space free would sync faster on 32GB USB sticks #40

Closed BenWestgate closed 11 months ago

BenWestgate commented 11 months ago

Another related issue is testing if leaving only assumed chainstate free would sync faster on systems with small storage due to less frequent prune flushes.

At the moment the following capacities may have restricted performance:

64 GB => 56GB for Persistent Storage => 49 GB for blocks 32 GB => 24GB for Persistent Storage => 7 GB for blocks ## This is the ideal USB size to test large RAM and the two different prune settings on for performance comparison. Do the testing on clear net, with 16GB RAM and a REAL USB stick. 16 GB => 8GB for Persistent Storage => (2)1 GB for blocks

With a 32GB USB & 16GB RAM and quad core CPU perform two races to July 1 2023 on clearnet.

BenWestgate commented 11 months ago

duplicate of #37