All Projects → MyEtherWallet → Vanityeth

MyEtherWallet / Vanityeth

Licence: mit
Ethereum vanity address generator

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Vanityeth

Js Crc32
🌀 JS standard CRC-32 implementation
Stars: ✭ 271 (+10.61%)
Mutual labels:  checksum
Tar Split
checksum-reproducible tar archives (utility/library)
Stars: ✭ 52 (-78.78%)
Mutual labels:  checksum
Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (-31.84%)
Mutual labels:  checksum
Farmhash
Node.js implementation of FarmHash, Google's family of high performance hash functions
Stars: ✭ 342 (+39.59%)
Mutual labels:  checksum
Pgbackrest
Reliable PostgreSQL Backup & Restore
Stars: ✭ 766 (+212.65%)
Mutual labels:  checksum
Crchack
Reversing CRC for fun and profit
Stars: ✭ 84 (-65.71%)
Mutual labels:  checksum
checksum-maven-plugin
Compute Maven project artifacts/dependencies/files checksum digests.
Stars: ✭ 36 (-85.31%)
Mutual labels:  checksum
Highwayhash
Node.js implementation of HighwayHash, Google's fast and strong hash function
Stars: ✭ 183 (-25.31%)
Mutual labels:  checksum
Gensum
Powerful checksum generator!
Stars: ✭ 12 (-95.1%)
Mutual labels:  checksum
Sha3sum
[Feature complete] SHA-3 and Keccak checksum utility
Stars: ✭ 136 (-44.49%)
Mutual labels:  checksum
Rhash
Great utility for computing hash sums
Stars: ✭ 352 (+43.67%)
Mutual labels:  checksum
Openhashtab
📝 File hashing and checking shell extension
Stars: ✭ 599 (+144.49%)
Mutual labels:  checksum
Js Adler32
☑️ ADLER-32 checksum
Stars: ✭ 116 (-52.65%)
Mutual labels:  checksum
Tag
ID3, MP4 and OGG/FLAC metadata parsing in Go
Stars: ✭ 314 (+28.16%)
Mutual labels:  checksum
Md5 File
return an md5sum of a given file
Stars: ✭ 176 (-28.16%)
Mutual labels:  checksum
Checksum
Checksum calculation extensions for Swift
Stars: ✭ 28 (-88.57%)
Mutual labels:  checksum
Bagit Java
Java library to support the BagIt specification.
Stars: ✭ 65 (-73.47%)
Mutual labels:  checksum
Emojisum
🙏 📎 Emoji that checksum! 🎉 💩
Stars: ✭ 230 (-6.12%)
Mutual labels:  checksum
Rebel Framework
Advanced and easy to use penetration testing framework 💣🔎
Stars: ✭ 183 (-25.31%)
Mutual labels:  checksum
Hashlib4pascal
Hashing for Modern Object Pascal
Stars: ✭ 132 (-46.12%)
Mutual labels:  checksum

Vanity Eth

Nodejs based tool to generate vanity ethereum addresses

Features!

  • Generate multiple addresses
  • Supports Multi-core processors
  • vanity contract address
  • log to file
  • checksum based vanity address

Installation

$ npm install -g vanity-eth
$ vanityeth -i deadbeef

Examples

Generate ethereum address:

$ vanityeth

generate 10 ethereum addresses:

$ vanityeth -n 10

generate 10 ethereum addresses with deadbeef as starting characters:

$ vanityeth -n 10 -i deadbeef

generate 10 ethereum addresses with DEADBEEF as the checksum address (case sensitive):

$ vanityeth -n 10 -i DEADBEEF -c

generate ethereum address with vanity contract address:

$ vanityeth -i deadbeef --contract

log to file

$ vanityeth -n 10 -l

help me

$ vanityeth -h

Docker usage

Get the image

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

# or download image
docker pull myetherwallet/vanityeth

Usage

$ docker run -it vanityeth

# Pass additional arguments
$ docker run -it myetherwallet/vanityeth -i deadbeef

Running Locally

To run from source:

git clone [email protected]:MyEtherWallet/VanityEth.git
cd VanityEth
npm install
./index.js

License

MIT

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].