Quickly set up and run a local private Ethereum blockchain.
Customizable Genesis block (difficulty, initial balance, ...)
Connected to Ethereum/Mist Wallet, where you can deploy and test your contracts. Note : Open your wallet after starting your blockchain
- ./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 to 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.
Initial password set to "apasswordtochange" in mypassword.txt
Laurent MALLET Regis PIETRASZEWSKI