Skip to content

Instantly share code, notes, and snippets.

@shawnharmsen
Created October 28, 2018 21:46
Show Gist options
  • Save shawnharmsen/e39f65a1d560fca2c5cd0089e2b7cb73 to your computer and use it in GitHub Desktop.
Save shawnharmsen/e39f65a1d560fca2c5cd0089e2b7cb73 to your computer and use it in GitHub Desktop.
nohup geth --datadir "" --syncmode "fast" --cache 4096 --maxpeers 100 --lightserv 80 --lightpeers 90
AWS i3.large node
/dev/nvme0n1
df -h
lsblk
sudo mkfs.ext4 -E nodiscard /dev/nvme0n1
sudo vim /etc/fstab
/dev/nvme0n1 /mnt/node ext4 defaults,nofail,discard 0 2
sudo mount -a
sudo reboot
cat /etc/fstab
sudo chown -R ubuntu:ubuntu /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment