Skip to content

Instantly share code, notes, and snippets.

@88250
Created March 13, 2018 08:41
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 88250/307f92f15820116dace0397df2ffadc0 to your computer and use it in GitHub Desktop.
Save 88250/307f92f15820116dace0397df2ffadc0 to your computer and use it in GitHub Desktop.
geth 启动
#!/bin/bash
mkdir .ethereum
nohup geth > .ethereum/geth.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment