6. Register a Cerebrum Worker

Once the image is downloaded, you can register your computer as a worker on the Cerebrum network by running the following Docker command:

docker run -it -v /sys/fs/cgroup:/sys/fs/cgroup:rw cerebrum/cerebrum-node:latest

After running the above command, enter your email address and press enter. This will generate several lines in the console. The final output line should look like this:

node registration complete

This indicates that your machine has successfully been registered as a worker in the Cerebrum network.

Console Output Example:

Last updated