Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 961 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 961 Bytes

The Secret Nodes Cookbook

The Secret Nodes Cookbook is a collection of recipes for privacy. More information (recepies) will be added as time goes on.

asciicast

Provision your machine with software needed to run nodes.

This script will download SGX drivers, docker, docker compose, and a collection of scripts to launch various nodes.

  1. Download our node provision script.
wget https://raw.githubusercontent.com/secretnodes/cookbook/master/provision.sh
  1. Run the secretnodes.org provision script. Be sure to respond with "y" or "yes" to all inquiries.
sudo bash provision.sh
  1. Run the following command:
sudo gpasswd -a $USER docker
  1. Run the following command:
newgrp docker
  1. Run the following command:
docker ps

If the command returns a permission error, then reboot your machine and try again from step 3.