Skip to content

Commit

Permalink
Merge pull request #573 from KomodoPlatform/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
gcharang authored Oct 21, 2024
2 parents 9d4d51a + 636337d commit 6ec95c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/update081.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ rm -rf ~/.komodo/NINJA

### Prepare GLEEC_OLD datafolder by create a symlink (mandatory)

```bash
ln -s -f $HOME/.komodo/GLEEC_OLD/GLEEC.conf $HOME/.komodo/GLEEC_OLD/GLEEC_OLD.conf
```

### Update `komodod` on main node

Expand All @@ -28,7 +30,7 @@ git checkout 2651eaf
komodo-cli -ac_name=GLEEC -datadir=$HOME/.komodo/GLEEC_OLD stop; sleep 5
~/dPoW/iguana/checkGLEEC.sh # check the GLEEC installation
source pubkey.txt
komodod -ac_name=GLEEC -ac_supply=210000000 -ac_public=1 -ac_staked=100 -datadir=${HOME}/.komodo/GLEEC_OLD -addnode=95.217.161.126 -addnode=209.222.101.247 -addnode=103.195.100.32 &
komodod -pubkey=$pubkey -ac_name=GLEEC -ac_supply=210000000 -ac_public=1 -ac_staked=100 -datadir=${HOME}/.komodo/GLEEC_OLD -addnode=95.217.161.126 -addnode=209.222.101.247 -addnode=103.195.100.32 &
```

### Make sure the old GLEEC chain is running smoothly and has caught up with the latest notarizations
Expand Down

0 comments on commit 6ec95c6

Please sign in to comment.