Skip to content

litithio/DockerEthereum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EthereumDocker

Usage

Start and restart

sudo ./start.sh

Mining control

Start

sudo ./scripts/MinerStart.sh

Stop

sudo ./scripts/MinerStop.sh

Node monitoring

Visit http://localhost:3000

Docker hints

Container listing

sudo docker ps

Working with containers

Attach or connect to the nodes as follows:

sudo docker attach <<ContainerName>>

or

sudo docker exec -it <<ContainerName>> /bin/bash

Detach with:

Ctrl + P, Ctrl + Q

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.0%
  • Shell 25.1%
  • Python 7.9%