Skip to content

Commit

Permalink
update VOTE2024 port and chain params
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed May 8, 2024
1 parent 9129c20 commit 0bd30cc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/update0715.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
# Launch KIP0001
cd ~/komodo/src/
source ~/dPoW/iguana/pubkey.txt
./komodod -ac_name=VOTE2024
# chain params TBA
# -ac_public=1 -ac_supply=149687271 -ac_staked=10 -addnode=65.21.52.182 -pubkey=$pubkey &
./komodod -ac_name=VOTE2024 -ac_public=1 -ac_supply=149826699 -ac_staked=10 -addnode=65.21.52.182 &


# Import your private key
Expand All @@ -21,9 +19,7 @@ source ~/dPoW/iguana/pubkey.txt
- Be aware that this may add to your utxo count, so make sure to consolidate periodically.

# Open P2P Port
sudo ufw allow
# Port TBA
# 63160/tcp comment 'VOTE2024 p2p port'
sudo ufw allow 60915/tcp comment 'VOTE2024 p2p port'


# Check sync status
Expand Down

0 comments on commit 0bd30cc

Please sign in to comment.