Skip to content

Commit

Permalink
import pk where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Aug 28, 2024
1 parent 1b13d47 commit 101de33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/update0716.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cd ~/notary_docker_3p
komodo-cli -ac_name=GLEEC sendtoaddress ${YOUR_3P_KMD_ADDRESS} $(komodo-cli -ac_name=GLEEC getbalance) "" "" true
komodo-cli -ac_name=GLEEC stop
mv ~/.komodo/GLEEC ~/.komodo/GLEEC_OLD
mv ~/.komodo/GLEEC_OLD/wallet.dat ~/.komodo/GLEEC_OLD/wallet.bak
```

### Start GLEEC (new) on main server with new launch params
Expand Down Expand Up @@ -73,7 +74,12 @@ cd ~/notary_docker_3p
./update
./start
```
You'll need to import your 3P private key into the GLEEC (OLD) chain.

Import your 3P private key into the GLEEC (OLD) chain.

```bash
komodo-cli -ac_name=GLEEC -conf=${HOME}/.komodo/GLEEC_OLD importprivkey ${YOUR_3P_PRIVATE_KEY}
```

### Restart Iguana

Expand Down

0 comments on commit 101de33

Please sign in to comment.