Update BTC RPC Explorer
Update BTC RPC Explorer to newer versions.
cd ~/btc-rpc-explorergit fetch --allgit describe --tags `git rev-list --tags --max-count=20`git checkout -f <version-tag>sudo systemctl stop btc-rpc-explorer.servicenpm updatenpm installsudo systemctl start btc-rpc-explorer.serviceLast updated
Was this helpful?