[Ethereum] Machine size recommendation for fast syncing on Ropsten

go-ethereumropsten

I am planning on syncing my geth node with Ropsten using Ubuntu on AWS. From my pains I've experienced so far I'm uncovering that I'll need :
8 cores, 64GB RAM, 100Mbps Internet connection, 300GB SSD drive and that I should run a cache size --cache=8192

Let me know if that seems correct or please let me know what is minimum to get a full sync using fast mode.

It took me 3 days to get all the blocks minus the last 65 of them using Ubuntu 16, 1gb ram, 2 gb swap file, 32gb drive, Download: 302.30 Mbit/s, Upload: 232.94 Mbit/s

Best Answer

I am using standard $10 DigitalOcean machine 2 GB memory, 1 vCPU core, 50 GB SSD, 2 TB transfer. Only thing I fixed is adding at least 100 Gb storage. Ropsten network was synced in 20-24 hours if fast mode.

Related Topic