OFFLINE Will it be a Quicky? (run 4)

sn_cli 0.39.1
safe_network 0.51.7

run 1 1vcpu-1gb-amd
run 2 1vcpu-2gb-amd
run 3 2vcpu-4gb
run 4 2vcpu-8gb

rm -rf $HOME/.safe

curl -so- https://install-safe.s3.eu-west-2.amazonaws.com/install.sh | bash

safe networks add comnet https://sn-comnet.s3.eu-west-2.amazonaws.com/node_connection_info.config

safe networks switch comnet

Add a node
RUST_LOG=safe_network=info,qp2p=info ~/.safe/node/sn_node --skip-auto-port-forwarding

test file
safe cat safe://hygoynyybh5bc3afb8i811wj8dnrpqkfx4mog9m3s1owokcz4763x5rhj9fko > spiral.gif

16 Likes

BBS.mp3

safe cat safe://hygyy1yybp9edeorgb1wyu9yyoofd9nuz3czc9339kx7gdcumq9fx8r6sj9ey > BegBlagandSteal.mp3
7 Likes

starting off uploading 1.5 Gb of pictures to give it a test

3 Likes

safe cat safe://hy8ayqyybtd67ug3q4fahx3p8ik7iir895f1zry7161fymkrxingukqsg95zo > pexels.mp4

4 Likes

still going?

3 Likes

first batch of 500 mb is up successfully now on second batch of around 1gb

4 Likes

mem-use has gone up a fair bit, interesting to see if it drops once you are done.

5 Likes

image

If you get an error about the H.264 codec , try
sudo apt install gstreamer1.0-libav

4 Likes

Looks cool in terminal…

7 Likes

So far so good.
Got a node up and running and got me a few chunks
Got BegBlagandSteal + Pexels
Now for some uploading

8 Likes

No luck in trying to join from Oracle instance, though:

 RUST_LOG=safe_network=info,qp2p=info ~/.safe/node/sn_node --skip-auto-port-forwarding -r /volume1/node1 --log-dir /volume1/node1log
Starting logging to file: "/volume1/node1log"
Unfortunately we are unable to establish a connection to your machine (150.230.8.204:51500) either through a public IP address, or via IGD on your router. Please ensure that IGD is enabled on your router - if it is and you are still unable to add your node to the testnet, then skip adding a node for this testnet iteration. You can still use the testnet as a client, uploading and downloading content, etc. https://forum.autonomi.community/
1 Like

Strange, a router shouldn’t be a problem with a cloud vm

Do we have any clues about this “NotEnoughChunks” error?

willie@gagarin:~$ time safe files put ~/100MBtest 
FilesContainer created at: "safe://hyryyryynuy5xo3a3gpap8mn1rd8nyy7kp57kqn53gin9aks3zo8oda9f391yeuy?v=hgip1akd6y1eg5cnzxjfqayrb7yyyobuttozu3uwcoggpcnoq1aho"
E  /home/willie/100MBtest  <ClientError(NotEnoughChunks(100, 80))> 

real	0m7.805s
user	0m1.540s
sys	0m0.450s
1 Like

A treat for your ears at

“safe://hyryyryynq7mt6snkhh54sk861qzk865c8ncybdyqgo8z71uawrnjyn9kiokyeuy?v=hcb44wcjqb9uw675gyousg54fei156kbxs4cuzgpf19gts9qapn3o”

No chickens, promise.

I’ll do the chicken files later

1 Like

It’s when it timed out trying to fetch all chunks of the file before it can self-decrypt it. Wirthwhile trying with longer timeout setting env var SN_CLI_QUERY_TIMEOUT to something larger than 120 secs which is the default.


I am able to download the pexels.mp4 in ~3min40s.

6 Likes

I got the same


FilesContainer created at: "safe://hyryyryynedtm7zdadcto6b9azhy17umchfmubm9zgbmzpemkzatxzf9bt5moeuy?v=hgip1akd6y1eg5cnzxjfqayrb7yyyobuttozu3uwcoggpcnoq1aho"
E  9780008404390_003.mp3  <ClientError(NotEnoughChunks(52, 38))>
3 Likes

Thats slow, I was much faster than that. This mostly seems very quick so far compared to earlier attempts.

2 Likes

Yeah…it’s usually slow for me for some weird reason, same with my cellphone connection.

2 Likes

14 seconds for me!

2 Likes

I just realised you are seeing that error when uploading a large file not when fetching it…I’m not sure what that is, I’ll have to take a look at it, I’ll do it tomorrow if nobody else does it by then

9 Likes