Skip to content

Instantly share code, notes, and snippets.

@mathiasrw
Created December 3, 2017 00:53
Show Gist options
  • Save mathiasrw/d3279a1b1a74ab8ce5fee50576c0e7c3 to your computer and use it in GitHub Desktop.
Save mathiasrw/d3279a1b1a74ab8ce5fee50576c0e7c3 to your computer and use it in GitHub Desktop.
Generate IOTA seed
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