Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions src/pages/guide/node/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ WorkingDirectory=$HOME/tempo
ExecStart=/usr/local/bin/tempo node \\
--datadir <datadir> \\
--follow \\
--port 30303 \\
--discovery.addr 0.0.0.0 \\
--discovery.port 30303 \\
--http \\
--http.addr 0.0.0.0 \\
--http.port 8545 \\
Expand Down
3 changes: 0 additions & 3 deletions src/pages/guide/node/validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ Once you've downloaded the snapshot and have been whitelisted on-chain, you can
```bash
tempo node --datadir <datadir> \
--chain moderato \
--port 30303 \
--discovery.addr 0.0.0.0 \
--discovery.port 30303 \
--consensus.signing-key <path> \
--consensus.fee-recipient <validator_wallet_address> \
--telemetry-url <TELEMETRY_URL>
Expand Down
Loading