-
Notifications
You must be signed in to change notification settings - Fork 604
Running the Testnet
This guide assumes that you already installed the pyethapp, if not see the Getting Started Page.
Using a testnet, allows users to access a network w/o having to have real Ethers. It is therefore also practical to use for contract-testing/developing purposes. Lastly the main advantage the testnet has over it's own private chain, is that one does not have to mine to get transactions and contracts on the chain. Usually there are already a few nodes in the network doing this for you w/o having hefty mining power. So you still can start mining and will get some Ether every now and then even on a mortal machine.
To access the testnet, called Morden, use the option --profile morden
Go grab some coffee and if possible a croissant as this step takes some time.