Skip to content

Commit

Permalink
fix(which-node): Integrate @sbvegan suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt committed Jul 21, 2023
1 parent ca0f1a0 commit 3d0501e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/docs/developers/node-oper/which-node.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Should you run your own node?
title: Running your own node
lang: en-US
---

Expand All @@ -15,7 +15,7 @@ Many applications include a server component that needs to communicate directly
Once an application's needs exceed the free tier, you can use one of the paid tiers to continue to use the hosted node provider.


## Running your own node
## Should you run your own node?

There are several advantages to running your own node:

Expand Down Expand Up @@ -49,5 +49,8 @@ To synchronize only from L1, you edit the [op-node configuration](https://github

### Upgrades

If you run a node you need to subscribe to either [the mailing list](https://groups.google.com/a/optimism.io/g/optimism-announce) or [the RSS feed](https://changelog.optimism.io/feed.xml) to know when to upgrade.
Otherwise, your node will eventually stop working.
At present, the best way to know when to upgrade your software is to look at the software releases on github.


- [`op-geth`](https://github.com/ethereum-optimism/op-geth/releases/latest)
- [`op-node`](https://github.com/ethereum-optimism/optimism/releases/), but because the monorepo is also used for other software, you might need to scroll down to see what is the latest `op-node` release.

0 comments on commit 3d0501e

Please sign in to comment.