-
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
1 parent
56b7974
commit 3de61a6
Showing
1 changed file
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### dPoW 0.2.1 update informations: | ||
|
||
<b>Please update iguana to 0.2.1 and ensure your NN infrastructure is ready for S4.</b> | ||
|
||
Please note that iguana ports were changed to 17773 for main and 17774 3rd party networks | ||
|
||
After `git pull` restart your iguana and adjust your firewall settings accordingly, e.g. : | ||
|
||
``` | ||
sudo ufw allow 17773/tcp comment 'iguana mainnet p2p' | ||
sudo ufw allow 17774/tcp comment 'iguana 3rd p2p' | ||
``` |