Skip to content

Instantly share code, notes, and snippets.

@ziot
Created May 11, 2021 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziot/4cd65d66c915db1c210d11e397ce57f6 to your computer and use it in GitHub Desktop.
Save ziot/4cd65d66c915db1c210d11e397ce57f6 to your computer and use it in GitHub Desktop.
Orca's King of Cups Puzzle
Orca's King of Cups Puzzle
1. 24 words on the inside triangles, use high quality image:
https://pbs.twimg.com/media/E0Zwh04XMAcAdTC?format=jpg&name=4096x4096
1 charge
2 wet
3 romance
4 flame
5 immune
6 salon
7 believe
8 happy
9 hollow
10 doll
11 tragic
12 normal
13 evoke
14 engage
15 prize
16 person
17 torch
18 dry
19 curious
20 night
21 winner
22 identify
23 main
24 wash
2. 4 constellations in each corner on the front (icons in each corner on back of card tell you which ones).
top left - ursa major
top right - cancer
bottom left - pisces
bottom right - scorpius
3. Text on back indicates harmony and had an image of a boat. This is how "sea and sky" was validated and led to seasky.org. Get the constellations from seasky.org. Each constellation had stars numbered.
4. Overlay the constellation and make a pair of number from constellation and number on card, this indicated the word and order for word in each constellation set.
Upper Left
wet=10
prize=8
believe=17
tragic=9
torch=13
flame=12
Upper Right
salon=1
charge=4
normal=5
evoke=2
night=3
curious=7
Bottom Left
happy=18
identify=1
person=4
hollow=6
winner=12
main=14
Bottom Right
immune=6
dry=18
wash=1
doll=4
engage=15
romance=22
5. Generate a list of permutations, I used dcode for this:
https://www.dcode.fr/permutations-generator
Since it's less than 100 permutations, can manually validate which are valid mnemonics by copy pasting them into:
https://iancoleman.io/bip39/
Private key order is bottom left + bottom right + top left + top right.
bottom left - identify person hollow winner main happy
bottom right - wash doll immune engage dry romance
upper left - prize tragic wet flame torch believe
upper right - salon evoke night charge normal curious
Final:
salon evoke night charge normal curious wash doll immune engage dry romance identify person hollow winner main happy prize tragic wet flame torch believe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment