Hey guys,
Tried following the directions for the Ubuntu installation, however I feel some steps are missing (see https://developer.algorand.org/docs/introduction-installing-node#sync-node )
Could someone point me to updated instructions on installing a node and connecting to the wallet via nano ledger S?
sudo apt-get update sudo apt-get install -y gnupg2 curl software-properties-common curl -O https://releases.algorand.com/key.pub sudo apt-key add key.pub sudo add-apt-repository "deb https://releases.algorand.com/deb/ stable main" sudo apt-get update sudo apt-get install -y algorand algod -v
Then ran :
goal node status -d data
Error:
Algorand node failed to start: node exited before we could contact it
The command:
pgrep algod
Returns:
4051
every time, block number doesn’t change.
Thanks!