-
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.
- Loading branch information
Showing
4 changed files
with
37 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,31 @@ | ||
### dPoW 0.7.3 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. | ||
|
||
- 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 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.2 | ||
0.7.3 |