Skip to content

hu53yin/EthereumPrivateNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Ethereum Private Network

Build your Ethereum private-network by step by step instructions

  1. Create your Ethereum project folder.

  2. Put your genesis.json file into this folder.

  3. Create an empty folder it given "chaindata" name.

  4. On the shell, go to your project folder and write this command: geth --datadir=./chaindata/ init ./genesis.json

  5. Start your private-network with this commmand: geth --datadir=./chaindata --rpc --rpccorsdomain "http://localhost:8080"

  6. And then start your Mist wallet: /Applications/Mist.app/Contents/MacOS/Mist --rpc /chaindata/geth.ipc

Example: /Applications/Mist.app/Contents/MacOS/Mist --rpc /Users/huseyingurkan/Documents/Projects/ethereum-private/chaindata/geth.ipc

  1. You can also attach to geth: geth attach ipc://chaindata/geth.ipc

Example: geth attach ipc:/Users/huseyingurkan/Documents/Projects/ethereum-private/chaindata/geth.ipc

About

Build your Ethereum private-network by step by step instruction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors