Skip to content

Commit

Permalink
Merge pull request #1804 from subspace/update-docs-unsafe-rpc
Browse files Browse the repository at this point in the history
Update documentation around unsafe RPC methods for farmers
  • Loading branch information
nazar-pc authored Aug 11, 2023
2 parents e5e9240 + f74e61b commit d166c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ services:
"--port", "30333",
"--dsn-listen-on", "/ip4/0.0.0.0/tcp/30433",
"--rpc-cors", "all",
"--rpc-methods", "safe",
"--unsafe-rpc-external",
"--rpc-methods", "unsafe",
"--rpc-external",
"--no-private-ipv4",
"--validator",
# Replace `INSERT_YOUR_ID` with your node ID (will be shown in telemetry)
Expand Down

0 comments on commit d166c05

Please sign in to comment.