From aa68c0364acdb0e2cbc84ff69d7eca89acf12830 Mon Sep 17 00:00:00 2001 From: Yuanhai He Date: Fri, 26 May 2023 15:45:59 +0800 Subject: [PATCH] chore: update README.md to use the backup from releases --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42aedac..69fcb5e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Note: **use `stop.sh` to shutdown daemons!** The scripts are tested on debian 11. Clone this repo and follow the steps. -1. Clone this repo -2. Run ./setup.sh -3. Run ./restore-backup.sh +1. Run ./setup.sh and reboot the server +2. Restore the latest backup from https://github.com/alexgo-io/stacks-node-mainnet/releases +3. Run ./start.sh 4. Run `watch 'curl -s http://127.0.0.1:3999/extended/v1/status'`, wait until the block height matches that from `https://api.hiro.so/v2/info` 5. Done