All Projects → cloutreactor → release

cloutreactor / release

Licence: other
the first bitclout miner and pool

Labels

Projects that are alternatives of or similar to release

bitcloutDAO
Decentralized Social Network Money Frauds/Scams including BitClout / DeSo, Twetch, Steemit, PeakD
Stars: ✭ 29 (-48.21%)
Mutual labels:  bitclout
BitCloutPlus
Browser extension that enhances BitClout pages
Stars: ✭ 31 (-44.64%)
Mutual labels:  bitclout

banner

cloutreactor (alpha)

cloutreactor is an experimental BitClout miner and PPLNS pool.

  • This is alpha software. You are an alpha tester. The miner may crash, shares may not be counted correctly. Please create an issue if you are having trouble and it will be addressed ASAP.
  • Work is tracked on the pool server: balance computation is experimental and will be confirmed before first payouts are issued manually.
  • Please watch the repo: new versions may come at any time.

Pool

  • Pool statistics, miner management, and payouts will soon be enabled on cloutreactor.com via BitClout Identity.
  • 10% of payouts will be invested into @cloutreactor on BitClout (50% FR)

Miner

  • NVIDIA CUDA 11 is currently supported
    • OpenCL support coming soon
    • GTX 10XX (Pascal) series and higher are supported

Running the Miner

Linux

Running via Docker (recommended)

  1. Install Docker

  2. Install the NVIDIA Container Toolkit for your platform

  3. At a command prompt, run cloutreactor with all GPUs (replace the given public key with your own):

# Run in-process:
sudo docker run --rm --name cloutreactor --gpus all --runtime nvidia cloutreactor/cuda:v0.0.5 --public-key="BC1YLhL2beeonivCELUydf1Dt4LFPxuNbSrz5GRmzKxdCxDDutiuFp9"

# Or as a daemon:
sudo docker run --rm -d --name cloutreactor --gpus all --runtime nvidia cloutreactor/cuda:v0.0.5 --public-key="BC1YLhL2beeonivCELUydf1Dt4LFPxuNbSrz5GRmzKxdCxDDutiuFp9"
sudo docker logs -f cloutreactor

Running compiled binaries

  1. Install CUDA 11.2 for your platform

  2. Download the latest release

  3. At a command prompt, run the server binary (replace the given public key with your own):

./cloutreactor-linux-amd64 --public-key="BC1YLhL2beeonivCELUydf1Dt4LFPxuNbSrz5GRmzKxdCxDDutiuFp9"

Windows

Running compiled binaries (recommended)

  1. Install CUDA 11.2 for your platform

  2. Download the latest release .exe file

  3. At a command prompt, run the server binary (replace the given public key with your own):

./cloutreactor-windows-amd64.exe --public-key="BC1YLhL2beeonivCELUydf1Dt4LFPxuNbSrz5GRmzKxdCxDDutiuFp9"

NOTE: Multi-GPU support in the compiled Windows binary is currently not working. Use the '-d' flag and launch one instance of cloutreactor.exe per GPU.

Running via WSL2/Docker

  1. Upgrade Windows 10 to Insider Dev Channel

  2. Install WSL2 and Ubuntu 18.04

  3. Install Docker Desktop with WSL2 Support

  4. Install NVIDIA WSL Preview Drivers

  5. Install CUDA Toolkit for WSL

  6. At a WSL command prompt, run cloutreactor with all GPUs (replace the given public key with your own):

sudo docker run --rm -t -i --gpus all --runtime nvidia cloutreactor/cuda:v0.0.5 --public-key="BC1YLhL2beeonivCELUydf1Dt4LFPxuNbSrz5GRmzKxdCxDDutiuFp9"

Coming Soon

  • cloutreactor.com
    • BitClout Identity support
    • Payouts
    • Miner management
  • OpenCL
  • Prometheus metrics

FAQ

  • What is a share?
    • The cloutreactor pool divides work up between miners. Miners work on reduced-difficulty versions of a given block and are rewarded proportionately based on the number of hashes they compute. The absolute number of shares will vary widely between machines, GPUs, etc. Rewards are assigned based on total hash count, not total share count.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].