Skip to content

Commit

Permalink
Merge pull request #572 from KomodoPlatform/patch-fix-gleec-manual
Browse files Browse the repository at this point in the history
add missing -pubkey=$pubkey in docs (thx to dimxy)
  • Loading branch information
gcharang authored Oct 21, 2024
2 parents d500d31 + 05f7984 commit 755941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/update081.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 755941f

Please sign in to comment.