Oddbean new post about | logout
 Mirror the Samourai wallet source code.

In powershell:

run:

gh auth login

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.

then run:

gh repo list Samourai-Wallet --json=nameWithOwner --limit 1000 -q ".[].nameWithOwner"  | %{gh repo clon
e $_}

size (476,939,295 bytes)