Skip to content

dhagell/VanityAion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanity Aion

Nodejs based tool to generate vanity aion addresses

Features!

  • Generate multiple addresses
  • Supports Multi-core processors
  • vanity contract address
  • log to file
  • checksum based vanity address
  • Uses aion-web3, aion-keystore, aion-rlp
  • https://github.com/qoire/aion-keystore

Installation

$ npm install -g vanity-aion
$ vanityaion -i b00b5

Examples

colour mapping rgb hex codes http://hexwords.scriptist.io/ hexwords http://puzzles.bostonpython.com/hexwords.html

Generate aion address:

$ vanityaion

generate 10 aion addresses:

$ vanityaion -n 10

generate 10 aion addresses with b00b5 as starting characters:

$ vanityaion -n 10 -i b00b5

generate 10 aion addresses with B00B5 as the checksum address (case sensitive):

$ vanityaion -n 10 -i B00B5 -c

generate aion address with vanity contract address:

$ vanityaion -i b00b5 --contract

log to file

$ vanityaion -n 10 -l

help me

$ vanityaion -h

Docker usage

Get the image

# Build image locally after cloning repository
$ docker build -t vanityaion .

# or download image
docker pull MyEtherWallet/vanityeth

Usage

$ docker run -it vanityaion

# Pass additional arguments
$ docker run -it dhagell/vanityaion -i deadbeef

Running Locally

To run from source:

git clone [email protected]:dhagell/VanityAion.git
cd VanityAion
npm install
./index.js

License

MIT

About

Aion vanity address generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Dockerfile 2.7%