Skip to content

Latest commit

 

History

History
executable file
·
32 lines (14 loc) · 365 Bytes

readme.md

File metadata and controls

executable file
·
32 lines (14 loc) · 365 Bytes

start and restart with:

sudo ./start.sh

and visit http://localhost:3000

list the containers

sudo docker ps

attach the nodes with

sudo docker attach <<ContainerName>>

or

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

detach with Ctrl + P, Ctrl + Q

start and stop mining with

sudo ./scripts/MinerStart.sh

sudo ./scripts/MinerStop.sh