Skip to content

Commit

Permalink
Merge pull request #1784 from subspace/default-to-full-nodes
Browse files Browse the repository at this point in the history
Update documentation to default to full nodes
  • Loading branch information
nazar-pc authored Aug 9, 2023
2 parents bd771b6 + b80e93a commit 77164fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you're connected directly without any router, then again nothing needs to be
.\NODE_FILE_NAME.exe `
--chain gemini-3e `
--execution wasm `
--blocks-pruning archive `
--blocks-pruning 256 `
--state-pruning archive `
--no-private-ipv4 `
--validator `
Expand Down Expand Up @@ -98,7 +98,7 @@ If you're connected directly without any router, then again nothing needs to be
./NODE_FILE_NAME \
--chain gemini-3e \
--execution wasm \
--blocks-pruning archive \
--blocks-pruning 256 \
--state-pruning archive \
--no-private-ipv4 \
--validator \
Expand Down Expand Up @@ -153,7 +153,7 @@ After this, simply repeat the step you prompted for (step 4 or 6). This time, cl
./NODE_FILE_NAME \
--chain gemini-3e \
--execution wasm \
--blocks-pruning archive \
--blocks-pruning 256 \
--state-pruning archive \
--no-private-ipv4 \
--validator \
Expand Down Expand Up @@ -217,7 +217,7 @@ services:
"--chain", "gemini-3e",
"--base-path", "/var/subspace",
"--execution", "wasm",
"--blocks-pruning", "archive",
"--blocks-pruning", "256",
"--state-pruning", "archive",
"--port", "30333",
"--dsn-listen-on", "/ip4/0.0.0.0/tcp/30433",
Expand Down

0 comments on commit 77164fc

Please sign in to comment.