MCash Compose leverages Docker Compose to help you start a node or supper node.
- Linux (Debian / Ubuntu preferred)
- Windows
This is the initial setup process. You will only need to do this once.
git clone https://github.com/MidasCore/mcash-compose.git && cd mcash-compose- run
sudo ./get_started.sh(easiest way)
or
- copy and run the following commands:
sudo apt-get update && sudo apt-get install curl python3 apt-transport-https ca-certificates software-properties-common -y && curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh && sudo usermod -aG docker "$USER" && sudo pip3 install docker-compose
- run
sudo reboot
- Install Docker and Docker Compose (https://docs.docker.com/docker-for-windows/install/)
- run
./bootstrap.sh
- download this file and unzip it into current folder
Start mcashnode to finish syncing the blockchain
- If you want to run supper node, you have to edit
docker-compose.ymlwith your witness private key
WITNESS: "true"
PRIVATE_KEY: ""docker-compose up -d mcashnode