diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/how-to-generate-a-vanity-algorand-address/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/how-to-generate-a-vanity-algorand-address/index.md b/content/posts/how-to-generate-a-vanity-algorand-address/index.md index 30aba55..3e7f195 100644 --- a/content/posts/how-to-generate-a-vanity-algorand-address/index.md +++ b/content/posts/how-to-generate-a-vanity-algorand-address/index.md @@ -7,8 +7,8 @@ tags: [free-software, internet, software, cryptocurrency, software-release] --- A vanity address is an address that has been generated such that it has some recognizable pattern. -For example, if you want to accept Algorand at your business, you could generate a wallet whose address resemblese or matches a portion of your business name. -Personally, I have an address which mathes my nickname, which is quite nice. +For example, if you want to accept Algorand at your business, you could generate a wallet whose address resembles or matches a portion of your business name. +Personally, I have an address which matches my nickname, which is quite nice. To generate addresses, I created this Go program (Repo can be found [here](https://git.robbyzambito.me/Zambyte/vawg)). |