Mac
Guide for running the Taraxa Node with Docker on Mac
Last updated
Guide for running the Taraxa Node with Docker on Mac
Last updated
These instructions are specific to Mac. Instructions are also available for Windows and Linux.
You can download Docker Desktop by accessing this link for Intel Macs or this link for Apple chip Macs.
After the download finishes you can find the dmg file in the Downloads
directory on the Dock.
Open the Docker.dmg
file.
You should see a window similar to the following. Drag and drop the Docker app file into the Applications folder.
You may get a notice like this because the app was downloaded from the web and not installed from the App Store. You can safely click "Open" here.
Docker also needs some privileges to install the Docker Helper. Click "OK" and enter your password.
Now you can open Finder and go to the Applications folder. You should see the Docker app.
NOTE: You can also press CMD
+ SPACE
and search for Docker
After opening the application you should see a screen similar to this:
When Docker starts you should see this screen. We can close the Docker window now.
We need to use the Terminal
application in order to start the Taraxa Node image.
You can find the app in the Utilities
directory under Applications
.
Open the terminal application.
NOTE: You can also press CMD
+ SPACE
and search for Terminal
You should see a window similar to this:
We have to run the following commands one by one:
GitHub is blocked in some countries. If you can't run the previous command please refer to the GitHub is blocked document.
Now Docker is pulling the Taraxa Node image. You should see something similar to this:
After it finishes pulling the latest version the node will start and you should see something similar to the following:
**NOTE: **You can press CTRL
+ C
to stop displaying the logs
From time to time we will release new versions of the node software. Try to keep it up to date using the following commands:
GitHub is blocked in some countries. If you can't run the previous command please refer to the GitHub is blocked document.
During the testing period, we will also make changes on the protocol level and you will have to re-sync all the data. Don't worry, we will let you know. To remove the current data and do a full re-sync you have to run the following commands: