RE: IOTA Wallet - Setting it up.... for complete beginners

You are viewing a single comment's thread from:

IOTA Wallet - Setting it up.... for complete beginners

in cryptocurrency •  7 years ago 

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!