Skip to content

The Secret Nodes Cookbook is a collection of recipes for privacy.

License

Notifications You must be signed in to change notification settings

secretnodes/cookbook

Repository files navigation

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.

About

The Secret Nodes Cookbook is a collection of recipes for privacy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages