Skip to content
Open
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
2 changes: 2 additions & 0 deletions src/pages/guide/node/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tempo download --archive
# Run node
tempo node \
--follow \
--tempo.bootnodes-endpoint https://peers.tempo.xyz \
--http --http.port 8545 \
--http.api eth,net,web3,txpool,trace
```
Expand All @@ -43,6 +44,7 @@ WorkingDirectory=$HOME/tempo
ExecStart=/usr/local/bin/tempo node \\
--datadir <datadir> \\
--follow \\
--tempo.bootnodes-endpoint https://peers.tempo.xyz \\
--http \\
--http.addr 0.0.0.0 \\
--http.port 8545 \\
Expand Down