Skip to content

etherlab/ethereum-private-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Ethereum Private Blockchain

Deploy and use a private ethereum testnet where you can mine an test your dapps

Usage

Put geth on /usr/bin as a standalone in your ~/ folder

wget https://github.com/etherlab/ethereum-private/blob/master/genesis.json

On windows

geth --rpc --rpccorsdomain="*" --networkid=14567 --maxpeers=3 --genesis genesis.json --datadir "%Appdata%\Roaming\Ethereum2" console

On linux

./geth --rpc --rpccorsdomain="*" --networkid=14567 --maxpeers=3 --genesis genesis.json --datadir "~/.ethereum2" console

You can now mine and put contracts on a fake ethereum testnet

Cheers

About

Deploy and use a private ethereum testnet where you can mine an test your dapps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published