Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gustav-Simonsson/3bf791346b9b1043733da66eb6ba215e to your computer and use it in GitHub Desktop.
Save Gustav-Simonsson/3bf791346b9b1043733da66eb6ba215e to your computer and use it in GitHub Desktop.
Ethereum full node sync from scratch with Parity.
Date: 2018-01-10
Sync Time: 25h
Parity Disk Usage: 45 GB
Parity Version: https://github.com/paritytech/parity/releases/tag/v1.8.6
Parity CLI flags: ./target/release/parity --no-warp --no-ui --no-download --no-hardware-wallets --no-dapps --cache-size 4096 --db-compaction ssd --scale-verifiers --num-verifiers 4 --log-file plog.txt
https://dev.to/5chdn/the-ethereum-blockchain-size-will-not-exceed-1tb-anytime-soon-58a
OS: Ubuntu 16.04.3 LTS (4.4.0-104-generic)
CPU: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
RAM: (2x) CMK32GX4M2A2133C13
SSD: Samsung SSD 850 Evo 500 GB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment