Skip to content

Instantly share code, notes, and snippets.

@TOMOAKI12345
Created August 14, 2015 06:38
Show Gist options
  • Select an option

  • Save TOMOAKI12345/eecdf882ac59baa2e62e to your computer and use it in GitHub Desktop.

Select an option

Save TOMOAKI12345/eecdf882ac59baa2e62e to your computer and use it in GitHub Desktop.
geth 1.x mining start and stop for private chain
function miness(){
miner.start()
setTimeout(mineStop, 15000);
function mineStop(){
miner.stop()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment