Skip to content
Ryan Shea edited this page Oct 15, 2015 · 1 revision

Name restrictions

  • only lowercase letters, numbers, and underscores
  • max length: 60 characters

Many key-value stores (like Namecoin) allow all ASCII characters for their key-value entries. However, all names that don't adhere to the protocol standards will be ignored by crawlers, so make sure you only use those characters in usernames.

Regex

^[a-z0-9_]{1,60}$