Couple of times i tried to register my STX name but every time failed. I tried 4 times and every time it took me 2 STX but registration failed at the end. What am i doind wrong? My wallet:
SP2KTS9SP51197E8P29G8STFC93SDJFRYSKKGZ1CE
In that particular example, it’s because you already submitted an identical name-preorder recently. Do you have any of your attempts to register the name on-hand?
The error message seems to suggest you tried to register an invalid name: (define-constant ERR_NAME_CHARSET_INVALID 2022)
Did the name include any character aside from a-z, 0-9, dash or underscore?
I found that both the site stx.name and the BNS contract allows to pre-order an invalid name. However, the BNS contract prevents the succeeding registration transaction from completing successfully, rightly so.
I think the UI, in this case stx.name, should prevent the initial pre-order.
Are you trying to register ‘Barry’?
BNS contract only allow lower case letters(i.e., a-z, 0-9, _, -), so you should register ‘barry’. However it has been registered by others.