[Offline] 50GB Static Testnet

it wasn’t meant to be fast - that is my 13yr-old son#1 having the time of his life.

Before I put it off the road and err race-prepared it ( we just unbolted everything not strictly req’d) it was known as the Atomic Skateboard. I could go into a roundabout behind two other cars and emerge first, having taken one on the outside and one on the inside :slight_smile:
Sadly such behaviour was deemed incompatible with retaining a license so I screwed the nut and got something more boring for going to work in,

6 Likes

And yet not so slow after all, a great toy for a 13 year old, cheers

4 Likes

Well it was until he rolled and flipped it at a grass-test.
I was sitting beside him “supervising” - not particularly effectively.

Still we did manage to drive it back on to the trailer to take it home. His mother was not impressed and seemed to think it was all my fault. Women are strange. Especially when I suggested that we use her Polo for the next event in a fortnight.

6 Likes

:eye:
error on sixth file in list from OP… others work atm

$  safe cat safe://hy8ayqyjy9obx5kr5g9f1r95hshhfswt7yqh6cy9t34sap7zqid4ox7ucuo > tmp6
Error: 
   0: NetDataError: Failed to GET file: ErrorMsg { source: DataNotFound(Bytes(ChunkAddress(20fc02(00100000)..))) }

Location:
   sn_cli/src/subcommands/cat.rs:36
3 Likes

Ebough remninicing about how I failed to raise Jackie Stewart II, how are we doing with filling this 50Gb?

I suppose we wont know until puts start failing but we can still get

Have a shot at a set of models of the Airbus 320 family
FilesContainer created at: "safe://hyryyryto6j66emsodsmwjqqrinmyr3ukn93oi9yhof51ojn4goir8h5b7anra?v=hyskyxto7sudu136uu3afr9sgzrfxj1rjtrap7mez11wpm67tqm4y"

140 files totalling 991Mb

3 Likes

safe cat safe://hy8ayqyersgnyyouyc6ap84589z56rketetjx5tn66h5qqtnzamph8sywyw > lamaDrama.mp4

2 Likes

Airbus has landed safely

image

1 Like

4 Likes

Getting a little above my pay grade but searched how to create random files and found the following script and altered it to suit the less than 10mb. when it runs it just returns command not found for the 10 loops. what command?

mkdir upload-files
cd upload-files
for n in {1..10}; do
    dd if=/dev/urandom of=file$( printf %03d "$n" ).bin bs=1 count=$(( RANDOM + 1024 ))
done

:thinking:random better than urandom
but if linux then try

#!/bin/bash
mkdir -p ./upload-files
cd ./upload-files
for n in {1..10}; do
    openssl rand -out sample$n.txt -base64 $(( 2**20 * 3/4 ))
done
1 Like

random worked but the files are of unknown type. I will go with yours :+1:

Can’t publish links, but reporting catting and putting working nicely!!

2 Likes

just found this for monitoring network traffic in bash on ubuntu and thought I would share

$sudo apt install speedometer
$speedometer -l  -r wlan0 -t wlan0 -m $(( 1024 * 1024 * 3 / 2 ))

gets you this nice graph change the wlan0 to your desired interface :slight_smile:

4 Likes

It has already been reported as issue :+1:

https://github.com/maidsafe/safe_network/issues/1902

5 Likes

I get the same error.

Does this mark the end of testnet, or is there still a reason to continue?

1 Like

Hesitate to do so because of your comment elsewhere in this forum :slightly_smiling_face:

But, even worse using ‘time’ on a (neglected) LInux machine…

‘Timethis’ in Windows is from the ‘Windows 2000 Resource Kit’.
Predates the inception of MaidSafe on 22 February 2006.
If executed then at noon, “Elapsed time” up to this ‘50gbRound2’-test net would have been:
    8,848,800 minutes

Ah but it’s worth the wait!

2 Likes

It’s well behaved aside from that 6th file error… and unclear how long that’s been there… could have been a copy paste error… but I’m an optimist :slight_smile:

Everything else looks as expected…

The only missing bit I wonder is that there could do with being a validation check if hidden .files exist, as the user might not be intended for those to be included to a recursive upload.

2 Likes

Getting an error on that file as well

Error:
   0: NetDataError: Failed to GET file: ErrorMsg { source: DataNotFound(Bytes(ChunkAddress(20fc02(00100000)..))) }
Location:
   sn_cli/src/subcommands/cat.rs:36
2 Likes

consistency is good :slight_smile:

If it’s just that one that’s failing perhaps that’s a good sign too.

2 Likes