Skip to content

Commit

Permalink
add main kmd launch string for manual
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 14, 2023
1 parent f075129 commit bd6bcea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/update078.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,16 @@ git checkout ${kmd_commit}
./zcutil/build.sh -j$(expr $(nproc) - 1)
```

- Restart it
- Restart komodo (main)

```bash
cd ~/komodo/src
./komodo-cli stop
source ~/dPoW/iguana/pubkey.txt
./komodod -gen -genproclimit=1 -minrelaytxfee=0.000035 -opretmintxfee=0.004 -notary=.litecoin/litecoin.conf -pubkey=$pubkey &
```

- Restart komodo (3p)

```bash
cd ~/komodo/src
Expand Down

0 comments on commit bd6bcea

Please sign in to comment.