Skip to content

Script for automating deployment of your own Algorand MainNet non-archive Node

Notifications You must be signed in to change notification settings

zyablitsev/algorand-node-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Algorand Node Deploy Automating Script

Script for automating deployment of your own Algorand MainNet non-archive Node to send transactions and read current state of smart contracts/applications.

Usage

Limitations: Debian 11 (bullseye)

IMPORTANT: The script will install an Algorand node and configure NFTables, you will be asked for IP address to be added to the trusted list to access algod, kmd and ssh services, the ip address of the current ssh session will be used by default.

Open terminal and run:

~$ apt-get install -y ca-certificates curl
~$ bash <(curl -s "https://raw.githubusercontent.com/zyablitsev/algorand-node-deploy/main/install.sh")

Check your node status:

~$ ALGORAND_DATA=/opt/algorand/node/data /opt/algorand/node/goal node status

About

Script for automating deployment of your own Algorand MainNet non-archive Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages