Skip to content

Instantly share code, notes, and snippets.

@galenwp
Last active March 22, 2022 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save galenwp/c071d91a582ba1c6885ae316f8e727de to your computer and use it in GitHub Desktop.
Save galenwp/c071d91a582ba1c6885ae316f8e727de to your computer and use it in GitHub Desktop.
~2020.1 Galaxy Attestation

Here are the instructions for signing an attestation for your planet on behalf of your galaxy:

  1. Go to https://app.mycrypto.com/sign-message
  2. Sign in with the ETH address for either your voting proxy (if you have one set) or your ownership key
  3. If you're not using a Ledger, go to (4). If you are using a Ledger, you’ll need to change the default derivation path that MyCrypto uses. Follow these steps to select the correct one:
  • Click the drop down arrow next to “address”
  • Scroll down to the bottom, and select “custom”
  • Enter the following: m/44'/60'/0'/1
  • This should sort your public addresses, such that the one you’re using is ranked first.
  • Unlock the address you’re using to hold your ship
  • Click “Unlock”
  1. This brings you to a page where you can type a message.
  2. Type: “I authorize [ship name] to access the Galaxies group on my behalf.”
  3. Click “sign message” (and confirm signing on your hardware wallet if you’re using one)

The output should look something like this:

{
  "address": "0xdD34EEd4ff459B513a90a699A2327aA96E308E1F",
  "msg": "I authorize [ship name] to access the Galaxies group on my behalf",
  "sig": "0xd8369496eb422f4d1c19aa52f853cacde4f02e32cd0b690acfec58673d614395490d8021d43fa7ea926ec60a58128073dbc9b91527f0d4d33317f3374d2831621c",
  "version": "2"
}

Copy that into an email and send it to galen@tlon.io.

Thanks!

@jalehman
Copy link

jalehman commented Dec 6, 2021

You can also send the attestation to josh@urbit.org for admittance to the group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment