Files to test launch network with

starting to get some uploads up to test this network out with :slight_smile:

autonomi file download e731c67a6be8c6abc052ed17338f540ab650e969d5a86571c1cb9821738a7956 BegBlag.mp3
autonomi file download a1eeaa9f064c7491774ddc7c768e7d8f0b26b1d508d99b521dfe95eb447f0408 Patosh-RoughNight.mp3
autonomi file download 41eaab3ae781d1f394f135a374f97f26ac4deece5f220187560295741a6cb602 An_Introduction_To_The_SafeNetwork.mp4
autonomi file download 47429ce548856340a1a96fefb6c0becc24cbed7d57e477a94f425cec3aad00cc autonomi.mp4
autonomi file download 78d772e35cc36964aa1ac37aac52de8b4678d150f29f90df5fac67843d52930a AnarchyInTheSouthside.mp3
12 Likes

telegram-cloud-photo-size-2-5264921128374231406-x

very cool! :slight_smile: you’re super awesome @aatonnomicc

3 Likes

this might be the second last time I ever get to upload Begblag :sob:

7 Likes

in your lifetime

m(O.O)m

super crazy

1 Like

Maybe a stupid question, what commands do I need to use before I am able to use this? safe_network/autonomi-cli/README.md at main · maidsafe/safe_network · GitHub

1 Like

You need to install the client
safeup client

If you do not have safe up you need to install that are you on Linux or windows ?

If you have the client just copy past the commands from op

1 Like

Ok safeup client worked, thanks!

1 Like

Make sure it downloaded the autonomi program. There is a new safeup since this release

2 Likes

Have they publicised that at all? A key component has changed and only a few people are aware, and we don’t know the ‘official’ status of that or the old client.

I installed it using cargo install autonomi by the way, which should now always be the latest stable release (using the same comment to update).

3 Likes

The focus has been more on the node side and I think the comms have been a bit lacking on the client.

I can confirm here, the safe binary no longer applies. The new binary is autonomi. The latest safeup (I am aware of the naming inconsistency there btw) will download the new autonomi binary with the client command.

7 Likes

Whats the command to update safeup itself, please?

I too was confused by this new autonomi command.

Why do safe and autonomi co-exist? Should the safe (client) command not be deprecated now? (or very soon)

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

1 Like

They don’t. The safe binary is no longer being released any more.

1 Like

then check if its duplicated stuff at the end of your bashrc

1 Like

Cool - once I got the latest safeup, I could get the autonomi binary


willie@gagarin:~/.local/share/safe/autonomi$ safeup client
**************************************
*                                    *
*        Installing autonomi         *
*                                    *
**************************************
Installing autonomi for x86_64-unknown-linux-musl at /home/willie/.local/bin...
Retrieving latest version for autonomi...
Installing autonomi version 0.1.3...
  [00:00:00] [########################################] 11.01 MiB/11.01 MiB (0s)                                                                                             autonomi 0.1.3 is now available at /home/willie/.local/bin/autonomi

Thanks everyone

PS MAybe I missed it but the advice to update safeup should be more prominent.
PPS safeup update does not update safeup - which is confusing

Im guessing safeup will get renamed fairly soon - I know you are busy… autonomup??

2 Likes

this may help i cant stop typing safe :rofl:

echo "alias safe=$(which autonomi)" >> $HOME/.bashrc
1 Like

just delete the old safe binary first.

few more files up

autonomi file download e731c67a6be8c6abc052ed17338f540ab650e969d5a86571c1cb9821738a7956 BegBlag.mp3
autonomi file download a1eeaa9f064c7491774ddc7c768e7d8f0b26b1d508d99b521dfe95eb447f0408 Patosh-RoughNight.mp3
autonomi file download 41eaab3ae781d1f394f135a374f97f26ac4deece5f220187560295741a6cb602 An_Introduction_To_The_SafeNetwork.mp4
autonomi file download 47429ce548856340a1a96fefb6c0becc24cbed7d57e477a94f425cec3aad00cc autonomi.mp4
autonomi file download 78d772e35cc36964aa1ac37aac52de8b4678d150f29f90df5fac67843d52930a AnarchyInTheSouthside.mp3
autonomi file download 0fd628ef31ac942ba366a4c3fe6ac909f2762a956cede8ad9e041087cf7d8a21 Best_CD_Ever.mp3
autonomi file download ec3e0b2aa958befc9de1ad24b9336ac920088a1dfbfef07145092dbe2fda2324 Deep_Feelings_Mix.mp3
2 Likes

Yeah, in terms of the documentation, I’ll bring it to Jim’s attention.

Regarding the update command, yeah, I can see how that would be a bit confusing. It updates the components safeup installs, rather than safeup itself.

On the name, I did mention that in my first post here. When I updated it to use autonomi rather than safe, I didn’t have time to also rename the safeup binary and repository. I didn’t personally think of any catchy names myself. Open to suggestions there.

1 Like

Chris, is it feasible to put the install/update commands in the client and node apps, so they update themselves, install each other and eliminate the need for a separate app?

So once you have one Autonomi CLI command you can install and update any of them and deprecate safeup.

It might be easier UX.

11 Likes

It’s definitely something worth thinking about. Thanks for the suggestion.

6 Likes