The official NoSSD Chia Pool client repository. The full manual on client options and usage can be found on our official website.
To use the latest GPU version you have to install NVIDIA Container Toolkit.
Here are some quick examples how to run it in docker on a linux machine.
To run a container type:
docker run --name nossd --gpus all -it -v /path/to/plots:/plots nossd/client -d /plots -a <reward_address>
to use more folders from a different HDD, add more -v switches to the command line:
docker run --name nossd --gpus all -it -v /path/to/plots:/plots -v /path/to/plots2:/plots2 nossd/client -d /plots -d /plots2 -a <reward_address>
you can now start the container again using its name:
docker start -i nossd
to remove the container:
docker stop -t 600 nossd && docker rm nossd
do not remove containers without need or you will reset your workerid and have to wait for cache update on each start.
For the full list of command line switches and options refer to the short command line usage help -h or check our website
Content type
Image
Digest
sha256:aea0349e4…
Size
1.2 GB
Last updated
about 2 years ago
docker pull nossd/client