diff --git a/README.md b/README.md index 9c9dff5..dae6f5f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Examples: `0xc0ffee254729296a45a3885639AC7E10F9d54979`, or `0x999999cf1046e68e36 First of all, visit [`vanity-eth.tk`](https://vanity-eth.tk) -Enter the prefix of your choice below, and click ‘generate’ to start. Your browser will generate lots of random -addresses until one begins with your prefix. +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. diff --git a/src/main.js b/src/main.js index 1ab8146..1987368 100644 --- a/src/main.js +++ b/src/main.js @@ -3,8 +3,6 @@ import Vue from 'vue'; import App from './App.vue'; -// eslint-disable-next-line no-new - new Vue({ el: '#app', render: (h) => h(App) diff --git a/src/vue/Description.vue b/src/vue/Description.vue index 9309822..d7d35ec 100644 --- a/src/vue/Description.vue +++ b/src/vue/Description.vue @@ -2,8 +2,11 @@

Vanity-ETH is an open source tool using your web browser to generate Ethereum vanity addresses.
- Enter a short prefix of your choice below, and click ‘generate’ to start. + Enter a short prefix/suffix of your choice, and click ‘generate’ to start.

+
+ +

What's a vanity address?

@@ -14,8 +17,8 @@

How it works

- Enter the prefix of your choice below, and click ‘generate’ to start. Your browser will generate lots of random - addresses until one begins with your prefix.
+ Enter the prefix/suffix of your choice, 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 @@ -54,7 +57,28 @@ diff --git a/src/vue/Input.vue b/src/vue/Input.vue index 3f682ec..6109484 100644 --- a/src/vue/Input.vue +++ b/src/vue/Input.vue @@ -1,15 +1,22 @@