Created
December 3, 2017 00:53
-
-
Save mathiasrw/d3279a1b1a74ab8ce5fee50576c0e7c3 to your computer and use it in GitHub Desktop.
Generate IOTA seed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env LC_CTYPE=C tr -dc "A-Z0-9" < /dev/urandom | fold -w 81 | head -n 1 > myIotaSeed.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment