From fca75ae839a22bf15a27cf20c451c8d7f5800643 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Sat, 10 Mar 2018 10:37:06 +0100 Subject: [PATCH] Better wording --- README.md | 8 ++++---- src/vue/Description.vue | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e4dbd1..8c9ad6a 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Examples: `0xc0ffee254729296a45a3885639AC7E10F9d54979`, or `0x999999cf1046e68e36 First of all, visit [`git.io/veth`](https://git.io/veth) -Enter the prefix of your choice, then click 'generate' to start. Your browser is going to generate a ton of random -addresses until one of them starts with your prefix. +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. Once an address is found, you can reveal the private key, or click the 'save' button to download a password-encrypted keystore file. @@ -47,8 +47,8 @@ The keystore file is encrypted with a AES-128-CTR cipher using the BKDF2-SHA256 ## Performance -For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. Right now, Chrome seems to be -the one providing the best results. +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. diff --git a/src/vue/Description.vue b/src/vue/Description.vue index 16f416c..0938b74 100644 --- a/src/vue/Description.vue +++ b/src/vue/Description.vue @@ -13,8 +13,8 @@

Usage

- Enter the prefix of your choice below, then click 'generate' to start. Your browser is going to generate a - ton of random addresses until one of them starts with your prefix.
+ 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.
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 @@ -39,8 +39,8 @@

Performance

- For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. Right now, Chrome - seems to be the one providing the best results.
+ 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

@@ -61,6 +61,8 @@ p margin: 15px 0 20px color: $text-alt + overflow-x: hidden + text-overflow: ellipsis .monospace font-family: $monospace-font font-size: 0.85em