(1)in step3B the file update.sh is required.
(2)if I skip step3B,then step4 and step5 say ‘no such file or directory’
(3) I create the folder /var/lib/algorand/betanetdata, and copy the file from ./genesis/ instead of ./genesisfiles. But step5 say ‘no such file or directory’ (config.json.example)
so I think maybe I have to run update.sh first.
some weeks ago I succeeded to do that, but today it does not work.
Maybe the folder name in the tarball installation is different to that in the DEB package. so I have to modify the folder name manually.
I copied the file /var/lib/algorand/config.json.example to /var/lib/algorand/betanetdata/config.json, and then modify DNS to algodev.network, now it seems ok.
You need to use another install for betanet as the ubuntu install does not work it. Take a look at step 2 here: https://developer.algorand.org/docs/getting-started-betanet
You can have both betanet and mainnet or testnet running on the same machine if you use different data directories
@JasonW Thank you. Yes, I worry a little, because I did not strictly follow the instruction in the homepage, I think that maybe the betanet on my ubuntu1804tls is not the expected one, although it seems working well.
In step 2 it says:
2. Installing on Linux Distros (do not use the Ubuntu install directions as you will need access to the update script to switch to BetaNet).