Happy Friday
We have another wee playground set up for folk to dabble with this weekend.
This network is 30 nodes large, each with an 8gb storage capacity. We’d ask anyone wanting to join use a smilar sized node. There has been one split thus far.
You should be able to connect to with the 0.58.4
release thus:
-
remove
~/.safe
-
On unix: run
curl
https://raw.githubusercontent.com/maidsafe/safe_network/master/resources/scripts/install.sh
| bash
to install the CLI -
On windows run:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/maidsafe/safe_network/main/resources/scripts/install.ps1'))
-
run
safe --version
to make sure you’re on the correct version (0.50.4
of the CLI). -
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
The network has been hammered a reasonable amount so far, adults have around ~700mb of data on them just now.
Most of that’s junk test data, but there is a small set of jpgs uploaded at the following xorurls for anyone wanting to pull some data:
safe://hygoygyyb9nh1sbthce4khak48njcti18uzhba56mgru89bnmzzo3cz8s9j1y
safe://hygoygyybbrpbh76ep7dw84t7r3stybfssm9wrpiqhxk19gtj3r7eb3rz384o
safe://hygoygyybgsidcu168j7mj4rcd1d6io6uqcpgp9s831rcg75z8qyo6zg58tfy
safe://hygoygyybgjptw3xbqqk4uihkr7hyrwnghfnzr5ddpfana4x1bhmy3ys8uffo
safe://hygoygyyb11e1edd7u347a4y3d1ypqii88eajho9zuez4mmfmmaqiwg5apj5o
safe://hygoygyybgc1kfx4b6u4pan9547o6gnmop5s8a7n953gzti7437qpdqnxxmxy
safe://hygoygyyb45179qyo8ipaywqojrzmc1ht6fiiwzsfqgjphji1kfgpzdaqje3y
safe://hygoygyybo4bm4ojo8gasdibez4yd5yk34on6d9cxyodypardp8pibcqyrd8o
safe://hygoygyyboqgy5rpe1exa7935awsam1zc8wd51jqoxhn4dch817ds4cer3kmy
safe://hygoygyyb3n3wqahmai8f9yk3u56hpt49ku7adwhdwhddzbyq51asnd5g9ado
safe://hygoygyybsym3syjth5tuf9y5ny79kb1f4g9nnnry73xujejitxs1isqoawxy
safe://hygoygyybhp4rcjtie16h3c6xdqdib5d5pb49xk1iohqy9qbu67ihspeodyzo
safe://hygoygyyb533c9f6mekkyuu5dj39jctmdck5yp1hpdtwc6ignqerhw3fhpa4o
safe://hygoygyybjo6tub35w68z9eyy4qj7j4ms3kxy6t5inf1a16x5enesireewqzo
safe://hygoygyybqpzmtyc5twr51x7dwqjgrgwsn5hhtx6ddbrxr1hb41nq7fuhi9zo
safe://hygoygyybecotf79qepzj3bdhhhqgptor5q74z8tbfgqg1nurhm6ho65tyw3o
safe://hygoygyybn6gi537sw6jt57pxzsxypz1stwb6k9q8tpsm5yy6xyerb5p1bp4o
safe://hygoygyybu7ofdt5onp4tk4z97bnqe4h998ou7k5p6hkjqje1j9mjbywgrq6y
safe://hygoygyyb13q8pory4pq4c7wtjzwuognmwwtkzw8n9nrsusnummaa1g1gtweo
What we’re testing
Right now, what we’re looking for is to test connection handling / general stability. We’ve seen an occasional issue with longer running tests (once in about 25 mins of a test run), as nodes currently dont retry cleaned up connections (they will eventually retry this, but it’s been so intermittent during testing this was not deemed to be a blocker atm ).
If something does fail, please be sure to try again to verify any data failure. Please note the time of the failure (UTC), and if you can rerun your command with the logging variable applied, eg: RUST_LOG=safe_network=trace safe <command>
and keep those logs, that would be mighty handy.
We’d also like to see how data replication flows go on a larger, but more “natural” scale. (We’ve seen some issues here, so this is where the net may fail… we’ve changes coming in that should help this in the end too, but that’s still in the works). So hopefully folk are able to join okay as the network fills up.
That’s it. Let us know how you get on!