Nodejs based tool to generate vanity aion addresses
- 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
$ npm install -g vanity-aion
$ vanityaion -i b00b5
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
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
To run from source:
git clone [email protected]:dhagell/VanityAion.git
cd VanityAion
npm install
./index.js
MIT