Skip to content

Commit

Permalink
updates CHIPS(3p) for S5
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Jun 13, 2021
1 parent 451f5f9 commit 450286f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- update VRSC (3P)
- update GleecBTC (3P)
- update EMC2 (3P)
- update CHIPS (3P)

### 0.4.2

Expand Down
22 changes: 22 additions & 0 deletions doc/update043.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Update your Verus Coin's codebase to [7a740d2](https://github.com/VerusCoin/VerusCoin/tree/7a740d2b02f54457e2a8b2d205387ed3895aacc9), build it and then restart it
- Update your GleecBTC Coin's codebase to [3c486d4](https://github.com/KomodoPlatform/GleecBTC-FullNode-Win-Mac-Linux/tree/3c486d448dece7fc9a174b7a2eb36e651c1f3529), build it and then restart it
- Update your EMC2 Coin's codebase to [a716ae8](https://github.com/emc2foundation/einsteinium/tree/a716ae80995e51b9a9d0bd5977a3463bbda4a17e), build it and then restart it
- Update your CHIPS codebase to [70362d](https://github.com/chips-blockchain/chips/tree/70362d54645748194b72e1cc753cca8be4f8629b), build it and then restart it

#### VRSC

Expand Down Expand Up @@ -63,6 +64,27 @@ source ~/dPoW/iguana/pubkey.txt
./einsteiniumd -pubkey=$pubkey &
```

#### CHIPS

```bash
cd ~
git clone https://github.com/chips-blockchain/chips -b master
cd chips
git checkout 70362d
./build.sh
```

Build script (build.sh) available from [https://docs.komodoplatform.com/notary/setup-Komodo-Notary-Node.html#chips](https://docs.komodoplatform.com/notary/setup-Komodo-Notary-Node.html#chips)

- Restart it

```bash
cd ~/chips/src
./chips-cli stop
source ~/dPoW/iguana/pubkey.txt
./chipsd -pubkey=$pubkey &
```

#### dPoW

- Update your dPoW repo
Expand Down

0 comments on commit 450286f

Please sign in to comment.