Advertisement
nintendo1889

Mirror Samourai wallet source code

Apr 29th, 2024 (edited)
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. If you're trying to mirror samourai, they are on keybase.
  2.  
  3. https://keybase.io/samourai
  4.  
  5. The canary from archive.org's last fetch on april 24th does verify, ( the canary itself was updated on march 24th). https://web.archive.org/web/20240424023612/https://samouraiwallet.com/canary
  6.  
  7.  
  8. Mirror the Samourai wallet source code
  9.  
  10. In powershell:
  11.  
  12. run:
  13.  
  14. gh auth login
  15.  
  16. Login with a browser with your account to get a token (prevents git spam imho). Your github account does _not_ need to be a member of the Samourai-Wallet github Org.
  17.  
  18. then run:
  19.  
  20. gh repo list Samourai-Wallet --json=nameWithOwner --limit 1000 -q ".[].nameWithOwner"  | %{gh repo clon
  21. e $_}
  22.  
  23. size (476,939,295 bytes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement