Uploads to test with

i think its working !!!

just tested downloading all my uploads check sums are good even after the network contraction. and i finally managed to upload Linux mint iso at nearly 3gb !!!

autonomi file download e731c67a6be8c6abc052ed17338f540ab650e969d5a86571c1cb9821738a7956 . # BegBlag.mp3 md5sum b5cbbfb4fd311c0913972f885cada4e8
autonomi file download a1eeaa9f064c7491774ddc7c768e7d8f0b26b1d508d99b521dfe95eb447f0408 . # Patosh-RoughNight.mp3 md5sum 452d1231d72489503ce73bc504b3da6e
autonomi file download 41eaab3ae781d1f394f135a374f97f26ac4deece5f220187560295741a6cb602 . # An_Introduction_To_The_SafeNetwork.mp4 md5sum 35a9d8e9a28be554e00fb18c4d824913
autonomi file download 47429ce548856340a1a96fefb6c0becc24cbed7d57e477a94f425cec3aad00cc . # autonomi.mp4 md5sum 9c7af792fa736307402e5ca2c33494c2
autonomi file download 78d772e35cc36964aa1ac37aac52de8b4678d150f29f90df5fac67843d52930a . # AnarchyInTheSouthside.mp3 md5sum 6d14a6fb2ea801521cc4afccbd20d26a
autonomi file download 0fd628ef31ac942ba366a4c3fe6ac909f2762a956cede8ad9e041087cf7d8a21 . # Best_CD_Ever.mp3 md5sum 4c643c4961173459cfec8d629edf2ac9
autonomi file download 3de033c03bcd3126e79847e2f5ec9ba5918b963236f6d18ffeebca7073e6d993 . # Deep_Feelings_Mix.mp3 md5sum b965900758377e1c52198bae42344418
autonomi file download 66262472deb06347604d33610b5a9a5cea6c0fd6b55c9ba98fff884026f1396d . # linuxmint-22-cinnamon-64bit.iso md5sum fb2701694cccc6035d4965ac1d55d7e0
17 Likes

YEY!

NOW we’re back in the game I guess!

(cloud machine obviously … on my home laptop the slow internet is the limiting factor for the downloads :smiley: … but with the right internet connection we’re talking about 1-3s for the first 2 files!)

7 Likes

wish me luck just started an upload of ubuntu 5.9Gb 12.000f ANT in the hot wallet :slight_smile:

6 Likes

let me know your address if you run out of funds :wink:

6 Likes

linux mint cost around 2.5k so im hoping iv got plenty in the tank for this attempt :slight_smile:

8 Likes

That’s about a 1hr 10min 4K movie size uncompressed :wink:

4 Likes

Fantastic! Exciting to see uploading & downloading working well and at reasonable speeds… if this keeps up & the app is launched, things should start to kick off around here :smiley:

8 Likes

client 0.1.3

autonomi client built with git version: stable / a44fd08 / 2024-10-29
🔗 Connected to the Network                                                     Fetching file: "linuxmint-22-cinnamon-64bit.iso"...
Successfully downloaded data at: 66262472deb06347604d33610b5a9a5cea6c0fd6b55c9ba98fff884026f1396d

real	311m14,780s

client 0.1.4

autonomi client built with git version: stable / 19921e0 / 2024-11-06
🔗 Connected to the Network                                                     Fetching file: "linuxmint-22-cinnamon-64bit.iso"...
Successfully downloaded data at: 66262472deb06347604d33610b5a9a5cea6c0fd6b55c9ba98fff884026f1396d

real	12m59,098s

8 Likes

wow - massive difference!

I’m noticing the MP3 test files are coming down within a few seconds now too (even via sn_httpd). Much better than earlier in the week/last week.

EDIT: I’m grabbing the mint iso too. Getting about 10-15 MB/s according to my network monitor and latency (to start download) was low too.

7 Likes

I’d love to try to download, but where and how do I get the autonomi client nowadays?

2 Likes

If you like docker, here is a shameless plug to try the sn_httpd docker container! :smiley:

https://hub.docker.com/repository/docker/traktion/sn_httpd/general

EDIT: I also tried safeup update and it downloaded the latest CLI client for me. It’s now called autonomi.

4 Likes

You can install it with the latest safeup, using safeup install client or using cargo install autonomi-cli.

I find it very surprising this information is nowhere it can easily be found on GitHub or autonomi.com

As for uploading, what is needed to get to do that using the CLI is a very large barrier to adoption. I tried to figure it out today and couldn’t have done it myself. Even understanding what I had to do, I couldn’t figure out how to do it.

Instead I got one to one help and donated tokens from two very supportive community members.

7 Likes

Cargo didn’t work for me, and it seems I don’t have safeup. How to get that?

Thanks for your help!

2 Likes
curl -sSL https://raw.githubusercontent.com/maidsafe/safeup/main/install.sh | bash

And after that

safeup client

More details at GitHub - maidsafe/safeup: Install and update safe-related components

5 Likes

Is there a good doc/resource about how to upload files?

I want to try putting my attos to good use! :sweat_smile:

4 Likes

You’re most certainly talking about the rust libraries/api not the client…?

Uploading via client would be this GitHub - maidsafe/safe_network: Autonomi combines the spare capacity of everyday devices to form a new, autonomous, data and communications layer of the Internet

And ofc you don’t need to cargo run anything… Just setting the private key via environment variable and using the autonomi client is enough to use it

2 Likes
Fetching file: "BegBlag.mp3"...
Successfully downloaded data at: e731c67a6be8c6abc052ed17338f540ab650e969d5a86571c1cb9821738a7956

real	0m10.155s
user	0m6.815s
sys	0m2.731s

7 Likes

defo back in the game got the 2 hour mix in about 30 seconds at home :clap:

4 Likes

Just the client first! Ha! I’ve not tried with EVM yet. Thanks for the link!

1 Like

you need to set a few things @Traktion

the way iv been doing it is make a wallet in metamask for your hot wallet then inside meta mask get the private key for the hot wallet.

then open your .bashrc and add these lines to make it work

# incase your fingers type safe atomaticaly 
alias safe=/home/$USER/.local/bin/autonomi

# network and wallet details
export EVM_NETWORK=arbitrum-sepolia
export SECRET_KEY=<privatekeyfrommetamaskwallet>

restart the window and thats you done upload as normal :slight_smile:

also if you need some funds for testing just say the word :wink:

4 Likes