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.