All Projects → bokub → Vanity Eth

bokub / Vanity Eth

Licence: mit
⚡ Browser-based ETH vanity address generator

Projects that are alternatives of or similar to Vanity Eth

Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+15103.38%)
Mutual labels:  ethereum, eth
Wallet
🚀 基于Flutter开发的跨终端数字货币交易所✨
Stars: ✭ 36 (-75.68%)
Mutual labels:  ethereum, eth
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+183.78%)
Mutual labels:  ethereum, eth
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+2265.54%)
Mutual labels:  ethereum, eth
Web
Grow Open Source
Stars: ✭ 1,097 (+641.22%)
Mutual labels:  ethereum, eth
Ethvm
⚡️EthVM: Open Source Processing Engine and Block Explorer for Ethereum ⚡️
Stars: ✭ 319 (+115.54%)
Mutual labels:  ethereum, eth
Donate
Cryptocurrency donation daemon
Stars: ✭ 34 (-77.03%)
Mutual labels:  ethereum, eth
Coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (+70.95%)
Mutual labels:  ethereum, eth
Awesome Ethereum Cn
Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总
Stars: ✭ 54 (-63.51%)
Mutual labels:  ethereum, eth
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (-63.51%)
Mutual labels:  ethereum, eth
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+94.59%)
Mutual labels:  ethereum, eth
Cryptotrader
This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Stars: ✭ 108 (-27.03%)
Mutual labels:  ethereum, eth
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+95.95%)
Mutual labels:  ethereum, eth
Erc20 Ico Onchain Technical Analysis
An tool to analyze any company's ICO
Stars: ✭ 326 (+120.27%)
Mutual labels:  ethereum, eth
Ethereum Erc721
Non-fungible token implementation for Ethereum-based blockchains.
Stars: ✭ 253 (+70.95%)
Mutual labels:  ethereum, eth
Nbminer
NVIDIA & AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, AE, SERO
Stars: ✭ 568 (+283.78%)
Mutual labels:  ethereum, eth
Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (+38.51%)
Mutual labels:  ethereum, eth
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+41.89%)
Mutual labels:  ethereum, eth
Scaffold Eth
🏗 forkable Ethereum dev stack focused on fast product iterations
Stars: ✭ 1,017 (+587.16%)
Mutual labels:  ethereum, eth
Abyss Daico
DAICO is an innovative fundraising model that merges some of the benefits of Decentralized Autonomous Organizations (DAOs), aimed at upgrading and making the initial ICO concept more transparent.
Stars: ✭ 94 (-36.49%)
Mutual labels:  ethereum, eth

Vanity-ETH

Build Status License Maintainability

Browser-based ETH vanity address generator

Just type vanity-eth.tk to use it ⚡️

Vanity-ETH

What's a vanity address?

A vanity address is an address which part of it is chosen by yourself, making it look less random.

Examples: 0xc0ffee254729296a45a3885639AC7E10F9d54979, or 0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E

Usage

First of all, visit vanity-eth.tk

Enter as short prefix/suffix of your choice at the bottom of the page, and click ‘generate’ to start. Your browser will generate lots of random addresses until one matches your input.

Once an address is found, you can reveal the private key, or click the 'save' button to download a password-encrypted keystore file.

You can increase the number of working threads to reach higher speeds, or decrease it if you computer struggles.

Security

As explained above, everything is computed only in your browser. Nothing ever leaves your machine, or even your browser tab. There is no database, no server-side code. Everything vanishes when you close your tab.

Vanity-ETH cannot and will never store your private key, and if you don't trust it, you have 3 ways to ensure your key remains private:

  • Once the web page is loaded, you can turn off the internet and continue playing, it will work seamlessly
  • You can also download the latest build of Vanity-ETH here and use it on a completely offline computer
  • The code is 100% open source and available on Github. You can review it as much as you want before using it

Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate Ethereum addresses.

The keystore file is encrypted with a AES-128-CTR cipher using the BKDF2-SHA256 derivation function with 65536 hashing rounds.

Performance

For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. Currently, Chrome provides the best results.

Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good old computer.

Compatibility

Any address generated with Vanity-ETH is ERC-20 compatible, which means you can use it for an ICO, an airdrop, or just to withdraw your funds from an exchange.

The keystore file is 100% compatible with MyEtherWallet, MetaMask, Mist, and geth.

Build Vanity-ETH from source

The Travis CI bot 🤖 is in charge of building and deploying Vanity-ETH to Github pages, but you can make your own build from source is you want

git clone https://github.com/bokub/vanity-eth
cd vanity-eth
npm i
npm run build

Tips

0xAceBabe64807cb045505b268ef253D8fC2FeF5Bc

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