All Projects → frankh → nano-vanity

frankh / nano-vanity

Licence: other
Vanity address generator for Nano

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to nano-vanity

reblocks
React Components for Nano cryptocurrency (formerly RaiBlocks) - including Payments via Brainblocks
Stars: ✭ 21 (-43.24%)
Mutual labels:  nano, raiblocks
NanoWalletBot
[DISCONTINUED] Open source Telegram bot for Nano currency
Stars: ✭ 52 (+40.54%)
Mutual labels:  nano, raiblocks
gonano
An implementation of the Nano cryptocurrency in Go
Stars: ✭ 34 (-8.11%)
Mutual labels:  nano, raiblocks
rai
🗿 rai is a pythonic client for interacting with Raiblocks nodes
Stars: ✭ 21 (-43.24%)
Mutual labels:  nano, raiblocks
jNano
A comprehensive Java library for the Nano cryptocurrency.
Stars: ✭ 25 (-32.43%)
Mutual labels:  nano, raiblocks
nano-vanity
A NANO vanity address generator (supports OpenCL)
Stars: ✭ 83 (+124.32%)
Mutual labels:  nano
nano-theme
GNU Emacs / N Λ N O Theme
Stars: ✭ 219 (+491.89%)
Mutual labels:  nano
nano-sidebar
Emacs package to have configurable sidebars on a per frame basis.
Stars: ✭ 98 (+164.86%)
Mutual labels:  nano
MyNanoNinja
The perfect tool for Nano representatives lists and network statistics
Stars: ✭ 33 (-10.81%)
Mutual labels:  nano
Smart container
🍰🍎ColugoMum--Intelligent Retail Settlement Platform can accurately locate and identify each commodity, and can return a complete shopping list and the actual total price of commodities that customers should pay.
Stars: ✭ 141 (+281.08%)
Mutual labels:  nano
nano-websocket-client
nano javascript WebSocket client SDK
Stars: ✭ 18 (-51.35%)
Mutual labels:  nano
nano-rs
An implementation of Nano in Rust using Tokio
Stars: ✭ 29 (-21.62%)
Mutual labels:  nano
linux nvidia jetson
Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems. Currently supporting Nano, TX2, AGX Xavier, and Xavier NX. Support for TX2 NX coming soon.
Stars: ✭ 68 (+83.78%)
Mutual labels:  nano
zcash-vanity
Zcash Vanity Address Generator
Stars: ✭ 21 (-43.24%)
Mutual labels:  vanity-address
xbox-client-ffmpeg
Multi-platform Gamestreaming app
Stars: ✭ 17 (-54.05%)
Mutual labels:  nano
linux-workspace
This is the greatest management of all time
Stars: ✭ 19 (-48.65%)
Mutual labels:  nano
piranha
Piranha - a modern cloud runtime
Stars: ✭ 136 (+267.57%)
Mutual labels:  nano
nano-update-tx-work
Rebroadcast unconfirmed Nano transactions with higher proof-of-work (PoW) to help restart expired elections.
Stars: ✭ 14 (-62.16%)
Mutual labels:  nano
Nano.Library
Take full advantage of Nano Library, and rapidly implement enriched .Net 6.0 micro-services.
Stars: ✭ 39 (+5.41%)
Mutual labels:  nano
nanook
Ruby library for making and receiving payments and managing a nano currency node
Stars: ✭ 17 (-54.05%)
Mutual labels:  nano

Nano Vanity Generator

A basic vanity address generator for the Nano cryptocurrency.

What is a vanity address?

A vanity address is an address that contains a word in it, e.g:

nano_1frankh36p3e4cy4xrtj79d5rmcgce9wh4zke366gik19gifb5kxcnoju3y5

This makes addresses easier to remember and makes requesting money from people easier as people can be more confident they have the correct address.

How do you make one?

There's no way to influence what letters are in your address so the only way to make one is to create hundreds of thousands of random addresses until you randomly get the right word.

Are they less secure?

No. Because they are created by generating thousands of completely random addresses, all the addresses are equally secure.

Features

At the moment it only supports simple prefixes, ignoring the first character (which is always a 1 or 3). By default it stops after the first matching address is found, but if you specify --count=N it will generate N matching addresses. (infinite if N=0).

It is practical to generate up to 7 letter words (with a decent CPU and a lot of patience). Note that the address alphabet does not contain l or v.

Usage

The easiest way to use it is with Docker.

$ docker run --rm frankh/nano-vanity --prefix="nano" --count=1

Dump the information to a file.

$ docker run --rm frankh/nano-vanity --prefix="nano" --count=1 -q > nano-results.txt

Donations

If you enjoyed this software feel free to donate some Rai to xrb_1frankh36p3e4cy4xrtj79d5rmcgce9wh4zke366gik19gifb5kxcnoju3y5

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].