Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kingassune/805d107cdb434d503c3a01ca3fca60d1 to your computer and use it in GitHub Desktop.
Save kingassune/805d107cdb434d503c3a01ca3fca60d1 to your computer and use it in GitHub Desktop.
config
[program:geth]
command=/usr/bin/geth --fast --cache=512 --testnet --rpc --rpcvhosts=* --rpcaddr 0.0.0.0
autostart=true
autorestart=true
stderr_logfile=/var/log/supervisor/geth.err.log
stdout_logfile=/var/log/supervisor/geth.out.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment