New Release: Vault Phase 1 (real vault)

For those who want to get up and running on the shared vault as fast as possible, here’s what I did (but I did not do this fast…)

Get binary files and config file

  • Download safe_vault, safe, and safe_auth
  • Run safe_vault - it will tell you it’s making a config file. Make a note of where it says it’s putting it.
  • Now, overwrite that config file it just made with this one, and never run safe_vault again (If you want to use the shared vault)

Create a new account with some secret and password that you will make up

  • safe_auth --test-coins
    

Start your daemon with the same secret and password that you used to create account

  • safe_auth --daemon 41805
    
  • this command window cannot be closed now, so open a new one for the rest

Authorize your CLI

  • safe auth
    
  • Go back to your other, open command window, where your daemon is running, and hit ‘y’ to authorize

Upload a directory and all it’s contents into the shared vault. Make a note of the hashes for each file

  • safe files put .your_dir_name --recursive
    

Tell your friends the hashes, so they can read the files

  • safe cat safe://hbyyyydumbcdx4yd55q4bg3yxfjkrw15rbepchpy5izded53useofe5fge > maidsafe.mp4
    
23 Likes