Joining a pool

Create address

CPU mining

GPU mining

Check your status

Block distribution system

Pool fee

Snapshot rewards

Stop the miner

Support

Joining a pool

Our client works best with a fresh Ubuntu 20.04 installation

Create address

If you don’t have an address yet just run this command:

curl -sSf -L [<https://1to.sh/join>](<https://1to.sh/join>) | sudo sh

cd /opt/pool-client && ./snarkos_mine experimental new_account

Output:

Attention - Remember to store this account private key and view key.

  Private Key  APrivateKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
     View Key  AViewKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      Address  aleo1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Save this information and connect to the pool using Address

CPU mining

Minimum requirements: 8 CPU cores, 16 GB RAM, 32 GB local storage

curl -sSf -L <https://1to.sh/join> | sudo sh -s -- "aleo1..."

GPU mining

Minimum requirements: Nvidia RTX 2060 or better, 8 CPU cores and 16 GB of RAM for each GPU

<aside> ❕ for example*, for 2-х RTX 3080 CPU 16 cores and RAM 32 GB is needed*

</aside>