Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jphastings/pkdns-vanity
A generator for vanity PKDNS domain names.
https://github.com/jphastings/pkdns-vanity
ed25519 pkdns vanity
Last synced: 19 days ago
JSON representation
A generator for vanity PKDNS domain names.
- Host: GitHub
- URL: https://github.com/jphastings/pkdns-vanity
- Owner: jphastings
- License: mit
- Created: 2025-01-18T21:55:21.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-01-18T22:48:08.000Z (24 days ago)
- Last Synced: 2025-01-18T23:20:46.827Z (24 days ago)
- Topics: ed25519, pkdns, vanity
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pubky - pkdns-vanity - vanity.svg?style=social) - A CLI tool that abuses your CPU to generate vanity PKDNS domains starting (or ending) with characters you choose. (Uncategorized / Uncategorized)
README
# PKDNS Vanity domain name generator
A tool that abuses your CPU to generate vanity [PKDNS domains](https://github.com/pubky/pkdns) starting (or ending) with characters of your choosing.
More than 4 characters will take minutes on a fast modern machine, more than 5 can take hours. More than 6 and you'll only generate heat.
```sh
$ pkdns-vanity pkdns
Looking for a key with 'pkdns' at the start…
pkdnsuds3gpyn4c9rsjypbts7u38fd44skonpf53bpked9b7dngo <- yyyu4xsmmw4bbxjjsqccz6mspwq5yydpz475m8pkqjixfibpis6y
Public Key <- Private Key
```## Installing
On a mac or linux you can install with [homebrew](https://brew.sh):
```sh
brew install jphastings/tools/pkdns-vanity
```If you have [go](https://golang.org) installed you can:
```sh
go install github.com/jphastings/pkdns-vanity@latest
```Or download binaries [from this repo](https://github.com/jphastings/pkdns-vanity/releases/latest).