onion-vanity-address
Tor Onion Service v3 vanity address generator with optimized search
File Explorer
Download Latest Version (.zip)- docker.yml
- assert.go
- fe.go
- fe_alias_test.go
- fe_amd64.go
- fe_amd64.s
- fe_amd64_noasm.go
- fe_arm64.go
- fe_arm64.s
- fe_arm64_noasm.go
- fe_bench_test.go
- fe_extra.go
- fe_extra_test.go
- fe_generic.go
- fe_test.go
- doc.go
- edwards25519.go
- edwards25519_test.go
- extra.go
- extra_test.go
- LICENSE
- scalar.go
- scalar_alias_test.go
- scalar_fiat.go
- scalar_test.go
- scalarmult.go
- scalarmult_test.go
- tables.go
- tables_test.go
- require.go
- bignum_add_p25519_amd64.s
- bignum_add_p25519_arm64.s
- bignum_mul_p25519_amd64.s
- bignum_mul_p25519_arm64.s
- bignum_sqr_p25519_amd64.s
- bignum_sqr_p25519_arm64.s
- bignum_sub_p25519_amd64.s
- bignum_sub_p25519_arm64.s
- doc.go
- fe.go
- fe_amd64.go
- fe_arm64.go
- fe_test.go
- assert.go
- require.go
- example_test.go
- LICENSE
- montgomery.go
- montgomery_test.go
- README.md
- search.go
- search_test.go
- util.go
- util_test.go
- hostname
- hs_ed25519_public_key
- hs_ed25519_secret_key
- .gitignore
- client.go
- demo-k8s.yaml
- Dockerfile
- go.mod
- LICENSE
- main.go
- main_test.go
- prefix.go
- prefix_test.go
- README.md
- search.go
- search_test.go
- service.go
# Installation Guide
1. Get the code
git clone https://github.com/offset/onion-vanity-address
Downloads the entire project code from GitHub to your computer.
cd onion-vanity-address
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Go Go is required to use go install.
go install github.com/offset/onion-vanity-address@latest
Downloads and installs the specified version directly β no need to clone the repo yourself.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker pull ghcr.io/offset/onion-vanity-address:latest
Type this command into your terminal and run it.
docker run ghcr.io/offset/onion-vanity-address:latest hidden
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
4. Go
MediumPrerequisites
go install github.com/offset/onion-vanity-address@latest
Downloads and installs the specified version directly β no need to clone the repo yourself.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
