git clone https://github.com/kw1knode/erigon_bash.git
cd erigon_bash
chmod +x install.sh
./install.sh
supervisorctl status erigon
tail -f /var/log/supervisor/erigon.err.log
supervisorctl status rpcdaemon
tail -f /var/log/supervisor/rpcdaemon.err.log
supervisorctl update
/etc/supervisor/conf.d/erigon.conf
/etc/supervisor/conf.d/rpcdaemon.conf
git pull
make
supervisorctl stop rpcdaemon
supervisorctl stop erigon
cp -r ./build/bin /opt/erigon/
supervisorctl start erigon
supervisorctl start rpcdaemon
ufw allow 30303
ufw allow from 1.1.1.1 to any port 8545
chaindata
folder was moved from datadir/erigon/chaindata
into datadir/chaindata
Please move chaindata
manually before starting the new version