GitHub is blocked
Guide for bypassing blocked GitHub
Last updated
Guide for bypassing blocked GitHub
Last updated
GitHub is blocked in some countries. To bypass this we have two options:
If you have VPN extension in your web browser activate your VPN extension and go to this link.
Click on "Download ZIP" under the "Code" menu and the download should start.
After the download is complete unzip the file and move the extracted directory to the following location based on your operating system.
For Windows: Desktop
For Mac: Desktop
For Linux: Your home directory (~)
You should now have a directory called taraxa-ops-master
in the previous locations that contains another directory named taraxa_compose
. If your OS named the parent directory differently rename it to taraxa-ops-master
.
Now you can go back to the documentation for your operating system and run the same commands.
If you still can't access GitHub you can run the Docker image manually without Docker Compose.
The first steps is to create a taraxa directory somewhere on your computer.
For Windows:
For Mac:
For Linux:
Now to configure and start the node we can run the following commands:
Now the node should start.
NOTE: If Linux is complaining about permissions you can prefix these commands with sudo
To update the node we can run the following:
OPTIONAL: If there was a protocol upgrade we also have to remove the data in order to re-sync.
For Mac and Linux:
For Windows:
Continued: