|
1 | 1 | ## Pre-requisites |
2 | 2 |
|
3 | | -You'll have to have [Rust toolchain](https://rustup.rs/) installed as well as LLVM, Clang and CMake in addition to usual developer tooling. |
| 3 | +You'll have to have [Rust toolchain](https://rustup.rs/) installed as well as LLVM, Clang and CMake in addition to usual |
| 4 | +developer tooling. |
4 | 5 |
|
5 | | -Check [crates/subspace-node](../crates/subspace-node/README.md) and [crates/subspace-farmer](../crates/subspace-farmer/README.md) for required dependencies. |
| 6 | +Check [crates/subspace-node](../crates/subspace-node/README.md) |
| 7 | +and [crates/subspace-farmer](../crates/subspace-farmer/README.md) for required dependencies. |
6 | 8 |
|
7 | 9 | ## To Farm By Yourself (Offline) |
8 | 10 |
|
@@ -38,10 +40,13 @@ You may need to follow both node & farmer requirements |
38 | 40 |
|
39 | 41 | - `cargo run --release --bin subspace-node -- run --dev` to run [a node](/crates/subspace-node) |
40 | 42 | - To [start farming](/crates/subspace-farmer): |
41 | | - - Single farm: `cargo run --release --bin subspace-farmer -- farm --reward-address REWARD-ADDRESS path=FARM0-DIR,size=FARM0-SIZE` |
42 | | - - Multiple farms: `cargo run --release --bin subspace-farmer -- farm --reward-address REWARD-ADDRESS path=FARM0-DIR,size=FARM0-SIZE path=FARM1-DIR,size=FARM1-SIZE ...` |
| 43 | + - Single farm: |
| 44 | + `cargo run --release --bin subspace-farmer -- farm --reward-address REWARD-ADDRESS path=FARM0-DIR,size=FARM0-SIZE` |
| 45 | + - Multiple farms: |
| 46 | + `cargo run --release --bin subspace-farmer -- farm --reward-address REWARD-ADDRESS path=FARM0-DIR,size=FARM0-SIZE path=FARM1-DIR,size=FARM1-SIZE ...` |
43 | 47 |
|
44 | | -NOTE 1: You need to have `nightly` version of Rust toolchain with `wasm32-unknown-unknown` target available or else you'll get a compilation error. |
| 48 | +NOTE 1: You need to have `nightly` version of Rust toolchain with `wasm32v1-none` target available or else you'll get a |
| 49 | +compilation error. |
45 | 50 | NOTE 2: Following the commands above, you will be farming in an offline setting (by yourself). |
46 | 51 | NOTE 3: To farm in online setting, you can modify the command accordingly. |
47 | 52 |
|
|
0 commit comments