diff --git a/README.md b/README.md index 4a7dc88..f87d9de 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,11 @@ First of all, visit [`git.io/veth`](https://git.io/veth) Enter the prefix of your choice, then click 'generate' to start. -Ethereum addresses are hexadecimal, which means your prefix can only contain numbers and letters from A to F. - -You can increase the number of threads allocated to address generation to be faster, or decrease it if you computer struggles. - - -## How it works - You browser is going to generate a ton of random addresses until one of them starts with your prefix. -Everything is computed by your browser, so you should notice a better speed on a powerful computer. +Ethereum addresses are hexadecimal, which means your prefix can only contain numbers and letters from A to F. + You can increase the number of working threads to reach higher speeds, or decrease it if you computer struggles. ## Security @@ -37,6 +31,13 @@ You can download the latest build of Vantiy-ETH from Github and use it completel Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate Ethereum addresses. +## 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. + + ## Offline usage Vanity-ETH works perfectly offline! Once the web page is loaded, you can turn off the internet and continue playing. diff --git a/index.html b/index.html index 0cc6049..ff079c4 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,11 @@ - + Vanity ETH + + diff --git a/src/vue/Description.vue b/src/vue/Description.vue index 699ec47..2992e62 100644 --- a/src/vue/Description.vue +++ b/src/vue/Description.vue @@ -1,23 +1,17 @@