Shakti Coin
  • Mining Shakti Coin, How?
  • Decision Making
  • Pre-requisites for Becoming a Node Operator
  • Join the Shakti Network with SOMA
  • Joining Shakti Network and Installing SOMA on Windows OS
  • Joining Shakti Network and Installing SOMA Linux OS
  • Joining Shakti Network and Installing SOMA on Mac OS
  • SOMA- (Self Onboarding Mining Application) Installation on Amazon Web Services Cloud Ubuntu OS.
  • SOMA - (Self Onboarding Mining Application) Installation on Windows Server 2019 (Azure)
  • SOMA- (Self Onboarding Mining Application) Installation on MacBooK
Powered by GitBook
On this page
  • Installation of SOMA on Mac OS device
  • Docker Installation
  • SOMA Installation

Was this helpful?

SOMA- (Self Onboarding Mining Application) Installation on MacBooK

PreviousSOMA - (Self Onboarding Mining Application) Installation on Windows Server 2019 (Azure)

Last updated 4 years ago

Was this helpful?

Installation of SOMA on Mac OS device

In this document, we have demonstrated how to install Docker (a container necessary for the installation of SOMA) and then instalation of SOMA.

Docker Installation

1. Search for "Docker Desktop for Mac".

Find more information about .

2. Click on Get Docker.

3. Drag and drop the Docker file to Applications folder.

4. Double-click and open the Docker.

SOMA Installation

Once Docker is installed on your system, you can begin SOMA installation by opening the terminal in your MacBook.

  1. Check whether the Docker is installed.

docker --version

2. Install the Docker Image on your device/instance.

docker pull sxeshakticoin/testnet:latest

3. Get the SOMA Docker Image ID.

docker images

4. Set the path for installation.

pwd

5. Run SOMA on your machine/instance.

docker run -d -p <port-number>:<port-number> --env NODE_NAME=<node-name> --mount type=bind,source=$(pwd),target=/shakti <docker-image-id>

Example: sudo docker run -p 8765:8765 -d --env NODE_NAME=dockernode01 --mount type=bind,source=$(pwd),target=/shakti 8030aaaef48b

6. Get the public key & unique node name for SOMA input fields.

cat shakticoin-poe-server.keys

Docker Desktop for Mac