Be one with Satori!

Just download and run it’s that easy, set it and forget it.

The Satori Neuron will make and broadcast valuable predictions as long as it runs.

***each neuron requires 3 vcpu, 3gb ram and 20gb hdd space to run

Step 1

Download and Install Docker

.

Step 2

Download and Install Satori

.

Disclaimer

⚠️ Disclaimer: Satori is experimental open source software provided “as is” without warranty. Use at your own risk. The developers and contributors are not liable for any damages or issues that may arise from its use.

Windows Download

You may download the Installation zip and and read through the README.md for extensive documentation :

Download Here

Alternative Link

.

Mac Installation and Download

You may DOWNLOAD or use the code snippet below:

cd ~
curl -o ~/satori.zip https://stage.satorinet.io/static/download/mac/mac.zip
unzip ~/satori.zip -d ~
rm ~/satori.zip
cd ~/.satori

# Please read through the README.md for extensive documentation

docker rm -f satorineuron
docker compose up -d
docker logs -f satorineuron

Linux Installation and Download

You may DOWNLOAD or use the code snippet below:

cd ~
wget -P ~/ https://stage.satorinet.io/static/download/linux/linux.zip
unzip ~/linux.zip
rm ~/linux.zip
cd ~/satori
sudo usermod -aG docker $USER
newgrp docker

# Please read through README.md for extensive documentation

docker rm -f satorineuron
docker compose up -d
docker logs -f satorineuron