diff --git a/web/e.cash/pages/upgrade.js b/web/e.cash/pages/upgrade.js --- a/web/e.cash/pages/upgrade.js +++ b/web/e.cash/pages/upgrade.js @@ -10,6 +10,7 @@ import pins from '/public/animations/pins.json'; const latestVersion = `0.28.4`; +const oldVersion = `0.27.15`; function Upgrade(props) { return ( @@ -92,14 +93,16 @@ The process of upgrading your node is straightforward: simply stop the currently running node, download the new version, and start the new version. Here are some example - instructions for upgrading from version 0.27.15 to version{' '} - {latestVersion} on Linux: + instructions for upgrading from version {oldVersion} to + version {latestVersion} on Linux:

  1. Shut down the node:
    - ./bitcoin-abc-0.27.15/bin/bitcoin-cli stop + + ./bitcoin-abc-{oldVersion}/bin/bitcoin-cli stop +
  2. Download the new version archive from the website:{' '} @@ -129,12 +132,12 @@ Clean up old version and archives (optional):