Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenkoh/go-pubmine
Generator of key pairs which have pretty (vanity) public keys containing your favorite words. The whole process is locally done, so feel it easy to use!
https://github.com/tenkoh/go-pubmine
cli nostr wasm
Last synced: 3 months ago
JSON representation
Generator of key pairs which have pretty (vanity) public keys containing your favorite words. The whole process is locally done, so feel it easy to use!
- Host: GitHub
- URL: https://github.com/tenkoh/go-pubmine
- Owner: tenkoh
- License: mit
- Created: 2023-02-10T22:02:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T21:53:20.000Z (over 1 year ago)
- Last Synced: 2024-02-16T05:35:16.434Z (9 months ago)
- Topics: cli, nostr, wasm
- Language: Go
- Homepage:
- Size: 7.13 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - go-pubmine - pubmine.svg?style=social) - Multithreading nostr keypair generator which gives pretty (vanity) public keys. Both cli and web app are available. (Vanity pubkey mining / Client reviews and/or comparisons)
README
# go-pubmine
Multithreading key pair generator which gives pretty (vanity) public keys containing your favorite words.## Overview
This repository contains three contents.- Go's package (on root)
- cli tool (on cmd/pubmine)
- web app source (hosting on https://tenkoh.github.io/go-pubmine)## Feature
- **It's safe!** : All processed are done on your local computer.
- **It's fast!** : Multithreading is supported.## About cli
### Install
Now, only `go install` is supported.```
go install github.com/tenkoh/go-pubmine/cmd/pubmine@latest
```### Usage
Just enter the command below.```
pubmine {prefix you want to use}
```You can get a keypair. **Private key is shown on the terminal. So be careful.**
```
Public key:
npub1~
Private key:
nsec1~
```## About web app
### Usage
1. Visit https://tenkoh.github.io/go-pubmine
2. Enter a prefix into the input form, then hit the RUN button.## Tips
Reference operation time (with 8 threads):
- less than four characters: a few seconds
- five characters: a few miniutes
- more than six characters: you need to sleep :)## License
MIT## Author
tenkoh