Skip to content

Instantly share code, notes, and snippets.

@WanderingHogan
Last active August 22, 2018 18:20
Show Gist options
  • Save WanderingHogan/265fcfb064acf0fa7697a5868e0198d1 to your computer and use it in GitHub Desktop.
Save WanderingHogan/265fcfb064acf0fa7697a5868e0198d1 to your computer and use it in GitHub Desktop.
geth startup script
#! /usr/bin/env bash
echo "geth started"
screen -dmS geth geth --datadir "/mnt/volume_sfo2_01" --syncmode "fast" --rpc --rpcapi db,eth,net,web3,personal --cache=328 --rpcport 8545 --rpcaddr 0.0.0.0 --rpccorsdomain "*"
@WanderingHogan
Copy link
Author

on a digital ocean 1 gb ram droplet, if moved to a larger machine increase cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment