Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 453 Bytes

Create Private Ethereum Blockchain

This script pilots geth to provide easy functions:

  • ./pgeth.py init: this function create the blockchain with an account. Use it the first time.
  • ./pgeth.py start: this function starts geth daemon and mining. Use it when you want use geth.
  • ./pgeth.py stop: this functions stops geth. Use it not to burn your CPU on stupid blocks.
  • ./pgeth.py destroy: A function to delete quickly your private blockchain.