-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #517 from KomodoPlatform/0.7.3-Vrsc-update
update VRSC
- Loading branch information
Showing
4 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
### dPoW 0.7.5 update information | ||
|
||
- On your 3P node, update your Verus Coin's codebase to [`2d32721`](https://github.com/VerusCoin/VerusCoin/tree/2d327210fddc245c693d00c9a025bd81f5f079eb), build it and then restart it. | ||
|
||
|
||
#### If using smk's docker setup | ||
|
||
```bash | ||
cd notary_docker_3p | ||
git pull | ||
./update vrsc # supply sudo password when asked | ||
./start vrsc | ||
``` | ||
|
||
#### If custom setup | ||
|
||
- Build Verus Coin | ||
|
||
```bash | ||
cd ~/VerusCoin | ||
git pull | ||
git checkout 2d32721 | ||
./zcutil/build.sh -j$(expr $(nproc) - 1) | ||
``` | ||
|
||
- Restart it | ||
|
||
```bash | ||
cd ~/VerusCoin/src | ||
./verus stop | ||
source ~/dPoW/iguana/pubkey.txt | ||
./verusd -pubkey=$pubkey & | ||
``` | ||
|
||
#### Update your dPoW repo | ||
|
||
```bash | ||
cd ~/dPoW | ||
git checkout master | ||
git pull | ||
``` | ||
|
||
Make sure your 3P iguana is running properly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.4 | ||
0.7.5 |