We’re dropping a wee playground here to keep folk off the streets over the weekend (all being well).
The largest change therein is that registers are now stored at adults, along with chunks. Which makes elders pure relay nodes as things stand. (They will of course eventually have other more, DBCy duties).
There’s also the new logging setup in place too . (edit, that didn’t get into this release it seems , one for the next one!)
This network is 33 nodes, each with 20gb. We’d ask anyone wanting to join use a smilar sized node (this will be hardcoded in the not too distant future). There has been one split thus far.
You should be able to connect to with the 0.53.0 release thus:
remove ~/.safe
run curl https://raw.githubusercontent.com/maidsafe/safe_network/master/resources/scripts/install.sh | bash to install the CLI
run safe --version to make sure you’re on the correct version.
run safe networks add playground https://safe-testnet-tool.s3.eu-west-2.amazonaws.com/public-node_connection_info.config
safe networks switch playground
And you should be good to go
If you’re wanting to try joining with a node (which may take a while):
safe node install
safe node join OR
safe node join --skip-auto-port-forwarding OR
safe node join --local-addr <ip of device running node>:<port> \
--public-addr <your internet public ip>:<port opened on router> \
--skip-auto-port-forwarding
Can you confirm in the OP that it should report v0.44.0?
$ curl https://raw.githubusercontent.com/maidsafe/safe_network/master/resources/scripts/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6981 100 6981 0 0 33562 0 --:--:-- --:--:-- --:--:-- 33562
=> Downloading Safe CLI package from 'https://github.com/maidsafe/safe_network/releases/download/0.53.0-0.51.0-0.44.0/sn_cli-0.44.0-x86_64-unknown-linux-musl.tar.gz'...
=> Saving to '/tmp/tmp.gIrPYqpH6Q/sn_cli-0.44.0-x86_64-unknown-linux-musl.tar.gz'...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 685 100 685 0 0 2644 0 --:--:-- --:--:-- --:--:-- 2644
100 10.2M 100 10.2M 0 0 10.2M 0 0:00:01 0:00:01 --:--:-- 18.9M
=> Unpacking Safe CLI to '/home/safe/.safe/cli'...
=> Adding statement to '/home/safe/.bashrc' profile to have Safe CLI binary path in the $PATH
=> Profile '/home/safe/.bashrc' already contains a statement to set Safe CLI in the $PATH
$ safe --version
sn_cli 0.44.0