File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -113,19 +113,20 @@ by entering the mnemonics right on the device.
113113
114114** Creating New SLIP-39 Recoverable Seeds
115115
116- This is what the output SLIP-39 mnemonic cards PDF looks like:
116+ This is what the first page of the output SLIP-39 mnemonic cards PDF looks like:
117117
118- #+CAPTION: SLIP39 Mnemonic Cards PDF
118+ #+CAPTION: SLIP39 Cards PDF (from =--secret ffff...ffff=)
119+ #+ATTR_LATEX: :height 6in :options angle=90
119120 [[./images/slip39-pdf.png]]
120121
121122 Run the following to obtain a PDF file containing index cards with the default SLIP-39 groups for
122- the account named "Personal"; insert a USB drive to collect the output, and run:
123+ a new account seed named "Personal"; insert a USB drive to collect the output, and run:
123124
124125 #+LATEX: {\scriptsize
125126 #+BEGIN_EXAMPLE
126- $ python3 -m pip install slip39 # Install slip39 in Python3
127- $ cd /Volumes/USBDRIVE/ # Change current directory to USB
128- $ python3 -m slip39 Personal # Or just run "slip39 Personal"
127+ $ python3 -m pip install slip39 # Install slip39 in Python3
128+ $ cd /Volumes/USBDRIVE/ # Change current directory to USB
129+ $ python3 -m slip39 Personal # Or just run "slip39 Personal"
129130 2021-12-25 11:10:38 slip39 ETH m/44'/60'/0'/0/0 : 0xb44A2011A99596671d5952CdC22816089f142FB3
130131 2021-12-25 11:10:38 slip39 Wrote SLIP-39-encoded wallet for 'Personal' to:\
131132 Personal-2021-12-22+15.45.36-0xb44A2011A99596671d5952CdC22816089f142FB3.pdf
You can’t perform that action at this time.
0 commit comments