Below is the new cmd to start the tezos-node. api->api1
nohup ./tezos-node run $(curl -s 'http://api1.tzscan.io/v2/network?number=50' | grep -Po '::ffff:([0-9.:]+)' | sed ':a;N;$!ba;s/\n/ /g' | sed 's/::ffff:/--peer=/g') &
Tezos betanet node install on Ubuntu 16.04 Xenial
Below is the new cmd to start the tezos-node. api->api1
nohup ./tezos-node run $(curl -s 'http://api1.tzscan.io/v2/network?number=50' | grep -Po '::ffff:([0-9.:]+)' | sed ':a;N;$!ba;s/\n/ /g' | sed 's/::ffff:/--peer=/g') &