Skip to content

mikemull/Ethereum.TestNet.Genesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum TestNet Genesis and Chain

Genesis file and chain to quickly setup a testnet

Account

  • 12890d2cce102216644c59dae5baed380d84830c
  • Password : "password"
  • Balance: 10000 Eth

Usage

  • Git clone or download the genesis and dev chain
  • Start geth using this params (adjust the paths based on your geth location)
geth --rpc --networkid=39318 --maxpeers=0 --datadir=devChain --genesis genesis_dev.json --verbosity 0 console
  • Or use the bat (windows), sh (linux / osx) scripts. You willh have to chmod +x stargeth.sh first.

Want to create your own, more info

http://juan.blanco.ws/setup-your-own-tesnet-ethereum/

About

Genesis file and chain to quickly setup a testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.1%
  • Batchfile 49.9%