Re: 5. Setting up a login seed
Version 2.3.1 for Mac does not have a "Generate Seed" function in the "Tools" menu.
However, you can copy and paste the following code in Mac "Terminal" and it will generate an 81 character seed in Uppercase with 9’s included.
cat /dev/urandom |LC_ALL=C tr -dc 'A-Z9' | fold -w 81 | head -n 1