Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Running a private Ethereum blockchain

This repo contains files and instructions for starting a private Ethereum blockchain network.

Prerequisites / Dependencies

  1. Install Homebrew
  2. Install Geth using Homebrew, like this:
brew tap ethereum/ethereum
brew install ethereum

Start an Ethereum Node

# Insantiate your data directory
geth --datadir ./myDataDir init ./myGenesis.json

# Start your node
geth --rpc --rpccorsdomain "http://localhost:8000" --datadir ./myDataDir --networkid 1994 console 2>> myEth.log

About

Spinning up a private instance of Ethereum

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors