Coder Social home page Coder Social logo

subspace-farmer's Introduction

Subspace farmer

Git Repository for Subspace Farmer Release Versions

More details see https://github.com/fx26980/subspace-farmer/releases

Operating Conditions

  1. Ubuntu 18 or above.
  2. Only supports x86 CPUs.
  3. SSD drive.

Running Farmer

  1. Choose to download from the release page.
  2. Running CPU Farmer.
    ./subspace-farmer farm --reward-address <YOURADDRESS> --node-rpc-url <YOURNODE> path=/data,size=5T
  3. Running GPU Farmer (--plot-gpu-cores, multi-card comma segmentation. For example: --plot-gpu-cores '0,1' ).
    ./subspace-farmer farm --reward-address <YOURADDRESS> --node-rpc-url <YOURNODE> --plot-gpu-cores '0' path=/data1,size=5T
  4. Running multiple paths Farmer (--plotting-cpu-cores, they are separated by spaces).
    ./subspace-farmer farm --reward-address <YOURADDRESS> --node-rpc-url <YOURNODE> --plotting-cpu-cores '0,1,16-17 2,3,18-19' path=/data1,size=5T path=/data2,size=5T

General Options

Parameter Description
--reward-address Address for farming rewards
--node-rpc-url WebSocket RPC URL of the Subspace node (default: ws://127.0.0.1:9944)
--plot-gpu-cores Run GPU plotting, specified gpu work card `0,1` - Active 0,1 GPU card
--plotting-cpu-cores Specify exact CPU cores to be used for plotting bypassing any custom logic farmer might use otherwise.
Each path corresponds to CPU cores groups, and if there are multiple paths, they are separated by spaces.
Examples: 0,1,2,16-18 - use cores 0, 1, 2, 16, 17 and 18

A 32-core, 64-threads CPU can be used for processing in a 2+2 mode, such as --plotting-cpu-cores '0,1,16,17 2,3,18,19' path /data1,size=1T /data2,size=1T , where 0,1 and 2,3 represent physical cores, and 16,17 and 18,19 represent hyper-threading. They process data1 and data2 respectively.
--replotting-cpu-cores If empty, it inherits --plotting-cpu-cores.
Options if specified. Requires --plotting-cpu-cores to be specified with the same number of CPU cores groups.
path One or more farm located at specified path, each with its own allocated space
path=/path/to/directory,size=5T
-v [ --version ] Print version
-h [ --help ] Help info

subspace-farmer's People

Contributors

fx26980 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.