Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 556 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 556 Bytes

Node Tools

Node tools for various blockchains.


alt_tag AVALANCHE INSTALLER/UPDATER

Script for installing and updating Avalanche node from binary.
Specify TAG and VERSION in this line bash -s TAG VERSION NETWORK HOST PORT
Example bash -s 1.7.4 1.7.4

curl -s https://raw.githubusercontent.com/Staketab/node-tools/main/avalanche/install-upd.sh | bash -s 1.7.4 1.7.4 mainnet 127.0.0.1 9650

DONE